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 7352d8e0081..2f3643f4f80 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -14,6 +14,9 @@
14 proceed to consider_string_end without incrementing string 14 proceed to consider_string_end without incrementing string
15 position. Don't increment display vector index past the end of 15 position. Don't increment display vector index past the end of
16 the display vector. (Bug#11417) 16 the display vector. (Bug#11417)
17 (pos_visible_p): Don't report a position visible when move_it_to
18 stopped at the last line of window, which happens to be scanned
19 backwards by the bidi iteration. (Bug#11464)
17 20
182012-05-11 Eli Zaretskii <eliz@gnu.org> 212012-05-11 Eli Zaretskii <eliz@gnu.org>
19 22