From: Richard M. Stallman Date: Sun, 24 Nov 2002 19:05:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~12282 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1ee53bc24e92286dcd6a7c532b383eb369a9795;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ca54220521..723a76737d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-11-24 Richard M. Stallman + * mail/sendmail.el (mail-signature): Handle case where + value of mail-signature is a string. + * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item. * faces.el (face-set-after-frame-default): Ignore errors diff --git a/src/ChangeLog b/src/ChangeLog index 5d5f68aecc4..e202320f0d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2002-11-24 Richard M. Stallman + + * search.c (Fstring_match): Doc fix. + + * callint.c (Fcall_interactively): If a command fails because + `*' detects a read-only buffer, but RECORD_FLAG is set, + record it anyway if the args don't actually do tty input. + 2002-11-22 Dave Love * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.