changeset 89083:80acaa0a5ad6

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 05 Sep 2002 17:56:01 +0000
parents b0561ff01908
children 2d1fe04bcab0
files ChangeLog lisp/gnus/ChangeLog src/ChangeLog
diffstat 3 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <fx@gnu.org>
+
+	* configure.in (AH_BOTTOM): Add Local Variables comment.
+
 2002-07-31  Dave Love  <fx@gnu.org>
 
 	* 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  <fx@gnu.org>
 
--- 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  <fx@gnu.org>
 
+	* 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.
--- 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  <fx@gnu.org>
 
+	* config.in: Removed (now auto-generated).
+
 	* s/usg5-4.h: Fix last change.
 
 	* unexelf.c (unexec): Make .got handling not SGI-specific.