Mercurial > emacs
changeset 61988:efb4e11f6aa7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 01 May 2005 18:54:56 +0000 |
parents | aabdcfa2f3d6 |
children | 820ed588bcf4 |
files | lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 01 18:54:35 2005 +0000 +++ b/lisp/ChangeLog Sun May 01 18:54:56 2005 +0000 @@ -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
--- a/lispref/ChangeLog Sun May 01 18:54:35 2005 +0000 +++ b/lispref/ChangeLog Sun May 01 18:54:56 2005 +0000 @@ -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.
--- a/src/ChangeLog Sun May 01 18:54:35 2005 +0000 +++ b/src/ChangeLog Sun May 01 18:54:56 2005 +0000 @@ -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.