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

index aa8cbe932a3d28afd3db2a6e8b5ec4c0cbb22b5b..57cc9ace037016a5e20a29e59738de3de4d1c753 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,15 +98,6 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * Changes in Emacs 21.4
 
-+++
-** The new variable search-whitespace-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
-expression.  If it is nil, spaces stand for themselves.
-
-Spaces inside of constructs such as [..] and *, +, ? are never
-replaced with search-whitespace-regexp.
-
 ** line-move-ignore-invisible now defaults to t.
 
 ** In Outline mode, hide-body no longer hides lines at the top
@@ -2344,6 +2335,15 @@ configuration files.
 \f
 * Lisp Changes in Emacs 21.4
 
++++
+** 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
+expression.  If it is nil, spaces stand for themselves.
+
+Spaces inside of constructs such as [..] and *, +, ? are never
+replaced with search-spaces-regexp.
+
 ---
 ** list-buffers-noselect now takes an additional argument, BUFFER-LIST.
 If it is non-nil, it specifies which buffers to list.
index 62497ac2fdd99670c76f7d2ef478bd69e06a4f73..5f6323b9e7b18d4afbd4d7830d9a835fe0cec689 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-20  Richard M. Stallman  <rms@gnu.org>
+
+       * info.el (Info-search): Fix previous change.
+
 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * Makefile.in (recompile): Revert 2004-11-19 change.
index 295b83175346ca067ca3f41f5a050eb6312d76e8..63d8e183a21db10dea837c6deed08ef9de52ee1b 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-20  Richard M. Stallman  <rms@gnu.org>
+
+       * searching.texi (Regexp Search): Rename that to search-spaces-regexp.
+
 2004-11-19  Richard M. Stallman  <rms@gnu.org>
 
        * searching.texi (Regexp Search): Add search-whitespace-regexp.
index 51b77969319202c202cb9db46cbb968a2f5475e9..53f4cbcc67df07b1ac55cdd4c55822168f1b5088 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-20  Richard M. Stallman  <rms@gnu.org>
+
+       * search.c (Vsearch_spaces_regexp):
+       Renamed from Vsearch_whitespace_regexp.  All uses changed.
+
 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.