aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2004-09-04 09:14:28 +0000
committerMiles Bader2004-09-04 09:14:28 +0000
commit6f7dde8273383c74cc722196c9b37c04faeb263f (patch)
tree5a4126925b754a52e74fa30de6521b3454f57a6d /etc
parent32d61209ceb2b6c4b32e9d3ccc477014cc666c25 (diff)
parent90e118abf2dcc4aca4d7a7642247fa488554351e (diff)
downloademacs-6f7dde8273383c74cc722196c9b37c04faeb263f.tar.gz
emacs-6f7dde8273383c74cc722196c9b37c04faeb263f.zip
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-34
Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-514 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-522 Update from CVS
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS33
1 files changed, 23 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c0d5914ebc0..deecc910f41 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -173,6 +173,10 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
173 173
174* Changes in Emacs 21.4 174* Changes in Emacs 21.4
175 175
176+++
177** `apply-macro-to-region-lines' now operates on all lines that begin
178in the region, rather than on all complete lines in the region.
179
176** global-whitespace-mode is a new alias for whitespace-global-mode. 180** global-whitespace-mode is a new alias for whitespace-global-mode.
177 181
178+++ 182+++
@@ -590,6 +594,13 @@ mode toggling function instead.
590*** A numeric prefix argument of `info' selects an Info buffer 594*** A numeric prefix argument of `info' selects an Info buffer
591with the number appended to the *info* buffer name. 595with the number appended to the *info* buffer name.
592 596
597*** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
598Failed isearch wraps to the top/final node.
599
600*** New search commands: `Info-search-case-sensitively' (bound to S),
601`Info-search-backward', and `Info-search-next' which repeats the last
602search without prompting for a new search string.
603
593*** New command `Info-history' (bound to L) displays a menu of visited nodes. 604*** New command `Info-history' (bound to L) displays a menu of visited nodes.
594 605
595*** New command `Info-toc' (bound to T) creates a node with table of contents 606*** New command `Info-toc' (bound to T) creates a node with table of contents
@@ -603,11 +614,6 @@ possible matches.
603the current Info node name into the kill ring. With a zero prefix 614the current Info node name into the kill ring. With a zero prefix
604arg, puts the node name inside the `info' function call. 615arg, puts the node name inside the `info' function call.
605 616
606*** New command `Info-search-case-sensitively' (bound to S).
607
608*** New command `Info-search-next' (unbound) repeats the last search
609without prompting for a new search string.
610
611*** New face `info-xref-visited' distinguishes visited nodes from unvisited 617*** New face `info-xref-visited' distinguishes visited nodes from unvisited
612and a new option `Info-fontify-visited-nodes' to control this. 618and a new option `Info-fontify-visited-nodes' to control this.
613 619
@@ -1184,9 +1190,9 @@ Another method to grab a character is to enter the minibuffer by `M-e'
1184and to type `C-f' at the end of the search string in the minibuffer. 1190and to type `C-f' at the end of the search string in the minibuffer.
1185 1191
1186+++ 1192+++
1187** M-% and C-M-% typed in isearch mode invoke `query-replace' and 1193** M-% typed in isearch mode invokes `query-replace' or
1188`query-replace-regexp' with the current search string inserted 1194`query-replace-regexp' (depending on search mode) with the current
1189in the minibuffer as initial input for the string to replace. 1195search string used as the string to replace.
1190 1196
1191+++ 1197+++
1192** Yanking text now discards certain text properties that can 1198** Yanking text now discards certain text properties that can
@@ -1933,7 +1939,9 @@ This option allows you to specify environment variables for inferior
1933compilation processes without affecting the environment that all 1939compilation processes without affecting the environment that all
1934subprocesses inherit. 1940subprocesses inherit.
1935 1941
1936*** `next-error' now temporarily highlights the corresponding source line. 1942*** New options `next-error-highlight' and `next-error-highlight-no-select'
1943specify the method of highlighting of the corresponding source line
1944in new face `next-error'.
1937 1945
1938** Grep has been decoupled from compilation mode setup. 1946** Grep has been decoupled from compilation mode setup.
1939 1947
@@ -1945,7 +1953,12 @@ subprocesses inherit.
1945`grep-scroll-output' can be used to override the corresponding 1953`grep-scroll-output' can be used to override the corresponding
1946compilation mode settings for grep commands. 1954compilation mode settings for grep commands.
1947 1955
1948*** Source line is temporarily highlighted when going to next match. 1956*** New option `grep-highlight-matches' highlightes matches in *grep*
1957buffer. It uses a special feature of some grep programs which accept
1958--color option to output markers around matches. When going to the next
1959match with `next-error' the exact match is highlighted in the source
1960buffer. Otherwise, if `grep-highlight-matches' is nil, the whole
1961source line is highlighted.
1949 1962
1950*** New key bindings in grep output window: 1963*** New key bindings in grep output window:
1951SPC and DEL scrolls window up and down. C-n and C-p moves to next and 1964SPC and DEL scrolls window up and down. C-n and C-p moves to next and