diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index efe542e37d0..039c225c1f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a | 3 | * xdisp.c (set_cursor_from_row): Fix cursor positioning when a |
| 4 | display property strides EOL and includes a newline, as in | 4 | display property strides EOL and includes a newline, as in |
| 5 | longlines-mode. (Bug#9254) | 5 | longlines-mode. (Bug#9254) |
| 6 | (move_it_in_display_line_to): Fix vertical-motion in a buffer with | ||
| 7 | word-wrap under bidirectional display. (Bug#9224) | ||
| 6 | 8 | ||
| 7 | * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE | 9 | * 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 | 10 | is non-zero, even if the data buffer is NULL. Fixes a crash in |