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: Tue, 30 Oct 2007 21:53:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/30 21:53:07

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12107
retrieving revision 1.12108
diff -u -b -r1.12107 -r1.12108
--- ChangeLog   30 Oct 2007 21:25:32 -0000      1.12107
+++ ChangeLog   30 Oct 2007 21:53:05 -0000      1.12108
@@ -1,3 +1,23 @@
+2007-10-30  Stefan Monnier  <address@hidden>
+
+       * doc-view.el: Use expand-file-name rather than concat.
+       (doc-view-cache-directory): Add the UID so multiple users won't clash.
+       (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
+       (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
+       (doc-view-toggle-display): Use an overlay over the whole buffer so as
+       not to have to touch the buffer's content.
+       (doc-view-initiate-display): New function, extracted from doc-view-mode.
+       (doc-view-mode): Use it.  Don't mark as a special mode.
+       Put the page numbers in the modeline.
+       Set up the overlay.  Hide the cursor.  Run the mode hook.
+       Use after-revert-hook rather than revert-buffer-function.
+       (doc-view-search-internal): Fix typo.
+       (doc-view-convert-current-doc, doc-view-insert-image): Delay the
+       image-cache flush.
+       (doc-view-reconvert-doc): Don't reset the whole mode.
+       (doc-view-make-safe-dir): New function.
+       (doc-view-current-cache-dir): Use it.
+
 2007-10-30  Jason Rumney  <address@hidden>
 
        * time.el (display-time-world-list): Test for zoneinfo support.




reply via email to

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