X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cdfab51692779f9daaed51d94ea7159c15f909d7;hb=08abbffcf723b558e7df0dbcdbcda1a74751fad6;hp=51afae8073d02efba854f85763dee4cd544f1ac6;hpb=04123d21ebf8e2f0d2b74d725e7e6ca82888e8b4;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 51afae8..cdfab51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2010-02-09 Kazuhiro Ito + + * mel-q-ccl.el (quoted-printable-ccl-encode-string) + (quoted-printable-ccl-insert-encoded-file) + (q-encoding-ccl-encode-string): Use ccl-execute-on-string() on + Emacs 23.1. + (quoted-printable-ccl-encode-region): Use + quoted-printable-ccl-encode-string() on Emacs 23.1. + +2010-01-25 Kazuhiro Ito + + * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): Output + invalid character as is. + +2010-01-24 Kazuhiro Ito + + * mel-q.el (quoted-printable-quote-char) + (quoted-printable-internal-encode-region): Support Emacs 23 + raw-byte characters in multibyte string. + + * mel-q-ccl.el (mel-ccl-decode-q) + (mel-ccl-encode-q-generic) + (mel-ccl-encode-quoted-printable-generic): Ditto. + (quoted-printable-ccl-write-decoded-region): Use LF eol coding + system explicitly. + +2008-11-25 Katsumi Yamaoka + + * eword-decode.el (eword-decode-string, eword-decode-region): + Mention language info in doc string. + +2008-11-25 Katsumi Yamaoka + + * eword-decode.el (eword-decode-string, eword-decode-region) + (eword-analyze-encoded-word): Express the language portion of an + encoded word as a symbol. + + * tests/test-rfc2231.el (test-rfc2231-encoded-word-1) + (test-rfc2231-encoded-word-2, test-rfc2231-encoded-word-3): Use + eword-decode-string instead of eword-decode-encoded-word. + +2008-09-20 Yoichi NAKAYAMA + + * mel-q-ccl.el (mel-ccl-256-to-16-table): Accept (illegal) lower + case representation for decoding. + + +2007-11-28 MORIOKA Tomohiko + + * FLIM: Version 1.14.9 (Goj-Dò) released.-A + +2006-12-20 MORIOKA Tomohiko + + * mime-def.el (mime-library-product): Update to 1.14.9. + +2007-06-18 Wencheng Fang + + * mel.el (mime-write-decoded-region): Define method function that + uses built-in base64-decode-region. [cf. ] + +2006-12-20 MORIOKA Tomohiko + + * README.ja, README.en (Installation): Update required version of + APEL to 10.7 or later. + + * FLIM-CFG (PACKAGEDIR): Use + `install-get-default-package-directory'. + +2006-12-13 Katsumi Yamaoka + + * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs. + +2006-12-12 Katsumi Yamaoka + + * FLIM-MK (compile-flim-package): Use + batch-update-directory-autoloads if it is available instead of + batch-update-directory. + +2006-12-11 Katsumi Yamaoka + + * FLIM-CFG (PACKAGEDIR): Check for + (early|late|last)-package-hierarchies and configure-package-path + as well as (early|late|last)-packages. + 2006-09-24 Daiki Ueno * smtp.el (smtp-progress-message-format): Abolished; reverted the