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