]> code.delx.au - gnu-emacs-elpa/blob - packages/ada-mode/NEWS
786c58c76ae9eade3eaaaa23811d8144e709342d
[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.2
11 16 Mar 2014
12
13 ** fix another packaging bug; forgot to add files to ELPA git!
14
15 * Ada mode 5.1.1
16 14 Mar 2014
17
18 ** require wisi-1.0.2, to fix packaging bug
19
20 ** gnat-find now called with -a to include read-only .ali files in the results.
21
22 * Ada mode 5.1.0
23 13 Mar 2014
24
25 ** Emacs 24.2 supported, via cl-lib in Gnu ELPA
26
27 ** Better handling of aspects.
28
29 ** 'record' is aligned with 'type' in derived types
30
31 ** Several minor indentation bugs have been fixed.
32
33 ** Added "2.2 Upgrading from previous versions" to the user guide.
34
35 ** ada-align now properly handles subprograms with the opening paren
36 on the same line as the preceding code and code on the same line as
37 the closing paren:
38
39 function Foo (Param_1 : Integer;
40 Param_2 : Integer) return Integer;
41
42 ** When no project file is selected, the default variables are
43 consistently used instead. Previously, the default variables were
44 only used when parsing a project file.
45
46 ** info files are properly visible in main info menu
47
48 ** 'C-c ;' used to run `comment-dim', which is bound to 'M-;' in the
49 global keymap. 'C-c ;' now gives an error with a message saying
50 'use M-; instead'.
51
52 * Ada mode 5.0.1
53 Feb 2 2014
54
55 First public release, via ELPA
56
57 * Ada mode 5.0.0
58 Dec 24 2013
59
60 ** first release in ELPA
61
62 ** Previous version was 4.00, in Emacs core. 5.0.1 is a complete
63 rewrite, using a generalized LALR parser that caches syntactic
64 information in text properties.