1 Syntax_Tools Release Notes

This document describes the changes made to the Syntax_Tools application.

1.1  Syntax_Tools 1.6.9

Fixed Bugs and Malfunctions

  • Syntax Tools 1.6.9

    Minor bugfixes, spec annotations and documentation cleanup. Thanks to Richard Carlsson

    Own Id: OTP-10208

1.2  Syntax_Tools 1.6.8

Fixed Bugs and Malfunctions

  • Minor suppressions and fixes of compilation warnings

    Own Id: OTP-10016

1.3  Syntax_Tools 1.6.7.2

Improvements and New Features

  • Variables are now now allowed in 'fun M:F/A' as suggested by Richard O'Keefe in EEP-23.

    The representation of 'fun M:F/A' in the abstract format has been changed in an incompatible way. Tools that directly read or manipulate the abstract format (such as parse transforms) may need to be updated. The compiler can handle both the new and the old format (i.e. extracting the abstract format from a pre-R15 BEAM file and compiling it using compile:forms/1,2 will work). The syntax_tools application can also handle both formats.

    *** POTENTIAL INCOMPATIBILITY ***

    Own Id: OTP-9643

  • Eliminate use of deprecated regexp module

    Own Id: OTP-9810

1.4  Syntax_Tools 1.6.7.1

Fixed Bugs and Malfunctions

  • In a file containing declarations and comments without any empty lines between them, the recomment_forms() function would associate a multi-line comment with the declaration above it rather than the one following it. (Thanks to Richard Carlsson and Kostis Sagonas.)

    Own Id: OTP-9180

1.5  Syntax_Tools 1.6.7

Improvements and New Features

  • Miscellaneous updates

    Own Id: OTP-8976

1.6  Syntax_Tools 1.6.6

Improvements and New Features

  • Minor changes and clean-ups.

    Own Id: OTP-8709

1.7  Syntax_Tools 1.6.5

Improvements and New Features

  • 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

1.8  Syntax_Tools 1.6.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

1.9  Syntax_Tools 1.6.3

Improvements and New Features

  • Miscellaneous updates.

    Own Id: OTP-8190

1.10  Syntax_Tools 1.6.2

Improvements and New Features

  • Miscellanous updates.

    Own Id: OTP-8038

1.11  Syntax_Tools 1.6

Improvements and New Features

  • Miscellaneous updates.

    Own Id: OTP-7877

1.12  Syntax_Tools 1.5.6

Improvements and New Features

  • Minor updates.

    Own Id: OTP-7642

1.13  Syntax_Tools 1.5.5

Improvements and New Features

  • Minor changes.

    Own Id: OTP-7388

1.14  Syntax_Tools 1.5.4

Improvements and New Features

  • Minor updates, mostly cosmetic.

    Own Id: OTP-7243

1.15  Syntax_Tools 1.5.3

Fixed Bugs and Malfunctions

  • A missing directory (examples) has been added and another broken link in the documentation has been fixed.

    Own Id: OTP-6468

1.16  Syntax_Tools 1.5.2

Fixed Bugs and Malfunctions

  • Fixed some broken links in the documentation.

    Own Id: OTP-6420

1.17  Syntax_Tools 1.5.1

Miscellaneous changes.