aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-05-29 14:31:01 +0000
committerGerd Moellmann2001-05-29 14:31:01 +0000
commit4c329aa8be20b6cf7692e2e996fb281353c4fa02 (patch)
tree048f3df2af4b42e4d97d6a87fc3e081eac09924f /src/ChangeLog
parente15e282807fd5d0e96f6d49099d2b6a20e6ab30d (diff)
downloademacs-4c329aa8be20b6cf7692e2e996fb281353c4fa02.tar.gz
emacs-4c329aa8be20b6cf7692e2e996fb281353c4fa02.zip
(single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
Protect unibyte strings created by replacing their multibyte equivalents in menu_items.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
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 @@
12001-05-29 Gerd Moellmann <gerd@gnu.org> 12001-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