diff options
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e9f491a655..5a1f6d0602c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-09-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * indent.c (Fvertical_motion): Use position reported by iterator | ||
| 4 | instead of PT for determining screen motion (bug#943). | ||
| 5 | |||
| 1 | 2008-09-17 Romain Francoise <romain@orebokech.com> | 6 | 2008-09-17 Romain Francoise <romain@orebokech.com> |
| 2 | 7 | ||
| 3 | * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup. | 8 | * composite.c (composition_adjust_point): Fix int/EMACS_INT mixup. |