mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
*** empty log message ***
This commit is contained in:
parent
ab357a65ac
commit
ebbfa918de
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user