From: Stefan Monnier Date: Mon, 2 Dec 2002 22:31:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8fd50efad0d75c4e62c10d19f50035620f0ed1b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22cff430cf5..920a14a7a0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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