aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-11-24 19:05:06 +0000
committerRichard M. Stallman <[email protected]>2002-11-24 19:05:06 +0000
commitc1ee53bc24e92286dcd6a7c532b383eb369a9795 (patch)
treebcc5eb9173e8cc06c1b2424e545ba7e04227cebf
parent2bd2f32d10011df35b58c487e2ac8f7f755455fd (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog8
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8ca5422052..723a76737d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2002-11-24 Richard M. Stallman <[email protected]>
+ * 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 5d5f68aecc..e202320f0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-24 Richard M. Stallman <[email protected]>
+
+ * 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 <[email protected]>
* sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.