diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0f1dded77c7..12b0ff5b505 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2006-02-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit (xwindow): Update the code to show the window box. | ||
| 4 | |||
| 5 | 2006-02-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 6 | |||
| 7 | * xterm.c (note_mouse_movement): Check for NULL FRAME_X_OUTPUT (frame). | ||
| 8 | |||
| 9 | 2006-02-12 Richard M. Stallman <rms@gnu.org> | ||
| 10 | |||
| 11 | * cmds.c (internal_self_insert): Handle weird auto-fill-function. | ||
| 12 | |||
| 13 | 2006-02-11 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 15 | * keyboard.c (Venable_disabled_menus_and_buttons): New variable. | ||
| 16 | (syms_of_keyboard): DEVFAR_LISP and initialize it. | ||
| 17 | (parse_tool_bar_item, parse_menu_item): If that variable is | ||
| 18 | non-nil, don't disable menu items and tool-bar buttons. | ||
| 19 | |||
| 20 | 2006-02-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 21 | |||
| 22 | * doc.c (Fsubstitute_command_keys): Doc fix. | ||
| 23 | |||
| 1 | 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org> | 24 | 2006-02-10 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 25 | ||
| 3 | * data.c (Findirect_function): Rewrite docstring. | 26 | * data.c (Findirect_function): Rewrite docstring. |