Mercurial > emacs
changeset 94076:b359dad87c7e
*** empty log message ***
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Mon, 14 Apr 2008 13:18:12 +0000 |
parents | b31c348d0336 |
children | 28e2f73174d6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 14 13:17:40 2008 +0000 +++ b/lisp/ChangeLog Mon Apr 14 13:18:12 2008 +0000 @@ -1,5 +1,11 @@ 2008-04-14 Tassilo Horn <tassilo@member.fsf.org> + * doc-view.el (doc-view-dvipdf-program): New variable. + (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program. + (doc-view-mode-p): Check for doc-view-dvipdf-program as + alternative for doc-view-dvipdfm-program. + (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm. + * doc-view.el (doc-view-start-process): Don't set default-directory to "~/" if the current value is valid. This broke PS files that run other files in the same directory.