X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=aafb38a6aef6e050611fbb8badb775e0ffc57f81;hb=3562dd8af8e3c46cb7abf276cedfbe7a117b179c;hp=60300472323ca4bdea4a951755a1c8c95c02088d;hpb=a7831aa87825291d5e42a233104e8b8c1c6540d5;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 6030047..aafb38a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,146 @@ +1999-08-24 MORIOKA Tomohiko + + * CLIME: Version 1.13.3 (Hirahata) released. + + * README.en (Installation): Modify for APEL 9.21. + +1999-08-24 MORIOKA Tomohiko + + * mime-def.el: Don't require cl. + (make-mime-content-type): Don't use `list*'. + +1999-08-24 Taiji Can + + * mime-def.el: Use `int-to-string' instead of `number-to-string'. + + +1999-08-23 MORIOKA Tomohiko + + * CLIME: Version 1.13.2 (Nukatabe) released. + +1999-08-19 TSUMURA Tomoaki + + * mel-b-el.el (base64-num-to-char): Use <(` ...)> and <(, ...)> + instead of <`...> and <,...>. + (base64-char-to-num): Likewise. + +1999-08-20 Daiki Ueno + + * mel-b-ccl.el (mel-ccl-decode-b): Use <(` ...)>, <(, ...)> and + <(,@ ...)> instead of <`...>, <,...> and <,@...> unless + `ccl-cascading-read' is broken. + + * mel-q-ccl.el (mel-ccl-decode-quoted-printable-generic): Fix + quotation. + +1999-08-19 Daiki Ueno + + * mel-b-ccl.el (mel-ccl-decode-b): Use <(` ...)>, <(, ...)> and + <(,@ ...)> instead of <`...>, <,...> and <,@...>. + (mel-ccl-encode-base64-generic): Likewise. + + * mel-q-ccl.el (mel-ccl-decode-q): Use <(` ...)>, <(, ...)> and + <(,@ ...)> instead of <`...>, <,...> and <,@...>. + (mel-ccl-encode-q-generic): Likewise. + (mel-ccl-count-q-length): Likewise. + (mel-ccl-set-eof-block): Likewise. + (mel-ccl-try-to-read-crlf): Likewise. + (mel-ccl-encode-quoted-printable-generic): Likewise. + (mel-ccl-decode-quoted-printable-generic): Likewise. + + +1999-08-19 MORIOKA Tomohiko + + * CLIME: Version 1.13.1 (Ando) released. + +1999-08-19 MORIOKA Tomohiko + + * luna.el (luna-define-generic): Use <(` ...)>, <(, ...)> and <(,@ + ...)> instead of <`...>, <,...> and <,@...>. + (luna-define-internal-accessors): Use <(` ...)> and <(, ...)> + instead of <`...> and <,...>. + +1999-08-19 MORIOKA Tomohiko + + * smtpmail.el (smtpmail-send-it): Don't use bare lambda. + + * mime-def.el (mm-define-backend): Don't use bare lambda. + (mel-define-backend): Likewise. + (mel-define-method): Likewise. + + * luna.el (luna-define-class-function): Don't use bare lambda. + (luna-define-method): Likewise. + (luna-define-internal-accessors): Likewise. + + * mime-def.el: Delete <(require 'custom)>. + + +1999-08-19 MORIOKA Tomohiko + + * CLIME: Version 1.13.0 (Shin-Hrry~ji) released. + +1999-08-18 MORIOKA Tomohiko + + * mime.el (mime-entity-send): Use <(` ...)>, <(, ...)> and <(,@ + ...)> instead of <`...>, <,...> and <,@...>. + + * mime-parse.el (mime-parse-Content-Type): Use + `eval-when-compile'. + + * mime-def.el (mime-product-name): Use <(` ...)> and <(, ...)> + instead of <`...> and <,...>. + (mime-product-version): Likewise. + (mime-product-code-name): Likewise. + (mime-library-version): Use <(function ...)> instead of <#'...>. + (mm-expand-class-name): Use <(` ...)> and <(, ...)> instead of + <`...> and <,...>. + (mm-define-backend): Likewise. + (mm-define-method): Use <(` ...)>, <(, ...)> and <(,@ ...)> + instead of <`...>, <,...> and <,@...>. + (mel-define-service): Likewise. + (mel-define-backend): Use <(` ...)> and <(, ...)> instead of + <`...> and <,...>. + (mel-define-method-function): Likewise. + (mel-define-function): Likewise. + + * mel.el (mime-encoding-alist): Use <(function ...)> instead of + <#'...>. + + * luna.el (luna-find-class): Use <(` ...)> and <(, ...)> instead + of <`...> and <,...>. + (luna-set-class): Likewise. + (luna-class-obarray): Likewise. + (luna-class-parents): Likewise. + (luna-class-number-of-slots): Likewise. + (luna-define-class): Likewise. + (luna-class-slot-index): Likewise. + (luna-slot-index): Likewise. + (luna-define-method): Use <(` ...)>, <(, ...)> and <(,@ ...)> + instead of <`...>, <,...> and <,@...>. + (luna-find-functions): Use <(` ...)> and <(, ...)> instead of + <`...> and <,...>. + (luna-class-name): Likewise. + (luna-set-class-name): Likewise. + (luna-get-obarray): Likewise. + (luna-set-obarray): Likewise. + (luna-make-entity): Use <(function ...)> instead of <#'...>. + + * eword-decode.el (mime-find-field-presentation-method): Use <(` + ...)> and <(, ...)> instead of <`...> and <,...>. + - Use <(function ...)> instead of <#'...>. + + +1999-08-17 MORIOKA Tomohiko + + * FLIM: Version 1.13.2 (Kasanui) released. + +1999-08-03 Yuuichi Teranishi + + * smtp.el (smtp-notify-success): New option. + * (smtp-via-smtp): Request return receipt (defined in RFC1891) to + SMTP server if `smtp-notify-success' is non-nil. + [cf. ] + 1999-08-02 MORIOKA Tomohiko * mime.el (mime-entity-header-start-point): New generic function. @@ -366,7 +509,7 @@ 1999-05-31 MORIOKA Tomohiko - * FLIM: Version 1.12.7 (Y-Dþzaki)-A released. + * FLIM: Version 1.12.7 (Y~zaki) released. 1999-05-31 MORIOKA Tomohiko @@ -541,7 +684,7 @@ 1999-05-11 MORIOKA Tomohiko - * FLIM: Version 1.12.6 (Family-K-Dòenmae)-A released. + * FLIM: Version 1.12.6 (Family-Krenmae) released. 1999-04-27 Shuhei KOBAYASHI @@ -658,7 +801,7 @@ 1999-01-23 MORIOKA Tomohiko - * FLIM: Version 1.12.3 (Kintetsu-K-Dòriyama)-A released. + * FLIM: Version 1.12.3 (Kintetsu-Krriyama) released. 1999-01-23 MORIOKA Tomohiko @@ -701,7 +844,7 @@ 1999-01-21 MORIOKA Tomohiko - * FLIM: Version 1.12.2 (Kuj-Dò)-A released. + * FLIM: Version 1.12.2 (Kujr) released. 1999-01-16 MORIOKA Tomohiko @@ -887,7 +1030,7 @@ 1998-12-02 MORIOKA Tomohiko - * FLIM: Version 1.12.1 (Nishinoky-Dò)-A released. + * FLIM: Version 1.12.1 (Nishinokyr) released. 1998-11-30 MORIOKA Tomohiko @@ -1105,7 +1248,7 @@ 1998-10-26 MORIOKA Tomohiko - * FLIM: Version 1.11.2 (Heij-Dò)-A was released. + * FLIM: Version 1.11.2 (Heijr) was released. * NEWS (Abolish variable `mime-temp-directory'): New subsection. @@ -1385,7 +1528,7 @@ 1998-10-12 MORIOKA Tomohiko - * FLIM: Version 1.10.4 (Shin-H-Dòsono)-A was released. + * FLIM: Version 1.10.4 (Shin-Hrsono) was released. 1998-10-12 Katsumi Yamaoka @@ -1570,7 +1713,7 @@ 1998-09-29 MORIOKA Tomohiko - * FLIM: Version 1.10.0 (K-Dòdo)-A was released. + * FLIM: Version 1.10.0 (Krdo) was released. * README.en (What's FLIM): Add mel-ccl.el. @@ -1857,7 +2000,7 @@ 1998-08-31 MORIOKA Tomohiko - * FLIM: Version 1.9.1 (Tonosh-Dò)-A was released. + * FLIM: Version 1.9.1 (Tonoshr) was released. * mime-en.sgml (mm-backend): Translate a little. @@ -2000,7 +2143,7 @@ 1998-07-07 MORIOKA Tomohiko - * FLIM-Chao: Version 1.8.0 (Shij-Dò)-A was released. + * FLIM-Chao: Version 1.8.0 (Shijr) was released. 1998-07-07 MORIOKA Tomohiko @@ -2112,7 +2255,7 @@ 1998-07-01 MORIOKA Tomohiko - * FLIM: Version 1.8.0 (-DÒkubo)-A was released. + * FLIM: Version 1.8.0 (Rkubo) was released. * README.en: Delete `How to use'. @@ -2237,7 +2380,7 @@ 1998-06-28 MORIOKA Tomohiko - * FLIM-Chao: Version 1.7.0 (Goj-Dò)-A was released. + * FLIM-Chao: Version 1.7.0 (Gojr) was released. 1998-06-26 MORIOKA Tomohiko @@ -2496,7 +2639,7 @@ 1998-06-19 MORIOKA Tomohiko - * FLIM: Version 1.4.1 (Momoyama-Gory-Dòmae)-A was released. + * FLIM: Version 1.4.1 (Momoyama-Goryrmae) was released. 1998-06-18 MORIOKA Tomohiko @@ -2616,7 +2759,7 @@ 1998-05-06 MORIOKA Tomohiko - * FLIM: Version 1.2.0 (J-Dþjò)-A was released. + * FLIM: Version 1.2.0 (J~jr) was released. * README.en (What's FLIM): Delete description about std11-parse.el; add description about mailcap.el. @@ -2667,7 +2810,7 @@ 1998-05-05 MORIOKA Tomohiko - * FLIM: Version 1.1.0 (T-Dòji)-A was released. + * FLIM: Version 1.1.0 (Trji) was released. 1998-05-04 MORIOKA Tomohiko @@ -2703,7 +2846,7 @@ 1998-04-17 MORIOKA Tomohiko - * FLIM: Version 1.0.1 (Ky-Dòto)-A was released. + * FLIM: Version 1.0.1 (Kyrto) was released. * mime-def.el (mime-spadework-module-version-string): New constant.