20042010 Ericsson AB. All Rights Reserved. The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. TV Release Notes otp_appnotes nil nil nil notes.xml

This document describes the changes made to the TV application.

TV 2.1.4.7
Fixed Bugs and Malfunctions

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

TV 2.1.4.6
Fixed Bugs and Malfunctions

With some window managers (e.g. stumpwm), tv would constantly restart while trying to open a table. (Thanks to Dmitriy Budashny.)

Own Id: OTP-8751

TV 2.1.4.5
Improvements and New Features

Warnings due to new autoimported BIFs removed

Own Id: OTP-8674 Aux Id: OTP-8579

TV 2.1.4.4
Improvements and New Features

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

TV 2.1.4.3
Improvements and New Features

Updated the application with new tags for automatic updates of copyright notices.

Own Id: OTP-7851

TV 2.1.4.2
Improvements and New Features

Minor updates.

Own Id: OTP-7261

TV 2.1.4.1
Improvements and New Features

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

TV 2.1.4
Improvements and New Features

Removed some dead code from tv_pg_gridfcns:mark_cell_and_notify/4 and tv_nodewin:handle_error/1.

Own Id: OTP-6455

TV 2.1.3
Fixed Bugs and Malfunctions

A compiler warning has been fixed.

Own Id: OTP-6016

Improvements and New Features

Notification windows are now centered over a parent window.

Own Id: OTP-6014 Aux Id: OTP-5987

TV 2.1.2
Fixed Bugs and Malfunctions

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 2.1.1
Fixed Bugs and Malfunctions

TV no longer crashes on Mac OS X. (Thanks to Sean Hinde.)

Own Id: OTP-5219