aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-12-02 22:31:01 +0000
committerStefan Monnier2002-12-02 22:31:01 +0000
commita8fd50efad0d75c4e62c10d19f50035620f0ed1b (patch)
tree5ea8e2bbbfca6a2dddeaa04186c75e88bd0c9d62
parent2d64b6f696fc229566219da2b16295e7a5f7a30e (diff)
downloademacs-a8fd50efad0d75c4e62c10d19f50035620f0ed1b.tar.gz
emacs-a8fd50efad0d75c4e62c10d19f50035620f0ed1b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog15
1 files changed, 11 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22cff430cf5..920a14a7a0c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12002-12-02 Stefan Monnier <monnier@cs.yale.edu>
2
3 * simple.el (completion-setup-function): Fix last change to use
4 minibuffer-completing-file-name instead.
5
6 * add-log.el (change-log-mode): Set indent-line-function explicitly
7 to what it was before indent-line-function's default was changed.
8
12002-12-02 Richard M. Stallman <rms@gnu.org> 92002-12-02 Richard M. Stallman <rms@gnu.org>
2 10
3 * textmodes/ispell.el (ispell-dict-map): Move specific 11 * textmodes/ispell.el (ispell-dict-map): Move specific
@@ -6,8 +14,8 @@
6 * textmodes/fill.el (fill-indent-to-left-margin): New function. 14 * textmodes/fill.el (fill-indent-to-left-margin): New function.
7 (fill-newline, fill-region-as-paragraph): Use that. 15 (fill-newline, fill-region-as-paragraph): Use that.
8 16
9 * simple.el (completion-setup-function): Handle 17 * simple.el (completion-setup-function):
10 ffap-read-file-or-url-internal specially like 18 Handle ffap-read-file-or-url-internal specially like
11 read-file-name-internal. 19 read-file-name-internal.
12 20
132002-12-02 Simon Marshall <marshals@perth> 212002-12-02 Simon Marshall <marshals@perth>
@@ -121,8 +129,7 @@
121 129
122 * ido.el (ido-xemacs): Remove defvar. All uses changed to 130 * ido.el (ido-xemacs): Remove defvar. All uses changed to
123 check (featurep 'xemacs) instead. 131 check (featurep 'xemacs) instead.
124 (ido-visit-buffer): Use select-frame-set-input-focus 132 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
125 unconditionally.
126 133
1272002-11-27 Dave Love <fx@gnu.org> 1342002-11-27 Dave Love <fx@gnu.org>
128 135