]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 18:54:56 +0000 (18:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 18:54:56 +0000 (18:54 +0000)
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index e0f839cc45f9c709b7c4bc1b8cda7515e146b395..98ccec9968281bb53b33c0c50f4a3af0bea88460 100644 (file)
@@ -1,3 +1,10 @@
+2005-05-01  Richard M. Stallman  <rms@gnu.org>
+
+       * info.el (Info-mode): Set widen-automatically to nil, locally.
+
+       * simple.el (widen-automatically): New variable.
+       (pop-global-mark): Obey widen-automatically.
+
 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * term/xterm.el (function-key-map): Call substitute-key-definition
index 53c87a4f4dff6c82494f83f63ab7355284caca1c..990bc10ebb476a086c98324c23185dd215a3c713 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-01  Richard M. Stallman  <rms@gnu.org>
+
+       * edebug.texi (Checking Whether to Stop): Fix previous change.
+
 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
 
        * display.texi: Fix typos and Texinfo usage.
index 47d24852a66203950a47a4690eb2c36999d501d2..013b04eb8118f674f6e3ce02ec6e3323ba501a21 100644 (file)
@@ -1,3 +1,15 @@
+2005-05-01  Richard M. Stallman  <rms@gnu.org>
+
+       * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show):
+       If user cancels the menu, quit unless FOR_CLICK.
+
+       * macros.c (Vexecuting_kbd_macro): Renamed from Vexecuting_macro.
+       All uses changed.
+       (syms_of_macros): Define only executing-kbd-macro, not executing-macro.
+       * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro.
+       * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro.
+       * commands.h (Vexecuting_kbd_macro): Likewise.
+
 2005-05-01  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel.