This document describes the changes made to the TV application.
Misc build updates
Own Id: OTP-10784
The GS applications is now deprecated and will be removed in the R16 release. The following GS-based applications have been superseded by the Observer application and will removed in R16: Appmon, Pman, Tv.
*** POTENTIAL INCOMPATIBILITY ***
Own Id: OTP-9907
Eliminate use of deprecated regexp module
Own Id: OTP-9810
tv: Allow table viewer to display refs, ports and small binaries
Table viewer displayed #Port, #Ref, or #Bin as place holders for their respective object types in ets and mnesia tables. This can make table viewer difficult to use when viewing tables containing those data types. It doesn't make sense to render large binaries so #Bin will still be used for binaries that exceed 100 bytes. (Thanks to Blaine whittle)
Own Id: OTP-9153
With some window managers (e.g. stumpwm),
Own Id: OTP-8751
Warnings due to new autoimported BIFs removed
Own Id: OTP-8674 Aux Id: OTP-8579
The documentation is now built with open source tools (xsltproc and fop) that exists on most platforms. One visible change is that the frames are removed.
Own Id: OTP-8201
Updated the application with new tags for automatic updates of copyright notices.
Own Id: OTP-7851
Minor updates.
Own Id: OTP-7261
Minor Makefile changes.
Own Id: OTP-6689
Obsolete guard tests (such as list()) have been replaced with the modern guard tests (such as is_list()).
Own Id: OTP-6728
Removed some dead code from
Own Id: OTP-6455
A compiler warning has been fixed.
Own Id: OTP-6016
Notification windows are now centered over a parent window.
Own Id: OTP-6014 Aux Id: OTP-5987
Some dead code reported by Dialyzer was eliminated.
A bug in 'dbg' when tracing to wrap trace files has been corrected. It failed to delete any already existing wrap trace files with the same names when starting a new wrap trace.
Own Id: OTP-5329
The graphic applications now search for HTML documentation in the correct place.
Own Id: OTP-5381
TV no longer crashes on Mac OS X. (Thanks to Sean Hinde.)
Own Id: OTP-5219