aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-11-25 21:52:46 +0200
committerEli Zaretskii2011-11-25 21:52:46 +0200
commit91b4a718988e9d56c2e135d3d41ae3578cbacffd (patch)
tree471f9c3ddeaa037216fe3ce99e711bfb27931dae /src/ChangeLog
parent4ad3bc2a221e84930ac53f09972a7b46362e4f21 (diff)
downloademacs-91b4a718988e9d56c2e135d3d41ae3578cbacffd.tar.gz
emacs-91b4a718988e9d56c2e135d3d41ae3578cbacffd.zip
Fix bug #10119 with C-e and whitespace-mode.
src/xdisp.c (start_display): Don't move to the next line if the display should start at a newline that is part of a display vector or an overlay string.
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 fe7080f9c02..6d1a645c3ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,9 @@
4 after recentering, and scroll-conservatively is set to a large 4 after recentering, and scroll-conservatively is set to a large
5 number, scroll window by a few more lines to make the cursor fully 5 number, scroll window by a few more lines to make the cursor fully
6 visible and out of scroll-margin. (Bug#10105) 6 visible and out of scroll-margin. (Bug#10105)
7 (start_display): Don't move to the next line if the display should
8 start at a newline that is part of a display vector or an overlay
9 string. (Bug#10119)
7 10
82011-11-24 Juri Linkov <juri@jurta.org> 112011-11-24 Juri Linkov <juri@jurta.org>
9 12