Fix date.
[elisp/flim.git] / ChangeLog
index fc3d17a..0c9977b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,168 @@
+1999-09-13  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
+
+1999-09-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
+
+       * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
+
+1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * 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   <yamaoka@jpl.org>
+
+       * 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   <yamaoka@jpl.org>
+
+       * FLIM-ELS: Use `if' instead of `unless'.
+
+\f
+1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * FLIM: Version 1.13.2 (Kasanui) released.
+
+1999-08-03  Yuuichi Teranishi <teranisi@gohome.org>
+
+       * 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. <tm-ja:4872,4877>]
+
+1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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  <tomo@m17n.org>
+
+       * FLIM-ELS (flim-modules): Add `mmdbuffer'.
+
+1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mmdbuffer.el: New module.
+
+1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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  <tomo@m17n.org>
+
+       * mmbuffer.el (entity-point-min): Deleted because it is
+       duplicated.
+       (entity-point-max): Deleted because it is duplicated.
+
+1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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  <tomo@m17n.org>
+
+       * 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].
+
+\f
+1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * FLIM: Version 1.13.1 (Tawaramoto) released.
+
+1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mime-parse.el (mime-parse-buffer): Fixed.
+
+\f
+1999-07-16  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * FLIM: Version 1.13.0 (Iwami) released.
+
+1999-07-09  Nakagawa, Makoto  <nakagawa@pochi.tis.co.jp>
+
+       * 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  <tomo@m17n.org>
+
+       * FLIM-CFG: Delete code to detect APEL 7.3 or later.
+
+1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * 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   <yamaoka@jpl.org>
+
+       * 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   <yamaoka@jpl.org>
+
+       * 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. <tm-ja:4593>]
+
+\f
+1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * Chao: Version 1.13.0 (JR Fujinomori) released.
+
+1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mmbuffer.el (mime-entity-fetch-field): New implementation.
+
+       * mime-def.el (mime-entity-fetch-field): New method of luna-class
+       `mime-entity'.
+
+       * luna.el (luna-define-method): Allow `:around' qualifier.
+       (luna-class-find-functions): Likewise.
+       (luna-send): Likewise.
+       (luna-call-next-method): New function.
+
+1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mime-def.el (eval-module-depended-macro): Abolished.
+       Use `def-edebug-spec' directly.
+
+       * luna.el (luna-define-method): Allow `:before' qualifier.
+       (luna-class-find-functions): Likewise.
+
+       * mime-def.el (mime-message-structure): Define as obsolete
+       variable.
+
 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * mime-parse.el (mime-parse-encapsulated): Use
 
 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
 
-       * README.ja (install): Fixed
-
-1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
-
        * mmbuffer.el (mime-entity-body-end-point): New method.
        (mime-goto-header-start-point): New method.
        (mime-goto-body-start-point): New method.
 
        * mel.el (Q-encoded-text-length): Fixed.
 
-1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
-
-       * README.ja: Sync up with the latest README.en of flim-1_12
-       branch.
-
 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
        * luna.el: New module.
 
 \f
+1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * FLIM: Version 1.12.7 (Y\e.D\8eþzaki) released.
+
+1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mime-en.sgml (Network representation of header): Translate.
+
+1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
+       (base64-encode-1): Avoid concat.
+       (base64-encode-string): Fixed last change; extra padding.
+
+1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
+       variable alias for XEmacs.
+       (smtpmail-smtp-server): Likewise.
+       (smtpmail-smtp-service): Likewise.
+       (smtpmail-local-domain): Likewise.
+       (smtpmail-debug-info): Likewise.
+       (smtpmail-send-it): Check function `expand-mail-aliases' is
+       defined.
+
+1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * smtp.el (smtp-debug-info): Now a user option.
+
+1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
+
+       * README.ja: Modify URL and required version of APEL.
+
+1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * mel-b-ccl.el (base64-encode-string): New alias.
+       (base64-encode-region): Ditto.
+       (base64-decode-string): Ditto.
+       (base64-decode-region): Ditto.
+
+1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
+
+       * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
+
+1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * eword-encode.el (ew-space-process): Renamed from
+       `tm-eword::space-process'.
+
+1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * eword-encode.el (tm-eword::space-process): Don't concatenate
+       `special's.
+       (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
+       new optional argument `must-output'; return nil if it can't encode
+       literally.
+       (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
+       if `ew-encode-rword-1' can't encode literally and it is possible
+       to encode the rest literally with the folding.
+       (eword-encode-phrase-to-rword-list): Add `special' flag to
+       brackets of comments.
+
+1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * smtpmail.el: Require 'poe and 'pcustom.
+
+1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * mel.el: Update header.
+       Require 'path-util and don't require 'poem.
+       (mel-use-module): Eliminate local variable `encoding'.
+       (mime-insert-encoded-file for mel-b-builtin):
+       Use built-in `interactive' spec.
+       (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
+       (mime-encode-region): Capitalize prompt string.
+       (mime-decode-region): Ditto.
+       (mime-insert-encoded-file): Ditto.
+       (mime-write-decoded-region): Ditto.
+
+       * mel-b-ccl.el: Update header.
+       (base64-ccl-encode-region): Use read-only `interactive' spec.
+       (base64-ccl-decode-region): Ditto.
+       (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
+       (base64-ccl-write-decoded-region): Ditto.
+       (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
+
+       * mel-b-dl.el: Update header.
+       Don't require 'poe; it is required implicitly via 'mime-def.
+       (base64-dl-handle): Chech whether `base64-dl-module' is string.
+       Defalias `base64-encode-string' and `base64-decode-string' just
+       after `dynamic-call'ing "emacs_base64_init".
+       (base64-encode-region): Use read-only `interactive' spec.
+       Use `base64-encode-string'.
+       Changed order of evaluation to "encode, delete, then insert".
+       (base64-decode-region): Renamed from `decode-base64-region'.
+       Use read-only `interactive' spec.
+       Use `base64-decode-string'.
+       Changed order of evaluation to "decode, delete, then insert".
+       (mime-encode-string): Use `base64-encode-string'.
+       (mime-decode-string): Use `base64-decode-string'.
+       (mime-decode-region): Use `base64-decode-region'.
+       (encoded-text-encode-string): Use `base64-encode-string'.
+       (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
+       (mime-insert-encoded-file): Use built-in `interactive' spec.
+       (mime-write-decoded-region in comment): Ditto.
+
+       * mel-b-el.el: Update header.
+       Don't require 'poe; it is required implicitly via 'mime-def.
+       (pack-sequence): Moved to top of the function definitions.
+       (base64-encode-string): Calculate padding first.
+       (base64-internal-encode-region): Changed order of evaluation to
+       "encode, delete, then insert".
+       (base64-internal-decode-string): Changed order of evaluation to
+       "decode, delete, then insert".
+       (base64-encode-region): Use read-only `interactive' spec.
+       (base64-decode-region): Ditto.
+       (base64-decode-string): Not interactive.
+       (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
+       (base64-insert-encoded-file): Use built-in `interactive' spec.
+       (base64-write-decoded-region): Ditto.
+
+       * mel-g.el: Update header.
+       Require 'mime-def instead of 'poem and 'mel.
+       (mime-insert-encoded-file): Use built-in `interactive' spec.
+       (mime-write-decoded-region): Ditto.
+
+       * mel-q-ccl.el: Update header.
+       (quoted-printable-ccl-encode-region):
+       Use read-only `interactive' spec.
+       (quoted-printable-ccl-decode-region): Ditto.
+       (quoted-printable-ccl-insert-encoded-file):
+       Use built-in `interactive' spec.
+       (quoted-printable-ccl-write-decoded-region): Ditto.
+       (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
+
+       * mel-q.el: Update header.
+       Require 'path-util instead of 'emu.
+       (quoted-printable-internal-encode-region): Rewrite without regexp.
+       (quoted-printable-internal-decode-region): Ditto.
+       (quoted-printable-encode-region): Use read-only `interactive' spec.
+       (quoted-printable-decode-region): Ditto.
+       (mime-insert-encoded-file): Use built-in `interactive' spec.
+       (mime-write-decoded-region): Ditto.
+       (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
+
+       * mel-u.el: Update header.
+       Require 'path-util instead of 'emu.
+       (mime-insert-encoded-file): Use built-in `interactive' spec.
+       (mime-write-decoded-region): Ditto.
+
+1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
+
+       * mime-def.el: Require 'poe, 'poem, and 'pcustom.
+       (mime): Declare `default-mime-charset' as an initial member.
+
+       * mime-parse.el: Don't require 'cl at compile-time.
+
+       * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
+
+       * std11.el: Require 'poe, 'poem, and 'pcustom.
+
+       * smtp.el: Update header.
+       Require 'poe, 'poem, and 'pcustom.
+       Require 'cl at compile-time.
+
+1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * README.en (Installation): Modify URL and required version of
+       APEL.
+
+       * eword-encode.el (ew-find-charset-rule): Renamed from
+       `tm-eword::find-charset-rule'; use
+       `find-mime-charset-by-charsets'.
+
+\f
 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
 
-       * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
+       * FLIM: Version 1.12.6 (Family-K\8eòenmae) released.
 
 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
 
        * mime.el: Delete autoload setting for `eword-encode-field'.
 
-1999-04-22  MORIOKA Tomohiko  <tomo@etl.go.jp>
+1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * eword-encode.el: Require `poem' instead of `emu'.
        Don't use `cl' for `caar'.
 \f
 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
+       * FLIM: Version 1.12.3 (Kintetsu-K\8eòriyama) released.
 
 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
+       * FLIM: Version 1.12.2 (Kuj\8eò) released.
 
 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
+       * FLIM: Version 1.12.1 (Nishinoky\8eò) released.
 
 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
+       * FLIM: Version 1.11.2 (Heij\8eò) was released.
 
        * NEWS (Abolish variable `mime-temp-directory'): New subsection.
 
 \f
 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
+       * FLIM: Version 1.10.4 (Shin-H\8eòsono) was released.
 
 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
 
 \f
 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
+       * FLIM: Version 1.10.0 (K\8eòdo) was released.
 
        * README.en (What's FLIM): Add mel-ccl.el.
 
 \f
 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
+       * FLIM: Version 1.9.1 (Tonosh\8eò) was released.
 
        * mime-en.sgml (mm-backend): Translate a little.
 
 \f
 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
+       * FLIM-Chao: Version 1.8.0 (Shij\8eò) was released.
 
 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
+       * FLIM: Version 1.8.0 (\8eÒkubo) was released.
 
        * README.en: Delete `How to use'.
 
 \f
 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
+       * FLIM-Chao: Version 1.7.0 (Goj\8eò) was released.
 
 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
+       * FLIM: Version 1.4.1 (Momoyama-Gory\8eòmae) was released.
 
 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
+       * FLIM: Version 1.2.0 (J\8eþj\8eò) was released.
 
        * README.en (What's FLIM): Delete description about
        std11-parse.el; add description about mailcap.el.
 \f
 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
+       * FLIM: Version 1.1.0 (T\8eòji) was released.
 
 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
+       * FLIM: Version 1.0.1 (Ky\8eòto) was released.
 
        * mime-def.el (mime-spadework-module-version-string): New
        constant.