+2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
+
+ * simple.el (completion-setup-function): Fix last change to use
+ minibuffer-completing-file-name instead.
+
+ * add-log.el (change-log-mode): Set indent-line-function explicitly
+ to what it was before indent-line-function's default was changed.
+
2002-12-02 Richard M. Stallman <rms@gnu.org>
* textmodes/ispell.el (ispell-dict-map): Move specific
* textmodes/fill.el (fill-indent-to-left-margin): New function.
(fill-newline, fill-region-as-paragraph): Use that.
- * simple.el (completion-setup-function): Handle
- ffap-read-file-or-url-internal specially like
+ * simple.el (completion-setup-function):
+ Handle ffap-read-file-or-url-internal specially like
read-file-name-internal.
2002-12-02 Simon Marshall <marshals@perth>
* ido.el (ido-xemacs): Remove defvar. All uses changed to
check (featurep 'xemacs) instead.
- (ido-visit-buffer): Use select-frame-set-input-focus
- unconditionally.
+ (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
2002-11-27 Dave Love <fx@gnu.org>