/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.841.2.12 by miles, Fri Aug 27 07:00:23 2004 UTC revision 1.841.2.13 by miles, Sat Sep 4 09:14:24 2004 UTC
# Line 173  types any more.  Add -DUSE_LISP_UNION_TY Line 173  types any more.  Add -DUSE_LISP_UNION_TY
173    
174  * Changes in Emacs 21.4  * Changes in Emacs 21.4
175    
176    +++
177    ** `apply-macro-to-region-lines' now operates on all lines that begin
178    in the region, rather than on all complete lines in the region.
179    
180  ** global-whitespace-mode is a new alias for whitespace-global-mode.  ** global-whitespace-mode is a new alias for whitespace-global-mode.
181    
182  +++  +++
# Line 590  mode toggling function instead. Line 594  mode toggling function instead.
594  *** A numeric prefix argument of `info' selects an Info buffer  *** A numeric prefix argument of `info' selects an Info buffer
595  with the number appended to the *info* buffer name.  with the number appended to the *info* buffer name.
596    
597    *** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
598    Failed 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
602    search without prompting for a new search string.
603    
604  *** New command `Info-history' (bound to L) displays a menu of visited nodes.  *** New command `Info-history' (bound to L) displays a menu of visited nodes.
605    
606  *** New command `Info-toc' (bound to T) creates a node with table of contents  *** New command `Info-toc' (bound to T) creates a node with table of contents
# Line 603  possible matches. Line 614  possible matches.
614  the current Info node name into the kill ring.  With a zero prefix  the current Info node name into the kill ring.  With a zero prefix
615  arg, puts the node name inside the `info' function call.  arg, puts the node name inside the `info' function call.
616    
 *** New command `Info-search-case-sensitively' (bound to S).  
   
 *** New command `Info-search-next' (unbound) repeats the last search  
 without prompting for a new search string.  
   
617  *** New face `info-xref-visited' distinguishes visited nodes from unvisited  *** New face `info-xref-visited' distinguishes visited nodes from unvisited
618  and a new option `Info-fontify-visited-nodes' to control this.  and a new option `Info-fontify-visited-nodes' to control this.
619    
# Line 1184  Another method to grab a character is to Line 1190  Another method to grab a character is to
1190  and to type `C-f' at the end of the search string in the minibuffer.  and to type `C-f' at the end of the search string in the minibuffer.
1191    
1192  +++  +++
1193  ** M-% and C-M-% typed in isearch mode invoke `query-replace' and  ** M-% typed in isearch mode invokes `query-replace' or
1194  `query-replace-regexp' with the current search string inserted  `query-replace-regexp' (depending on search mode) with the current
1195  in the minibuffer as initial input for the string to replace.  search string used as the string to replace.
1196    
1197  +++  +++
1198  ** Yanking text now discards certain text properties that can  ** Yanking text now discards certain text properties that can
# Line 1933  This option allows you to specify enviro Line 1939  This option allows you to specify enviro
1939  compilation processes without affecting the environment that all  compilation processes without affecting the environment that all
1940  subprocesses inherit.  subprocesses inherit.
1941    
1942  *** `next-error' now temporarily highlights the corresponding source line.  *** New options `next-error-highlight' and `next-error-highlight-no-select'
1943    specify the method of highlighting of the corresponding source line
1944    in new face `next-error'.
1945    
1946  ** Grep has been decoupled from compilation mode setup.  ** Grep has been decoupled from compilation mode setup.
1947    
# Line 1945  subprocesses inherit. Line 1953  subprocesses inherit.
1953  `grep-scroll-output' can be used to override the corresponding  `grep-scroll-output' can be used to override the corresponding
1954  compilation mode settings for grep commands.  compilation mode settings for grep commands.
1955    
1956  *** Source line is temporarily highlighted when going to next match.  *** New option `grep-highlight-matches' highlightes matches in *grep*
1957    buffer.  It uses a special feature of some grep programs which accept
1958    --color option to output markers around matches.  When going to the next
1959    match with `next-error' the exact match is highlighted in the source
1960    buffer.  Otherwise, if `grep-highlight-matches' is nil, the whole
1961    source line is highlighted.
1962    
1963  *** New key bindings in grep output window:  *** New key bindings in grep output window:
1964  SPC and DEL scrolls window up and down.  C-n and C-p moves to next and  SPC and DEL scrolls window up and down.  C-n and C-p moves to next and

Legend:
Removed from v.1.841.2.12  
changed lines
  Added in v.1.841.2.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26