elisp/flim.git
22 years agoRemoved kludge for Emacs 21 prerelease versions.
shuhei [Fri, 2 Nov 2001 23:08:54 +0000 (23:08 +0000)]
Removed kludge for Emacs 21 prerelease versions.

22 years agoWhen `mel-b-builtin' equals nil, load `mel-b-el'
tsuchiya [Wed, 12 Sep 2001 03:27:22 +0000 (03:27 +0000)]
When `mel-b-builtin' equals nil, load `mel-b-el'
to define `base64-encode-string'.

22 years agoSynch with flim-1_14 branch.
yamaoka [Mon, 30 Jul 2001 11:15:05 +0000 (11:15 +0000)]
Synch with flim-1_14 branch.

22 years agoSynch with flim-1_14 branch.
yamaoka [Mon, 30 Jul 2001 10:39:54 +0000 (10:39 +0000)]
Synch with flim-1_14 branch.

22 years ago1.14.3 (Terai-Nishikuchi).
yamaoka [Thu, 7 Jun 2001 09:49:03 +0000 (09:49 +0000)]
1.14.3 (Terai-Nishikuchi).

22 years agoSynchronize with the branch `flim-1_14'.
yamaoka [Mon, 4 Jun 2001 00:06:51 +0000 (00:06 +0000)]
Synchronize with the branch `flim-1_14'.

23 years agoupdate.
shuhei [Fri, 27 Apr 2001 13:26:55 +0000 (13:26 +0000)]
update.

23 years ago(mime-entity-fetch-field): Would capitalize twice.
shuhei [Fri, 27 Apr 2001 13:26:47 +0000 (13:26 +0000)]
(mime-entity-fetch-field): Would capitalize twice.

23 years ago(mime-entity-read-field): Would capitalize twice.
shuhei [Fri, 27 Apr 2001 13:26:43 +0000 (13:26 +0000)]
(mime-entity-read-field): Would capitalize twice.

23 years agoupdate.
shuhei [Sun, 15 Apr 2001 06:30:32 +0000 (06:30 +0000)]
update.

23 years ago(eword-lexical-analyze-internal): Fix typo. [cf. <emacs-mime-ja:00425>]
shuhei [Sun, 15 Apr 2001 06:22:57 +0000 (06:22 +0000)]
(eword-lexical-analyze-internal): Fix typo. [cf. <emacs-mime-ja:00425>]

23 years agoFix date string.
yamaoka [Wed, 11 Apr 2001 21:59:24 +0000 (21:59 +0000)]
Fix date string.

23 years agoSynch with `flim-1_14'.
yamaoka [Tue, 10 Apr 2001 21:57:16 +0000 (21:57 +0000)]
Synch with `flim-1_14'.

23 years agoMerge from flim-1_14-rfc2231
shuhei [Mon, 19 Mar 2001 13:35:07 +0000 (13:35 +0000)]
Merge from flim-1_14-rfc2231

23 years agoUpdate Copyright header.
shuhei [Sun, 11 Mar 2001 10:10:39 +0000 (10:10 +0000)]
Update Copyright header.

23 years ago* mime.el (mime-find-root-entity): Find root entity recursively.
yamaoka [Fri, 9 Mar 2001 06:26:31 +0000 (06:26 +0000)]
* mime.el (mime-find-root-entity): Find root entity recursively.

23 years agoSynch with `flim-1_14'.
yamaoka [Wed, 28 Feb 2001 04:01:10 +0000 (04:01 +0000)]
Synch with `flim-1_14'.

23 years agoSynch with `flim-1_14'.
yamaoka [Thu, 28 Dec 2000 01:38:11 +0000 (01:38 +0000)]
Synch with `flim-1_14'.
* mel.el (binary-to-text-funcall, binary-funcall): Rewrite using `static-cond'.

23 years agoSynch with `flim-1_14'.
yamaoka [Tue, 26 Dec 2000 01:34:46 +0000 (01:34 +0000)]
Synch with `flim-1_14'.

* mel.el (binary-to-text-funcall): Bind `default-process-coding-system',
 `input-coding-system', `output-coding-system', `program-coding-system-alist',
 and `selective-display' for old Emacsen.  It won't work with Nemacs.
(binary-funcall): Bind `default-kanji-flag', `default-kanji-process-code',
 `default-mc-flag', `default-process-coding-system', `input-coding-system',
 `kanji-flag', `mc-flag', `output-coding-system',
 `program-coding-system-alist', `program-kanji-code-alist' and
 `selective-display' for old Emacsen.
(binary-find-file-noselect): Alias to `find-file-noselect-as-binary'.
(binary-insert-encoded-file): Alias to `insert-file-contents-as-binary'.
(binary-write-decoded-region): Alias to `write-region-as-binary'.
(8bit-write-decoded-region): Use `write-region-as-coding-system'  with the 1st
 arg `raw-text'.
(8bit-insert-encoded-file): Alias to `insert-file-contents-as-raw-text'.

23 years agoAdd author.
yamaoka [Fri, 22 Dec 2000 09:26:36 +0000 (09:26 +0000)]
Add author.

23 years ago* raw-io.el (binary-start-process-shell-command): Replace #' with `function'.
yamaoka [Fri, 22 Dec 2000 08:56:15 +0000 (08:56 +0000)]
* raw-io.el (binary-start-process-shell-command): Replace #' with `function'.

23 years agoUpdate.
yamaoka [Fri, 22 Dec 2000 08:19:12 +0000 (08:19 +0000)]
Update.

23 years ago* raw-io.el: Require `pces'
yamaoka [Fri, 22 Dec 2000 08:18:36 +0000 (08:18 +0000)]
* raw-io.el: Require `pces'
(binary-insert-file-contents): Alias to `insert-file-contents-as-binary'.
(binary-write-region): Alias to `write-region-as-binary'.
(binary-find-file-noselect): Alias to `find-file-noselect-as-binary'.
(binary-open-network-stream): Alias to `open-network-stream-as-binary'.
(binary-start-process): Use `as-binary-process'.
(binary-start-process-shell-command): Use `as-binary-process'.
(raw-text-insert-file-contents): Alias to `insert-file-contents-as-raw-text'.
(raw-message-write-region): Alias to `write-region-as-raw-text-CRLF'.

23 years agoSynch with `flim-1_14'.
yamaoka [Fri, 22 Dec 2000 08:10:07 +0000 (08:10 +0000)]
Synch with `flim-1_14'.

23 years agoSynch with `flim-1_14'.
yamaoka [Thu, 21 Dec 2000 08:37:14 +0000 (08:37 +0000)]
Synch with `flim-1_14'.

23 years agoSynch with `flim-1_14'.
yamaoka [Thu, 21 Dec 2000 03:36:08 +0000 (03:36 +0000)]
Synch with `flim-1_14'.

23 years agoSynch with `flim-1_14'.
yamaoka [Wed, 20 Dec 2000 07:36:12 +0000 (07:36 +0000)]
Synch with `flim-1_14'.

23 years agoSynch with `flim-1_14'.
yamaoka [Wed, 20 Dec 2000 07:12:26 +0000 (07:12 +0000)]
Synch with `flim-1_14'.

23 years agoSynch with `flim-1_14'.
yamaoka [Wed, 20 Dec 2000 06:11:44 +0000 (06:11 +0000)]
Synch with `flim-1_14'.

23 years agoSynch with `flim-1_14'.
yamaoka [Tue, 19 Dec 2000 12:51:09 +0000 (12:51 +0000)]
Synch with `flim-1_14'.

23 years agoAdd the part "Old Emacsen".
yamaoka [Mon, 18 Dec 2000 08:13:38 +0000 (08:13 +0000)]
Add the part "Old Emacsen".

23 years agofix.
ueno [Fri, 15 Dec 2000 15:17:57 +0000 (15:17 +0000)]
fix.

23 years ago* smtp.el (smtp-send-buffer): Pass the BUFFER argument.
ueno [Fri, 15 Dec 2000 15:16:34 +0000 (15:16 +0000)]
* smtp.el (smtp-send-buffer): Pass the BUFFER argument.

23 years ago* smtp.el: Require `pcustom' instead of `custom'.
yamaoka [Fri, 15 Dec 2000 12:45:59 +0000 (12:45 +0000)]
* smtp.el: Require `pcustom' instead of `custom'.

23 years agoUpdate (to be continued).
yamaoka [Fri, 15 Dec 2000 10:29:22 +0000 (10:29 +0000)]
Update (to be continued).

23 years ago* test-sasl.el (test-sasl-digest-md5-acap): Replace #' with `function'.
yamaoka [Fri, 15 Dec 2000 09:43:40 +0000 (09:43 +0000)]
* test-sasl.el (test-sasl-digest-md5-acap): Replace #' with `function'.

23 years ago* luna.el (luna-define-method): Don't clear method cache because old Emacs
yamaoka [Fri, 15 Dec 2000 09:14:39 +0000 (09:14 +0000)]
* luna.el (luna-define-method): Don't clear method cache because old Emacs
 does not have `unintern'.

23 years ago* lunit.el (lunit-make-test-suite-from-class): Replace #' with `function'.
yamaoka [Fri, 15 Dec 2000 08:38:46 +0000 (08:38 +0000)]
* lunit.el (lunit-make-test-suite-from-class): Replace #' with `function'.

23 years agoSynch with `flim-1_14' (to be continued).
yamaoka [Fri, 15 Dec 2000 07:46:35 +0000 (07:46 +0000)]
Synch with `flim-1_14' (to be continued).

23 years agoSynch with `flim-1_14' (to be continued).
yamaoka [Fri, 15 Dec 2000 07:00:10 +0000 (07:00 +0000)]
Synch with `flim-1_14' (to be continued).

23 years agoSynch with `flim-1_14' (to be continued).
yamaoka [Fri, 15 Dec 2000 06:13:03 +0000 (06:13 +0000)]
Synch with `flim-1_14' (to be continued).

23 years ago* smtp.el (smtp-primitive-ehlo): Enclose the `lambda' form with `function'.
yamaoka [Thu, 14 Dec 2000 23:42:47 +0000 (23:42 +0000)]
* smtp.el (smtp-primitive-ehlo): Enclose the `lambda' form with `function'.

* smtp.el (smtp-make-connection, smtp-connection-set-extensions,
 smtp-connection-extensions, smtp-connection-service, smtp-connection-server,
 smtp-connection-process, smtp-make-package, smtp-package-buffer,
 smtp-package-recipients, smtp-package-sender): Use old fashioned backquoting.
* mmgeneric.el (mm-define-method, mm-define-backend,mm-expand-class-name):
 Ditto.

* smtp.el (smtp-send-buffer, smtp-submit-package-function,
 smtp-open-connection-function): Replace #' with `function'.
* sasl.el (sasl-unique-id-function): Ditto.
* qmtp.el (qmtp-send-package): Ditto.

23 years agoMerge clime-1_13.
tomo [Tue, 5 Dec 2000 17:34:32 +0000 (17:34 +0000)]
Merge clime-1_13.

23 years agoThis commit was manufactured by cvs2svn to create branch 'clime-1_14'.
tomo [Tue, 5 Dec 2000 16:27:30 +0000 (16:27 +0000)]
This commit was manufactured by cvs2svn to create branch 'clime-1_14'.

23 years agoupdate.
tomo [Tue, 5 Dec 2000 16:27:29 +0000 (16:27 +0000)]
update.

23 years agosync with deisui-1_14.
tomo [Tue, 5 Dec 2000 16:25:46 +0000 (16:25 +0000)]
sync with deisui-1_14.

23 years ago2000-12-04 Daiki Ueno <ueno@unixuser.org>
okada [Mon, 4 Dec 2000 02:27:03 +0000 (02:27 +0000)]
2000-12-04   Daiki Ueno  <ueno@unixuser.org>

        * smtpmail.el (smtpmail-send-it): Use `smtp-send-buffer' instead of
        `smtp-via-smtp'.
        (smtpmail-send-queued-mail): Ditto.

23 years agofixed.
tomo [Mon, 27 Nov 2000 07:33:40 +0000 (07:33 +0000)]
fixed.

23 years agoupdate.
tomo [Mon, 27 Nov 2000 06:13:14 +0000 (06:13 +0000)]
update.

23 years ago(compile-flim): Compile `flim-version-specific-modules'.
tomo [Mon, 27 Nov 2000 06:10:23 +0000 (06:10 +0000)]
(compile-flim): Compile `flim-version-specific-modules'.
(install-flim): Install `flim-version-specific-modules' to
`FLIM_VERSION_SPECIFIC_DIR'.
(compile-flim-package): Compile `flim-version-specific-modules'.
(install-flim-package): Install `flim-version-specific-modules'.

23 years ago(flim-modules): Add `mime-conf' instead of `mailcap'.
tomo [Mon, 27 Nov 2000 06:07:26 +0000 (06:07 +0000)]
(flim-modules): Add `mime-conf' instead of `mailcap'.
(flim-version-specific-modules): New variable; specify `mailcap'.

23 years ago(FLIM_VERSION_SPECIFIC_DIR): New variable.
tomo [Mon, 27 Nov 2000 06:05:50 +0000 (06:05 +0000)]
(FLIM_VERSION_SPECIFIC_DIR): New variable.

23 years agoCompletely rewrote to use mime-conf.el.
tomo [Mon, 27 Nov 2000 06:04:59 +0000 (06:04 +0000)]
Completely rewrote to use mime-conf.el.

23 years agoNew file.
tomo [Mon, 27 Nov 2000 06:03:51 +0000 (06:03 +0000)]
New file.

23 years ago * sasl-digest.el (sasl-digest-md5-response): Fix typo.
okada [Sun, 26 Nov 2000 10:23:12 +0000 (10:23 +0000)]
    * sasl-digest.el (sasl-digest-md5-response): Fix typo.

23 years ago* sasl-digest.el (sasl-digest-md5-response): Signal an error if "qop"
ueno [Mon, 20 Nov 2000 02:59:42 +0000 (02:59 +0000)]
* sasl-digest.el (sasl-digest-md5-response): Signal an error if "qop"
requires integrity layer.

23 years ago* sasl-digest.el (sasl-digest-md5-response): Check "qop-options".
ueno [Mon, 20 Nov 2000 02:29:44 +0000 (02:29 +0000)]
* sasl-digest.el (sasl-digest-md5-response): Check "qop-options".

23 years ago* sasl-digest.el (sasl-digest-md5-response): Refer client "qop".
ueno [Sun, 19 Nov 2000 19:23:37 +0000 (19:23 +0000)]
* sasl-digest.el (sasl-digest-md5-response): Refer client "qop".
- Don't quote "response-value".

23 years ago* sasl.el (sasl-anonymous-steps): Fix typo.
ueno [Sun, 19 Nov 2000 16:27:33 +0000 (16:27 +0000)]
* sasl.el (sasl-anonymous-steps): Fix typo.

23 years agoRearrange header.
ueno [Sat, 18 Nov 2000 20:08:30 +0000 (20:08 +0000)]
Rearrange header.

23 years agoSynch with `deisui-1_14'.
ueno [Sun, 12 Nov 2000 18:05:10 +0000 (18:05 +0000)]
Synch with `deisui-1_14'.

23 years agoSynch with deisui-1_14.
ueno [Tue, 7 Nov 2000 14:22:45 +0000 (14:22 +0000)]
Synch with deisui-1_14.

23 years agofix
okada [Tue, 7 Nov 2000 13:57:59 +0000 (13:57 +0000)]
fix

23 years agoFix typo.
ueno [Mon, 6 Nov 2000 13:08:54 +0000 (13:08 +0000)]
Fix typo.

23 years agoMerge `deisui-1_14_0-1'.
ueno [Mon, 6 Nov 2000 13:03:19 +0000 (13:03 +0000)]
Merge `deisui-1_14_0-1'.

23 years ago(mime-library-product): Update to FLIM 1.14.0 (Ninokuchi).
tomo [Wed, 25 Oct 2000 03:56:54 +0000 (03:56 +0000)]
(mime-library-product): Update to FLIM 1.14.0 (Ninokuchi).

23 years agoupdate.
tomo [Wed, 25 Oct 2000 03:55:53 +0000 (03:55 +0000)]
update.

23 years agoModify for FLIM 1.14.
tomo [Wed, 25 Oct 2000 03:54:36 +0000 (03:54 +0000)]
Modify for FLIM 1.14.

23 years agoMerge chao-1_14_1-1.
tomo [Wed, 25 Oct 2000 03:52:46 +0000 (03:52 +0000)]
Merge chao-1_14_1-1.

23 years agoThis commit was manufactured by cvs2svn to create branch 'flim-1_14'.
tomo [Wed, 25 Oct 2000 03:40:48 +0000 (03:40 +0000)]
This commit was manufactured by cvs2svn to create branch 'flim-1_14'.

23 years agoMerge flim-1_13_2_2.
tomo [Wed, 25 Oct 2000 03:40:47 +0000 (03:40 +0000)]
Merge flim-1_13_2_2.

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

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

24 years agoMerge flim-1_13_2_1.
morioka [Thu, 16 Dec 1999 09:13:36 +0000 (09:13 +0000)]
Merge flim-1_13_2_1.

24 years agoMerge flim-1_12_7.
morioka [Mon, 31 May 1999 09:41:55 +0000 (09:41 +0000)]
Merge flim-1_12_7.

25 years agoMerge flim-1_12_6.
morioka [Wed, 12 May 1999 11:29:04 +0000 (11:29 +0000)]
Merge flim-1_12_6.

25 years agoMerge flim-1_11_3_9. flim-199811302358 flim-last-snapshot- gnus-oomori-199812161505
morioka [Wed, 28 Oct 1998 17:00:12 +0000 (17:00 +0000)]
Merge flim-1_11_3_9.

25 years agoMerge flim-1_11_3.
morioka [Tue, 27 Oct 1998 16:51:31 +0000 (16:51 +0000)]
Merge flim-1_11_3.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 13:05:42 +0000 (13:05 +0000)]
update.

25 years ago(Header encoder/decoder): Add description about
morioka [Sun, 18 Oct 1998 12:59:55 +0000 (12:59 +0000)]
(Header encoder/decoder): Add description about
`eword-field-encoding-method-alist'.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 12:56:11 +0000 (12:56 +0000)]
update.

25 years ago(Header encoder/decoder): Add description about
morioka [Sun, 18 Oct 1998 12:54:22 +0000 (12:54 +0000)]
(Header encoder/decoder): Add description about
`eword-field-encoding-method-alist'.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 12:41:57 +0000 (12:41 +0000)]
update.

25 years ago(Header encoder/decoder): Modify description about
morioka [Sun, 18 Oct 1998 12:41:01 +0000 (12:41 +0000)]
(Header encoder/decoder): Modify description about
`eword-encode-header'.

25 years ago(Header encoder/decoder): Translate.
morioka [Sun, 18 Oct 1998 12:34:52 +0000 (12:34 +0000)]
(Header encoder/decoder): Translate.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 12:20:09 +0000 (12:20 +0000)]
update.

25 years ago(entity formatting): Fix typo in description of
morioka [Sun, 18 Oct 1998 12:14:44 +0000 (12:14 +0000)]
(entity formatting): Fix typo in description of
`default-mime-charset'.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 12:09:45 +0000 (12:09 +0000)]
update.

25 years ago(Header encoder/decoder): Modify description of `eword-decode-header'.
morioka [Sun, 18 Oct 1998 12:09:04 +0000 (12:09 +0000)]
(Header encoder/decoder): Modify description of `eword-decode-header'.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 12:01:24 +0000 (12:01 +0000)]
update.

25 years ago(Header encoder/decoder): fix typo.
morioka [Sun, 18 Oct 1998 11:56:38 +0000 (11:56 +0000)]
(Header encoder/decoder): fix typo.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 11:49:59 +0000 (11:49 +0000)]
update.

25 years ago(encoder/decoder): Translate description of `mime-decode-string'.
morioka [Sun, 18 Oct 1998 11:49:13 +0000 (11:49 +0000)]
(encoder/decoder): Translate description of `mime-decode-string'.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 11:05:04 +0000 (11:05 +0000)]
update.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 10:59:09 +0000 (10:59 +0000)]
update.

25 years ago(Content-Disposition parser): Modify description.
morioka [Sun, 18 Oct 1998 10:56:49 +0000 (10:56 +0000)]
(Content-Disposition parser): Modify description.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 10:46:56 +0000 (10:46 +0000)]
update.

25 years ago(Content-Type parser): Modify description.
morioka [Sun, 18 Oct 1998 10:45:36 +0000 (10:45 +0000)]
(Content-Type parser): Modify description.

25 years agoupdate.
morioka [Sun, 18 Oct 1998 10:37:03 +0000 (10:37 +0000)]
update.

25 years ago(Content-Transfer-Encoding parser): Translate.
morioka [Sun, 18 Oct 1998 10:36:17 +0000 (10:36 +0000)]
(Content-Transfer-Encoding parser): Translate.