emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sat, 20 Nov 2004 09:25:56 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1070 emacs/etc/NEWS:1.1071
*** emacs/etc/NEWS:1.1070       Fri Nov 19 20:06:23 2004
--- emacs/etc/NEWS      Sat Nov 20 14:05:58 2004
***************
*** 98,112 ****
  
  * 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
--- 98,103 ----
***************
*** 2344,2349 ****
--- 2335,2349 ----
  
  * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]