aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7becf77dde9..4de1618f4d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,10 @@
7 (display_line): Fix prepending of truncation glyphs to R2L rows. 7 (display_line): Fix prepending of truncation glyphs to R2L rows.
8 (insert_left_trunc_glyphs): Support addition of left truncation 8 (insert_left_trunc_glyphs): Support addition of left truncation
9 glyphs to R2L rows. 9 glyphs to R2L rows.
10 (set_cursor_from_row): Don't place cursor on the vertical border
11 glyph between adjacent windows.
12 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
13 test for that explicitly.
10 14
112010-04-27 Eli Zaretskii <eliz@gnu.org> 152010-04-27 Eli Zaretskii <eliz@gnu.org>
12 16