diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-02-25 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2012-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). |