From dedbac8923bb0c7beb4f3fe33712f800a76dd175 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 20 Nov 2004 14:18:59 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 18 +++++++++--------- lisp/ChangeLog | 4 ++++ lispref/ChangeLog | 4 ++++ src/ChangeLog | 5 +++++ 4 files changed, 22 insertions(+), 9 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index aa8cbe932a3..57cc9ace037 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -98,15 +98,6 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. * 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. * 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. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62497ac2fdd..5f6323b9e7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-11-20 Richard M. Stallman + + * info.el (Info-search): Fix previous change. + 2004-11-20 Thien-Thi Nguyen * Makefile.in (recompile): Revert 2004-11-19 change. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 295b8317534..63d8e183a21 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-11-20 Richard M. Stallman + + * searching.texi (Regexp Search): Rename that to search-spaces-regexp. + 2004-11-19 Richard M. Stallman * searching.texi (Regexp Search): Add search-whitespace-regexp. diff --git a/src/ChangeLog b/src/ChangeLog index 51b77969319..53f4cbcc67d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-11-20 Richard M. Stallman + + * search.c (Vsearch_spaces_regexp): + Renamed from Vsearch_whitespace_regexp. All uses changed. + 2004-11-20 Thien-Thi Nguyen * eval.c (init_eval_once): Increase `max_specpdl_size' to 650. -- 2.11.4.GIT