diff options
| author | Richard M. Stallman | 2005-12-08 18:08:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-08 18:08:38 +0000 |
| commit | 2663a20493dbf0f4ee013eebcb020b6f088260eb (patch) | |
| tree | 8e15b5507d20ce00dba69813da6c4b7a0a1d67ef | |
| parent | 5e41b5a3e770a6500b5d18f08f1babff0b808c31 (diff) | |
| download | emacs-2663a20493dbf0f4ee013eebcb020b6f088260eb.tar.gz emacs-2663a20493dbf0f4ee013eebcb020b6f088260eb.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 1 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
4 files changed, 12 insertions, 0 deletions
| @@ -268,6 +268,7 @@ the actual file name into the minibuffer. | |||
| 268 | to the text before point. If there is text in the buffer after point, | 268 | to the text before point. If there is text in the buffer after point, |
| 269 | it remains unchanged. | 269 | it remains unchanged. |
| 270 | 270 | ||
| 271 | +++ | ||
| 271 | ** When Emacs prompts for file names, SPC no longer completes the file name. | 272 | ** When Emacs prompts for file names, SPC no longer completes the file name. |
| 272 | This is so filenames with embedded spaces could be input without the | 273 | This is so filenames with embedded spaces could be input without the |
| 273 | need to quote the space with a C-q. The underlying changes in the | 274 | 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 @@ | |||
| 1 | 2005-12-08 Richard M. Stallman <rms@gnu.org> | 1 | 2005-12-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * minibuf.texi (Intro to Minibuffers): Replace list of local maps | ||
| 4 | with xrefs and better explanation. | ||
| 5 | (Completion Commands): Add the filename completion maps. | ||
| 6 | |||
| 3 | * objects.texi (Character Type): Clarify that \s is not space | 7 | * objects.texi (Character Type): Clarify that \s is not space |
| 4 | if a dash follows. | 8 | if a dash follows. |
| 5 | 9 | ||
diff --git a/man/ChangeLog b/man/ChangeLog index 2e89dcd263b..b3e9e5b6b6c 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * mini.texi (Completion Commands, Completion): | ||
| 4 | In file name input, SPC does not do completion. | ||
| 5 | |||
| 1 | 2005-12-08 Carsten Dominik <dominik@science.uva.nl> | 6 | 2005-12-08 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 7 | ||
| 3 | * org.texi (Structure editing): DOcument new fucntionality of | 8 | * 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 @@ | |||
| 1 | 2005-12-08 Richard M. Stallman <rms@gnu.org> | 1 | 2005-12-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * lread.c (read_escape) <\s>: Don't treat strings specially. | ||
| 4 | |||
| 3 | * xfns.c (Fx_create_frame): Comment out previous change. | 5 | * xfns.c (Fx_create_frame): Comment out previous change. |
| 4 | 6 | ||
| 5 | 2005-12-07 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 7 | 2005-12-07 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |