Mercurial > emacs
changeset 42387:912e05870e4d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 Dec 2001 19:07:02 +0000 |
parents | ae2e226d9001 |
children | b46d482b6ed2 |
files | ChangeLog lisp/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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:
--- 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 <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.
--- 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 <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.