diff options
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98adf1a4da4..3ecb03ad1a4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2007-05-24 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * image-mode.el (image-forward-hscroll, image-backward-hscroll) | ||
| 4 | (image-next-line, image-previous-line, image-scroll-up) | ||
| 5 | (image-scroll-down, image-bol, image-eol, image-bob, image-eob): | ||
| 6 | New functions. | ||
| 7 | (image-mode-map): Remap motion commands. | ||
| 8 | (image-mode-text-map): New keymap for viewing images as text. | ||
| 9 | (image-mode): Use image-mode-map. | ||
| 10 | (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps. | ||
| 11 | |||
| 1 | 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * textmodes/fill.el (canonically-space-region): Make the second arg | 14 | * textmodes/fill.el (canonically-space-region): Make the second arg |