aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog7
-rw-r--r--etc/NEWS25
2 files changed, 24 insertions, 8 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 94c4c3d87e1..72486c248c7 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,10 @@
12004-06-24 David Kastrup <dak@gnu.org>
2
3 * NEWS: Move description from new paragraph-start and
4 indent-line-function defaults to general news instead of new
5 packages. Same for query-replace-skip-read-only. Add
6 description of new `\,' and `\?' replacement string features.
7
12004-06-23 Luc Teirlinck <teirllm@auburn.edu> 82004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2 9
3 * MORE.STUFF: Delete obsolete URL. 10 * MORE.STUFF: Delete obsolete URL.
diff --git a/etc/NEWS b/etc/NEWS
index 4c9564b24ea..e2d2ac64be8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -914,6 +914,23 @@ buffers to search by their filename. Internally, Occur mode has been
914rewritten, and now uses font-lock, among other changes. 914rewritten, and now uses font-lock, among other changes.
915 915
916+++ 916+++
917** The default values of paragraph-start and indent-line-function have
918been changed to reflect those used in Text mode rather than those used
919in Indented-Text mode.
920
921** New user option `query-replace-skip-read-only': when non-nil,
922`query-replace' and related functions simply ignore
923a match if part of it has a read-only property.
924
925** When used interactively, the commands `query-replace-regexp' and
926`replace-regexp' allow \,expr to be used in a replacement string,
927where expr is an arbitrary Lisp expression evaluated at replacement
928time. In many cases, this will be more convenient than using
929`query-replace-regexp-eval'. All regular expression replacement
930commands now allow `\?' in the replacement string to specify a
931position where the replacement string can be edited for each
932replacement.
933
917** Emacs normally highlights mouse sensitive text whenever the mouse 934** Emacs normally highlights mouse sensitive text whenever the mouse
918is over the text. By setting the new variable `mouse-highlight', you 935is over the text. By setting the new variable `mouse-highlight', you
919can optionally enable mouse highlighting only after you move the 936can optionally enable mouse highlighting only after you move the
@@ -2135,14 +2152,6 @@ mode-lines in inverse-video.
2135** New package benchmark.el contains simple support for convenient 2152** New package benchmark.el contains simple support for convenient
2136timing measurements of code (including the garbage collection component). 2153timing measurements of code (including the garbage collection component).
2137 2154
2138** The default values of paragraph-start and indent-line-function have
2139been changed to reflect those used in Text mode rather than those used
2140in Indented-Text mode.
2141
2142** If you set `query-replace-skip-read-only' non-nil,
2143`query-replace' and related functions simply ignore
2144a match if part of it has a read-only property.
2145
2146** The new Lisp library fringe.el controls the apperance of fringes. 2155** The new Lisp library fringe.el controls the apperance of fringes.
2147 2156
2148** `cfengine-mode' is a major mode for editing GNU Cfengine 2157** `cfengine-mode' is a major mode for editing GNU Cfengine