Mercurial > emacs
comparison etc/NEWS @ 56229:712f3852392b
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.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Thu, 24 Jun 2004 10:36:13 +0000 |
parents | 419c75bd5054 |
children | 96f38e136445 |
comparison
equal
deleted
inserted
replaced
56228:4e0ea2b75232 | 56229:712f3852392b |
---|---|
912 `multi-occur-by-filename-regexp' which allows you to specify the | 912 `multi-occur-by-filename-regexp' which allows you to specify the |
913 buffers to search by their filename. Internally, Occur mode has been | 913 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 |
920 mouse, so that highlighting disappears when you press a key. You can | 937 mouse, so that highlighting disappears when you press a key. You can |
921 also disable mouse highlighting. | 938 also disable mouse highlighting. |
2132 --- | 2149 --- |
2133 ** cplus-md.el has been removed to avoid problems with Custom. | 2150 ** cplus-md.el has been removed to avoid problems with Custom. |
2134 | 2151 |
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 | |
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 | 2154 |
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 |
2149 configuration files. | 2158 configuration files. |