From 07025a551c4b398f6527a11505678a931da041f1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Dec 2001 19:07:02 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ lisp/ChangeLog | 6 ++++++ src/ChangeLog | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89e7555fe5d..67d0cc8b967 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-12-28 Richard M. Stallman + + * configure.in: Test for mbsinit. + 2001-12-21 Eli Zaretskii These changes make Leim part of the standard distribution: diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6b4af23518..9ed3e9036cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-12-28 Richard M. Stallman + + * mail/sendmail.el (mail-envelope-from): Fix custom type. + (sendmail-send-it): Check mail-specify-envelope-from + and mail-envelope-from in the mail buffer at start. + 2001-12-28 Simon Josefsson * mail/sendmail.el (mail-envelope-from): Fix :type. diff --git a/src/ChangeLog b/src/ChangeLog index 1f4a09c32b9..ed80f7a59cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2001-12-28 Richard M. Stallman + * config.in (HAVE_MBSINIT): Add #undef. + + * strftime.c (mbsinit): Define as no-op if not available. + + * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen. + (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE. + * keymap.c (Flookup_key): Error message if key has wrong data type. (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc. (exclude_key): New variable. -- 2.39.5