# HG changeset patch # User Richard M. Stallman # Date 1038164706 0 # Node ID ea972f5474c9906fd7dc70cad73228c0f15e2daa # Parent 467b0e57d9855fa3e6a07800602022a6585b6d30 *** empty log message *** diff -r 467b0e57d985 -r ea972f5474c9 lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 24 19:04:57 2002 +0000 +++ b/lisp/ChangeLog Sun Nov 24 19:05:06 2002 +0000 @@ -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 -r 467b0e57d985 -r ea972f5474c9 src/ChangeLog --- a/src/ChangeLog Sun Nov 24 19:04:57 2002 +0000 +++ b/src/ChangeLog Sun Nov 24 19:05:06 2002 +0000 @@ -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.