elisp/flim.git
25 years agorelease. flim-1_12-199901211900 flim-1_12_2
morioka [Thu, 21 Jan 1999 16:19:10 +0000 (16:19 +0000)]
release.

25 years agoupdate. flim-1_12-199901161900
morioka [Sat, 16 Jan 1999 17:30:49 +0000 (17:30 +0000)]
update.

25 years ago(mime-lexical-analyzer): New user option.
morioka [Sat, 16 Jan 1999 17:28:59 +0000 (17:28 +0000)]
(mime-lexical-analyzer): New user option.
(mime-analyze-tspecial): New function.
(mime-analyze-token): New function.
(mime-parse-Content-Transfer-Encoding): Use `std11-lexical-analyze'
with `mime-lexical-analyzer'.

25 years ago(mime-tspecial-char-list): Renamed from `mime-tspecials'; changed from
morioka [Sat, 16 Jan 1999 17:18:40 +0000 (17:18 +0000)]
(mime-tspecial-char-list): Renamed from `mime-tspecials'; changed from
string to list.
(mime-token-regexp): Use `eval-when-compile'.

25 years agoupdate.
morioka [Sat, 16 Jan 1999 16:33:52 +0000 (16:33 +0000)]
update.

25 years ago(eword-lexical-analyzer): Fix DOC-string.
morioka [Sat, 16 Jan 1999 16:30:48 +0000 (16:30 +0000)]
(eword-lexical-analyzer): Fix DOC-string.
(eword-analyze-comment): Renamed from `eword-parse-comment'; change
second argument `from' to required argument; abolish alias
`eword-analyze-comment' of `eword-parse-comment'.

25 years agoupdate.
morioka [Sat, 16 Jan 1999 15:06:40 +0000 (15:06 +0000)]
update.

25 years ago(User option `eword-lexical-analyzers' -> `eword-lexical-analyzer'):
morioka [Sat, 16 Jan 1999 15:05:33 +0000 (15:05 +0000)]
(User option `eword-lexical-analyzers' -> `eword-lexical-analyzer'):
New subsection.

25 years ago(eword-lexical-analyzer): Renamed from user option
morioka [Sat, 16 Jan 1999 14:59:59 +0000 (14:59 +0000)]
(eword-lexical-analyzer): Renamed from user option
`eword-lexical-analyzers'.

25 years agoupdate.
morioka [Sat, 16 Jan 1999 14:44:19 +0000 (14:44 +0000)]
update.

25 years ago(New user option `std11-lexical-analyzer'): New subsection.
morioka [Sat, 16 Jan 1999 14:43:17 +0000 (14:43 +0000)]
(New user option `std11-lexical-analyzer'): New subsection.

25 years ago(std11-lexical-analyzer): Renamed from user option
morioka [Sat, 16 Jan 1999 14:31:10 +0000 (14:31 +0000)]
(std11-lexical-analyzer): Renamed from user option
`std11-lexical-analyzers'.

25 years agoupdate.
morioka [Sat, 16 Jan 1999 14:07:39 +0000 (14:07 +0000)]
update.

25 years ago(std11-lexical-analyze): Change interface to add new optional argument
morioka [Sat, 16 Jan 1999 14:06:36 +0000 (14:06 +0000)]
(std11-lexical-analyze): Change interface to add new optional argument
`analyzers'.

25 years agoupdate.
morioka [Sat, 16 Jan 1999 12:59:37 +0000 (12:59 +0000)]
update.

25 years ago(std11-lexical-analyzers): New user option.
morioka [Sat, 16 Jan 1999 12:56:37 +0000 (12:56 +0000)]
(std11-lexical-analyzers): New user option.
(std11-lexical-analyze): New implementation; refer
`std11-lexical-analyzers'.

25 years agoupdate.
morioka [Sat, 16 Jan 1999 11:07:35 +0000 (11:07 +0000)]
update.

25 years agoUpdate year of Copyright in header.
morioka [Sat, 16 Jan 1999 11:07:20 +0000 (11:07 +0000)]
Update year of Copyright in header.

25 years ago(Change interface of lexical-analyzers): New subsection.
morioka [Sat, 16 Jan 1999 11:06:21 +0000 (11:06 +0000)]
(Change interface of lexical-analyzers): New subsection.

25 years agoupdate.
morioka [Sat, 16 Jan 1999 10:53:37 +0000 (10:53 +0000)]
update.

25 years ago(eword-encoded-word-regexp): Must define when this module is compiled.
morioka [Sat, 16 Jan 1999 10:49:34 +0000 (10:49 +0000)]
(eword-encoded-word-regexp): Must define when this module is compiled.
(eword-decode-structured-field-body): Add new optional argument
`start'.
(eword-decode-and-unfold-structured-field-body): Likewise.
(eword-decode-and-fold-structured-field-body): Likewise.
(eword-analyze-quoted-string): Add new argument `start'; return
(<parsed result> . <end position>) instead of (<parsed result> . <rest
string>).  (std11-analyze-domain-literal): Likewise.
(eword-analyze-domain-literal): Likewise.
(eword-analyze-comment): Changed to alias of `eword-parse-comment'.
(eword-analyze-spaces): Add new argument `start'; return (<parsed
result> . <end position>) instead of (<parsed result> . <rest
string>).  (std11-analyze-domain-literal): Likewise.
(eword-analyze-special): Likewise.
(eword-analyze-encoded-word): Likewise.
(eword-analyze-atom): Likewise.
(eword-lexical-analyze-internal): Add new argument `start'.
(eword-lexical-analyze): Change interface to add new optional argument
`start'.
(eword-extract-address-components): Add new optional argument `start'.

25 years ago(std11-atom-regexp): Modify to match non-top atom.
morioka [Sat, 16 Jan 1999 10:39:09 +0000 (10:39 +0000)]
(std11-atom-regexp): Modify to match non-top atom.
(std11-analyze-spaces): Add new argument `start'; return (<parsed
result> . <end position>) instead of (<parsed result> . <rest
string>).
(std11-analyze-special): Likewise.
(std11-analyze-atom): Likewise.
(std11-analyze-quoted-string): Likewise.
(std11-analyze-domain-literal): Likewise.
(std11-analyze-comment): Likewise.
(std11-lexical-analyze): Add new optional argument `start'.

25 years agoupdate.
morioka [Fri, 15 Jan 1999 19:25:44 +0000 (19:25 +0000)]
update.

25 years ago(std11-fetch-field): Add autoload cookie. flim-1_12-199901151900
morioka [Fri, 15 Jan 1999 18:02:02 +0000 (18:02 +0000)]
(std11-fetch-field): Add autoload cookie.
(std11-narrow-to-header): Likewise.
(std11-field-body): Likewise.
(std11-unfold-string): Likewise.
(std11-lexical-analyze): Add DOC-string; add autoload cookie.

25 years ago(std11-space-char-list): Renamed from `std11-space-chars'; changed
morioka [Fri, 15 Jan 1999 17:29:30 +0000 (17:29 +0000)]
(std11-space-char-list): Renamed from `std11-space-chars'; changed
from string to list.

25 years agorearrangement.
morioka [Fri, 15 Jan 1999 16:37:30 +0000 (16:37 +0000)]
rearrangement.

25 years agoupdate.
morioka [Fri, 15 Jan 1999 16:09:14 +0000 (16:09 +0000)]
update.

25 years ago(std11-fetch-field): Don't define as inline function.
morioka [Fri, 15 Jan 1999 16:08:03 +0000 (16:08 +0000)]
(std11-fetch-field): Don't define as inline function.
(std11-field-body): Enclose `std11-narrow-to-header' and
`std11-fetch-field' by `inline'.

25 years agoupdate.
morioka [Fri, 15 Jan 1999 14:51:04 +0000 (14:51 +0000)]
update.

25 years ago(std11-special-char-list): Evaluate when it is compiled.
morioka [Fri, 15 Jan 1999 14:49:53 +0000 (14:49 +0000)]
(std11-special-char-list): Evaluate when it is compiled.
(std11-atom-regexp): Use `eval-when-compile'.

25 years agoupdate.
morioka [Fri, 15 Jan 1999 14:07:13 +0000 (14:07 +0000)]
update.

25 years ago(std11-space-chars): Must evaluate when it is compiled.
morioka [Fri, 15 Jan 1999 14:01:15 +0000 (14:01 +0000)]
(std11-space-chars): Must evaluate when it is compiled.
(std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
constant `std11-spaces-regexp'.

25 years ago(mime-disposition-type-regexp): Must evaluate when it is compiled.
morioka [Fri, 15 Jan 1999 13:55:21 +0000 (13:55 +0000)]
(mime-disposition-type-regexp): Must evaluate when it is compiled.

25 years agoupdate.
morioka [Fri, 15 Jan 1999 12:01:38 +0000 (12:01 +0000)]
update.

25 years agoDon't require emu.
morioka [Fri, 15 Jan 1999 11:59:02 +0000 (11:59 +0000)]
Don't require emu.

25 years ago(mime-parse-Content-Disposition): Use `eval-when-compile'.
morioka [Fri, 15 Jan 1999 11:58:30 +0000 (11:58 +0000)]
(mime-parse-Content-Disposition): Use `eval-when-compile'.

25 years ago(mime-parse-Content-Transfer-Encoding): New implementation.
morioka [Fri, 15 Jan 1999 11:52:43 +0000 (11:52 +0000)]
(mime-parse-Content-Transfer-Encoding): New implementation.

25 years ago(mime-library-product): update. flim-1_12-199812281900
morioka [Mon, 28 Dec 1998 07:21:00 +0000 (07:21 +0000)]
(mime-library-product): update.

25 years agoupdate.
morioka [Mon, 28 Dec 1998 07:20:37 +0000 (07:20 +0000)]
update.

25 years ago* README.en (Installation): Modify for APEL 9.12.
yamaoka [Mon, 28 Dec 1998 07:15:53 +0000 (07:15 +0000)]
* README.en (Installation): Modify for APEL 9.12.
* README.ja (Installation): Likewise.

25 years agoUpdate. flim-1_12-199812221900
yamaoka [Tue, 22 Dec 1998 08:19:01 +0000 (08:19 +0000)]
Update.

25 years agoUpdate.
yamaoka [Tue, 22 Dec 1998 00:59:09 +0000 (00:59 +0000)]
Update.

25 years ago* mel-b-ccl.el (base64-ccl-insert-encoded-file): Call flim-1_12-199812141900
yamaoka [Mon, 14 Dec 1998 07:23:20 +0000 (07:23 +0000)]
* mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
`insert-file-contents-as-coding-system' with CODING-SYSTEM as the 1st arg.
* mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise.

* mel-b-ccl.el (base64-ccl-write-decoded-region): Call
`write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
* mel-q-ccl.el (quoted-printable-ccl-write-decoded-region): Likewise.

25 years ago* mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
yamaoka [Mon, 14 Dec 1998 02:41:11 +0000 (02:41 +0000)]
* mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
`insert-file-contents-as-coding-system' (renamed from
`insert-file-contents-as-specified-coding-system').
* mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise.

* mel-b-ccl.el (base64-ccl-write-decoded-region): Use
`write-region-as-coding-system' (renamed from
`write-region-as-specified-coding-system').
* mel-q-ccl.el (quoted-printable-ccl-write-decoded-region): Likewise.

25 years ago* smtp.el (smtp-coding-system): Abolished. flim-1_12-199812081900
yamaoka [Tue, 8 Dec 1998 10:10:34 +0000 (10:10 +0000)]
* smtp.el (smtp-coding-system): Abolished.
(smtp-via-smtp): Use `open-network-stream-as-binary' instead of
`open-network-stream'.

25 years ago* mel-b-ccl.el (base64-ccl-insert-encoded-file): Use flim-1_12-199812041900
yamaoka [Fri, 4 Dec 1998 05:56:36 +0000 (05:56 +0000)]
* mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
`insert-file-contents-as-specified-coding-system' instead of
`insert-file-contents'.
* mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file): Likewise.

* mel-b-ccl.el (base64-ccl-write-decoded-region): Use
`write-region-as-specified-coding-system' instead of `write-region'.
* mel-q-ccl.el (quoted-printable-ccl-write-decoded-region): Likewise.

25 years agoupdate. flim-1_12-199812021900 flim-1_12_1
morioka [Wed, 2 Dec 1998 12:54:02 +0000 (12:54 +0000)]
update.

25 years ago(tar): Use `tr' instead of `sed'; use $(API) to generate ftp file.
morioka [Wed, 2 Dec 1998 12:50:26 +0000 (12:50 +0000)]
(tar): Use `tr' instead of `sed'; use $(API) to generate ftp file.
(release): Modify for new directory in ftp.jaist.ac.jp.

25 years agoModify for new directory in ftp.jaist.ac.jp.
morioka [Wed, 2 Dec 1998 12:48:16 +0000 (12:48 +0000)]
Modify for new directory in ftp.jaist.ac.jp.

25 years agoModify header. flim-1_12-199811302358
morioka [Mon, 30 Nov 1998 19:44:22 +0000 (19:44 +0000)]
Modify header.

25 years agoupdate.
morioka [Mon, 30 Nov 1998 19:36:24 +0000 (19:36 +0000)]
update.

25 years agoModify header.
morioka [Mon, 30 Nov 1998 19:32:00 +0000 (19:32 +0000)]
Modify header.

25 years ago(smtpmail-send-it): Add autoload cookie; use `smtpmail-do-bcc' instead
morioka [Mon, 30 Nov 1998 19:28:03 +0000 (19:28 +0000)]
(smtpmail-send-it): Add autoload cookie; use `smtpmail-do-bcc' instead
of `smtp-do-bcc'; modify for interface change of `smtp-via-smtp'.
(smtpmail-do-bcc): New function (moved and renamed from `smtp-do-bcc'
of smtp.el).

25 years agoCopied from Shoe-gnus 6.8.11.
morioka [Mon, 30 Nov 1998 19:17:47 +0000 (19:17 +0000)]
Copied from Shoe-gnus 6.8.11.

25 years agoAdd smtp.el and smtpmail.el (copied from Semi-gnus 6.8).
morioka [Mon, 30 Nov 1998 19:12:53 +0000 (19:12 +0000)]
Add smtp.el and smtpmail.el (copied from Semi-gnus 6.8).

25 years agoupdate.
morioka [Mon, 30 Nov 1998 15:39:17 +0000 (15:39 +0000)]
update.

25 years agoAbolish function `eliminate-top-spaces' because it is not used in
morioka [Mon, 30 Nov 1998 15:26:19 +0000 (15:26 +0000)]
Abolish function `eliminate-top-spaces' because it is not used in
FLIM.

25 years agoFix typo.
keiichi [Mon, 30 Nov 1998 01:51:03 +0000 (01:51 +0000)]
Fix typo.

25 years agoupdate.
morioka [Sun, 29 Nov 1998 14:13:34 +0000 (14:13 +0000)]
update.

25 years ago(eword-encode-mailbox-to-rword-list): Fix problem in
morioka [Sun, 29 Nov 1998 14:12:41 +0000 (14:12 +0000)]
(eword-encode-mailbox-to-rword-list): Fix problem in
`eword-encode-addresses-to-rword-list'.

25 years agoupdate. chao-gnus-6_12_4-oomori
morioka [Thu, 26 Nov 1998 09:46:46 +0000 (09:46 +0000)]
update.

25 years ago(std11-full-name-string): fixed.
morioka [Thu, 26 Nov 1998 09:45:56 +0000 (09:45 +0000)]
(std11-full-name-string): fixed.

25 years agoupdate.
morioka [Thu, 26 Nov 1998 09:28:07 +0000 (09:28 +0000)]
update.

25 years ago(std11-comment-value-to-string): fixed.
morioka [Thu, 26 Nov 1998 09:27:28 +0000 (09:27 +0000)]
(std11-comment-value-to-string): fixed.

25 years agoupdate.
morioka [Wed, 25 Nov 1998 18:45:38 +0000 (18:45 +0000)]
update.

25 years ago(Changes in FLIM 1.12): New section.
morioka [Wed, 25 Nov 1998 18:44:42 +0000 (18:44 +0000)]
(Changes in FLIM 1.12): New section.

25 years ago(mime-library-product): update.
morioka [Wed, 25 Nov 1998 18:14:30 +0000 (18:14 +0000)]
(mime-library-product): update.

25 years agoupdate.
morioka [Wed, 25 Nov 1998 18:10:19 +0000 (18:10 +0000)]
update.

25 years ago(std11-comment-value-to-string): New function.
morioka [Wed, 25 Nov 1998 18:08:30 +0000 (18:08 +0000)]
(std11-comment-value-to-string): New function.
(std11-full-name-string): Use `std11-comment-value-to-string'.

25 years ago(eword-parse-comment): New function.
morioka [Wed, 25 Nov 1998 18:04:54 +0000 (18:04 +0000)]
(eword-parse-comment): New function.
(eword-analyze-comment): New implementation; use
`eword-parse-comment'; change representation.
(eword-decode-token): Modify for representation change of comment.

25 years agoupdate. flim-1_12_0
morioka [Mon, 16 Nov 1998 07:05:20 +0000 (07:05 +0000)]
update.

25 years ago* mel-b-ccl.el (ccl-cascading-read): Check consistency.
akr [Sat, 14 Nov 1998 13:08:26 +0000 (13:08 +0000)]
* mel-b-ccl.el (ccl-cascading-read): Check consistency.

25 years agoupdate.
morioka [Fri, 13 Nov 1998 07:44:45 +0000 (07:44 +0000)]
update.

25 years ago(eword-decode-structured-field-body): Abolish non-used local variable.
morioka [Fri, 13 Nov 1998 07:43:54 +0000 (07:43 +0000)]
(eword-decode-structured-field-body): Abolish non-used local variable.

25 years agoSync up with latest chao-1_12 from chao-1_12_2.
akr [Fri, 13 Nov 1998 07:33:31 +0000 (07:33 +0000)]
Sync up with latest chao-1_12 from chao-1_12_2.

25 years agoMerge chao-1_12_2.
morioka [Thu, 12 Nov 1998 05:59:17 +0000 (05:59 +0000)]
Merge chao-1_12_2.

25 years agoThis commit was manufactured by cvs2svn to create branch 'flim-1_12'.
tomo [Wed, 28 Oct 1998 17:00:17 +0000 (17:00 +0000)]
This commit was manufactured by cvs2svn to create branch 'flim-1_12'.

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.