From 67bcf45041149f0f9699469245768d97b258de3e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 4 Sep 2002 07:28:16 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 7 +++++++ lisp/rfc1843.el | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 480f5b9..faf031f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2002-09-04 Jesper harder + + * rfc1843.el (rfc1843-decode-loosely): Move to mime customization + group. + (rfc1843-decode-hzp): do. + (rfc1843-newsgroups-regexp): do. + 2002-09-04 Simon Josefsson * message.el (message-canlock-generate): Make sure sha1 doesn't diff --git a/lisp/rfc1843.el b/lisp/rfc1843.el index ca0c3ea..13a9cbe 100644 --- a/lisp/rfc1843.el +++ b/lisp/rfc1843.el @@ -54,7 +54,7 @@ When it is set non-nil, only buffers or strings with strictly HZ-encoded are decoded." :type 'boolean - :group 'gnus) + :group 'mime) (defcustom rfc1843-decode-hzp t "HZ+ decoding support if non-nil. @@ -64,12 +64,12 @@ e-mail transmission, news posting, etc. The document of HZ+ 0.78 specification can be found at ftp://ftp.math.psu.edu/pub/simpson/chinese/hzp/hzp.doc" :type 'boolean - :group 'gnus) + :group 'mime) (defcustom rfc1843-newsgroups-regexp "chinese\\|hz" "Regexp of newsgroups in which might be HZ encoded." :type 'string - :group 'gnus) + :group 'mime) (defun rfc1843-decode-region (from to) "Decode HZ in the region between FROM and TO." -- 1.7.10.4