aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.