*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-12-28 19:07:02 +00:00
parent ec40675194
commit 07025a551c
3 changed files with 17 additions and 0 deletions

View file

@ -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:

View 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.

View 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.