aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-09-05 17:44:50 +0000
committerDave Love2002-09-05 17:44:50 +0000
commitd336654ed44e424aa11a81846edf8bb1f188bcc2 (patch)
treed8cc5e47114d06b42bafc9316a7ce87a54463fb6
parent6ec99eb279d5ca0f588cf4236f52e0978971abf8 (diff)
downloademacs-d336654ed44e424aa11a81846edf8bb1f188bcc2.tar.gz
emacs-d336654ed44e424aa11a81846edf8bb1f188bcc2.zip
*** empty log message ***
-rw-r--r--lisp/gnus/ChangeLog19
-rw-r--r--src/ChangeLog17
2 files changed, 36 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 010c75327c8..06843ea0b13 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,22 @@
12002-09-05 Dave Love <fx@gnu.org>
2
3 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4 (mm-iso-8859-x-to-15-table): Deleted.
5 (mm-find-mime-charset-region): Remove hack-charsets stuff.
6
7 * rfc2047.el (message-posting-charset): defvar when compiling.
8 (rfc2047-header-encoding-alist): Add `address-mime' part.
9 (rfc2047-charset-encoding-alist): Use B for iso-8859-7. Doc fix.
10 (rfc2047-q-encoding-alist): Augment header list.
11 (rfc2047-encodable-p): Use mm-find-mime-charset-region.
12 (rfc2047-special-chars, rfc2047-non-special-chars): New.
13 (rfc2047-dissect-region, rfc2047-encode-region, rfc2047-encode):
14 Rewritten to avoid charset stuff and to take account of rfc2822
15 tokens.
16 (rfc2047-encode-message-header): Don't include header name field
17 in encoding. Add `address-mime' case and bind
18 rfc2047-special-chars for `mime' case.
19
12002-08-21 Kenichi Handa <handa@etl.go.jp> 202002-08-21 Kenichi Handa <handa@etl.go.jp>
2 21
3 * qp.el (quoted-printable-decode-region): Insert bytes by 22 * qp.el (quoted-printable-decode-region): Insert bytes by
diff --git a/src/ChangeLog b/src/ChangeLog
index 6bd201ba9fc..c253bb30ebf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12002-09-05 Dave Love <fx@gnu.org>
2
3 * s/usg5-4.h: Fix last change.
4
5 * unexelf.c (unexec): Make .got handling not SGI-specific.
6
7 * syntax.c (syms_of_syntax) <multibyte-syntax-as-symbol>: Doc fix.
8
9 * regex.c: Use `ifdef HAVE_ALLOCA_H', not `if HAVE_ALLOCA_H'.
10
11 * keyboard.c (read_key_sequence): Fix type error.
12
13 * buffer.c (Fset_buffer_multibyte, Fset_buffer_multibyte): Fix
14 type error.
15
16 * fontset.c (fontset_add): Return Lisp_Object.
17
12002-09-03 Dave Love <fx@gnu.org> 182002-09-03 Dave Love <fx@gnu.org>
2 19
3 * charset.h (charset_ordered_list_tick): Declare extern. 20 * charset.h (charset_ordered_list_tick): Declare extern.