From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/tools/doc/src/notes.xml | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) (limited to 'lib/tools') diff --git a/lib/tools/doc/src/notes.xml b/lib/tools/doc/src/notes.xml index 1329b1797b..5d7bd464ce 100644 --- a/lib/tools/doc/src/notes.xml +++ b/lib/tools/doc/src/notes.xml @@ -30,6 +30,69 @@

This document describes the changes made to the Tools application.

+
Tools 2.6.8 + +
Fixed Bugs and Malfunctions + + +

+ The last tuple fun call has been removed from fprof.

+

+ Own Id: OTP-10091 Aux Id: seq12067

+
+ +

+ Fix indentation of record fields in Emacs (Thanks to + Tomas Abrahamsson)

+

+ Own Id: OTP-10120

+
+ +

+ Documentation fixes (Thanks to Ricardo Catalinas Jiménez + )

+

+ Own Id: OTP-10121

+
+ +

+ Remove Erlang-specific compilation error regexp in + erlang.el

+

+ Own Id: OTP-10168

+
+ +

+ Fix highlighting of atoms ending with a dollar sign

+

+ Like this: 'atom$'. In that example, the last single + quote should be recognised as ending the atom. This needs + a font-lock workaround similar to the one for strings. + Thanks to Magnus Henoch

+

+ Own Id: OTP-10178

+
+ +

Xref now accepts filenames with character codes + greater than 126. (Thanks to Emile Joubert for reporting + the issue.)

+

+ Own Id: OTP-10192

+
+ +

+ Add test_indentation target to lib/tools/emacs/Makefile

+

+ Automatically indent test.erl.orig, save to test.erl, and + compare to test.erl.intended. Thanks to Magnus Henoch.

+

+ Own Id: OTP-10226

+
+
+
+ +
+
Tools 2.6.7
Fixed Bugs and Malfunctions -- cgit v1.2.3