]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Dec 2002 22:31:01 +0000 (22:31 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 2 Dec 2002 22:31:01 +0000 (22:31 +0000)
lisp/ChangeLog

index 22cff430cf5f88b1c51c23c875bfc962db6e5446..920a14a7a0cca02904f5e5ceb3a767ec1ca7fa9c 100644 (file)
@@ -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>
 
        * 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>