# HG changeset patch # User Richard M. Stallman # Date 1009566422 0 # Node ID 912e05870e4d1d9d86ceeb05006b37830d507c86 # Parent ae2e226d90011c16e53a5f4a0632ab2457615d21 *** empty log message *** diff -r ae2e226d9001 -r 912e05870e4d ChangeLog --- a/ChangeLog Fri Dec 28 19:06:40 2001 +0000 +++ b/ChangeLog Fri Dec 28 19:07:02 2001 +0000 @@ -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 -r ae2e226d9001 -r 912e05870e4d lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 28 19:06:40 2001 +0000 +++ b/lisp/ChangeLog Fri Dec 28 19:07:02 2001 +0000 @@ -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 -r ae2e226d9001 -r 912e05870e4d src/ChangeLog --- a/src/ChangeLog Fri Dec 28 19:06:40 2001 +0000 +++ b/src/ChangeLog Fri Dec 28 19:07:02 2001 +0000 @@ -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.