]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 22:09:16 +0000 (22:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 22:09:16 +0000 (22:09 +0000)
etc/NEWS
lispref/ChangeLog
src/ChangeLog

index 57cc9ace037016a5e20a29e59738de3de4d1c753..1fca6574057daa479f5a1d97358b40c971039bb9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2335,6 +2335,10 @@ configuration files.
 \f
 * 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
index 63d8e183a21db10dea837c6deed08ef9de52ee1b..fa5ca38e4e27574fba9d325056d936643c638d03 100644 (file)
@@ -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>
index 53f4cbcc67df07b1ac55cdd4c55822168f1b5088..6d54dc2937430f87a3a6d1003521eaae20b69044 100644 (file)
@@ -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.