2010-03-10 Kazuhiro Ito <kzhr@d1.dion.ne.jp>
[elisp/flim.git] / ChangeLog
index 35059ac..140b85a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,118 @@
+2010-03-10  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
+
+       * mel-q-ccl.el (quoted-printable-ccl-decode-string)
+       (q-encoding-ccl-decode-string): Use ccl-execute-on-string() on
+       Emacs 23.1.
+       (quoted-printable-ccl-decode-region)
+       (quoted-printable-ccl-write-decoded-region): Use
+       quoted-printable-ccl-decode-string on Emacs 23.1.
+
+       * mel-q.el (quoted-printable-num-to-raw-byte-char): New inline
+       function.
+       (quoted-printable-internal-decode-region)
+       (q-encoding-decode-string): Use it.
+
+2010-02-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
+
+       * mel-q-ccl.el (quoted-printable-ccl-encode-string)
+       (quoted-printable-ccl-insert-encoded-file)
+       (q-encoding-ccl-encode-string): Make new vector instead of use of
+       the one that is hard-coded in the program.
+
+2010-02-14  Tetsurou Okazaki  <okazaki@be.to>
+
+       * smtp.el (smtp-primitive-mailfrom): Fixed two spaces may be used
+       as a separator before "BODY=8BITMIME".
+
+2010-02-09  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
+
+       * 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  <kzhr@d1.dion.ne.jp>
+
+       * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): Output
+       invalid character as is.
+
+2010-01-24  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>
+
+       * 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  <yamaoka@jpl.org>
+
+       * eword-decode.el (eword-decode-string, eword-decode-region):
+       Mention language info in doc string.
+
+2008-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <yoichi@geiin.org>
+
+       * mel-q-ccl.el (mel-ccl-256-to-16-table): Accept (illegal) lower
+       case representation for decoding.
+
+\f
+2007-11-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * FLIM: Version 1.14.9 (Goj\e-Dò) released.\e-A
+
+2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime-def.el (mime-library-product): Update to 1.14.9.
+
+2007-06-18  Wencheng Fang  <wencheng.fang@spherenet.co.jp>
+
+       * mel.el (mime-write-decoded-region): Define method function that
+       uses built-in base64-decode-region.  [cf. <emacs-mime-ja:02169>]
+
+2006-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * 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  <yamaoka@jpl.org>
+
+       * FLIM-CFG (PACKAGEDIR): Avoid an error with Emacs.
+
+2006-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * FLIM-MK (compile-flim-package): Use
+       batch-update-directory-autoloads if it is available instead of
+       batch-update-directory.
+
+2006-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * smtp.el (smtp-progress-message-format): Abolished; reverted the
+       change 2004-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>.
+
 2006-09-24  Daiki Ueno  <ueno@unixuser.org>
 
        * smtp.el (smtp-end-of-line): Abolished; reverted the change