diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a0c3c451e9f..3c851d1c7f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-05-29 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xmenu.c (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]: | ||
| 4 | Protect unibyte strings created by replacing their multibyte | ||
| 5 | equivalents in menu_items. | ||
| 6 | |||
| 3 | * keymap.c (Fsingle_key_description): NUL-terminate the string | 7 | * keymap.c (Fsingle_key_description): NUL-terminate the string |
| 4 | buffer before calling build_string. | 8 | buffer before calling build_string. |
| 5 | 9 | ||