diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51a033602ff..5c68efb5298 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2008-01-29 Tassilo Horn <tassilo@member.fsf.org> | ||
| 2 | |||
| 3 | * doc-view.el (doc-view-mode): Use facilities below to | ||
| 4 | restore [vh]scroll when switching buffers. | ||
| 5 | |||
| 6 | * image-mode.el (image-mode-current-vscroll) | ||
| 7 | (image-mode-current-hscroll): New variables. | ||
| 8 | (image-set-window-hscroll, image-set-window-vscroll): New | ||
| 9 | functions. | ||
| 10 | (image-forward-hscroll, image-next-line, image-bol, image-eol) | ||
| 11 | (image-bob, image-eob): Use them. | ||
| 12 | (image-reset-current-vhscroll): New function. | ||
| 13 | (image-mode): Make new variables buffer-local and reset [vh]scroll | ||
| 14 | on window configuration changes. | ||
| 15 | |||
| 1 | 2008-01-27 Nick Roberts <nickrob@snap.net.nz> | 16 | 2008-01-27 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 17 | ||
| 3 | * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call | 18 | * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call |