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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Sun, 12 Dec 2004 22:38:22 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1081 emacs/etc/NEWS:1.1082
*** emacs/etc/NEWS:1.1081       Sun Dec 12 22:56:55 2004
--- emacs/etc/NEWS      Mon Dec 13 03:22:29 2004
***************
*** 1064,1070 ****
  replacement string to specify a position where the replacement string
  can be edited for each replacement.
  
! * query-replace uses isearch highlighting with lazy highlighting
  when the user option `query-replace-highlight' is set to `isearch'.
  If it is t, it uses old query-replace highlighting method.
  
--- 1064,1070 ----
  replacement string to specify a position where the replacement string
  can be edited for each replacement.
  
! ** query-replace uses isearch highlighting with lazy highlighting
  when the user option `query-replace-highlight' is set to `isearch'.
  If it is t, it uses old query-replace highlighting method.
  
***************
*** 1372,1378 ****
  C-M-h (mark-defun) repeatedly, the marked region extends each time, so
  you can mark the next two sexps with M-C-SPC M-C-SPC, for example.
  This feature also works for mark-end-of-sentence, if you bind that to
! a key.
  
  +++
  ** Some commands do something special in Transient Mark mode when the
--- 1372,1381 ----
  C-M-h (mark-defun) repeatedly, the marked region extends each time, so
  you can mark the next two sexps with M-C-SPC M-C-SPC, for example.
  This feature also works for mark-end-of-sentence, if you bind that to
! a key.  It also extends the region when the mark is active in Transient
! Mark mode, regardless of the last command.  To start a new region with
! one of marking commands in Transient Mark mode, you can deactivate the
! active region with C-g, or set the new mark with C-SPC.
  
  +++
  ** Some commands do something special in Transient Mark mode when the
***************
*** 1397,1402 ****
--- 1400,1410 ----
  previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the
  mark ring.  Use C-u C-u C-SPC to set the mark immediately after a jump.
  
+ ** Movement commands `beginning-of-buffer', `end-of-buffer',
+ `beginning-of-defun', `end-of-defun' do not set the mark if the new
+ option `inhibit-mark-movement' is non-nil, or if the mark is already
+ active in Transient Mark mode.
+ 
  +++
  ** In the *Occur* buffer, `o' switches to it in another window, and
  C-o displays the current line's occurrence in another window without




reply via email to

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