X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7f78630abfd69a8800b985552a928b7957dab90e;hb=41e4fd4242e2a1f959c312e74854025cbb9d0f80;hp=27059be42c6444910e63cace8300c81afb4672cd;hpb=88006a55b33c0bb9f537158612a9880f50176792;p=elisp%2Fflim.git diff --git a/ChangeLog b/ChangeLog index 27059be..7f78630 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,273 @@ +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 + 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. + 1999-05-29 MORIOKA Tomohiko * mmbuffer.el (mime-entity-fetch-field): New implementation. @@ -263,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 @@ -438,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 @@ -458,7 +728,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'. @@ -555,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 @@ -598,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 @@ -784,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 @@ -1002,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. @@ -1282,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 @@ -1467,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. @@ -1754,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. @@ -1897,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 @@ -2009,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'. @@ -2134,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 @@ -2393,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 @@ -2513,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. @@ -2564,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 @@ -2600,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.