diff options
| author | David Kastrup | 2004-06-24 10:36:13 +0000 |
|---|---|---|
| committer | David Kastrup | 2004-06-24 10:36:13 +0000 |
| commit | 1791907b101be2227c6bb95cfce2de859be3fc41 (patch) | |
| tree | 3851fce053e49d34070c17d4bd0b431f682029bb /etc | |
| parent | 7c1c02ac6e18673b2dde435b0236cf1d07e2346d (diff) | |
| download | emacs-1791907b101be2227c6bb95cfce2de859be3fc41.tar.gz emacs-1791907b101be2227c6bb95cfce2de859be3fc41.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 7 | ||||
| -rw-r--r-- | etc/NEWS | 25 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> | 8 | 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 9 | ||
| 3 | * MORE.STUFF: Delete obsolete URL. | 10 | * MORE.STUFF: Delete obsolete URL. |
| @@ -914,6 +914,23 @@ buffers to search by their filename. Internally, Occur mode has been | |||
| 914 | rewritten, and now uses font-lock, among other changes. | 914 | rewritten, and now uses font-lock, among other changes. |
| 915 | 915 | ||
| 916 | +++ | 916 | +++ |
| 917 | ** The default values of paragraph-start and indent-line-function have | ||
| 918 | been changed to reflect those used in Text mode rather than those used | ||
| 919 | in Indented-Text mode. | ||
| 920 | |||
| 921 | ** New user option `query-replace-skip-read-only': when non-nil, | ||
| 922 | `query-replace' and related functions simply ignore | ||
| 923 | a 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, | ||
| 927 | where expr is an arbitrary Lisp expression evaluated at replacement | ||
| 928 | time. In many cases, this will be more convenient than using | ||
| 929 | `query-replace-regexp-eval'. All regular expression replacement | ||
| 930 | commands now allow `\?' in the replacement string to specify a | ||
| 931 | position where the replacement string can be edited for each | ||
| 932 | replacement. | ||
| 933 | |||
| 917 | ** Emacs normally highlights mouse sensitive text whenever the mouse | 934 | ** Emacs normally highlights mouse sensitive text whenever the mouse |
| 918 | is over the text. By setting the new variable `mouse-highlight', you | 935 | is over the text. By setting the new variable `mouse-highlight', you |
| 919 | can optionally enable mouse highlighting only after you move the | 936 | can 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 |
| 2136 | timing measurements of code (including the garbage collection component). | 2153 | timing measurements of code (including the garbage collection component). |
| 2137 | 2154 | ||
| 2138 | ** The default values of paragraph-start and indent-line-function have | ||
| 2139 | been changed to reflect those used in Text mode rather than those used | ||
| 2140 | in Indented-Text mode. | ||
| 2141 | |||
| 2142 | ** If you set `query-replace-skip-read-only' non-nil, | ||
| 2143 | `query-replace' and related functions simply ignore | ||
| 2144 | a 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 |