aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ceec5796399..90090c66784 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion-table-with-terminator): Those completions
4 are never valid w.r.t test-completion.
5 (completion--file-name-table):
6 Check completion-all-completions-with-base-size.
7
12008-04-14 Tassilo Horn <tassilo@member.fsf.org> 82008-04-14 Tassilo Horn <tassilo@member.fsf.org>
2 9
3 * doc-view.el (doc-view-dvipdf-program): New variable. 10 * doc-view.el (doc-view-dvipdf-program): New variable.
@@ -7,8 +14,8 @@
7 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm. 14 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
8 15
9 * doc-view.el (doc-view-start-process): Don't set 16 * doc-view.el (doc-view-start-process): Don't set
10 default-directory to "~/" if the current value is valid. This 17 default-directory to "~/" if the current value is valid.
11 broke PS files that run other files in the same directory. 18 This broke PS files that run other files in the same directory.
12 19
132008-04-14 Dan Nicolaescu <dann@ics.uci.edu> 202008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
14 21