*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:56:01 +0000 (17:56 +0000)
committerDave Love <fx@gnu.org>
Thu, 5 Sep 2002 17:56:01 +0000 (17:56 +0000)
ChangeLog
lisp/gnus/ChangeLog
src/ChangeLog

index 194f2af..9735904 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 06843ea..387efea 100644 (file)
@@ -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.
index c253bb3..d2f9376 100644 (file)
@@ -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.