From 2663a20493dbf0f4ee013eebcb020b6f088260eb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 8 Dec 2005 18:08:38 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 1 + lispref/ChangeLog | 4 ++++ man/ChangeLog | 5 +++++ src/ChangeLog | 2 ++ 4 files changed, 12 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 5253362a66e..81c1677a6da 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -268,6 +268,7 @@ the actual file name into the minibuffer. 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 --git a/lispref/ChangeLog b/lispref/ChangeLog index e4017227a65..a1e236c3314 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index 2e89dcd263b..b3e9e5b6b6c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 7830a382731..072e27dd984 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 -- 2.39.5