diff lisp/ChangeLog @ 41928:31fb6b379d0f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Dec 2001 20:47:38 +0000
parents 8a31717795f7
children 6250dd339aac
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Dec 10 20:45:27 2001 +0000
+++ b/lisp/ChangeLog	Mon Dec 10 20:47:38 2001 +0000
@@ -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,Bm(Bk  <Pavel@Janik.cz>