Mercurial > emacs
diff lisp/ChangeLog @ 48629:cf1e5fbb7a61
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 02 Dec 2002 22:31:01 +0000 |
parents | 4347ee7b708a |
children | 84477416d98b |
line wrap: on
line diff
--- 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 <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 @@ -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 <marshals@perth> @@ -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 <fx@gnu.org>