# HG changeset patch # User Tassilo Horn # Date 1201815504 0 # Node ID e73c30ed198909f21c050aabbedb90bf1f1989ce # Parent 1662791e8fd858a6e22971a6a0dfef7eac72aaf9 Fix my 2008-01-29 entry. diff -r 1662791e8fd8 -r e73c30ed1989 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 31 16:08:29 2008 +0000 +++ b/lisp/ChangeLog Thu Jan 31 21:38:24 2008 +0000 @@ -72,14 +72,15 @@ 2008-01-29 Tassilo Horn - * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll - being an alist now. + * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll + and image-mode-current-hscroll being alists now. * image-mode.el (image-mode-current-vscroll) (image-mode-current-hscroll): Add doc strings. (image-set-window-vscroll, image-set-window-hscroll) (image-reset-current-vhscroll, image-mode): Adapt to - i-m-current-[vh]scroll being an alist now. + image-mode-current-vscroll and image-mode-current-hscroll being + alists now. 2008-01-29 Martin Rudalics