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: Tassilo Horn
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 12 Mar 2008 12:05:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Tassilo Horn <tsdh>     08/03/12 12:05:33

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13032
retrieving revision 1.13033
diff -u -b -r1.13032 -r1.13033
--- ChangeLog   12 Mar 2008 06:53:18 -0000      1.13032
+++ ChangeLog   12 Mar 2008 12:05:30 -0000      1.13033
@@ -1,3 +1,19 @@
+2008-03-12  Tassilo Horn  <address@hidden>
+
+       * lisp/doc-view.el (doc-view-doc->txt, doc-view-open-text)
+       (doc-view-already-converted-p): New functions.
+       (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
+       (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
+       (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
+       (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
+       (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
+       (doc-view-convert-current-doc): Don't hardwire the functions the
+       sentinels call.  Now they're provided by two args CALLBACK and
+       CB-ARGS to the functions.
+       (doc-view-search): Use doc-view-doc->txt.
+       (doc-view-initiate-display): Use doc-view-already-converted-p.
+       Mention new binding C-c C-t if doc-view-mode doesn't work.
+
 2008-03-12  Dan Nicolaescu  <address@hidden>
 
        * diff-mode.el (diff-refine-change): Adjust colors to be more visible.




reply via email to

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