comparison lisp/ChangeLog @ 92759:01d116e7fb72

(doc-view-new-window-function): Add assertion. (doc-view-doc-type): New var. (doc-view-convert-current-doc, doc-view-doc->txt): Use it. (doc-view-intersection): New fun. (doc-view-mode): Use it to set the new var.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 Mar 2008 14:50:36 +0000
parents 3bef33921e01
children e3d7d040b34d
comparison
equal deleted inserted replaced
92758:b16278abc9b0 92759:01d116e7fb72
1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * doc-view.el (doc-view-new-window-function): Add assertion.
4 (doc-view-doc-type): New var.
5 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6 (doc-view-intersection): New fun.
7 (doc-view-mode): Use it to set the new var.
8
1 2008-03-12 Tassilo Horn <tassilo@member.fsf.org> 9 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
2 10
3 * lisp/doc-view.el (doc-view-doc->txt, doc-view-open-text) 11 * lisp/doc-view.el (doc-view-doc->txt, doc-view-open-text)
4 (doc-view-already-converted-p): New functions. 12 (doc-view-already-converted-p): New functions.
5 (doc-view-clear-cache): Don't recreate doc-view-cache-directory. 13 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.