diff options
| author | Eli Zaretskii | 2010-04-25 20:06:41 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-25 20:06:41 +0300 |
| commit | 6bdf5d652360b79c8ee6194e8dd1b23ef4721a53 (patch) | |
| tree | 4c358911c21253b0980ee4cd4c7dc088b34ad896 /src/ChangeLog | |
| parent | 7ac82b84051a250bf529a0a83e68dacac39a948d (diff) | |
| parent | f538fcec9abe33859fe4b7d84ea1d5a07d476469 (diff) | |
| download | emacs-6bdf5d652360b79c8ee6194e8dd1b23ef4721a53.tar.gz emacs-6bdf5d652360b79c8ee6194e8dd1b23ef4721a53.zip | |
Fix crash with bidi display on the last empty line (bug#6030).
xdisp.c (display_line): Don't assume 2nd call to
get_next_display_element cannot return zero. (Bug#6030)
Move code that bidi-iterates out of display property to a separate function.
xdisp.c (iterate_out_of_display_property): New function, body from pop_it.
(pop_it): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2119d642ec0..e7ed7c36f78 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-04-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (display_line): Don't assume 2nd call to | ||
| 4 | get_next_display_element cannot return zero. (Bug#6030) | ||
| 5 | (iterate_out_of_display_property): New function, body from pop_it. | ||
| 6 | (pop_it): Use it. | ||
| 7 | |||
| 1 | 2010-04-24 Glenn Morris <rgm@gnu.org> | 8 | 2010-04-24 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]: | 10 | * m/amdx86-64.h (START_FILES, LIB_STANDARD) [__OpenBSD__]: |