# HG changeset patch # User Richard M. Stallman # Date 1134065318 0 # Node ID 1edd6b000f5ee8a780f7c8cb98aad5319f7ca82d # Parent 2b8ecf96107eecacf30887f38da6e63dcee9d873 *** empty log message *** diff -r 2b8ecf96107e -r 1edd6b000f5e etc/NEWS --- a/etc/NEWS Thu Dec 08 18:07:17 2005 +0000 +++ b/etc/NEWS Thu Dec 08 18:08:38 2005 +0000 @@ -268,6 +268,7 @@ to the text before point. If there is text in the buffer after point, it remains unchanged. ++++ ** When Emacs prompts for file names, SPC no longer completes the file name. This is so filenames with embedded spaces could be input without the need to quote the space with a C-q. The underlying changes in the diff -r 2b8ecf96107e -r 1edd6b000f5e lispref/ChangeLog --- a/lispref/ChangeLog Thu Dec 08 18:07:17 2005 +0000 +++ b/lispref/ChangeLog Thu Dec 08 18:08:38 2005 +0000 @@ -1,5 +1,9 @@ 2005-12-08 Richard M. Stallman + * minibuf.texi (Intro to Minibuffers): Replace list of local maps + with xrefs and better explanation. + (Completion Commands): Add the filename completion maps. + * objects.texi (Character Type): Clarify that \s is not space if a dash follows. diff -r 2b8ecf96107e -r 1edd6b000f5e man/ChangeLog --- a/man/ChangeLog Thu Dec 08 18:07:17 2005 +0000 +++ b/man/ChangeLog Thu Dec 08 18:08:38 2005 +0000 @@ -1,3 +1,8 @@ +2005-12-08 Richard M. Stallman + + * mini.texi (Completion Commands, Completion): + In file name input, SPC does not do completion. + 2005-12-08 Carsten Dominik * org.texi (Structure editing): DOcument new fucntionality of diff -r 2b8ecf96107e -r 1edd6b000f5e src/ChangeLog --- a/src/ChangeLog Thu Dec 08 18:07:17 2005 +0000 +++ b/src/ChangeLog Thu Dec 08 18:08:38 2005 +0000 @@ -1,5 +1,7 @@ 2005-12-08 Richard M. Stallman + * lread.c (read_escape) <\s>: Don't treat strings specially. + * xfns.c (Fx_create_frame): Comment out previous change. 2005-12-07 L$,1 q(Brentey K,Aa(Broly