Mercurial > emacs
comparison lisp/ChangeLog @ 94076:b359dad87c7e
*** empty log message ***
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Mon, 14 Apr 2008 13:18:12 +0000 |
parents | deb6d3164716 |
children | 28e2f73174d6 |
comparison
equal
deleted
inserted
replaced
94075:b31c348d0336 | 94076:b359dad87c7e |
---|---|
1 2008-04-14 Tassilo Horn <tassilo@member.fsf.org> | 1 2008-04-14 Tassilo Horn <tassilo@member.fsf.org> |
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. | |
2 | 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. |
6 | 12 |