This document describes the changes made to the Appmon application.
An obsolete compiler directive for native code generation was removed from a source file.
Own Id: OTP-8839
Warnings due to new autoimported BIFs removed
Own Id: OTP-8674 Aux Id: OTP-8579
The documentation is now possible to build in an open source environment after a number of bugs are fixed and some features are added in the documentation build process.
- The arity calculation is updated.
- The module prefix used in the function names for bif's are removed in the generated links so the links will look like "http://www.erlang.org/doc/man/erlang.html#append_element-2" instead of "http://www.erlang.org/doc/man/erlang.html#erlang:append_element-2".
- Enhanced the menu positioning in the html documentation when a new page is loaded.
- A number of corrections in the generation of man pages (thanks to Sergei Golovan)
- The legal notice is taken from the xml book file so OTP's build process can be used for non OTP applications.
Own Id: OTP-8343
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
Fixed dialyzer warning in
Removed some dead code from the
Own Id: OTP-6534
Appmon now handles a process name containing the character '@' correctly. (Thanks to Mikael Magnusson).
Own Id: OTP-6308
The "Send" button in the application window was broken, it always failed (silently).
Own Id: OTP-6333
Internal change only (using a private digraph instead of a public one).
Own Id: OTP-5983
Notification windows are now centered over the parent window (if possible).
Own Id: OTP-6010 Aux Id: OTP-5987
Removed some dead code from
Own Id: OTP-6040
Eliminated 5 discrepancies found by Dialyzer in the Appmon application.
Own Id: OTP-5633
The graphic applications now search for HTML documentation in the correct place.
Own Id: OTP-5381