emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp doc-view.el ChangeLog


From: Stefan Monnier
Subject: [Emacs-commit] emacs/lisp doc-view.el ChangeLog
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

Modified files:
        lisp           : doc-view.el ChangeLog 

Log message:
        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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/doc-view.el?cvsroot=emacs&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.12107&r2=1.12108




reply via email to

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