aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 08f33eb7d02..af2d38d2e87 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12013-04-13 Eli Zaretskii <eliz@gnu.org>
2
3 * indent.c (Fvertical_motion): Don't consider display strings on
4 overlay strings as display strings on the buffer position we
5 started from. This prevents vertical cursor motion from jumping
6 more than one line when there's an overlay string with a display
7 property at end of line.
8 Reported by Karl Chen <Karl.Chen@quarl.org> in
9 http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00362.html.
10
12013-04-12 Stefan Monnier <monnier@iro.umontreal.ca> 112013-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * window.c (select_window): `record_buffer' even if window is 13 * window.c (select_window): `record_buffer' even if window is