aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-04-30 00:13:34 +0000
committerJuanma Barranquero2003-04-30 00:13:34 +0000
commitd7acd7743626530a3f5722d9a8d77e6ca176929b (patch)
tree3b85e095660bd72e1401f0664bd897a5051a36bf
parent93a16fa8a8fd1fccfd2cb15cd16681f95bd3d701 (diff)
downloademacs-d7acd7743626530a3f5722d9a8d77e6ca176929b.tar.gz
emacs-d7acd7743626530a3f5722d9a8d77e6ca176929b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog40
-rw-r--r--lwlib/ChangeLog5
2 files changed, 45 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ba620b86eb0..9bc8c17d32c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,43 @@
12003-04-30 Emmanuel Briot <briot@gnat.com>
2
3 * progmodes/ada-mode.el (ada-search-directories): Take into account
4 ADA_INCLUDE_PATH for better compatibility with GNAT.
5 (ada-contextual-menu): Menu defined through `easy-menu-define'
6 instead. Various adjustments to the indentation engine (handling of
7 subtypes, begin blocks, etc.).
8 (ada-create-menu): Major rewrite of the handling of menus to use
9 `easy-menu-define' for cleaner code and better compatibility with
10 XEmacs. All menus that were previously in ada-xref.el and
11 ada-prj.el are now defined in this package, which makes it easier to
12 edit menus.
13 (ada-narrow-to-defun): Add support for `narrow-to-region'. No
14 longer explicitely load ada-xref.el and ada-prj.el. Use autoload
15 statements instead.
16
17 * progmodes/ada-xref.el (ada-gnatls-args): New variable. Add
18 support for specifying arguments to gnatls.
19 (ada-initialize-runtime-library): Properly parse "." in the output
20 of gnatls.
21 (ada-add-keymap): Removed, since this is now done in ada-mode.el
22 itself.
23 (ada-add-ada-menu): Likewise.
24 (ada-set-default-project-file): New parameter KEEP-EXISTING.
25 (ada-prj-find-prj-file): New parameter FILE.
26 (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
27 ADA_OBJECTS_PATH environment variables. Minor reorganization of the
28 code
29 (ada-get-all-references): Add support for GNAT 3.16
30 cross-references.
31
32 * progmodes/ada-prj.el (ada-prj-add-keymap): Moved to ada-mode.el
33 directly. Add dependency on ada-xref.el to avoid compilation
34 warnings.
35 (ada-prj-get-prj-dir): Removed, no longer needed.
36
37 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Moved to
38 ada-mode.el.
39 (ada-template-map): Merged with the keymap handling in ada-mode.el.
40
12003-04-29 Oliver Scholz <epameinondas@gmx.de> 412003-04-29 Oliver Scholz <epameinondas@gmx.de>
2 42
3 * play/gamegrid.el: Added a comment explaining the various ways to 43 * play/gamegrid.el: Added a comment explaining the various ways to
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 52da2ebc2de..56637620010 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,8 @@
12003-04-30 Lute Kamstra <Lute.Kamstra@cwi.nl>
2
3 * Makefile.in: Make things function properly in case both LessTif
4 and Open Motif are installed.
5
12003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * lwlib-Xm.c (update_one_menu_entry): Deallocate widget_list. 8 * lwlib-Xm.c (update_one_menu_entry): Deallocate widget_list.