aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-06-18 23:17:29 +0300
committerEli Zaretskii2011-06-18 23:17:29 +0300
commitacb288185281f8030279fd81705bb54fa16ca84a (patch)
treeeb7d5f4c1a15e5a8e805dbc19db6d1e79d39d189 /src/ChangeLog
parentca3122a07a44f375ef47dcec44b88b09dc981f47 (diff)
downloademacs-acb288185281f8030279fd81705bb54fa16ca84a.tar.gz
emacs-acb288185281f8030279fd81705bb54fa16ca84a.zip
Add comments for forced L2R directions of menu bar and tool bar.
GCPRO Lisp string inside bidi.c. Force L2R direction in buffer menu buffer. src/xdisp.c (tool_bar_lines_needed, redisplay_tool_bar) (display_menu_bar): Force left-to-right direction. Add a FIXME comment for making that be controlled by a user option. src/bidi.c (bidi_move_to_visually_next): GCPRO the Lisp string we are iterating. lisp/buff-menu.el (Buffer-menu-mode, list-buffers-noselect): Force left-to-right paragraph direction.
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 2ebd593d00e..37e1e85219f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12011-06-18 Eli Zaretskii <eliz@gnu.org> 12011-06-18 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (tool_bar_lines_needed, redisplay_tool_bar)
4 (display_menu_bar): Force left-to-right direction. Add a FIXME
5 comment for making that be controlled by a user option.
6
7 * bidi.c (bidi_move_to_visually_next): GCPRO the Lisp string we
8 are iterating.
9
3 * term.c (produce_glyphs): Add IT_GLYPHLESS to the values of 10 * term.c (produce_glyphs): Add IT_GLYPHLESS to the values of
4 it->what accepted by the xassert. Fixes a gratuitous crash in an 11 it->what accepted by the xassert. Fixes a gratuitous crash in an
5 Emacs built with -DXASSERTS. 12 Emacs built with -DXASSERTS.