]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 2 May 2005 02:18:29 +0000 (02:18 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 2 May 2005 02:18:29 +0000 (02:18 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 8e3b4e21d63084262b18b3ef5401cbe01bd65405..1fed88f666dccbe755478f1b9d6c5ab724b36765 100644 (file)
@@ -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.
 
index 990bc10ebb476a086c98324c23185dd215a3c713..9747bfee327494b383849885a89c868185a2324a 100644 (file)
@@ -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.
index 46fadbf6029bd65c63504c35e36731b363665bf3..807aac35ea9823f392364d6fc4b2dd1a6a48e451 100644 (file)
@@ -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>