aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-10 20:47:38 +0000
committerRichard M. Stallman2001-12-10 20:47:38 +0000
commita207b33cd18aaa330900605fabb90173dad12719 (patch)
treec1956a1270e79a7a19903c33bd647f0fc1c2997a
parent868bf43ad4c87799c5805e5930e2c4e447ce0568 (diff)
downloademacs-a207b33cd18aaa330900605fabb90173dad12719.tar.gz
emacs-a207b33cd18aaa330900605fabb90173dad12719.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog18
2 files changed, 21 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7f295e14586..be8ed4dfd3b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -44,6 +44,11 @@ width which is the minimum number of pixels necessary to display any
44of the currently defined fringe bitmaps. The width of the built-in 44of the currently defined fringe bitmaps. The width of the built-in
45fringe bitmaps is 8 pixels. 45fringe bitmaps is 8 pixels.
46 46
47** C-w in incremental search now grabs either a character or a word,
48making the decision in a heuristic way. This new job is done by the
49command `isearch-yank-word-or-char'. To restore the old behavior,
50bind C-w to `isearch-yank-word' in `isearch-mode-map'.
51
47** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program 52** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program
48counter to the specified source line (the one where point is). 53counter to the specified source line (the one where point is).
49 54
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 40b6643c81a..371339cad73 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12001-12-10 Richard M. Stallman <rms@gnu.org>
2
3 * isearch.el (isearch-yank-word-or-char): New function.
4 (isearch-mode-map): Bind C-w to that.
5
6 * menu-bar.el (menu-bar-mode): Make arg optional.
7
8 * simple.el (line-move): Cope if next-single-property-change
9 or previous-single-property-change returns nil.
10
11 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
12 Don't use interactive-p; instead, pass the proper args
13 in (interactive...). Clean up most of the trouble-report strings.
14
12001-12-10 Eli Zaretskii <eliz@is.elta.co.il> 152001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2 16
3 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the 17 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
@@ -13,8 +27,8 @@
132001-12-07 Stephen Eglen <stephen@gnu.org> 272001-12-07 Stephen Eglen <stephen@gnu.org>
14 28
15 * iswitchb.el (iswitchb-visit-buffer): Use 29 * iswitchb.el (iswitchb-visit-buffer): Use
16 `select-frame-set-input-focus'. Needed when window manager 30 `select-frame-set-input-focus'--needed when window manager
17 uses "click to focus" policy. Doc fixes. 31 uses "click to focus" policy.
18 32
192001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 332001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
20 34