]> code.delx.au - gnu-emacs-elpa/blob - packages/ada-mode/NEWS
ada-mode 5.1.3, wisi 1.0.4
[gnu-emacs-elpa] / packages / ada-mode / NEWS
1 GNU Emacs Ada mode NEWS -- history of user-visible changes.
2
3 Copyright (C) 2014 Free Software Foundation, Inc.
4 See the end of the file for license conditions.
5
6 Please send Emacs Ada mode bug reports to bug-gnu-emacs@gnu.org, with
7 'ada-mode' in the subject. If possible, use M-x report-emacs-bug.
8
9 \f
10 * Ada mode 5.1.3
11 19 Apr 2014
12
13 ** more GNAT error message auto-fixes
14
15 ** support aspects on subprogram declarations; format same as SPARK examples.
16
17 ** fix bug in ada-syntax-propertize that caused query-replace to screw up
18
19 ** inhibit reparse due to case adjust; case adjust entire buffer is
20 now _much_ faster.
21
22 ** Non-ASCII characters supported in Ada mode buffers, including GNAT
23 bracket notation.
24
25 * Ada mode 5.1.2
26 16 Mar 2014
27
28 ** fix another packaging bug; forgot to add files to ELPA git!
29
30 * Ada mode 5.1.1
31 14 Mar 2014
32
33 ** require wisi-1.0.2, to fix packaging bug
34
35 ** gnat-find now called with -a to include read-only .ali files in the results.
36
37 * Ada mode 5.1.0
38 13 Mar 2014
39
40 ** Emacs 24.2 supported, via cl-lib in Gnu ELPA
41
42 ** Better handling of aspects.
43
44 ** 'record' is aligned with 'type' in derived types
45
46 ** Several minor indentation bugs have been fixed.
47
48 ** Added "2.2 Upgrading from previous versions" to the user guide.
49
50 ** ada-align now properly handles subprograms with the opening paren
51 on the same line as the preceding code and code on the same line as
52 the closing paren:
53
54 function Foo (Param_1 : Integer;
55 Param_2 : Integer) return Integer;
56
57 ** When no project file is selected, the default variables are
58 consistently used instead. Previously, the default variables were
59 only used when parsing a project file.
60
61 ** info files are properly visible in main info menu
62
63 ** 'C-c ;' used to run `comment-dim', which is bound to 'M-;' in the
64 global keymap. 'C-c ;' now gives an error with a message saying
65 'use M-; instead'.
66
67 * Ada mode 5.0.1
68 Feb 2 2014
69
70 First public release, via ELPA
71
72 * Ada mode 5.0.0
73 Dec 24 2013
74
75 ** first release in ELPA
76
77 ** Previous version was 4.00, in Emacs core. 5.0.1 is a complete
78 rewrite, using a generalized LALR parser that caches syntactic
79 information in text properties.