aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2008-08-31 19:41:40 +0000
committerEli Zaretskii2008-08-31 19:41:40 +0000
commite52ab6c932fb28aa66ae666bfdcba19f7fbe09cd (patch)
tree0d9ab14c63627cfe302ae2eb312c6746e85e59f0 /src/ChangeLog
parent87e204a2632ba4efdf147be3a0999c9a4bfcb56c (diff)
downloademacs-e52ab6c932fb28aa66ae666bfdcba19f7fbe09cd.tar.gz
emacs-e52ab6c932fb28aa66ae666bfdcba19f7fbe09cd.zip
(BUILD_CHAR_GLYPH): New macro.
(IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct the menu.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fffb4205ff8..8505961647d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12008-08-31 Eli Zaretskii <eliz@gnu.org>
2
3 * msdos.c (BUILD_CHAR_GLYPH): New macro.
4 (IT_menu_display): Use it instead of SET_CHAR_GLYPH to construct
5 the menu. Allocate larger buffer for `text', to account for
6 possible ^C characters.
7
12008-08-31 Martin Rudalics <rudalics@gmx.at> 82008-08-31 Martin Rudalics <rudalics@gmx.at>
2 9
3 * xdisp.c (prepare_menu_bars): Don't call 10 * xdisp.c (prepare_menu_bars): Don't call