]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Dec 2001 20:47:38 +0000 (20:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Dec 2001 20:47:38 +0000 (20:47 +0000)
etc/NEWS
lisp/ChangeLog

index 7f295e145863ac6834fc7f32488c48fc51b5d444..be8ed4dfd3b08df89e4d2bf2e7e0e79d5eec31ba 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -44,6 +44,11 @@ width which is the minimum number of pixels necessary to display any
 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).
 
index 40b6643c81ad95acbb93c2ff0c22e877f51d53a2..371339cad7384ca6c4e26009e0ac097cec00811c 100644 (file)
@@ -1,3 +1,17 @@
+2001-12-10  Richard M. Stallman  <rms@gnu.org>
+
+       * isearch.el (isearch-yank-word-or-char): New function.
+       (isearch-mode-map): Bind C-w to that.
+
+       * menu-bar.el (menu-bar-mode): Make arg optional.
+
+       * simple.el (line-move): Cope if next-single-property-change
+       or previous-single-property-change returns nil.
+
+       * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
+       Don't use interactive-p; instead, pass the proper args
+       in (interactive...).  Clean up most of the trouble-report strings.
+
 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
@@ -13,8 +27,8 @@
 2001-12-07  Stephen Eglen  <stephen@gnu.org>
 
        * iswitchb.el (iswitchb-visit-buffer): Use
-       `select-frame-set-input-focus'.  Needed when window manager
-       uses "click to focus" policy.  Doc fixes.
+       `select-frame-set-input-focus'--needed when window manager
+       uses "click to focus" policy.
 
 2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>