Mercurial > emacs
changeset 100771:fad34d727ca8
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 30 Dec 2008 14:49:28 +0000 |
parents | 2cf5314ee101 |
children | 87e66edb874a |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 30 13:28:33 2008 +0000 +++ b/src/ChangeLog Tue Dec 30 14:49:28 2008 +0000 @@ -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,