Add comments for forced L2R directions of menu bar and tool bar.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 20:17:29 +0000 (23:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Jun 2011 20:17:29 +0000 (23:17 +0300)
commitacb288185281f8030279fd81705bb54fa16ca84a
treeeb7d5f4c1a15e5a8e805dbc19db6d1e79d39d189
parentca3122a07a44f375ef47dcec44b88b09dc981f47
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.
lisp/ChangeLog
lisp/buff-menu.el
src/ChangeLog
src/bidi.c
src/xdisp.c