changeset 67397:1edd6b000f5e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 Dec 2005 18:08:38 +0000
parents 2b8ecf96107e
children 4d2362509f27
files etc/NEWS lispref/ChangeLog man/ChangeLog src/ChangeLog
diffstat 4 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <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.
 
--- 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  <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
--- 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  <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$,1 q(Brentey K,Aa(Broly  <lorentey@elte.hu>