Mercurial > emacs
diff etc/NEWS @ 41928:31fb6b379d0f
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Dec 2001 20:47:38 +0000 |
parents | 86ecd07d46fb |
children | 0fe5fe39786c |
line wrap: on
line diff
--- a/etc/NEWS Mon Dec 10 20:45:27 2001 +0000 +++ b/etc/NEWS Mon Dec 10 20:47:38 2001 +0000 @@ -44,6 +44,11 @@ of the currently defined fringe bitmaps. The width of the built-in fringe bitmaps is 8 pixels. +** C-w in incremental search now grabs either a character or a word, +making the decision in a heuristic way. This new job is done by the +command `isearch-yank-word-or-char'. To restore the old behavior, +bind C-w to `isearch-yank-word' in `isearch-mode-map'. + ** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program counter to the specified source line (the one where point is).