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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]
Date: Tue, 06 Jul 2004 07:00:42 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.30 emacs/etc/NEWS:1.690.2.31
*** emacs/etc/NEWS:1.690.2.30   Tue Jul  6 10:17:13 2004
--- emacs/etc/NEWS      Tue Jul  6 10:23:33 2004
***************
*** 913,918 ****
--- 913,935 ----
  buffers to search by their filename.  Internally, Occur mode has been
  rewritten, and now uses font-lock, among other changes.
  
+ ** The default values of paragraph-start and indent-line-function have
+ been changed to reflect those used in Text mode rather than those used
+ in Indented-Text mode.
+ 
+ ** New user option `query-replace-skip-read-only': when non-nil,
+ `query-replace' and related functions simply ignore
+ a match if part of it has a read-only property.
+ 
+ ** When used interactively, the commands `query-replace-regexp' and
+ `replace-regexp' allow \,expr to be used in a replacement string,
+ where expr is an arbitrary Lisp expression evaluated at replacement
+ time.  In many cases, this will be more convenient than using
+ `query-replace-regexp-eval'.  All regular expression replacement
+ commands now allow `\?' in the replacement string to specify a
+ position where the replacement string can be edited for each
+ replacement.
+ 
  +++
  ** Emacs normally highlights mouse sensitive text whenever the mouse
  is over the text.  By setting the new variable `mouse-highlight', you
***************
*** 2135,2148 ****
  ** New package benchmark.el contains simple support for convenient
  timing measurements of code (including the garbage collection component).
  
- ** The default values of paragraph-start and indent-line-function have
- been changed to reflect those used in Text mode rather than those used
- in Indented-Text mode.
- 
- ** If you set `query-replace-skip-read-only' non-nil,
- `query-replace' and related functions simply ignore
- a match if part of it has a read-only property.
- 
  ** The new Lisp library fringe.el controls the apperance of fringes.
  
  ** `cfengine-mode' is a major mode for editing GNU Cfengine
--- 2152,2157 ----




reply via email to

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