update.
[elisp/flim.git] / ChangeLog
index 5c82b4c..fd529ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,108 @@
+2012-04-28  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * README.ja, README.en (Bug reports): Use "Emacs-MIME" instead of
+       "EMACS-MIME".
+
+2001-02-27  Martin Buchholz  <martin@xemacs.org>
+
+       * mime-en.sgml: Typo fix.
+
+2012-04-28  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
+
+       * README.ja, README.en (Bug reports): Modify for
+       emacs-mime-{en|ja}@lists.chise.org.
+
+2010-08-05  Tetsurou Okazaki  <okazaki@be.to>
+
+       * smtp.el (smtp-submit-package): Handle the case that
+       `smtp-find-connection' returns nil in unwind forms.
+
+2010-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * FLIM-CFG: Add emu subdirectory to load-path when LISPDIR is
+       specified.  Suggested by Kazuhiro NISHIYAMA <zn@mbf.nifty.com>.
+
+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