# HG changeset patch # User Stefan Monnier # Date 1038868261 0 # Node ID cf1e5fbb7a61ed92788f770586ca801b51d7b546 # Parent 113fc3ea0bfbc9dacf0f99bfcc47cbf264484f8a *** empty log message *** diff -r 113fc3ea0bfb -r cf1e5fbb7a61 lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 02 22:24:34 2002 +0000 +++ b/lisp/ChangeLog Mon Dec 02 22:31:01 2002 +0000 @@ -1,3 +1,11 @@ +2002-12-02 Stefan Monnier + + * 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 * textmodes/ispell.el (ispell-dict-map): Move specific @@ -6,8 +14,8 @@ * 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 @@ -121,8 +129,7 @@ * 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