aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f0b1ecc3caa..17b53216e83 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,9 @@
5 (find_row_edges): If the row ends in a newline from a display 5 (find_row_edges): If the row ends in a newline from a display
6 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549) 6 string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549)
7 Handle the case of a display string with multiple newlines. 7 Handle the case of a display string with multiple newlines.
8 (Fcurrent_bidi_paragraph_direction): Fix search for previous
9 non-empty line. Fixes confusing cursor motion with arrow keys at
10 the beginning of a line that starts with whitespace.
8 11
92011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> 122011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10 13