]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 8 Dec 2005 18:08:38 +0000 (18:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 8 Dec 2005 18:08:38 +0000 (18:08 +0000)
etc/NEWS
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index 5253362a66ea7ef0216cd546371ccb17086b8604..81c1677a6daf5d7898a6ad78a3bb45963d3d413b 100644 (file)
--- 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
index e4017227a653a3ec1e4af93452542040a0eab425..a1e236c3314dc995c9c8d1c1b7181cd063326cbd 100644 (file)
@@ -1,5 +1,9 @@
 2005-12-08  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.
 
index 2e89dcd263b2c227bf12d0b2bcf75e024e17c0e5..b3e9e5b6b6c4d3649125971824cc9a500ea166a8 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-08  Richard M. Stallman  <rms@gnu.org>
+
+       * mini.texi (Completion Commands, Completion):
+       In file name input, SPC does not do completion.
+
 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.texi (Structure editing): DOcument new fucntionality of
index 7830a382731f28c5a2841f93c0e75f2027486d69..072e27dd984d55dc2590917e120a9703da463384 100644 (file)
@@ -1,5 +1,7 @@
 2005-12-08  Richard M. Stallman  <rms@gnu.org>
 
+       * lread.c (read_escape) <\s>: Don't treat strings specially.
+
        * xfns.c (Fx_create_frame): Comment out previous change.
 
 2005-12-07  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>