diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-12-30 14:49:28 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-12-30 14:49:28 +0000 |
commit | 9d2d22ab07265791f9e75251ea6608f3ce0c4526 (patch) | |
tree | fec55a00a33b43666c942c1f3d7cde309ff03d09 /src/ChangeLog | |
parent | f039b2d2b01095c666f5b697116763eeccef22b5 (diff) | |
download | emacs-9d2d22ab07265791f9e75251ea6608f3ce0c4526.tar.gz |
* indent.c (Fvertical_motion): Don't advance iterator if we have
reseated to the desired position.
* xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
checking for pos match.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4315a179a2f..62b829d28e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-12-30 Chong Yidong <cyd@stupidchicken.com> + + * indent.c (Fvertical_motion): Don't advance iterator if we have + reseated to the desired position. + + * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when + checking for pos match. + 2008-12-30 Kenichi Handa <handa@m17n.org> * insdel.c (copy_text): To convert a non-ASCII char to unibyte, |