X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7f78630abfd69a8800b985552a928b7957dab90e;hb=41e4fd4242e2a1f959c312e74854025cbb9d0f80;hp=72a8abf50462bc467391b537fb3682e234042910;hpb=17bd6ef016485a74054825d2e0daf42b2aea8d5c;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 72a8abf..7f78630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,211 @@ +1999-09-01 Katsumi Yamaoka + + * smtpmail.el (smtpmail-send-it): Make directory + `smtpmail-queue-dir' if it does not exist; convert filename of + queued mail using `convert-standard-filename'. + (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory + name using `file-name-as-directory'. + (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc + strings. + +1999-08-26 Katsumi Yamaoka + + * FLIM-CFG: Emulate `add-to-list' and `data-directory' for old + Emacsen; require `poe' if the function `member' is not bound + because the function `add-path' uses it. + + * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and + `time-stamp-hh:mm:ss' instead of `current-time'. + +1999-08-25 Katsumi Yamaoka + + * FLIM-ELS: Use `if' instead of `unless'. + + +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. + (mime-entity-header-end-point): New generic function. + + * mmbuffer.el (mime-entity-header-start-point): New method. + (mime-entity-header-end-point): New method. + +1999-08-09 MORIOKA Tomohiko + + * FLIM-ELS (flim-modules): Add `mmdbuffer'. + +1999-07-27 MORIOKA Tomohiko + + * mmdbuffer.el: New module. + +1999-07-28 MORIOKA Tomohiko + + * mime-parse.el: Add autoload setting for + `mime-entity-body-buffer', `mime-entity-body-start-point' and + `mime-entity-body-end-point'. + + * mime.el (mime-entity-point-min): Define as an obsolete function. + (mime-entity-point-max): Likewise. + +1999-07-27 MORIOKA Tomohiko + + * mmbuffer.el (entity-point-min): Deleted because it is + duplicated. + (entity-point-max): Deleted because it is duplicated. + +1999-07-24 MORIOKA Tomohiko + + * mmbuffer.el (mime-insert-text-content): Deleted [moved to + mime-def.el]. + + * mime-def.el: Add autoload settings for `mime-entity-content' [to + avoid warning]. + (mime-insert-text-content): New method of `mime-entity' [moved + from mmbuffer.el]. + 1999-07-24 MORIOKA Tomohiko * mmbuffer.el (mime-entity-children): Deleted [moved to @@ -325,7 +533,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 @@ -500,7 +708,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 @@ -617,7 +825,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 @@ -660,7 +868,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 @@ -846,7 +1054,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 @@ -1064,7 +1272,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. @@ -1344,7 +1552,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 @@ -1529,7 +1737,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. @@ -1816,7 +2024,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. @@ -1959,7 +2167,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 @@ -2071,7 +2279,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'. @@ -2196,7 +2404,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 @@ -2455,7 +2663,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 @@ -2575,7 +2783,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. @@ -2626,7 +2834,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 @@ -2662,7 +2870,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.