emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS [lexbind]
Date: Sat, 04 Sep 2004 05:49:25 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.690.2.42 emacs/etc/NEWS:1.690.2.43
*** emacs/etc/NEWS:1.690.2.42   Sat Sep  4 09:26:20 2004
--- emacs/etc/NEWS      Sat Sep  4 09:28:12 2004
***************
*** 98,103 ****
--- 98,107 ----
  
  * Changes in Emacs 21.4
  
+ +++
+ ** `apply-macro-to-region-lines' now operates on all lines that begin
+ in the region, rather than on all complete lines in the region.
+ 
  ** global-whitespace-mode is a new alias for whitespace-global-mode.
  
  +++
***************
*** 515,520 ****
--- 519,531 ----
  *** A numeric prefix argument of `info' selects an Info buffer
  with the number appended to the *info* buffer name.
  
+ *** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
+ Failed isearch wraps to the top/final node.
+ 
+ *** New search commands: `Info-search-case-sensitively' (bound to S),
+ `Info-search-backward', and `Info-search-next' which repeats the last
+ search without prompting for a new search string.
+ 
  *** New command `Info-history' (bound to L) displays a menu of visited nodes.
  
  *** New command `Info-toc' (bound to T) creates a node with table of contents
***************
*** 528,538 ****
  the current Info node name into the kill ring.  With a zero prefix
  arg, puts the node name inside the `info' function call.
  
- *** 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.
- 
  *** New face `info-xref-visited' distinguishes visited nodes from unvisited
  and a new option `Info-fontify-visited-nodes' to control this.
  
--- 539,544 ----
***************
*** 1109,1117 ****
  and to type `C-f' at the end of the search string in the minibuffer.
  
  +++
! ** M-% and C-M-% typed in isearch mode invoke `query-replace' and
! `query-replace-regexp' with the current search string inserted
! in the minibuffer as initial input for the string to replace.
  
  +++
  ** Yanking text now discards certain text properties that can
--- 1115,1123 ----
  and to type `C-f' at the end of the search string in the minibuffer.
  
  +++
! ** M-% typed in isearch mode invokes `query-replace' or
! `query-replace-regexp' (depending on search mode) with the current
! search string used as the string to replace.
  
  +++
  ** Yanking text now discards certain text properties that can
***************
*** 1858,1864 ****
  compilation processes without affecting the environment that all
  subprocesses inherit.
  
! *** `next-error' now temporarily highlights the corresponding source line.
  
  ** Grep has been decoupled from compilation mode setup.
  
--- 1864,1872 ----
  compilation processes without affecting the environment that all
  subprocesses inherit.
  
! *** New options `next-error-highlight' and `next-error-highlight-no-select'
! specify the method of highlighting of the corresponding source line
! in new face `next-error'.
  
  ** Grep has been decoupled from compilation mode setup.
  
***************
*** 1870,1876 ****
  `grep-scroll-output' can be used to override the corresponding
  compilation mode settings for grep commands.
  
! *** Source line is temporarily highlighted when going to next match.
  
  *** New key bindings in grep output window:
  SPC and DEL scrolls window up and down.  C-n and C-p moves to next and
--- 1878,1889 ----
  `grep-scroll-output' can be used to override the corresponding
  compilation mode settings for grep commands.
  
! *** New option `grep-highlight-matches' highlightes matches in *grep*
! buffer.  It uses a special feature of some grep programs which accept
! --color option to output markers around matches.  When going to the next
! match with `next-error' the exact match is highlighted in the source
! buffer.  Otherwise, if `grep-highlight-matches' is nil, the whole
! source line is highlighted.
  
  *** New key bindings in grep output window:
  SPC and DEL scrolls window up and down.  C-n and C-p moves to next and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]