X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0c9977b4b746c1da5cb96f2dba4aba861f7b3e14;hb=47d22bb0de4eb112cb13183aa13213ec6962021f;hp=d01613fb1a79190eef726f4a67adb322289506f3;hpb=783aad071d49a99abc4da71cbd16a6f2449e8c65;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index d01613f..0c9977b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,141 @@ +1999-09-13 Katsumi Yamaoka + + * smtpmail.el (smtpmail-send-it): Remove needless `concat'. + +1999-09-08 Yoshiki Hayashi + + * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo. + +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 + + * 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-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 + mime-def.el]. + + * mime-def.el: Add autoload settings for + `mime-entity-content-type', `mime-parse-multipart' and + `mime-parse-encapsulated' [to avoid warning]. + (mime-entity-children): New method of `mime-entity' [moved from + mmbuffer.el]. + + +1999-07-22 MORIOKA Tomohiko + + * FLIM: Version 1.13.1 (Tawaramoto) released. + +1999-07-21 MORIOKA Tomohiko + + * mime-parse.el (mime-parse-buffer): Fixed. + + +1999-07-16 MORIOKA Tomohiko + + * FLIM: Version 1.13.0 (Iwami) released. + +1999-07-09 Nakagawa, Makoto + + * smtpmail.el (smtpmail-send-it): Use current-time to get rid of + time-stamp-strftime. + (smtpmail-send-it): Use write-region-as-binary instead of + write-file. + (smtpmail-send-queued-mail); Use find-file-noselect-as-binary + instead of find-file-noselect. + +1999-06-23 MORIOKA Tomohiko + + * FLIM-CFG: Delete code to detect APEL 7.3 or later. + +1999-06-16 Katsumi Yamaoka + + * smtpmail.el (smtpmail-send-it): Extend the search bound to the + end of the field for fetching the recipients from Resent-To. + +1999-06-11 Katsumi Yamaoka + + * luna.el (luna-define-class-function): Check for the improbable + name of variable beginning with colon whether we should bind the + sort of symbol or not. + (TopLevel): Likewise. + +1999-06-10 Katsumi Yamaoka + + * luna.el (luna-define-class-function): Bind member variables + statically for old Emacsen. + (TopLevel): Require `static'; bind `:before', `:after' and + `:around' statically for old Emacsen. [cf. ] + + 1999-06-01 MORIOKA Tomohiko * Chao: Version 1.13.0 (JR Fujinomori) released. @@ -267,7 +405,7 @@ 1999-05-31 MORIOKA Tomohiko - * FLIM: Version 1.12.7 (Y-Dþzaki)-A released. + * FLIM: Version 1.12.7 (Y.DŽþzaki) released. 1999-05-31 MORIOKA Tomohiko @@ -442,7 +580,7 @@ 1999-05-11 MORIOKA Tomohiko - * FLIM: Version 1.12.6 (Family-K-Dòenmae)-A released. + * FLIM: Version 1.12.6 (Family-KŽòenmae) released. 1999-04-27 Shuhei KOBAYASHI @@ -462,7 +600,7 @@ * mime.el: Delete autoload setting for `eword-encode-field'. -1999-04-22 MORIOKA Tomohiko +1999-04-22 MORIOKA Tomohiko * eword-encode.el: Require `poem' instead of `emu'. Don't use `cl' for `caar'. @@ -559,7 +697,7 @@ 1999-01-23 MORIOKA Tomohiko - * FLIM: Version 1.12.3 (Kintetsu-K-Dòriyama)-A released. + * FLIM: Version 1.12.3 (Kintetsu-KŽòriyama) released. 1999-01-23 MORIOKA Tomohiko @@ -602,7 +740,7 @@ 1999-01-21 MORIOKA Tomohiko - * FLIM: Version 1.12.2 (Kuj-Dò)-A released. + * FLIM: Version 1.12.2 (KujŽò) released. 1999-01-16 MORIOKA Tomohiko @@ -788,7 +926,7 @@ 1998-12-02 MORIOKA Tomohiko - * FLIM: Version 1.12.1 (Nishinoky-Dò)-A released. + * FLIM: Version 1.12.1 (NishinokyŽò) released. 1998-11-30 MORIOKA Tomohiko @@ -1006,7 +1144,7 @@ 1998-10-26 MORIOKA Tomohiko - * FLIM: Version 1.11.2 (Heij-Dò)-A was released. + * FLIM: Version 1.11.2 (HeijŽò) was released. * NEWS (Abolish variable `mime-temp-directory'): New subsection. @@ -1286,7 +1424,7 @@ 1998-10-12 MORIOKA Tomohiko - * FLIM: Version 1.10.4 (Shin-H-Dòsono)-A was released. + * FLIM: Version 1.10.4 (Shin-HŽòsono) was released. 1998-10-12 Katsumi Yamaoka @@ -1471,7 +1609,7 @@ 1998-09-29 MORIOKA Tomohiko - * FLIM: Version 1.10.0 (K-Dòdo)-A was released. + * FLIM: Version 1.10.0 (KŽòdo) was released. * README.en (What's FLIM): Add mel-ccl.el. @@ -1758,7 +1896,7 @@ 1998-08-31 MORIOKA Tomohiko - * FLIM: Version 1.9.1 (Tonosh-Dò)-A was released. + * FLIM: Version 1.9.1 (TonoshŽò) was released. * mime-en.sgml (mm-backend): Translate a little. @@ -1901,7 +2039,7 @@ 1998-07-07 MORIOKA Tomohiko - * FLIM-Chao: Version 1.8.0 (Shij-Dò)-A was released. + * FLIM-Chao: Version 1.8.0 (ShijŽò) was released. 1998-07-07 MORIOKA Tomohiko @@ -2013,7 +2151,7 @@ 1998-07-01 MORIOKA Tomohiko - * FLIM: Version 1.8.0 (-DÒkubo)-A was released. + * FLIM: Version 1.8.0 (ŽÒkubo) was released. * README.en: Delete `How to use'. @@ -2138,7 +2276,7 @@ 1998-06-28 MORIOKA Tomohiko - * FLIM-Chao: Version 1.7.0 (Goj-Dò)-A was released. + * FLIM-Chao: Version 1.7.0 (GojŽò) was released. 1998-06-26 MORIOKA Tomohiko @@ -2397,7 +2535,7 @@ 1998-06-19 MORIOKA Tomohiko - * FLIM: Version 1.4.1 (Momoyama-Gory-Dòmae)-A was released. + * FLIM: Version 1.4.1 (Momoyama-GoryŽòmae) was released. 1998-06-18 MORIOKA Tomohiko @@ -2517,7 +2655,7 @@ 1998-05-06 MORIOKA Tomohiko - * FLIM: Version 1.2.0 (J-Dþjò)-A was released. + * FLIM: Version 1.2.0 (JŽþjŽò) was released. * README.en (What's FLIM): Delete description about std11-parse.el; add description about mailcap.el. @@ -2568,7 +2706,7 @@ 1998-05-05 MORIOKA Tomohiko - * FLIM: Version 1.1.0 (T-Dòji)-A was released. + * FLIM: Version 1.1.0 (TŽòji) was released. 1998-05-04 MORIOKA Tomohiko @@ -2604,7 +2742,7 @@ 1998-04-17 MORIOKA Tomohiko - * FLIM: Version 1.0.1 (Ky-Dòto)-A was released. + * FLIM: Version 1.0.1 (KyŽòto) was released. * mime-def.el (mime-spadework-module-version-string): New constant.