aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1dc4eed7365..41308840b0b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -72,14 +72,15 @@
72 72
732008-01-29 Tassilo Horn <tassilo@member.fsf.org> 732008-01-29 Tassilo Horn <tassilo@member.fsf.org>
74 74
75 * doc-view.el (doc-view-mode): Adapt to i-m-current-[vh]scroll 75 * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
76 being an alist now. 76 and image-mode-current-hscroll being alists now.
77 77
78 * image-mode.el (image-mode-current-vscroll) 78 * image-mode.el (image-mode-current-vscroll)
79 (image-mode-current-hscroll): Add doc strings. 79 (image-mode-current-hscroll): Add doc strings.
80 (image-set-window-vscroll, image-set-window-hscroll) 80 (image-set-window-vscroll, image-set-window-hscroll)
81 (image-reset-current-vhscroll, image-mode): Adapt to 81 (image-reset-current-vhscroll, image-mode): Adapt to
82 i-m-current-[vh]scroll being an alist now. 82 image-mode-current-vscroll and image-mode-current-hscroll being
83 alists now.
83 84
842008-01-29 Martin Rudalics <rudalics@gmx.at> 852008-01-29 Martin Rudalics <rudalics@gmx.at>
85 86