X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=2431a2211dbf1e16639dd9f9f842940963095988;hb=c9bb0e1a7a1dc590c55780b5956d839db4ebcc0f;hp=661109aa189d0cdb17e1b3284f5962b5c7598e80;hpb=2cc492c20479075c905b60bb50bbbd18b51e573a;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 661109a..2431a22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,62 @@ +2006-06-12 Hiroya Murata + + * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use + `insert-file-contents-as-binary' instead of `insert-file-contents'. + + * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): + Likewise. + +2006-02-18 Hiroya Murata + + * smtp.el (smtp-debug): New user option. + (smtp-read-response): Treat a line break code loosely. If + smtp-debug is non-nil, show an invalid response. + +2005-12-25 Katsumi Yamaoka + + * 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. + + +2005-12-25 MORIOKA Tomohiko + + * FLIM: Version 1.14.8 (Shij-Dò) released.-A + +2005-12-25 MORIOKA Tomohiko + + * mime-def.el (mime-library-product): Update to 1.14.8. + +2005-11-13 Yoichi NAKAYAMA + + * std11.el (std11-addr-to-string): Reconstruct domain literal. + From Yuuichi Teranishi [cf. ] + +2005-07-25 Daiki Ueno + + * smtp.el (smtp-read-response): Signal an error if connection is + closed while reading response. From Hiroya Murata + [cf. ] + 2004-11-20 Daiki Ueno * ntlm.el (ntlm-ascii2unicode): Don't apply zerop to a character. (ntlm-smb-hash): Ditto. + 2004-10-01 MORIOKA Tomohiko * FLIM: Version 1.14.7 (Sanj-Dò) released.-A