emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Thu, 21 Feb 2008 03:27:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/02/21 03:27:17

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12843
retrieving revision 1.12844
diff -u -b -r1.12843 -r1.12844
--- ChangeLog   21 Feb 2008 02:35:14 -0000      1.12843
+++ ChangeLog   21 Feb 2008 03:27:15 -0000      1.12844
@@ -1,3 +1,18 @@
+2008-02-21  Stefan Monnier  <address@hidden>
+
+       * image-mode.el: Extend [hv]scroll support to per-window properties.
+       (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
+       (image-mode-winprops-alist): New var to replace them.
+       (image-mode-new-window-functions): New hook.
+       (image-mode-winprops, image-mode-window-get, image-mode-window-put):
+       New funs.
+       (image-set-window-vscroll, image-set-window-hscroll): Use them.
+       Remove the `window' argument, update callers.
+       (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
+       Use the new functions.
+       (image-mode-reapply-winprops): New fun.
+       (image-mode): Use it.
+
 2008-02-20  Jay Belanger  <address@hidden>
 
        * calc/calc-math.el (math-sin-raw): Add optional argument
@@ -31,13 +46,13 @@
 2008-02-20  Kenichi Handa  <address@hidden>
 
        * ps-mule.el (ps-mule-encode-region): Return a single string.
-       (ps-mule-plot-string): Adjusted for the above change.
+       (ps-mule-plot-string): Adjust for the above change.
        (ps-mule-encode-header-string): Likewise.
 
        * international/latin1-disp.el (latin1-display): Don't use
        ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
        standard-display-table.
-       (latin1-display-identities): Adjusted for the change of what is
+       (latin1-display-identities): Adjust for the change of what is
        returned by (get-language-info charset 'charset).
 
        * international/mule-util.el (char-displayable-p): Fix for Latin-1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]