]> git.eshelyaron.com Git - emacs.git/commitdiff
Move description from new paragraph-start and
authorDavid Kastrup <dak@gnu.org>
Thu, 24 Jun 2004 10:36:13 +0000 (10:36 +0000)
committerDavid Kastrup <dak@gnu.org>
Thu, 24 Jun 2004 10:36:13 +0000 (10:36 +0000)
indent-line-function defaults to general news instead of new
packages.  Same for query-replace-skip-read-only.  Add
description of new `\,' and `\?' replacement string features.

etc/ChangeLog
etc/NEWS

index 94c4c3d87e1762a2724c32424bfa428f0b552cf7..72486c248c78708a234d59d3ff0be7e13fbcc2fc 100644 (file)
@@ -1,3 +1,10 @@
+2004-06-24  David Kastrup  <dak@gnu.org>
+
+       * NEWS: Move description from new paragraph-start and
+       indent-line-function defaults to general news instead of new
+       packages.  Same for query-replace-skip-read-only.  Add
+       description of new `\,' and `\?' replacement string features.
+
 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
 
        * MORE.STUFF: Delete obsolete URL.
index 4c9564b24eaf69e21eb2dce498e683400c94f183..e2d2ac64be844736fe519db786d2c16e5c3fd41e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -914,6 +914,23 @@ 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
 can optionally enable mouse highlighting only after you move the
@@ -2135,14 +2152,6 @@ mode-lines in inverse-video.
 ** 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