aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-02-29 19:50:24 +0200
committerEli Zaretskii2012-02-29 19:50:24 +0200
commit312508d72ea1d3dd863daad497cecf7f15082f43 (patch)
treeec156330952fb06cc9702152c4b3d27d89e0c392 /src/ChangeLog
parent2d44d9cc7040ba6c9548443189ac7d112ee00003 (diff)
downloademacs-312508d72ea1d3dd863daad497cecf7f15082f43.tar.gz
emacs-312508d72ea1d3dd863daad497cecf7f15082f43.zip
Fix bug #10903 with displaying an empty display string.
src/xdisp.c (get_overlay_strings_1): Under bidi redisplay, call push_it before setting up the iterator for the first overlay string, even if we have an empty string loaded. (next_overlay_string): If there's an empty string on the iterator stack, pop the stack.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9221041da52..428d25f7cc8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-02-29 Eli Zaretskii <eliz@gnu.org>
2
3 * xdisp.c (get_overlay_strings_1): Under bidi redisplay, call
4 push_it before setting up the iterator for the first overlay
5 string, even if we have an empty string loaded.
6 (next_overlay_string): If there's an empty string on the iterator
7 stack, pop the stack. (Bug#10903)
8
12012-02-25 Paul Eggert <eggert@cs.ucla.edu> 92012-02-25 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780). 11 Generalize fix for crash due to non-contiguous EMACS_INT (Bug#10780).