# HG changeset patch # User Dave Love # Date 1031247890 0 # Node ID 63d0bc85dea9a8aacf5a292b60116288b697e05d # Parent b39c11cf3b5d28a013206456f781c417b874c0c6 *** empty log message *** diff -r b39c11cf3b5d -r 63d0bc85dea9 lisp/gnus/ChangeLog --- 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 + + * 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 * qp.el (quoted-printable-decode-region): Insert bytes by diff -r b39c11cf3b5d -r 63d0bc85dea9 src/ChangeLog --- 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 + + * s/usg5-4.h: Fix last change. + + * unexelf.c (unexec): Make .got handling not SGI-specific. + + * syntax.c (syms_of_syntax) : 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 * charset.h (charset_ordered_list_tick): Declare extern.