diff options
| author | Richard M. Stallman | 2001-12-10 20:47:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-10 20:47:38 +0000 |
| commit | a207b33cd18aaa330900605fabb90173dad12719 (patch) | |
| tree | c1956a1270e79a7a19903c33bd647f0fc1c2997a | |
| parent | 868bf43ad4c87799c5805e5930e2c4e447ce0568 (diff) | |
| download | emacs-a207b33cd18aaa330900605fabb90173dad12719.tar.gz emacs-a207b33cd18aaa330900605fabb90173dad12719.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 18 |
2 files changed, 21 insertions, 2 deletions
| @@ -44,6 +44,11 @@ width which is the minimum number of pixels necessary to display any | |||
| 44 | of the currently defined fringe bitmaps. The width of the built-in | 44 | of the currently defined fringe bitmaps. The width of the built-in |
| 45 | fringe bitmaps is 8 pixels. | 45 | fringe bitmaps is 8 pixels. |
| 46 | 46 | ||
| 47 | ** C-w in incremental search now grabs either a character or a word, | ||
| 48 | making the decision in a heuristic way. This new job is done by the | ||
| 49 | command `isearch-yank-word-or-char'. To restore the old behavior, | ||
| 50 | bind 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 |
| 48 | counter to the specified source line (the one where point is). | 53 | counter 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 @@ | |||
| 1 | 2001-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 | |||
| 1 | 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il> | 15 | 2001-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 @@ | |||
| 13 | 2001-12-07 Stephen Eglen <stephen@gnu.org> | 27 | 2001-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 | ||
| 19 | 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 33 | 2001-12-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 20 | 34 | ||