aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-06-20 17:46:03 +0000
committerStefan Monnier2002-06-20 17:46:03 +0000
commitd78b64a088414ff8f8d991e09c6f7ca144e0f1e1 (patch)
tree8d6a49f3433a871a6974b4b9db282384d07b3757
parent80d50f8814552e2e773416336579c308680d183b (diff)
downloademacs-d78b64a088414ff8f8d991e09c6f7ca144e0f1e1.tar.gz
emacs-d78b64a088414ff8f8d991e09c6f7ca144e0f1e1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog54
1 files changed, 52 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1d6a8615d1f..ab2bf02883e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,53 @@
12002-06-20 Emmanuel Briot <briot@act-europe.fr>
2
3 * progmodes/ada-mode.el: Update copyright notice.
4 Synchronize with GNAT release 3.15a1.
5 Do not attempt to load ada-support, which is only for compatibility
6 with older Emacs versions, and is not needed for Emacs 21.
7 Fix various calls to count-lines, that didn't work correctly when the
8 buffer was narrowed.
9 (ada-continuation-indent): New variable.
10 (ada-contextual-menu): New entry "List local references", faster than
11 "List References".
12 (ada-mode): New alignment rules provided by S. Leake.
13 Add support for which-function-mode.
14 (ada-get-current-indent): Fix indentation of named parameter lists and
15 nested boolean expressions.
16 (ada-indent-on-previous-lines): Fix indentation of labels.
17 (ada-search-prev-end-stmt): Fix searching of the previous
18 end-statement, specially with regards to nested subprograms.
19 (comment-region advice): Initially disabled, for better compatibility
20 with other modes.
21 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
22
23 * progmodes/ada-xref.el: Update copyright notice.
24 (ada-xref-create-ali): The default is now not to create automatically
25 the ALI files by compiling the unit, since this isn't always reliable
26 and requires an up-to-date project file.
27 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
28 a file, but use gnatmake instead, since this gives access to the GNAT
29 project files.
30 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
31 (ada-load-project-hook): New variable, for support of GNAT
32 project files.
33 (ada-update-project-menu): Fix the detection of the project file name.
34 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
35 with another binding in ada-mode.el.
36 (ada-add-menu): New menu "List Local References", to list the reference
37 to the entity only in the current file, instead of looking in the whole
38 project. Much faster.
39 (ada-find-references): New parameters arg and local-only.
40 (ada-find-any-references): New parameters local-only and append.
41 (ada-goto-declaration): Fix handling of predefined entities in xref.
42 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
43 still compatible with GNAT 3.14 of course. Fix various calls to
44 count-lines, that didn't work correctly when the buffer was narrowed.
45
46 * progmodes/ada-prj.el: Update copyright.
47 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
48 21 dialogs to select the file, since we want a directory name only.
49 (ada-customize): Add support for the new GNAT project files.
50
12002-06-20 Francesco Potorti` <pot@gnu.org> 512002-06-20 Francesco Potorti` <pot@gnu.org>
2 52
3 * progmodes/etags.el (tag-implicit-name-match-p): New function. 53 * progmodes/etags.el (tag-implicit-name-match-p): New function.
@@ -3245,8 +3295,8 @@
32452002-04-09 Emmanuel Briot <briot@act-europe.fr> 32952002-04-09 Emmanuel Briot <briot@act-europe.fr>
3246 3296
3247 * progmodes/ada-prj.el: Add support for the new project file 3297 * progmodes/ada-prj.el: Add support for the new project file
3248 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd. Fix 3298 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
3249 widget handling for Emacs 21. ada-mode now only supports a single 3299 Fix widget handling for Emacs 21. ada-mode now only supports a single
3250 active project file, instead of one per buffer. This is far less 3300 active project file, instead of one per buffer. This is far less
3251 confusing. 3301 confusing.
3252 3302