aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f36f99ebdba..c2b968ea9dc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12008-03-18 Tassilo Horn <tassilo@member.fsf.org> 12008-03-18 Tassilo Horn <tassilo@member.fsf.org>
2 2
3 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
4 instead of file name extension to make docs with uncommon
5 extensions work.
6
72008-03-18 Tassilo Horn <tassilo@member.fsf.org>
8
3 * doc-view.el (require): Require cl at compile time because 9 * doc-view.el (require): Require cl at compile time because
4 `assert' needs it. 10 `assert' needs it.
5 11