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 b46650a76db..3c063ca3c0b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * xdisp.c (init_iterator): Don't dereference a bogus face 3 * xdisp.c (init_iterator): Don't dereference a bogus face
4 pointer. (Bug#16819) 4 pointer. (Bug#16819)
5 (try_cursor_movement): Don't use cursor position if
6 set_cursor_from_row failed to compute it. This avoids assertion
7 violations in MATRIX_ROW.
5 8
62014-02-20 Glenn Morris <rgm@gnu.org> 92014-02-20 Glenn Morris <rgm@gnu.org>
7 10