aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2008-09-07 14:15:40 +0000
committerChong Yidong2008-09-07 14:15:40 +0000
commit0f6c7c7ed8a02f986ed8f715dd7fd10fa5f3683b (patch)
tree04920b955fa14cfcc0918eee258438d99a5cb9df /src/ChangeLog
parent265f3a4da7d301b1f27b3f49363d014ffc312d8a (diff)
downloademacs-0f6c7c7ed8a02f986ed8f715dd7fd10fa5f3683b.tar.gz
emacs-0f6c7c7ed8a02f986ed8f715dd7fd10fa5f3683b.zip
* xdisp.c (move_it_to): When moving by vpos, ensure that the iterator
advances to the next line if the current line ends in a continued tab.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82f4c5ab555..869bec30218 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12008-09-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * xdisp.c (move_it_to): When moving by vpos, ensure that the
4 iterator advances to the next line if the current line ends in a
5 continued tab.
6
12008-09-07 Teodor Zlatanov <tzz@lifelogs.com> 72008-09-07 Teodor Zlatanov <tzz@lifelogs.com>
2 8
3 * nsfont.m (nsfont_draw): Fix the references to missing gidx data 9 * nsfont.m (nsfont_draw): Fix the references to missing gidx data