Mercurial > emacs
changeset 62014:c6b58692c517
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 02 May 2005 02:18:29 +0000 |
parents | 9208ec58c990 |
children | e208ebaf0e17 |
files | lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 02 02:06:38 2005 +0000 +++ b/lisp/ChangeLog Mon May 02 02:18:29 2005 +0000 @@ -1,8 +1,12 @@ +2005-05-01 Luc Teirlinck <teirllm@auburn.edu> + + * subr.el (executing-macro): Use `define-obsolete-variable-alias'. + 2005-05-02 Nick Roberts <nickrob@snap.net.nz> * progmodes/cc-mode.el (cc-create-define-alist): Use a shell. (cc-mode-cpp-program): Rename to cc-define-list-program and move to cc-vars.el. - + * progmodes/cc-vars.el (cc-define-list-program): Change to "gcc -E -dM -". Make customizable.
--- a/lispref/ChangeLog Mon May 02 02:06:38 2005 +0000 +++ b/lispref/ChangeLog Mon May 02 02:18:29 2005 +0000 @@ -1,3 +1,9 @@ +2005-05-01 Luc Teirlinck <teirllm@auburn.edu> + + * frames.texi (Pop-Up Menus): Correct and clarify description of + `x-popup-menu'. + (Dialog Boxes): Clarify description of `x-popup-dialog'. + 2005-05-01 Richard M. Stallman <rms@gnu.org> * edebug.texi (Checking Whether to Stop): Fix previous change.
--- a/src/ChangeLog Mon May 02 02:06:38 2005 +0000 +++ b/src/ChangeLog Mon May 02 02:18:29 2005 +0000 @@ -1,5 +1,7 @@ 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> + * xmenu.c (Fx_popup_menu): Doc fix. + * charset.c (syms_of_charset): Delete defsubr for Schars_in_region. 2005-05-02 Jason Rumney <jasonr@gnu.org>