diff options
| author | Chong Yidong | 2008-12-30 14:49:28 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-30 14:49:28 +0000 |
| commit | 9d2d22ab07265791f9e75251ea6608f3ce0c4526 (patch) | |
| tree | fec55a00a33b43666c942c1f3d7cde309ff03d09 /src | |
| parent | f039b2d2b01095c666f5b697116763eeccef22b5 (diff) | |
| download | emacs-9d2d22ab07265791f9e75251ea6608f3ce0c4526.tar.gz emacs-9d2d22ab07265791f9e75251ea6608f3ce0c4526.zip | |
* 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')
| -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 @@ | |||
| 1 | 2008-12-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Don't advance iterator if we have | ||
| 4 | reseated to the desired position. | ||
| 5 | |||
| 6 | * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when | ||
| 7 | checking for pos match. | ||
| 8 | |||
| 1 | 2008-12-30 Kenichi Handa <handa@m17n.org> | 9 | 2008-12-30 Kenichi Handa <handa@m17n.org> |
| 2 | 10 | ||
| 3 | * insdel.c (copy_text): To convert a non-ASCII char to unibyte, | 11 | * insdel.c (copy_text): To convert a non-ASCII char to unibyte, |