changeset 48629:cf1e5fbb7a61

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 02 Dec 2002 22:31:01 +0000
parents 113fc3ea0bfb
children edd0dd275f1f
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 4 deletions(-) [+]
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>