# HG changeset patch # User Dave Love # Date 1031248561 0 # Node ID 80acaa0a5ad66c5f403a0f398e535b796db1cba2 # Parent b0561ff01908f48c686aab77df9783c41cb9be2a *** empty log message *** diff -r b0561ff01908 -r 80acaa0a5ad6 ChangeLog --- a/ChangeLog Thu Sep 05 17:55:47 2002 +0000 +++ b/ChangeLog Thu Sep 05 17:56:01 2002 +0000 @@ -1,3 +1,7 @@ +2002-09-05 Dave Love + + * configure.in (AH_BOTTOM): Add Local Variables comment. + 2002-07-31 Dave Love * Makefile.in (leim): Don't put PARALLEL in environment. @@ -6,9 +10,10 @@ trunk. * configure.in: Require autoconf 2.53. Merge changes from trunk. - Test for sys/mman.h, sys/param.h + Test for pty.h, sys/mman.h, sys/param.h (AC_PROG_YACC): Deleted. (AH_BOTTOM): Maybe include strings.h. + (HAVE_LANGINFO_CODESET): New. 2002-06-11 Dave Love diff -r b0561ff01908 -r 80acaa0a5ad6 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Thu Sep 05 17:55:47 2002 +0000 +++ b/lisp/gnus/ChangeLog Thu Sep 05 17:56:01 2002 +0000 @@ -1,8 +1,11 @@ 2002-09-05 Dave Love + * qp.el (quoted-printable-decode-region): Use mm-insert-byte. + * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) - (mm-iso-8859-x-to-15-table): Deleted. + (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted. (mm-find-mime-charset-region): Remove hack-charsets stuff. + (mm-insert-byte): New. * rfc2047.el (message-posting-charset): defvar when compiling. (rfc2047-header-encoding-alist): Add `address-mime' part. diff -r b0561ff01908 -r 80acaa0a5ad6 src/ChangeLog --- a/src/ChangeLog Thu Sep 05 17:55:47 2002 +0000 +++ b/src/ChangeLog Thu Sep 05 17:56:01 2002 +0000 @@ -1,5 +1,7 @@ 2002-09-05 Dave Love + * config.in: Removed (now auto-generated). + * s/usg5-4.h: Fix last change. * unexelf.c (unexec): Make .got handling not SGI-specific.