diff options
| author | Stefan Monnier | 2008-03-12 14:50:36 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-12 14:50:36 +0000 |
| commit | eb79098b2bda5863112102d70fa372f788f7c85c (patch) | |
| tree | 0a8e6510c35f69a2b43efcc82fcbab1252cffc8f /lisp/ChangeLog | |
| parent | 8e8b845d1d17da478bc971927641e3b831f980ac (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 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) |