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 bd495063f65..ceec5796399 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12008-04-14 Tassilo Horn <tassilo@member.fsf.org> 12008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2 2
3 * doc-view.el (doc-view-dvipdf-program): New variable.
4 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
5 (doc-view-mode-p): Check for doc-view-dvipdf-program as
6 alternative for doc-view-dvipdfm-program.
7 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
8
3 * doc-view.el (doc-view-start-process): Don't set 9 * doc-view.el (doc-view-start-process): Don't set
4 default-directory to "~/" if the current value is valid. This 10 default-directory to "~/" if the current value is valid. This
5 broke PS files that run other files in the same directory. 11 broke PS files that run other files in the same directory.