changeset 89078:63d0bc85dea9

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 05 Sep 2002 17:44:50 +0000
parents b39c11cf3b5d
children f8c7d9276fb8
files lisp/gnus/ChangeLog src/ChangeLog
diffstat 2 files changed, 36 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Thu Sep 05 17:43:48 2002 +0000
+++ b/lisp/gnus/ChangeLog	Thu Sep 05 17:44:50 2002 +0000
@@ -1,3 +1,22 @@
+2002-09-05  Dave Love  <fx@gnu.org>
+
+	* mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible) 
+	(mm-iso-8859-x-to-15-table): Deleted.
+	(mm-find-mime-charset-region): Remove hack-charsets stuff.
+
+	* rfc2047.el (message-posting-charset): defvar when compiling.
+	(rfc2047-header-encoding-alist): Add `address-mime' part.
+	(rfc2047-charset-encoding-alist): Use B for iso-8859-7.  Doc fix.
+	(rfc2047-q-encoding-alist): Augment header list.
+	(rfc2047-encodable-p): Use mm-find-mime-charset-region.
+	(rfc2047-special-chars, rfc2047-non-special-chars): New.
+	(rfc2047-dissect-region, rfc2047-encode-region, rfc2047-encode):
+	Rewritten to avoid charset stuff and to take account of rfc2822
+	tokens.
+	(rfc2047-encode-message-header): Don't include header name field
+	in encoding.  Add `address-mime' case and bind
+	rfc2047-special-chars for `mime' case.
+
 2002-08-21  Kenichi Handa  <handa@etl.go.jp>
 
 	* qp.el (quoted-printable-decode-region): Insert bytes by
--- a/src/ChangeLog	Thu Sep 05 17:43:48 2002 +0000
+++ b/src/ChangeLog	Thu Sep 05 17:44:50 2002 +0000
@@ -1,3 +1,20 @@
+2002-09-05  Dave Love  <fx@gnu.org>
+
+	* s/usg5-4.h: Fix last change.
+
+	* unexelf.c (unexec): Make .got handling not SGI-specific.
+
+	* syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
+
+	* regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
+
+	* keyboard.c (read_key_sequence): Fix type error.
+
+	* buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
+	type error.
+
+	* fontset.c (fontset_add): Return Lisp_Object.
+
 2002-09-03  Dave Love  <fx@gnu.org>
 
 	* charset.h (charset_ordered_list_tick): Declare extern.