comparison lisp/ChangeLog @ 45932:0a6b996970fa

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 20 Jun 2002 17:46:03 +0000
parents 8ad2c225979d
children eb2f1d89a28f
comparison
equal deleted inserted replaced
45931:a4c8d672ccbe 45932:0a6b996970fa
1 2002-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
1 2002-06-20 Francesco Potorti` <pot@gnu.org> 51 2002-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.
4 (etags-recognize-tags-table): Use it for implicit tag names. 54 (etags-recognize-tags-table): Use it for implicit tag names.
5 55
3243 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'. 3293 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
3244 3294
3245 2002-04-09 Emmanuel Briot <briot@act-europe.fr> 3295 2002-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
3253 * progmodes/ada-stmt.el: Menu changed from Statements to Templates. 3303 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
3254 (ada-func-or-proc-name): Get real subprogram name, after change in 3304 (ada-func-or-proc-name): Get real subprogram name, after change in