diff options
| author | Richard M. Stallman | 2005-05-01 18:54:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-01 18:54:56 +0000 |
| commit | ebbfa918dea6349b0729e24d87d670a115a81231 (patch) | |
| tree | 39871c803d797c46c6cd462780e25b341ce854bd /src/ChangeLog | |
| parent | ab357a65ac33d9f9ebefa5f53ffa99c66076fb5e (diff) | |
| download | emacs-ebbfa918dea6349b0729e24d87d670a115a81231.tar.gz emacs-ebbfa918dea6349b0729e24d87d670a115a81231.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 47d24852a66..013b04eb811 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2005-05-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xmenu.c [not HAVE_X_TOOLKIT] (xmenu_show): | ||
| 4 | If user cancels the menu, quit unless FOR_CLICK. | ||
| 5 | |||
| 6 | * macros.c (Vexecuting_kbd_macro): Renamed from Vexecuting_macro. | ||
| 7 | All uses changed. | ||
| 8 | (syms_of_macros): Define only executing-kbd-macro, not executing-macro. | ||
| 9 | * keyboard.c: Change Vexecuting_macro to Vexecuting_kbd_macro. | ||
| 10 | * macros.h (Vexecuting_kbd_macro): Declare instead of Vexecuting_macro. | ||
| 11 | * commands.h (Vexecuting_kbd_macro): Likewise. | ||
| 12 | |||
| 1 | 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org> | 13 | 2005-05-01 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 14 | ||
| 3 | * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel. | 15 | * sysdep.c (get_frame_size) [VMS]: Use a fresh i/o channel. |