* eword-decode.el: Change the way to decode successive encoded-words:
authoryamaoka <yamaoka>
Sun, 25 Dec 2005 10:45:52 +0000 (10:45 +0000)
committeryamaoka <yamaoka>
Sun, 25 Dec 2005 10:45:52 +0000 (10:45 +0000)
commit44c6ba5bde5efca67e9e10efec973058674c2c88
tree2cc9850028f8847b87c65b1d8c8a967cebbb9db3
parentf4d49677a4011115067f8449c310948500ab9ed0
* eword-decode.el: Change the way to decode successive encoded-words:
 decode B- or Q-encoding in each encoded-word, concatenate them, and decode it
 as charset.  See the following threads for more information:
 http://news.gmane.org/group/gmane.emacs.pretest.bugs/thread=9541
 http://news.gmane.org/group/gmane.emacs.gnus.general/thread=61176
(eword-decode-allow-incomplete-encoded-text): New variable.
(eword-decode-encoded-words): New function.
(eword-decode-string): Use it.
(eword-decode-region): Use it.
(eword-analyze-encoded-word): Use it.
(eword-decode-encoded-word): Abolish.
(eword-decode-encoded-text): Abolish.
(eword-decode-encoded-word-error-handler): Abolish.
(eword-warning-face): Abolish.
(eword-decode-encoded-word-default-error-handler): Abolish.
ChangeLog
eword-decode.el