diff options
| author | Eli Zaretskii | 2011-08-06 13:59:36 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-06 13:59:36 +0300 |
| commit | d1410150345acdf2d7693fe00b8169312fe40d14 (patch) | |
| tree | accd9d7c414485e00d9fe30e1d1c28c7e3ea5c60 /src/ChangeLog | |
| parent | d747b53feb3e403571c724cc5add1e5e354f4408 (diff) | |
| download | emacs-d1410150345acdf2d7693fe00b8169312fe40d14.tar.gz emacs-d1410150345acdf2d7693fe00b8169312fe40d14.zip | |
Fix bug #9254 with crash and cursor positioning under longlines-mode.
src/xdisp.c (set_cursor_from_row): Fix cursor positioning when a
display property strides EOL and includes a newline, as in
longlines-mode.
src/bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE
is non-zero, even if the data buffer is NULL. Fixes a crash in
vertical-motion with longlines-mode.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60c835cb100..efe542e37d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-08-06 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a | ||
| 4 | display property strides EOL and includes a newline, as in | ||
| 5 | longlines-mode. (Bug#9254) | ||
| 6 | |||
| 7 | * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE | ||
| 8 | is non-zero, even if the data buffer is NULL. Fixes a crash in | ||
| 9 | vertical-motion with longlines-mode. (Bug#9254) | ||
| 10 | |||
| 1 | 2011-08-05 Eli Zaretskii <eliz@gnu.org> | 11 | 2011-08-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * bidi.c <bidi_cache_total_alloc>: Now static. | 13 | * bidi.c <bidi_cache_total_alloc>: Now static. |