elisp/flim.git
24 years agofix slim-1_13_6
okada [Fri, 21 Jan 2000 14:22:07 +0000 (14:22 +0000)]
fix

24 years ago * SLIM: Version 1.13.6 released.
okada [Fri, 21 Jan 2000 14:18:08 +0000 (14:18 +0000)]
* SLIM: Version 1.13.6 released.

24 years ago * smtp.el (TopLevel): Eval `sasl' when compile.
okada [Fri, 21 Jan 2000 14:16:47 +0000 (14:16 +0000)]
* smtp.el (TopLevel): Eval `sasl' when compile.

24 years agodelete digest-md5-parse-digest-challenge
okada [Fri, 21 Jan 2000 11:59:17 +0000 (11:59 +0000)]
delete digest-md5-parse-digest-challenge

24 years ago * sasl.el (TopLevel): Delete function `sasl-digest-md5-parse-digest-challenge'.
okada [Fri, 21 Jan 2000 11:54:52 +0000 (11:54 +0000)]
* sasl.el (TopLevel): Delete function `sasl-digest-md5-parse-digest-challenge'.
* smtp.el (smtp-auth-digest-md5): Don't use `sasl-digest-md5-parse-digest-challenge'.

24 years ago scram-md5.el (sasl-scram-md5-client-security-info): Eval when compile.
okada [Fri, 21 Jan 2000 10:17:12 +0000 (10:17 +0000)]
 scram-md5.el (sasl-scram-md5-client-security-info): Eval when compile.

24 years ago * digest-md5.el (TopLevel): Delete `digest-md5-nonce-count'.
okada [Fri, 21 Jan 2000 10:05:22 +0000 (10:05 +0000)]
* digest-md5.el (TopLevel): Delete `digest-md5-nonce-count'.
(digest-md5-build-response-value): Add `realm', `nonce' and `nonce-count'.
(digest-md5-digest-response): Add options as RFC.
* sasl.el (TopLevel): New variable `sasl-digest-md5-nonce-count'.
New functions `sasl-digest-md5-digest-response' and
`sasl-digest-md5-parse-digest-challenge'.
* smtp.el (TopLevel): New function `smtp-auth-digest-md5'.

24 years ago* sasl.el (TopLevel): Autoload 'scram-md5' for `scram-make-security-info'.
okada [Mon, 10 Jan 2000 22:49:05 +0000 (22:49 +0000)]
* sasl.el (TopLevel): Autoload 'scram-md5' for `scram-make-security-info'.

24 years ago* smtp.el (smtp-authenticate-type): Rename from `smtp-authenticate-type'.
okada [Thu, 6 Jan 2000 08:07:01 +0000 (08:07 +0000)]
* smtp.el (smtp-authenticate-type): Rename from `smtp-authenticate-type'.
(smtp-authenticate-user): Rename from `smtp-authentication-user'.
(smtp-authenticate-passphrase): Rename from `smtp-authentication-passphrase'.
(smtp-authenticate-method-alist): Rename from `smtp-authenticate-method-alist)'.

24 years agoUpdate for the new CVS server.
yamaoka [Thu, 6 Jan 2000 04:43:16 +0000 (04:43 +0000)]
Update for the new CVS server.

24 years agoHappy New Year.
okada [Fri, 31 Dec 1999 18:25:53 +0000 (18:25 +0000)]
Happy New Year.
* mime-def.el (mime-library-product): Up.
* smtp.el (smtp-authentication-method-alist): Add `digest-md5'.
(smtp-auth-digest-md5): New function.

24 years agosasl.el (TopLevel): Autoload `digest-md5' and `scram-md5'.
okada [Tue, 21 Dec 1999 08:36:52 +0000 (08:36 +0000)]
sasl.el (TopLevel): Autoload `digest-md5' and `scram-md5'.

24 years agorelease for Gnus :) slim-1_13_5
okada [Mon, 20 Dec 1999 21:00:57 +0000 (21:00 +0000)]
release for Gnus :)

24 years ago(base64-encode-region): Allow the optional second arg `no-line-break'.
yamaoka [Mon, 20 Dec 1999 05:54:01 +0000 (05:54 +0000)]
(base64-encode-region): Allow the optional second arg `no-line-break'.
(base64-external-encode-region): Likewise.
(base64-internal-encode-region): Likewise.

24 years ago(base64-encode-string): Fix doc string.
yamaoka [Mon, 20 Dec 1999 01:56:03 +0000 (01:56 +0000)]
(base64-encode-string): Fix doc string.

24 years ago(base64-encode-string): Allow the optional second arg `no-line-break'.
yamaoka [Mon, 20 Dec 1999 01:42:42 +0000 (01:42 +0000)]
(base64-encode-string): Allow the optional second arg `no-line-break'.

24 years agoTypo.
yamaoka [Fri, 17 Dec 1999 00:26:22 +0000 (00:26 +0000)]
Typo.

24 years agosmtp.el (smtp-aut-login): Update to new api.
okada [Wed, 15 Dec 1999 17:32:37 +0000 (17:32 +0000)]
smtp.el (smtp-aut-login): Update to new api.

24 years ago* SLIM-TIPS: Update.
okada [Tue, 14 Dec 1999 17:10:51 +0000 (17:10 +0000)]
* SLIM-TIPS: Update.

24 years agoupdate.
ueno [Tue, 14 Dec 1999 08:22:40 +0000 (08:22 +0000)]
update.

24 years ago* digest-md5.el
ueno [Tue, 14 Dec 1999 08:22:21 +0000 (08:22 +0000)]
* digest-md5.el
(digest-md5-digest-response): Add optional argument `qop'.
(digest-md5-build-response-value): Use it.

24 years agoupdate.
ueno [Mon, 13 Dec 1999 12:49:02 +0000 (12:49 +0000)]
update.

24 years ago* digest-md5.el (digest-md5-challenge): New variable.
ueno [Mon, 13 Dec 1999 12:48:41 +0000 (12:48 +0000)]
* digest-md5.el (digest-md5-challenge): New variable.
(digest-md5-nonce-count): New variable.
(digest-md5-parse-digest-challenge-syntax-table): Fix document.
(digest-md5-parse-digest-challenge): Add autoload cookie.
(digest-md5-challenge): New macro.
(digest-md5-build-response-value): New macro.
(digest-md5-digest-response): Use it; Add autoload cookie.

24 years agoUpdate.
yamaoka [Mon, 13 Dec 1999 10:49:42 +0000 (10:49 +0000)]
Update.

24 years agoFix typo.
ueno [Mon, 13 Dec 1999 08:47:03 +0000 (08:47 +0000)]
Fix typo.

24 years agoupdate.
ueno [Mon, 13 Dec 1999 08:45:55 +0000 (08:45 +0000)]
update.

24 years ago* digest-md5.el
ueno [Mon, 13 Dec 1999 08:45:36 +0000 (08:45 +0000)]
* digest-md5.el
(digest-md5-parse-digest-challenge-syntax-table): New variable.
(digest-md5-parse-digest-challenge): Use it; return parsed
result as a property list.

24 years agoUpdate.
yamaoka [Mon, 13 Dec 1999 08:28:11 +0000 (08:28 +0000)]
Update.

24 years agoUpdate.
yamaoka [Mon, 13 Dec 1999 08:01:30 +0000 (08:01 +0000)]
Update.

24 years ago* sasl.el (sasl-scram-md5-make-salted-pass): New function.
okada [Mon, 13 Dec 1999 05:57:45 +0000 (05:57 +0000)]
* sasl.el (sasl-scram-md5-make-salted-pass): New function.
* smtp.el (smtp-auth-scram-md5): Use `sasl-scram-md5-make-salted-pass'
instead of `scram-md5-make-salted-pass' and `scram-md5-parse-server-msg-1'.

24 years ago* digest-md5.el (digest-md5-parse-digest-challenge): Fix.
okada [Mon, 13 Dec 1999 05:37:11 +0000 (05:37 +0000)]
* digest-md5.el (digest-md5-parse-digest-challenge): Fix.

24 years ago* digest-md5.el (digest-md5-digest-response): Update.
okada [Mon, 13 Dec 1999 03:24:44 +0000 (03:24 +0000)]
* digest-md5.el (digest-md5-digest-response): Update.
(digest-md5-make-cnonce): New function.
(digest-md5-parse-digest-challenge): New function.

24 years ago* FLIM-ELS (flim-modules): Add `unique-id'.
okada [Mon, 13 Dec 1999 02:04:02 +0000 (02:04 +0000)]
* FLIM-ELS (flim-modules): Add `unique-id'.
* smtp.el (TopLevel): Add autoload `sasl-scram-md5'.

24 years agoupdate.
okada [Mon, 13 Dec 1999 01:53:38 +0000 (01:53 +0000)]
update.

24 years ago* unique-id.el: New file.
okada [Mon, 13 Dec 1999 01:53:15 +0000 (01:53 +0000)]
* unique-id.el: New file.
* scram-md5.el (TopLevel): Require `unique-id'.
(scram-make-unique-nonce): Use `unique-id'.
* sasl.el (sasl-number-base36): Delete.
(sasl-unique-id-char): Delete.
(sasl-unique-id): Delete.

24 years ago* FLIM-ELS (flim-modules): Add `digest-md5'.
okada [Sun, 12 Dec 1999 18:31:44 +0000 (18:31 +0000)]
* FLIM-ELS (flim-modules): Add `digest-md5'.

24 years ago* digest-md5.el: New file.
okada [Sun, 12 Dec 1999 18:24:56 +0000 (18:24 +0000)]
* digest-md5.el: New file.
(digest-md5-digest-uri): New function.
(digest-md5-digest-response): New function.

24 years ago* smtp.el (smtp-auth-scram-md5): Erase insecure sequences.
okada [Sun, 12 Dec 1999 16:13:19 +0000 (16:13 +0000)]
* smtp.el (smtp-auth-scram-md5): Erase insecure sequences.
* sasl.el (sasl-scram-md5-client-msg-2): Erase insecure sequences.
(TopLevel): Add example for `scram-md5'.
* scram.el (scram-md5-make-server-msg-2): Rename from `scram-md5-authenticate-server'.
(scram-md5-make-salted-pass): Don't erase passphrase.
(scram-make-unique-nonce): Erase unique-id.
(scram-md5-make-client-msg-1): Erase nonce.
(scram-md5-make-shared-key): Erase buffer.
(scram-md5-make-server-msg-2): Ditto.

24 years ago* smtp.el (smtp-auth-scram-md5): New function.
okada [Sat, 11 Dec 1999 16:00:34 +0000 (16:00 +0000)]
* smtp.el (smtp-auth-scram-md5): New function.
(smtp-authentication-method-alist): Add `scram-md5'.

24 years ago* sasl.el (TopLevel): Require `scram-md5'.
okada [Sat, 11 Dec 1999 15:19:13 +0000 (15:19 +0000)]
* sasl.el (TopLevel): Require `scram-md5'.

24 years ago* sasl.el (sasl-scram-md5-client-msg-1): New function.
okada [Fri, 10 Dec 1999 19:15:33 +0000 (19:15 +0000)]
* sasl.el (sasl-scram-md5-client-msg-1): New function.
(sasl-scram-md5-client-msg-2): New function.
(sasl-scram-md5-authenticate-server): New function.
(sasl-scram-md5-client-security-info): New variable.

24 years agoversion up
okada [Fri, 10 Dec 1999 13:45:13 +0000 (13:45 +0000)]
version up

24 years ago* sasl.el (sasl-number-base36): New function.
okada [Thu, 9 Dec 1999 04:11:34 +0000 (04:11 +0000)]
* sasl.el (sasl-number-base36): New function.
(sasl-unique-id): New function.
(sasl-unique-id-char): New variable.
* scram-md5.el (scram-make-unique-nonce): Fix to use `sasl-unique-id'.

24 years agohex-util.el sha1-el.el Fix.
okada [Mon, 6 Dec 1999 12:17:00 +0000 (12:17 +0000)]
hex-util.el  sha1-el.el Fix.

24 years ago1.13.4 Release slim-1_13_4
okada [Mon, 6 Dec 1999 11:30:55 +0000 (11:30 +0000)]
1.13.4 Release

24 years agoSLIM-VERION: Add code name.
okada [Sat, 4 Dec 1999 07:49:20 +0000 (07:49 +0000)]
SLIM-VERION: Add code name.

24 years agosmtp.el fix.
okada [Fri, 3 Dec 1999 09:06:27 +0000 (09:06 +0000)]
smtp.el fix.

24 years ago* smtp.el (smtp-via-smtp): Enclose by `as-binary-process'.
okada [Thu, 2 Dec 1999 05:54:45 +0000 (05:54 +0000)]
* smtp.el (smtp-via-smtp): Enclose by `as-binary-process'.

24 years ago* smtp.el (smtp-via-smtp): Fix.
okada [Thu, 2 Dec 1999 05:17:55 +0000 (05:17 +0000)]
* smtp.el (smtp-via-smtp): Fix.
* scram-md5.el (scram-make-unique-nonce): Fix.

24 years ago* smtp.el (smtp-send-command): Add new optional argument
okada [Wed, 1 Dec 1999 16:43:42 +0000 (16:43 +0000)]
* smtp.el (smtp-send-command): Add new optional argument
to delete insecure words in a trace buffer.
(smtp-auth-cram-md5): Update.
(smtp-auth-plain): Update.
(smtp-auth-login): Update.

24 years ago* smtp.el (smtp-via-smtp): Comment out vain commands.
okada [Wed, 1 Dec 1999 16:25:18 +0000 (16:25 +0000)]
* smtp.el (smtp-via-smtp): Comment out vain commands.
ONEX,VERB,XUSR

24 years agoadd scram-md5.el
okada [Wed, 1 Dec 1999 15:39:27 +0000 (15:39 +0000)]
add scram-md5.el

24 years agoUpteda. sasl-mech anonymous
okada [Wed, 1 Dec 1999 14:21:09 +0000 (14:21 +0000)]
Upteda. sasl-mech anonymous

24 years ago* SLIM-VERSION: Fix.
okada [Tue, 30 Nov 1999 16:27:47 +0000 (16:27 +0000)]
* SLIM-VERSION: Fix.
* smtp.el: Fix Author.
* sasl.el (sasl-cram-md5): Update to delete
insecure sequences at plain.

24 years ago* mime-def.el (mime-library-product): Up.
okada [Sun, 28 Nov 1999 15:26:23 +0000 (15:26 +0000)]
* mime-def.el (mime-library-product): Up.

24 years ago* ChangeLog: Fix.
okada [Sun, 28 Nov 1999 08:50:44 +0000 (08:50 +0000)]
* ChangeLog: Fix.
1999-10-?? -> 1999-11-??

* sasl.el (sasl-cram-md5): Rename `username' from `user'.
Rename `challenge' from `response'.

* SLIM-VERION: Add code name.

24 years agocompatibility for sha1.el by Keiichi Suzuki.
okada [Mon, 22 Nov 1999 21:35:40 +0000 (21:35 +0000)]
compatibility for sha1.el by Keiichi Suzuki.

sha1.el (sha1-encode): Fix and define as obsolete function.
        (sha1-encode-binary): Ditto.

24 years agosha1.el (sha1-encode): New alias.
okada [Mon, 22 Nov 1999 20:08:24 +0000 (20:08 +0000)]
sha1.el (sha1-encode): New alias.
(sha1-encode-binary): Ditto.

24 years agoFix sasl.el hmac-util -> hex-util. slim-1_13_3
okada [Mon, 22 Nov 1999 19:37:41 +0000 (19:37 +0000)]
Fix sasl.el hmac-util -> hex-util.
Update sha1.

24 years agorelease. slim-1_13_2
okada [Mon, 22 Nov 1999 17:31:52 +0000 (17:31 +0000)]
release.

24 years ago* smtp.el (smtp-auth-cram-md5): Update to delete
okada [Mon, 22 Nov 1999 16:34:44 +0000 (16:34 +0000)]
* smtp.el (smtp-auth-cram-md5): Update to delete
insecure sequences at plain.
(smtp-auth-login): Update to delete
insecure sequences at plain.

24 years ago* smtp.el (smtp-auth-cram-md5): New function.
okada [Mon, 22 Nov 1999 16:12:38 +0000 (16:12 +0000)]
* smtp.el (smtp-auth-cram-md5): New function.
(smtp-auth-plain): New function.
(smtp-auth-login): New function.
(smtp-authentication-method-alist): New variable.

24 years ago* hex-util.el: New file.
okada [Mon, 22 Nov 1999 15:22:56 +0000 (15:22 +0000)]
* hex-util.el: New file.
* hmac-util.el: Remove.
* hmac-md5.el: Update.
* FLIM-ELS (flim-modeules): Rename `hex-util' from `hmac-util'.

24 years ago* smtp.el (smtp-via-smtp): Fix to use `smtp-authentication-type',
okada [Sun, 21 Nov 1999 17:53:55 +0000 (17:53 +0000)]
* smtp.el (smtp-via-smtp): Fix to use `smtp-authentication-type',
`smtp-authentication-user', `smtp-authentication-passphrase' and
`smtp-connection-type'.

* smtp.el (smtp-authentication-type): New variable.
          (smtp-authentication-user): New variable.
          (smtp-authentication-passphrase): New variable.
  (smtp-connection-type): New variable.

24 years ago* SLIM: Version 1.13.1 released. slim-1_13_1
okada [Sun, 21 Nov 1999 02:37:12 +0000 (02:37 +0000)]
* SLIM: Version 1.13.1 released.
* SLIM-TIPS: Add comment.

24 years ago* smtp.el (smtp-via-smtp): Add autoload for
okada [Sun, 21 Nov 1999 01:33:27 +0000 (01:33 +0000)]
* smtp.el (smtp-via-smtp): Add autoload for
`starttls-open-stream', `starttls-negotiate',
`sasl-cram-md5' and `sasl-plain'.
* smtp.el (smtp-via-smtp): Don't require `sasl' and `starttls'.

24 years agoSTARTTLS support.
okada [Sun, 21 Nov 1999 01:07:19 +0000 (01:07 +0000)]
STARTTLS support.

* starttls.c: New file.
* smtp.el (smtp-via-smtp): STARTTLS support.
* SLIM-TIPS: New file.
* starttls.c: Deleted. See SLIM-TIPS.
* FLIM-ELS (flim-modules): Add `starttls'

24 years ago * starttls.el: New file.
okada [Sat, 20 Nov 1999 22:22:19 +0000 (22:22 +0000)]
* starttls.el: New file.
* starttls.c: New file.

24 years ago * smtp.el (smtp-via-smtp): Update to delete
okada [Sat, 20 Nov 1999 08:18:38 +0000 (08:18 +0000)]
    * smtp.el (smtp-via-smtp): Update to delete
        insecure sequences at plain.
        * SLIM-VERION: Add code name.
        * mime-def.el (mime-library-product): Up.
* hmac-def.el (define-hmac-function): Update to delete
        insecure sequences.

24 years agoSLIM 1.13.0 released.
okada [Sat, 20 Nov 1999 07:39:42 +0000 (07:39 +0000)]
SLIM 1.13.0 released.

24 years ago * smtp.el (smtp-via-smtp): Fix typo. slim-1_13_0
okada [Sat, 20 Nov 1999 07:24:33 +0000 (07:24 +0000)]
* smtp.el (smtp-via-smtp): Fix typo.
* hmac-md5.el: Add Author and Maintainer.

24 years agohmac-md5.el (hmac-md5): Specify the 4th arg to `md5' as `binary'
okada [Fri, 19 Nov 1999 17:16:28 +0000 (17:16 +0000)]
hmac-md5.el (hmac-md5): Specify the 4th arg to `md5' as `binary'
if possible.
hmac-def.el hmac-md5.el hmac-sha1.el hmac-util.el
md5-dl.el md5-el.el md5.el sha1-dl.el sha1-el.el sha1.el
comment update

24 years agorename sasl-plain sasl-cram-md5
okada [Fri, 19 Nov 1999 03:21:01 +0000 (03:21 +0000)]
rename sasl-plain sasl-cram-md5

24 years agofixed hmac-md5 for XEmacs's md5.
okada [Thu, 18 Nov 1999 20:21:20 +0000 (20:21 +0000)]
fixed hmac-md5 for XEmacs's md5.

24 years agomerge hmac package
okada [Thu, 18 Nov 1999 19:53:56 +0000 (19:53 +0000)]
merge hmac package

24 years agoupdate documents.
okada [Thu, 18 Nov 1999 18:40:29 +0000 (18:40 +0000)]
update documents.

24 years ago*** empty log message ***
okada [Thu, 18 Nov 1999 17:12:24 +0000 (17:12 +0000)]
*** empty log message ***

24 years agoThis commit was manufactured by cvs2svn to create branch 'slim-1_13'.
tomo [Tue, 17 Aug 1999 02:15:41 +0000 (02:15 +0000)]
This commit was manufactured by cvs2svn to create branch 'slim-1_13'.

24 years agoThis commit was manufactured by cvs2svn to create branch 'clime-1_13'. flim-1_13_2
tomo [Tue, 17 Aug 1999 02:15:39 +0000 (02:15 +0000)]
This commit was manufactured by cvs2svn to create branch 'clime-1_13'.

24 years agofixed.
morioka [Tue, 17 Aug 1999 02:15:38 +0000 (02:15 +0000)]
fixed.

24 years agoModify for m17n.org.
morioka [Tue, 17 Aug 1999 02:13:51 +0000 (02:13 +0000)]
Modify for m17n.org.

24 years agorelease.
morioka [Tue, 17 Aug 1999 02:10:21 +0000 (02:10 +0000)]
release.

24 years ago(ARC_DIR): Modify for ftp.
morioka [Tue, 17 Aug 1999 02:09:50 +0000 (02:09 +0000)]
(ARC_DIR): Modify for ftp.
(SEMI_ARC_DIR): Likewise.

24 years agoupdate.
morioka [Thu, 12 Aug 1999 02:45:53 +0000 (02:45 +0000)]
update.

24 years agoFrom Mikio Nakajima <minakaji@osaka.email.ne.jp> [tm-ja:4872,4877]:
morioka [Thu, 12 Aug 1999 02:42:14 +0000 (02:42 +0000)]
From Mikio Nakajima <minakaji@osaka.email.ne.jp> [tm-ja:4872,4877]:

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.

24 years agoupdate.
morioka [Mon, 9 Aug 1999 03:29:49 +0000 (03:29 +0000)]
update.

24 years ago(mime-entity-header-start-point): New generic function.
morioka [Mon, 9 Aug 1999 03:28:08 +0000 (03:28 +0000)]
(mime-entity-header-start-point): New generic function.
(mime-entity-header-end-point): New generic function.

24 years ago(mime-entity-header-start-point): New method.
morioka [Mon, 9 Aug 1999 03:26:25 +0000 (03:26 +0000)]
(mime-entity-header-start-point): New method.
(mime-entity-header-end-point): New method.

24 years agoupdate.
morioka [Mon, 9 Aug 1999 03:23:32 +0000 (03:23 +0000)]
update.

24 years ago(flim-modules): Add `mmdbuffer'.
morioka [Mon, 9 Aug 1999 03:22:34 +0000 (03:22 +0000)]
(flim-modules): Add `mmdbuffer'.

24 years agoupdate.
morioka [Mon, 9 Aug 1999 03:21:53 +0000 (03:21 +0000)]
update.

24 years agoNew module.
morioka [Mon, 9 Aug 1999 03:19:55 +0000 (03:19 +0000)]
New module.

24 years agoupdate.
morioka [Wed, 28 Jul 1999 05:19:16 +0000 (05:19 +0000)]
update.

24 years agoAdd autoload setting for `mime-entity-body-buffer',
morioka [Wed, 28 Jul 1999 04:54:16 +0000 (04:54 +0000)]
Add autoload setting for `mime-entity-body-buffer',
`mime-entity-body-start-point' and `mime-entity-body-end-point'.

24 years ago(mime-entity-point-min): Define as an obsolete function.
morioka [Wed, 28 Jul 1999 04:43:45 +0000 (04:43 +0000)]
(mime-entity-point-min): Define as an obsolete function.
(mime-entity-point-max): Likewise.

24 years agoupdate.
morioka [Tue, 27 Jul 1999 08:18:24 +0000 (08:18 +0000)]
update.

24 years ago(entity-point-min): Deleted.
morioka [Tue, 27 Jul 1999 08:13:44 +0000 (08:13 +0000)]
(entity-point-min): Deleted.
(entity-point-max): Deleted.

24 years agoupdate.
morioka [Sat, 24 Jul 1999 12:23:28 +0000 (12:23 +0000)]
update.

24 years ago(mime-library-product): Update to 1.13.2.
morioka [Sat, 24 Jul 1999 12:21:44 +0000 (12:21 +0000)]
(mime-library-product): Update to 1.13.2.

24 years agoupdate.
morioka [Sat, 24 Jul 1999 12:13:01 +0000 (12:13 +0000)]
update.