]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Dec 2001 19:07:02 +0000 (19:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Dec 2001 19:07:02 +0000 (19:07 +0000)
ChangeLog
lisp/ChangeLog
src/ChangeLog

index 89e7555fe5db6a4337618bb767125ae18a763e43..67d0cc8b967e09fad6ddbabd3bc05379bc48ba91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-28  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in: Test for mbsinit.
+
 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
 
        These changes make Leim part of the standard distribution:
index b6b4af23518117c30b9d2b47e03f832fdc3885bc..9ed3e9036cd1362bc18b7d502d158eed5826d5b3 100644 (file)
@@ -1,3 +1,9 @@
+2001-12-28  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <jas@extundo.com>
 
        * mail/sendmail.el (mail-envelope-from): Fix :type.
index 1f4a09c32b9eb7dd6cef3ad47e71cbb4c26ee3fc..ed80f7a59cd427046314f61de421250210416e7b 100644 (file)
@@ -1,5 +1,12 @@
 2001-12-28  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.