diff options
| author | Paul Eggert | 2011-08-06 08:03:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-08-06 08:03:25 -0700 |
| commit | 3019ceda0d720be62102bd76d52cfcab67ac012a (patch) | |
| tree | a65cd8607a71db61b0a9539b2f8121dee6c18de8 /src/ChangeLog | |
| parent | c3b9a83ed346d1f0c9ab9f0776b527c74e3ca971 (diff) | |
| parent | 75b771e489a32ab716b031664baee313a78caf6b (diff) | |
| download | emacs-3019ceda0d720be62102bd76d52cfcab67ac012a.tar.gz emacs-3019ceda0d720be62102bd76d52cfcab67ac012a.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60c835cb100..039c225c1f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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 | (move_it_in_display_line_to): Fix vertical-motion in a buffer with | ||
| 7 | word-wrap under bidirectional display. (Bug#9224) | ||
| 8 | |||
| 9 | * bidi.c (bidi_unshelve_cache): Don't reset the cache if JUST_FREE | ||
| 10 | is non-zero, even if the data buffer is NULL. Fixes a crash in | ||
| 11 | vertical-motion with longlines-mode. (Bug#9254) | ||
| 12 | |||
| 1 | 2011-08-05 Eli Zaretskii <eliz@gnu.org> | 13 | 2011-08-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 14 | ||
| 3 | * bidi.c <bidi_cache_total_alloc>: Now static. | 15 | * bidi.c <bidi_cache_total_alloc>: Now static. |