aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-03-12 14:50:36 +0000
committerStefan Monnier2008-03-12 14:50:36 +0000
commiteb79098b2bda5863112102d70fa372f788f7c85c (patch)
tree0a8e6510c35f69a2b43efcc82fcbab1252cffc8f /lisp/ChangeLog
parent8e8b845d1d17da478bc971927641e3b831f980ac (diff)
downloademacs-eb79098b2bda5863112102d70fa372f788f7c85c.tar.gz
emacs-eb79098b2bda5863112102d70fa372f788f7c85c.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2deb3d4c792..3518243b3ca 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12008-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
12008-03-12 Tassilo Horn <tassilo@member.fsf.org> 92008-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)