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:45:07 +0000

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

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12844
retrieving revision 1.12845
diff -u -b -r1.12844 -r1.12845
--- ChangeLog   21 Feb 2008 03:27:15 -0000      1.12844
+++ ChangeLog   21 Feb 2008 03:45:04 -0000      1.12845
@@ -1,5 +1,15 @@
 2008-02-21  Stefan Monnier  <address@hidden>
 
+       * doc-view.el: Allow different windows to show different pages.
+       (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
+       (doc-view-current-image, doc-view-current-overlay): Remove variables,
+       add them back as macros instead, using image-mode-winprops instead.
+       Update all users of those variables.
+       (doc-view-new-window-function): New function to create a new overlay
+       for each new window.
+       (doc-view-mode): Use it and image-mode-setup-winprops.
+       (doc-view-clone-buffer-hook): Rewrite accordingly.
+
        * 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.




reply via email to

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