diff options
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) |