]> code.delx.au - gnu-emacs-elpa/blob - packages/ada-mode/NEWS
Merge branch 'master' of github.com:leoliu/ggtags
[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.5
11
12 ** add C-c <, C-c >; goto-declaration-start, -end
13
14 ** improve parsing speed significantly
15
16 * Ada mode 5.1.4
17 26 May 2014
18
19 ** support expression functions
20
21 ** beginning-of-defun-function, end-of-defun-function are now set. A
22 "defun" is a generic, package, protected, subprogram, or task spec
23 or body.
24
25 ** C-c C-s is now bound to ada-goto-previous-pos, which goes to the
26 first position in ada-goto-pos-ring. Most navigation functions set
27 ada-goto-pos-ring. This allows easy navigation back to the start of
28 a cross-reference chain.
29
30 ** xref tool error handlers no longer show the xref tool buffer; the
31 new Ada menu item 'show xref tool buffer' can be used instead.
32
33 ** The parser supports more deeply nested case statements.
34
35 * Ada mode 5.1.3
36 19 Apr 2014
37
38 ** more GNAT error message auto-fixes
39
40 ** support aspects on subprogram declarations; format same as SPARK examples.
41
42 ** fix bug in ada-syntax-propertize that caused query-replace to screw up
43
44 ** inhibit reparse due to case adjust; case adjust entire buffer is
45 now _much_ faster.
46
47 ** Non-ASCII characters supported in Ada mode buffers, including GNAT
48 bracket notation.
49
50 * Ada mode 5.1.2
51 16 Mar 2014
52
53 ** fix another packaging bug; forgot to add files to ELPA git!
54
55 * Ada mode 5.1.1
56 14 Mar 2014
57
58 ** require wisi-1.0.2, to fix packaging bug
59
60 ** gnat-find now called with -a to include read-only .ali files in the results.
61
62 * Ada mode 5.1.0
63 13 Mar 2014
64
65 ** Emacs 24.2 supported, via cl-lib in Gnu ELPA
66
67 ** Better handling of aspects.
68
69 ** 'record' is aligned with 'type' in derived types
70
71 ** Several minor indentation bugs have been fixed.
72
73 ** Added "2.2 Upgrading from previous versions" to the user guide.
74
75 ** ada-align now properly handles subprograms with the opening paren
76 on the same line as the preceding code and code on the same line as
77 the closing paren:
78
79 function Foo (Param_1 : Integer;
80 Param_2 : Integer) return Integer;
81
82 ** When no project file is selected, the default variables are
83 consistently used instead. Previously, the default variables were
84 only used when parsing a project file.
85
86 ** info files are properly visible in main info menu
87
88 ** 'C-c ;' used to run `comment-dim', which is bound to 'M-;' in the
89 global keymap. 'C-c ;' now gives an error with a message saying
90 'use M-; instead'.
91
92 * Ada mode 5.0.1
93 Feb 2 2014
94
95 First public release, via ELPA
96
97 * Ada mode 5.0.0
98 Dec 24 2013
99
100 ** first release in ELPA
101
102 ** Previous version was 4.00, in Emacs core. 5.0.1 is a complete
103 rewrite, using a generalized LALR parser that caches syntactic
104 information in text properties.