From: Kim F. Storm Date: Thu, 8 Feb 2007 00:07:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.94~349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b7ef8672be6160e928cbdc2177580a0dbefd26f;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 1b339679ebf..4f61f189803 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -54,12 +54,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. * BUGS -** The 2007-01-30 change to minibuf.c must be fixed!! -So far we know that it broke: - - C-x C-f TAB TAB common prefix highlighting - - partial-completion-mode - - file-name-shadow-mode - ** W3 status with latest url package. ** Fix up copyright confusions. diff --git a/src/ChangeLog b/src/ChangeLog index 0d8c061141e..d169c64fc42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2007-02-08 Kim F. Storm + + * minibuf.c (read_minibuf): Fix 2007-01-30 change. + Use Qlambda as interrim value of Vminibuffer_completing_file_name. + (Fcompleting_read, do_completion, Fminibuffer_complete_word): + If Vminibuffer_completing_file_name equals Qlambda, treat it as Qnil. + (syms_of_minibuf) : Document lambda. + 2007-02-07 Juanma Barranquero * makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead