elisp/flim.git
23 years ago* Makefile (PACKAGE): Modify for Deisui. deisui-1_14_0-1
ueno [Mon, 6 Nov 2000 08:07:04 +0000 (08:07 +0000)]
* Makefile (PACKAGE): Modify for Deisui.
(RELEASE): Likewise.
* Delete closure.el and tram.el.

23 years agoFix typo.
ueno [Mon, 6 Nov 2000 03:28:15 +0000 (03:28 +0000)]
Fix typo.

23 years agoRearrange.
ueno [Mon, 6 Nov 2000 02:35:59 +0000 (02:35 +0000)]
Rearrange.

23 years ago* qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
ueno [Sun, 5 Nov 2000 20:52:09 +0000 (20:52 +0000)]
* qmtp.el (qmtp-send-package): Don't check "K" reply per recipient.
(qmtp-via-smtp): Mark as obsolete.
(qmtp-send-buffer): New function.

23 years agoFix typo.
ueno [Sun, 5 Nov 2000 19:14:51 +0000 (19:14 +0000)]
Fix typo.

23 years agoFix typo.
ueno [Sun, 5 Nov 2000 19:10:55 +0000 (19:10 +0000)]
Fix typo.

23 years ago* sasl.texi: New file.
ueno [Sun, 5 Nov 2000 19:07:03 +0000 (19:07 +0000)]
* sasl.texi: New file.

23 years agoFix typo.
ueno [Sun, 5 Nov 2000 19:05:49 +0000 (19:05 +0000)]
Fix typo.

23 years ago(sasl-step-data): Don't typecheck.
ueno [Sun, 5 Nov 2000 06:13:23 +0000 (06:13 +0000)]
(sasl-step-data): Don't typecheck.
(sasl-step-set-data): Ditto.

23 years ago* sasl.el (sasl-step-data): New function.
ueno [Sun, 5 Nov 2000 04:37:41 +0000 (04:37 +0000)]
* sasl.el (sasl-step-data): New function.
(sasl-step-set-data): New function.

23 years ago* sasl.el: Don't require 'poe'
ueno [Sat, 4 Nov 2000 14:16:43 +0000 (14:16 +0000)]
* sasl.el: Don't require 'poe'
- Rename `sasl-*instantiator*' to `sasl-*client*'.
- Rename `sasl-*authenticator*' to `sasl-*mechanism*'.
- Rename `sasl-*continuations*' to `sasl-*steps*'.
(sasl-make-client): Accept 1st argument `mechanism'.
(sasl-next-step): Rename from `sasl-evaluate-challenge'.

23 years ago* sasl.el (sasl-make-instantiator): Define as function.
ueno [Sat, 4 Nov 2000 07:34:04 +0000 (07:34 +0000)]
* sasl.el (sasl-make-instantiator): Define as function.
(sasl-instantiator-name): Ditto.
(sasl-instantiator-service): Ditto.
(sasl-instantiator-server): Ditto.
(sasl-instantiator-set-properties): Ditto.
(sasl-instantiator-set-property): Ditto.
(sasl-instantiator-property): Ditto.
(sasl-instantiator-properties): Ditto.
(sasl-authenticator-mechanism): Ditto.
(sasl-authenticator-continuations): Ditto.

23 years ago* sasl.el: Add RFCs.
ueno [Sat, 4 Nov 2000 07:20:41 +0000 (07:20 +0000)]
* sasl.el: Add RFCs.
* smtp.el: Rearrange.

23 years ago(smtp-primitive-rcptto): Fix typo.
ueno [Thu, 2 Nov 2000 19:20:48 +0000 (19:20 +0000)]
(smtp-primitive-rcptto): Fix typo.

23 years agoFix the last change.
ueno [Thu, 2 Nov 2000 17:39:17 +0000 (17:39 +0000)]
Fix the last change.

23 years agoFix the last change.
ueno [Thu, 2 Nov 2000 17:38:10 +0000 (17:38 +0000)]
Fix the last change.

23 years ago* sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
ueno [Thu, 2 Nov 2000 17:36:39 +0000 (17:36 +0000)]
* sasl.el: Rename `sasl-*principal*' to `sasl-*instantiator*'.
(sasl-make-instantiator): Abolish optional 4th argument.
(sasl-instantiator-set-properties): New function.
(sasl-instantiator-put-property): New function.
(sasl-instantiator-property): New function.
(sasl-instantiator-properties): New function.

* smtp.el (smtp-sasl-user-name): Rename from
`smtp-sasl-principal-user'.
(smtp-sasl-user-realm): Rename from `smtp-sasl-principal-realm'.

23 years ago* sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
ueno [Thu, 2 Nov 2000 15:43:36 +0000 (15:43 +0000)]
* sasl.el (sasl-mechanisms): Add `LOGIN' and `ANONYMOUS'.
(sasl-mechanism-alist): Likewise.
(sasl-error): Define.
(sasl-login-continuations): New variable.
(sasl-login-response-1): New function.
(sasl-login-response-2): New function.
(sasl-anonymous-continuations): New variable.
(sasl-anonymous-response): New function.

* smtp.el (smtp-error): Define.
(smtp-via-smtp): Use it.

23 years agoAbolish `-internal' suffix.
ueno [Thu, 2 Nov 2000 14:05:49 +0000 (14:05 +0000)]
Abolish `-internal' suffix.

23 years ago* smtp.el (smtp-via-smtp): Mark as obsolete.
ueno [Thu, 2 Nov 2000 13:34:22 +0000 (13:34 +0000)]
* smtp.el (smtp-via-smtp): Mark as obsolete.
(smtp-send-buffer): Rename from `smtp-via-smtp'.

* sasl.el: Rearrange.

23 years ago* sasl.el (sasl-make-authenticator): Allocate a freshly generated
ueno [Thu, 2 Nov 2000 09:24:01 +0000 (09:24 +0000)]
* sasl.el (sasl-make-authenticator): Allocate a freshly generated
symbol for each continuation.

* sasl.el, sasl-cram.el, sasl-digest.el: Don't check
`sasl-authenticator' property.

23 years ago* sasl-digest.el (sasl-digest-md5-response-1): Rename from
ueno [Thu, 2 Nov 2000 08:38:08 +0000 (08:38 +0000)]
* sasl-digest.el (sasl-digest-md5-response-1): Rename from
`sasl-digest-md5-digest-response'.
(sasl-digest-md5-response-2): New alias.
(sasl-digest-md5-parse-digest-challenge): Save excursion.

* sasl.el (sasl-mechanism-alist): Rename from `sasl-mechanisms'.
(sasl-mechanisms): New variable.
(sasl-find-authenticator): Check `sasl-mechanisms' rather than
`sasl-mechanism-alist'.

* smtp.el (smtp-submit-package): Use `smtp-primitive-ehlo'.
(smtp-primitive-auth): Check authenticator.

23 years ago* FLIM-ELS (hmac-modules): New variable.
ueno [Thu, 2 Nov 2000 03:35:59 +0000 (03:35 +0000)]
* FLIM-ELS (hmac-modules): New variable.
(flim-modules): Move HMAC modules to `hmac-modules'
- Add `sasl-digest'.

* smtp.el (smtp-sasl-principal-realm): New user option.

* sasl.el (sasl-plain-response): New function.
(sasl-mechanisms): Add `DIGEST-MD5' and `PLAIN'.
(sasl-unique-id-function): New variable.
(sasl-plain-continuations): New variable.
(sasl-unique-id): New function.
(sasl-unique-id-char): New variable.

* sasl-digest.el: New file.

23 years agoImporting HMAC modules.
ueno [Thu, 2 Nov 2000 03:32:29 +0000 (03:32 +0000)]
Importing HMAC modules.

23 years ago* smtp.el: Bind `sasl-mechanisms'; add autoload settings for
ueno [Wed, 1 Nov 2000 14:56:20 +0000 (14:56 +0000)]
* smtp.el: Bind `sasl-mechanisms'; add autoload settings for
`sasl-make-principal', `sasl-find-authenticator',
`sasl-authenticator-mechanism-internal' and
`sasl-evaluate-challenge'.
(smtp-use-sasl): New user option.
(smtp-sasl-principal-name): New user option.
(smtp-sasl-mechanisms): New user option.
(smtp-submit-package): Call `smtp-primitive-starttls' and
`smtp-primitive-auth'.
(smtp-primitive-ehlo): Don't modify the rest of a extension line.
(smtp-primitive-auth): New function.
(smtp-primitive-starttls): Check the response code.

* sasl.el: New implementation.

* sasl-cram.el: New file.

* FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
`hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.

23 years agoImporting HMAC modules.
ueno [Wed, 1 Nov 2000 14:55:51 +0000 (14:55 +0000)]
Importing HMAC modules.

23 years ago* smtp.el: Add autoload settings for `starttls-open-stream' and
ueno [Wed, 1 Nov 2000 02:28:30 +0000 (02:28 +0000)]
* smtp.el: Add autoload settings for `starttls-open-stream' and
`starttls-negotiate'.
(smtp-connection-set-extensions-internal): New macro.
(smtp-connection-extensions-internal): New macro.
(smtp-make-connection): Set the `extension' slot to nil.
(smtp-primitive-ehlo): New function.
(smtp-submit-package): Rename from `smtp-commit'.
(smtp-submit-package-function): Rename from `smtp-commit-function'.
(smtp-primitive-starttls): New function.
(smtp-extensions): New group.
(smtp-use-8bitmime): New variable.
(smtp-use-size): New variable.
(smtp-use-starttls): New variable.
(smtp-via-smtp): Bind `smtp-open-connection-function'.

23 years agoFix comments.
ueno [Tue, 31 Oct 2000 13:42:46 +0000 (13:42 +0000)]
Fix comments.

23 years ago(smtp-read-response): Don't use `push'.
ueno [Tue, 31 Oct 2000 13:36:42 +0000 (13:36 +0000)]
(smtp-read-response): Don't use `push'.

23 years agoFix typo.
ueno [Tue, 31 Oct 2000 13:29:11 +0000 (13:29 +0000)]
Fix typo.

23 years ago* smtp.el: New implementation; don't use `tram.el' and `luna.el'.
ueno [Tue, 31 Oct 2000 13:23:19 +0000 (13:23 +0000)]
* smtp.el: New implementation; don't use `tram.el' and `luna.el'.

23 years agoFix local variable name.
ueno [Wed, 23 Aug 2000 02:47:42 +0000 (02:47 +0000)]
Fix local variable name.

23 years agoupdate.
ueno [Wed, 16 Aug 2000 18:23:00 +0000 (18:23 +0000)]
update.

23 years ago* smtp.el (smtp-check-response): Abolish.
ueno [Wed, 16 Aug 2000 18:22:46 +0000 (18:22 +0000)]
* smtp.el (smtp-check-response): Abolish.

23 years agoFix last change.
ueno [Wed, 16 Aug 2000 17:50:46 +0000 (17:50 +0000)]
Fix last change.

23 years agoupdate.
ueno [Wed, 16 Aug 2000 17:44:30 +0000 (17:44 +0000)]
update.

23 years ago* smtp.el (smtp-via-smtp): Don't compile transaction-function.
ueno [Wed, 16 Aug 2000 17:44:14 +0000 (17:44 +0000)]
* smtp.el (smtp-via-smtp): Don't compile transaction-function.

23 years agoFix last change.
ueno [Wed, 16 Aug 2000 17:42:37 +0000 (17:42 +0000)]
Fix last change.

23 years agoupdate.
ueno [Wed, 16 Aug 2000 17:21:39 +0000 (17:21 +0000)]
update.

23 years ago* tram.el (tram-compose-&&): Expand macro `closure-call'.
ueno [Wed, 16 Aug 2000 17:21:26 +0000 (17:21 +0000)]
* tram.el (tram-compose-&&): Expand macro `closure-call'.
(tram-compose-||): Ditto.

23 years agoSynch up with doodle.
ueno [Wed, 16 Aug 2000 16:26:45 +0000 (16:26 +0000)]
Synch up with doodle.

23 years agoupdate.
ueno [Wed, 16 Aug 2000 16:24:55 +0000 (16:24 +0000)]
update.

23 years ago* FLIM-ELS (flim-modules): Add `closure' and `tram'.
ueno [Wed, 16 Aug 2000 16:24:33 +0000 (16:24 +0000)]
* FLIM-ELS (flim-modules): Add `closure' and `tram'.

23 years ago* smtp.el (smtp-default-transaction-compose-function): Use
ueno [Wed, 16 Aug 2000 16:24:04 +0000 (16:24 +0000)]
* smtp.el (smtp-default-transaction-compose-function): Use
`tram-compose-transaction'.

23 years ago* tram.el: Rename from net-trans.el; require `closure'.
ueno [Wed, 16 Aug 2000 16:23:10 +0000 (16:23 +0000)]
* tram.el: Rename from net-trans.el; require `closure'.
(tram-define-transaction): New function.

23 years agoupdate.
ueno [Wed, 16 Aug 2000 08:42:59 +0000 (08:42 +0000)]
update.

23 years ago* smtp.el (smtp-mailfrom): Don't send message size.
ueno [Wed, 16 Aug 2000 08:42:39 +0000 (08:42 +0000)]
* smtp.el (smtp-mailfrom): Don't send message size.

23 years agoupdate.
ueno [Wed, 16 Aug 2000 08:36:25 +0000 (08:36 +0000)]
update.

23 years ago* smtp.el (smtp-default-commands): Abolish.
ueno [Wed, 16 Aug 2000 08:36:12 +0000 (08:36 +0000)]
* smtp.el (smtp-default-commands): Abolish.
(smtp-commands): Abolish.
(smtp-transaction): Delete slots about package information.
(smtp-transaction-function): Abolish.
(smtp-greeting,smtp-ehlo,smtp-helo,smtp-mailfrom,
smtp-rcptto,smtp-data): Define as function.
(smtp-default-transaction-compose-function): New function.
(smtp-closure-partial-apply): New function.
(smtp-transaction-compose-function): New variable.

23 years agoupdate.
ueno [Wed, 16 Aug 2000 04:08:09 +0000 (04:08 +0000)]
update.

23 years ago* qmtp.el (qmtp-timeout): New user option.
ueno [Wed, 16 Aug 2000 04:07:55 +0000 (04:07 +0000)]
* qmtp.el (qmtp-timeout): New user option.
(qmtp-read-point): New variable.
(qmtp-send-package): New function.

23 years agoSynch up with chao-1_14.
ueno [Wed, 16 Aug 2000 01:59:12 +0000 (01:59 +0000)]
Synch up with chao-1_14.

23 years agoupdate.
ueno [Tue, 15 Aug 2000 13:24:13 +0000 (13:24 +0000)]
update.

23 years ago* FLIM-ELS (flim-modules): Add `qmtp'.
ueno [Tue, 15 Aug 2000 13:23:58 +0000 (13:23 +0000)]
* FLIM-ELS (flim-modules): Add `qmtp'.

* qmtp.el: New file.

23 years ago* smtp.el (smtp-check-response): Rewrite.
ueno [Tue, 15 Aug 2000 13:23:47 +0000 (13:23 +0000)]
* smtp.el (smtp-check-response): Rewrite.

23 years agoFix docstring.
ueno [Tue, 15 Aug 2000 06:16:24 +0000 (06:16 +0000)]
Fix docstring.

23 years agoupdate.
ueno [Tue, 15 Aug 2000 04:38:30 +0000 (04:38 +0000)]
update.

23 years ago* net-trans.el (net-transaction-fold-left): Rename.
ueno [Tue, 15 Aug 2000 04:37:54 +0000 (04:37 +0000)]
* net-trans.el (net-transaction-fold-left): Rename.

23 years agoupdate.
ueno [Mon, 14 Aug 2000 22:29:24 +0000 (22:29 +0000)]
update.

23 years ago* smtp.el (smtp-debug-info): Abolish.
ueno [Mon, 14 Aug 2000 22:29:07 +0000 (22:29 +0000)]
* smtp.el (smtp-debug-info): Abolish.
(smtp-send-data-1): Don't refer smtp-debug-info.
(smtp-ehlo): Parse response.

23 years agoUse `net-transaction-*' instead of `transaction-*'.
ueno [Mon, 14 Aug 2000 21:59:52 +0000 (21:59 +0000)]
Use `net-transaction-*' instead of `transaction-*'.

23 years agoAdd prefix.
ueno [Mon, 14 Aug 2000 21:59:10 +0000 (21:59 +0000)]
Add prefix.

23 years agoFix paren style.
ueno [Mon, 14 Aug 2000 21:58:06 +0000 (21:58 +0000)]
Fix paren style.

23 years agoupdate.
ueno [Mon, 14 Aug 2000 16:18:51 +0000 (16:18 +0000)]
update.

23 years agoFix last change.
ueno [Mon, 14 Aug 2000 16:18:10 +0000 (16:18 +0000)]
Fix last change.

23 years ago* smtp.el: Require `net-trans'.
ueno [Mon, 14 Aug 2000 16:17:36 +0000 (16:17 +0000)]
* smtp.el: Require `net-trans'.
(smtp-transaction): New class.
(smtp-open-connection-function): New variable.
(smtp-default-commands): New variable.
(smtp-commands): New variable.
(smtp-transaction-function): New variable.
(smtp-greeting): New generic function.
(smtp-ehlo): New generic function.
(smtp-helo): New generic function.
(smtp-mailfrom): New generic function.
(smtp-rcptto): New generic function.
(smtp-data): New generic function.
(smtp-via-smtp): Simplify.
(smtp-check-response): New function.

23 years ago* net-trans.el (transaction-error): New generic function.
ueno [Mon, 14 Aug 2000 16:17:07 +0000 (16:17 +0000)]
* net-trans.el (transaction-error): New generic function.

23 years agoupdate.
ueno [Mon, 14 Aug 2000 14:58:14 +0000 (14:58 +0000)]
update.

23 years ago* net-trans.el: New file.
ueno [Mon, 14 Aug 2000 14:57:47 +0000 (14:57 +0000)]
* net-trans.el: New file.

* FLIM-ELS (flim-modules): Add `net-trans'.

23 years ago(mime-library-product): New product "Deisui".
tomo [Fri, 23 Jun 2000 09:40:36 +0000 (09:40 +0000)]
(mime-library-product): New product "Deisui".

23 years agoThis commit was manufactured by cvs2svn to create branch 'deisui-1_14'.
tomo [Fri, 23 Jun 2000 09:31:49 +0000 (09:31 +0000)]
This commit was manufactured by cvs2svn to create branch 'deisui-1_14'.

23 years agoupdate. chao-1_14_0-1
tomo [Fri, 23 Jun 2000 09:31:47 +0000 (09:31 +0000)]
update.

23 years ago(initialize-instance): New method.
tomo [Fri, 23 Jun 2000 09:31:09 +0000 (09:31 +0000)]
(initialize-instance): New method.
(mime-entity-name): Fixed.
(mmexternal-require-buffer): New function.
(mime-insert-entity): New implementation.
(mime-write-entity): Likewise.
(mime-entity-body): New method.
(mime-insert-entity-body): New method.
(mime-write-entity-body): New implementation.
(mime-entity-content): Likewise.
(mime-insert-entity-content): Likewise.
(mime-write-entity-content): Likewise.
(mime-entity-fetch-field): Likewise.
(mime-insert-header): Likewise.

23 years ago(initialize-instance): Store buffer instead of name of buffer to
tomo [Fri, 23 Jun 2000 09:24:44 +0000 (09:24 +0000)]
(initialize-instance): Store buffer instead of name of buffer to
`buffer' slot.

23 years agoupdate.
tomo [Wed, 21 Jun 2000 12:33:07 +0000 (12:33 +0000)]
update.

23 years ago(mime-entity-children): Deleted.
tomo [Wed, 21 Jun 2000 12:32:04 +0000 (12:32 +0000)]
(mime-entity-children): Deleted.

23 years ago(mime-insert-entity-body): New method.
tomo [Wed, 21 Jun 2000 12:31:33 +0000 (12:31 +0000)]
(mime-insert-entity-body): New method.
(mmbuffer-parse-multipart): New function.
(mmbuffer-parse-encapsulated): New function.
(mime-entity-children): New function.

23 years ago(mime-find-root-entity): New function.
tomo [Wed, 21 Jun 2000 12:29:26 +0000 (12:29 +0000)]
(mime-find-root-entity): New function.
(mime-entity-header-buffer): Comment out.
(mime-goto-header-start-point): Likewise.
(mime-entity-header-start-point): Likewise.
(mime-entity-header-end-point): Likewise.
(mime-entity-body-buffer): Likewise.
(mime-goto-body-start-point): Likewise.
(mime-goto-body-end-point): Likewise.
(mime-entity-body-start-point): Likewise.
(mime-entity-body-end-point): Likewise.
(mime-entity-body-start): Likewise.
(mime-entity-body-end): Likewise.
(mime-entity-buffer): Likewise.
(mime-entity-point-min): Likewise.
(mime-entity-point-max): Likewise.
(mime-insert-entity-body): New generic function.
(mime-entity-uu-filename): Use `mime-insert-entity-body'.
(mime-entity-set-content-type): New function.
(mime-entity-set-encoding): New function.

23 years ago(mime-parse-multipart): Comment out.
tomo [Wed, 21 Jun 2000 12:22:11 +0000 (12:22 +0000)]
(mime-parse-multipart): Comment out.
(mime-parse-encapsulated): Likewise.
(mime-parse-external): Likewise.

23 years ago(mime-entity-header-buffer): Comment out.
tomo [Wed, 21 Jun 2000 03:59:01 +0000 (03:59 +0000)]
(mime-entity-header-buffer): Comment out.
(mime-goto-header-start-point): Likewise.
(mime-entity-header-start-point): Likewise.
(mime-entity-header-end-point): Likewise.
(mime-entity-body-buffer): Likewise.
(mime-goto-body-start-point): Likewise.
(mime-goto-body-end-point): Likewise.
(mime-entity-body-start-point): Likewise.
(mime-entity-body-end-point): Likewise.
(mime-entity-buffer): Likewise.
(mime-entity-point-min): Likewise.
(mime-entity-point-max): Likewise.

23 years agoupdate.
tomo [Wed, 7 Jun 2000 09:39:43 +0000 (09:39 +0000)]
update.

23 years ago(eword-charset-encoding-alist): Add `iso-2022-jp-3'.
tomo [Wed, 7 Jun 2000 09:38:56 +0000 (09:38 +0000)]
(eword-charset-encoding-alist): Add `iso-2022-jp-3'.

23 years agoupdate.
akr [Thu, 25 May 2000 13:50:33 +0000 (13:50 +0000)]
update.

23 years agoupdate cvs development method.
akr [Thu, 25 May 2000 13:02:07 +0000 (13:02 +0000)]
update cvs development method.

24 years ago(smtp-deduce-address-list): Set `case-fold-search' to `t' in the working
yamaoka [Tue, 9 May 2000 00:25:42 +0000 (00:25 +0000)]
(smtp-deduce-address-list): Set `case-fold-search' to `t' in the working
buffer.

24 years agoAdd mime-entity-body.
hayashi [Wed, 26 Apr 2000 07:05:34 +0000 (07:05 +0000)]
Add mime-entity-body.

24 years agoUpdate.
keiichi [Fri, 3 Mar 2000 10:43:01 +0000 (10:43 +0000)]
Update.

24 years ago(mime-entity-node-id): Change to function.
keiichi [Fri, 3 Mar 2000 10:42:42 +0000 (10:42 +0000)]
(mime-entity-node-id): Change to function.

24 years agoupdate.
tomo [Fri, 3 Mar 2000 08:03:43 +0000 (08:03 +0000)]
update.

24 years ago(initialize-instance): Don't setup `mime-message-structure'.
tomo [Fri, 3 Mar 2000 08:02:57 +0000 (08:02 +0000)]
(initialize-instance): Don't setup `mime-message-structure'.

24 years ago(mime-parse-buffer): Don't setup `mime-message-structure'.
tomo [Fri, 3 Mar 2000 08:01:56 +0000 (08:01 +0000)]
(mime-parse-buffer): Don't setup `mime-message-structure'.

24 years agoupdate.
tomo [Thu, 2 Mar 2000 10:51:39 +0000 (10:51 +0000)]
update.

24 years ago(mime-visible-field-p): Moved from mmbuffer.el.
tomo [Thu, 2 Mar 2000 10:50:09 +0000 (10:50 +0000)]
(mime-visible-field-p): Moved from mmbuffer.el.
(mime-insert-header-from-buffer): Moved from mmbuffer.el.

24 years ago(mime-visible-field-p): Moved to mmgeneric.el.
tomo [Thu, 2 Mar 2000 10:49:16 +0000 (10:49 +0000)]
(mime-visible-field-p): Moved to mmgeneric.el.
(mime-insert-header-from-buffer): Moved to mmgeneric.el.

24 years agoupdate.
tomo [Thu, 2 Mar 2000 10:31:57 +0000 (10:31 +0000)]
update.

24 years ago(flim-modules): Add `mmgeneric'.
tomo [Thu, 2 Mar 2000 10:31:02 +0000 (10:31 +0000)]
(flim-modules): Add `mmgeneric'.

24 years agoNew file.
tomo [Thu, 2 Mar 2000 10:30:43 +0000 (10:30 +0000)]
New file.

24 years agoRequire `mmgeneric'.
tomo [Thu, 2 Mar 2000 10:29:51 +0000 (10:29 +0000)]
Require `mmgeneric'.

24 years agoRequire `mmgeneric' when compiling.
tomo [Thu, 2 Mar 2000 10:29:13 +0000 (10:29 +0000)]
Require `mmgeneric' when compiling.

24 years agoMove mime-entity related definitions to mmgeneric.el.
tomo [Thu, 2 Mar 2000 10:28:28 +0000 (10:28 +0000)]
Move mime-entity related definitions to mmgeneric.el.