diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2bf591053df..32b377031a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite | ||
| 4 | an item's name with its key description in case the description | ||
| 5 | is a multibyte string. | ||
| 6 | |||
| 7 | * keymap.c (Fsingle_key_description): Create a multibyte string | ||
| 8 | only if necessary. | ||
| 9 | |||
| 3 | * macros.c (Fstart_kbd_macro): Doc fix. | 10 | * macros.c (Fstart_kbd_macro): Doc fix. |
| 4 | 11 | ||
| 5 | * xterm.c (cursor_in_mouse_face_p): New function. | 12 | * xterm.c (cursor_in_mouse_face_p): New function. |