diff etc/NEWS @ 107674:429ef7abe3df

Document comint history-search changes. * misc.texi (Shell Ring): Document new M-r binding. M-s is no longer bound.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 25 Mar 2010 17:14:17 -0400
parents 7e643666286d
children e0b20352344e
line wrap: on
line diff
--- a/etc/NEWS	Thu Mar 25 16:36:41 2010 -0400
+++ b/etc/NEWS	Thu Mar 25 17:14:17 2010 -0400
@@ -274,9 +274,14 @@
 +++
 ** nXML mode is now the default for editing XML files.
 
-** Shell
+** Shell (and other comint modes)
++++
+*** M-s is no longer bound to `comint-next-matching-input'.
 +++
-*** ansi-color is now enabled by default.
+*** M-r is now bound to `comint-history-isearch-backward-regexp'.
+This starts an incremental search of the comint/shell input history.
++++
+*** ansi-color is now enabled by default in Shell mode.
 To disable it, set ansi-color-for-comint-mode to nil.
 
 +++
@@ -356,11 +361,6 @@
 the command asynchronously without the need to manually add ampersand to
 the end of the command.  Its output appears in the buffer `*Async Shell
 Command*'.
-
-*** Isearch searches in the comint/shell input history when the new variable
-`comint-history-isearch' is non-nil.  New commands `comint-history-isearch-backward'
-and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch
-in the input history regardless of the value of `comint-history-isearch'.
 +++
 *** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp'
 read buffer names to search, one by one, ended with RET.  With a prefix