aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-05-02 02:18:29 +0000
committerLuc Teirlinck2005-05-02 02:18:29 +0000
commitf6b1b15a85a0048ac7c179928ebfbf1b68babe0a (patch)
tree2fe712feb93f1962db28e32b964fe64a00764d58
parent40823f2d3faabe8873789dffd7f7d1a1cb5c707c (diff)
downloademacs-f6b1b15a85a0048ac7c179928ebfbf1b68babe0a.tar.gz
emacs-f6b1b15a85a0048ac7c179928ebfbf1b68babe0a.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lispref/ChangeLog6
-rw-r--r--src/ChangeLog2
3 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8e3b4e21d63..1fed88f666d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,8 +1,12 @@
12005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2
3 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4
12005-05-02 Nick Roberts <nickrob@snap.net.nz> 52005-05-02 Nick Roberts <nickrob@snap.net.nz>
2 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell. 6 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
3 (cc-mode-cpp-program): Rename to cc-define-list-program and 7 (cc-mode-cpp-program): Rename to cc-define-list-program and
4 move to cc-vars.el. 8 move to cc-vars.el.
5 9
6 * progmodes/cc-vars.el (cc-define-list-program): 10 * progmodes/cc-vars.el (cc-define-list-program):
7 Change to "gcc -E -dM -". Make customizable. 11 Change to "gcc -E -dM -". Make customizable.
8 12
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 990bc10ebb4..9747bfee327 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2
3 * frames.texi (Pop-Up Menus): Correct and clarify description of
4 `x-popup-menu'.
5 (Dialog Boxes): Clarify description of `x-popup-dialog'.
6
12005-05-01 Richard M. Stallman <rms@gnu.org> 72005-05-01 Richard M. Stallman <rms@gnu.org>
2 8
3 * edebug.texi (Checking Whether to Stop): Fix previous change. 9 * edebug.texi (Checking Whether to Stop): Fix previous change.
diff --git a/src/ChangeLog b/src/ChangeLog
index 46fadbf6029..807aac35ea9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12005-05-01 Luc Teirlinck <teirllm@auburn.edu> 12005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2 2
3 * xmenu.c (Fx_popup_menu): Doc fix.
4
3 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region. 5 * charset.c (syms_of_charset): Delete defsubr for Schars_in_region.
4 6
52005-05-02 Jason Rumney <jasonr@gnu.org> 72005-05-02 Jason Rumney <jasonr@gnu.org>