Mercurial > emacs
changeset 58361:726c49e05ed9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Nov 2004 22:09:16 +0000 |
parents | 0e8e74522f85 |
children | 0301caf145d2 |
files | etc/NEWS lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Nov 20 22:08:39 2004 +0000 +++ b/etc/NEWS Sat Nov 20 22:09:16 2004 +0000 @@ -2336,6 +2336,10 @@ * Lisp Changes in Emacs 21.4 +++ +** read-from-minibuffer now accepts an additional argument KEEP-ALL +saying to put all inputs in the history list, even empty ones. + ++++ ** The new variable search-spaces-regexp controls how to search for spaces in a regular expression. If it is non-nil, it should be a regular expression, and any series of spaces stands for that regular
--- a/lispref/ChangeLog Sat Nov 20 22:08:39 2004 +0000 +++ b/lispref/ChangeLog Sat Nov 20 22:09:16 2004 +0000 @@ -1,5 +1,8 @@ 2004-11-20 Richard M. Stallman <rms@gnu.org> + * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in + read-from-minibuffer. + * searching.texi (Regexp Search): Rename that to search-spaces-regexp. 2004-11-19 Richard M. Stallman <rms@gnu.org>
--- a/src/ChangeLog Sat Nov 20 22:08:39 2004 +0000 +++ b/src/ChangeLog Sat Nov 20 22:09:16 2004 +0000 @@ -1,5 +1,8 @@ 2004-11-20 Richard M. Stallman <rms@gnu.org> + * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed. + (Fread_from_minibuffer): New ark KEEP_ALL. Callers changed. + * search.c (Vsearch_spaces_regexp): Renamed from Vsearch_whitespace_regexp. All uses changed.