Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dedbac89
Commit
dedbac89
authored
Nov 20, 2004
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
78b9dd30
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
9 deletions
+22
-9
etc/NEWS
etc/NEWS
+9
-9
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lispref/ChangeLog
lispref/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
dedbac89
...
...
@@ -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.
...
...
lisp/ChangeLog
View file @
dedbac89
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.
...
...
lispref/ChangeLog
View file @
dedbac89
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.
...
...
src/ChangeLog
View file @
dedbac89
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment