diff options
author | Micael Karlberg <[email protected]> | 2011-10-06 11:03:09 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-06 11:03:09 +0200 |
commit | d6c066068b827cfa9503966cab23366227b1f48a (patch) | |
tree | 29b37fa1e185419fc19ffe91a06436c87af47b2b /lib/tools | |
parent | 87ca1d9f9d0962609ccb17a1b306a8a0815bc6c5 (diff) | |
parent | d01551f400e2a7944dcc10319be0c9f248ca3179 (diff) | |
download | otp-d6c066068b827cfa9503966cab23366227b1f48a.tar.gz otp-d6c066068b827cfa9503966cab23366227b1f48a.tar.bz2 otp-d6c066068b827cfa9503966cab23366227b1f48a.zip |
Merge branch 'master' of super:otp into bmk/megaco/20111003/improving_mstone1/OTP-9604
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/doc/src/notes.xml | 38 | ||||
-rw-r--r-- | lib/tools/vsn.mk | 2 |
2 files changed, 39 insertions, 1 deletions
diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 02d92fc4e7..17506fb6e2 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,44 @@ </header> <p>This document describes the changes made to the Tools application.</p> +<section><title>Tools 2.6.6.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Teach the emacs mode to compile yecc and leex files</p> + <p> + If visiting a .yrl or .xrl file in emacs with + erlang-mode, then the `erlang-compile' function (normally + bound to C-c C-k), now knows how to compile yecc and leex + files, and then, if that compilation succeeds, also + compiles the resulting .erl files.</p> + <p> + Also introduce a `erlang-compile-command-function-alist' + to make it possible to hook in other functions for + computing compilation commands/expressions, depending on + file name. (Thanks to Tomas Abrahamsson )</p> + <p> + Own Id: OTP-9503</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> Bugs in xref(3) have been fixed. (Thanks to Matthias + Lang.) </p> + <p> + Own Id: OTP-9416</p> + </item> + </list> + </section> + +</section> + <section><title>Tools 2.6.6.4</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/tools/vsn.mk b/lib/tools/vsn.mk index 6999c695e6..2d63a33554 100644 --- a/lib/tools/vsn.mk +++ b/lib/tools/vsn.mk @@ -1 +1 @@ -TOOLS_VSN = 2.6.6.4 +TOOLS_VSN = 2.6.6.5 |