elisp/flim.git
26 years ago* Sync up with flim-1_0_1 to flim-1_1_0. flam-1_1_0
akr [Wed, 6 May 1998 03:15:48 +0000 (03:15 +0000)]
* Sync up with flim-1_0_1 to flim-1_1_0.

26 years agoThis commit was manufactured by cvs2svn to create branch 'flam'.
tomo [Wed, 6 May 1998 02:30:27 +0000 (02:30 +0000)]
This commit was manufactured by cvs2svn to create branch 'flam'.

26 years ago(mailcap-format-command): New function.
morioka [Wed, 6 May 1998 02:30:26 +0000 (02:30 +0000)]
(mailcap-format-command): New function.

26 years ago(mime-spadework-module-version-string): Update.
morioka [Wed, 6 May 1998 02:28:32 +0000 (02:28 +0000)]
(mime-spadework-module-version-string): Update.

26 years ago(mailcap-look-at-mtext): Don't strip quoted character again.
morioka [Wed, 6 May 1998 01:50:35 +0000 (01:50 +0000)]
(mailcap-look-at-mtext): Don't strip quoted character again.

26 years agoupdate. flim-1_1_0
morioka [Tue, 5 May 1998 09:13:35 +0000 (09:13 +0000)]
update.

26 years agoupdate.
morioka [Mon, 4 May 1998 21:18:07 +0000 (21:18 +0000)]
update.

26 years ago(quoted-printable-hex-chars): New constant.
morioka [Mon, 4 May 1998 21:17:14 +0000 (21:17 +0000)]
(quoted-printable-hex-chars): New constant.
(quoted-printable-octet-regexp): New constant.

26 years agoMove definition of constant 'quoted-printable-hex-chars and
morioka [Mon, 4 May 1998 21:16:19 +0000 (21:16 +0000)]
Move definition of constant 'quoted-printable-hex-chars and
'quoted-printable-octet-regexp to mime-def.el.

26 years agoupdate.
morioka [Sun, 3 May 1998 15:47:23 +0000 (15:47 +0000)]
update.

26 years ago(mailcap-look-at-mtext): Strip quoted character.
morioka [Sun, 3 May 1998 15:45:44 +0000 (15:45 +0000)]
(mailcap-look-at-mtext): Strip quoted character.

26 years agoupdate.
morioka [Sun, 3 May 1998 15:13:11 +0000 (15:13 +0000)]
update.

26 years ago(mailcap-look-at-mtext): Fix typo.
morioka [Sun, 3 May 1998 15:12:38 +0000 (15:12 +0000)]
(mailcap-look-at-mtext): Fix typo.

26 years agoupdate.
morioka [Sun, 3 May 1998 14:12:57 +0000 (14:12 +0000)]
update.

26 years ago(flim-modules): Add mailcap.
morioka [Sun, 3 May 1998 14:12:16 +0000 (14:12 +0000)]
(flim-modules): Add mailcap.

26 years agoNew file (copied from SEMI).
morioka [Sun, 3 May 1998 14:10:15 +0000 (14:10 +0000)]
New file (copied from SEMI).

26 years agoupdate.
morioka [Sun, 3 May 1998 14:08:27 +0000 (14:08 +0000)]
update.

26 years ago* eword-decode.el (eword-decode-string): Fix arguments order to calling
akr [Sat, 25 Apr 1998 09:16:17 +0000 (09:16 +0000)]
* eword-decode.el (eword-decode-string): Fix arguments order to calling
`eword-decode-unstructured'.
(eword-decode-region): Fix arguments order to calling
`eword-decode-unstructured'.

26 years ago* eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
akr [Sat, 25 Apr 1998 07:29:29 +0000 (07:29 +0000)]
* eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
(eword-decode-first-encoded-words): Update DOC-string.
(eword-decode-unstructured): Argument `code-conversion' is now required.
(eword-decode-comment): Argument `code-conversion' is now required.
(eword-decode-quoted-string): Argument `code-conversion' is now
required.
(eword-decode-string): Update DOC-string. Reorder arguments to calling
`eword-decode-unstructured'.
(eword-decode-region): Update DOC-string. Reorder arguments to calling
`eword-decode-unstructured'.
(eword-analyze-quoted-string): Add `default-mime-charset' argument to
calling eword-decode-quoted-string.
(eword-analyze-comment): Add `default-mime-charset' argument to
calling eword-decode-comment.

26 years ago* eword-decode.el (eword-decode-entire-string): Delete argument
akr [Sat, 25 Apr 1998 01:01:58 +0000 (01:01 +0000)]
* eword-decode.el (eword-decode-entire-string): Delete argument
`default-charset'. Add argument `code-conversion'.
(eword-decode-unstructured): Add argument `code-conversion'.
(eword-decode-comment): Add argument `code-conversion'.
(eword-decode-quoted-string): Add argument `code-conversion'.
(eword-decode-string): Propagate `code-conversion' to
`eword-decode-unstructured'.
(eword-decode-region): Propagate `code-conversion' to
`eword-decode-unstructured'.

26 years agoSync up with main trunc.
akr [Thu, 23 Apr 1998 23:32:31 +0000 (23:32 +0000)]
Sync up with main trunc.

26 years ago* eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
akr [Thu, 23 Apr 1998 17:04:57 +0000 (17:04 +0000)]
* eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
(eword-encoded-word-suffix-regexp): New constant.
(eword-encoded-text-in-unstructured-regexp): New constant.
(eword-encoded-word-in-unstructured-regexp): New constant.
(eword-after-encoded-word-in-unstructured-regexp): New constant.
(eword-decode-entire-string): New function.
(eword-decode-unstructured): Use `eword-decode-entire-string'.
(eword-decode-comment): Use `eword-decode-entire-string'.
(eword-decode-quoted-string): Use `eword-decode-entire-string'.
(eword-decode-string): Add optional argument `default-mime-charset'.
(eword-decode-region): Add optional argument `default-mime-charset'.
(eword-decode-header): Refine `code-conversion' treatment.

26 years agoupdate.
shuhei-k [Thu, 23 Apr 1998 11:56:15 +0000 (11:56 +0000)]
update.

26 years ago(eword-decode-ignored-field-list): Add `received'.
shuhei-k [Thu, 23 Apr 1998 11:55:51 +0000 (11:55 +0000)]
(eword-decode-ignored-field-list): Add `received'.

26 years ago(mime-temp-directory): Use TMPDIR, TMP, or TEMP environment variables.
shuhei-k [Thu, 23 Apr 1998 11:54:26 +0000 (11:54 +0000)]
(mime-temp-directory): Use TMPDIR, TMP, or TEMP environment variables.

26 years ago* eword-decode.el (eword-decode-header): code-conversion is now
akr [Wed, 22 Apr 1998 03:20:53 +0000 (03:20 +0000)]
* eword-decode.el (eword-decode-header): code-conversion is now
effective again.

26 years agoadd VERSION.FLAM.
akr [Tue, 21 Apr 1998 19:49:58 +0000 (19:49 +0000)]
add VERSION.FLAM.

26 years agoupdate.
morioka [Tue, 21 Apr 1998 19:23:27 +0000 (19:23 +0000)]
update.

26 years ago(eword-decode-quoted-encoded-word): Use 'defcustom.
morioka [Tue, 21 Apr 1998 19:23:26 +0000 (19:23 +0000)]
(eword-decode-quoted-encoded-word): Use 'defcustom.

26 years agoModify header.
morioka [Tue, 21 Apr 1998 19:23:25 +0000 (19:23 +0000)]
Modify header.

26 years agoupdate.
morioka [Tue, 21 Apr 1998 19:23:24 +0000 (19:23 +0000)]
update.

26 years ago(eword-decode-sticked-encoded-word): Use 'defcustom.
morioka [Tue, 21 Apr 1998 19:23:23 +0000 (19:23 +0000)]
(eword-decode-sticked-encoded-word): Use 'defcustom.

26 years agoModify header.
morioka [Tue, 21 Apr 1998 19:23:22 +0000 (19:23 +0000)]
Modify header.

26 years agocreate FLAM branch.
akr [Tue, 21 Apr 1998 19:23:21 +0000 (19:23 +0000)]
create FLAM branch.

26 years ago(mime-spadework-module-version-string): Update.
morioka [Tue, 21 Apr 1998 12:19:38 +0000 (12:19 +0000)]
(mime-spadework-module-version-string): Update.

26 years agoThis commit was manufactured by cvs2svn to create branch 'flam'.
tomo [Fri, 17 Apr 1998 08:12:12 +0000 (08:12 +0000)]
This commit was manufactured by cvs2svn to create branch 'flam'.

26 years agoupdate. flim-1_0_1
morioka [Fri, 17 Apr 1998 08:12:10 +0000 (08:12 +0000)]
update.

26 years agoupdate.
morioka [Fri, 17 Apr 1998 02:51:07 +0000 (02:51 +0000)]
update.

26 years ago(mime-spadework-module-version-string): New constant; abolish constant
morioka [Fri, 17 Apr 1998 02:49:18 +0000 (02:49 +0000)]
(mime-spadework-module-version-string): New constant; abolish constant
'mime-spadework-module-version.

26 years ago(mime-spadework-module-version): New constant.
morioka [Fri, 17 Apr 1998 02:38:06 +0000 (02:38 +0000)]
(mime-spadework-module-version): New constant.

26 years agoAbolish constant 'eword-encode-version.
morioka [Fri, 17 Apr 1998 02:29:23 +0000 (02:29 +0000)]
Abolish constant 'eword-encode-version.

26 years agoAbolish constant 'eword-decode-version.
morioka [Fri, 17 Apr 1998 02:28:49 +0000 (02:28 +0000)]
Abolish constant 'eword-decode-version.

26 years agoupdate.
morioka [Fri, 17 Apr 1998 02:27:58 +0000 (02:27 +0000)]
update.

26 years ago(eword-encode-divide-into-charset-words): Use 'char-length or
morioka [Fri, 17 Apr 1998 02:27:33 +0000 (02:27 +0000)]
(eword-encode-divide-into-charset-words): Use 'char-length or
'char-next-index instead of 'char-bytes.
(tm-eword::encode-string-1): Use 'char-next-index instead of
'char-bytes.

26 years ago(mel-version): Update.
morioka [Fri, 17 Apr 1998 02:09:44 +0000 (02:09 +0000)]
(mel-version): Update.

26 years agoupdate.
morioka [Fri, 17 Apr 1998 02:08:41 +0000 (02:08 +0000)]
update.

26 years ago(base64-dl-module): Must check base64.so actually exists.
morioka [Fri, 17 Apr 1998 02:07:47 +0000 (02:07 +0000)]
(base64-dl-module): Must check base64.so actually exists.

26 years agoupdate. flim-1_0_0
morioka [Mon, 13 Apr 1998 14:57:14 +0000 (14:57 +0000)]
update.

26 years agoModify for FLIM.
morioka [Mon, 13 Apr 1998 14:40:32 +0000 (14:40 +0000)]
Modify for FLIM.

26 years agoupdate.
morioka [Mon, 13 Apr 1998 13:38:15 +0000 (13:38 +0000)]
update.

26 years agoModify for FLIM.
morioka [Mon, 13 Apr 1998 13:22:42 +0000 (13:22 +0000)]
Modify for FLIM.

26 years agoModify for FLIM.
morioka [Mon, 13 Apr 1998 13:22:20 +0000 (13:22 +0000)]
Modify for FLIM.

26 years agoNew file.
morioka [Mon, 13 Apr 1998 13:13:19 +0000 (13:13 +0000)]
New file.

26 years agoNew files.
morioka [Mon, 13 Apr 1998 13:08:14 +0000 (13:08 +0000)]
New files.

26 years agoModify for FLIM.
morioka [Mon, 13 Apr 1998 13:07:32 +0000 (13:07 +0000)]
Modify for FLIM.

26 years agoNew file.
morioka [Fri, 10 Apr 1998 15:17:02 +0000 (15:17 +0000)]
New file.

26 years agoCopied from MEL, SEMI (mime-def.el eword-decode.el eword-encode.el)
morioka [Fri, 10 Apr 1998 14:55:56 +0000 (14:55 +0000)]
Copied from MEL, SEMI (mime-def.el eword-decode.el eword-encode.el)
and APEL (std11-parse.el std11.el).

26 years agoDelete country.
morioka [Mon, 23 Mar 1998 01:15:55 +0000 (01:15 +0000)]
Delete country.

26 years agodelete mirrors. mel-7_3
morioka [Mon, 23 Mar 1998 01:10:40 +0000 (01:10 +0000)]
delete mirrors.

26 years agoDelete version check code.
morioka [Sat, 21 Mar 1998 18:26:44 +0000 (18:26 +0000)]
Delete version check code.

26 years ago(mel-version): update.
morioka [Sat, 21 Mar 1998 18:21:58 +0000 (18:21 +0000)]
(mel-version): update.

26 years ago(mime-file-encoding-method-alist): Use
morioka [Sat, 21 Mar 1998 18:20:44 +0000 (18:20 +0000)]
(mime-file-encoding-method-alist): Use
`insert-file-contents-as-binary' instead of
`insert-binary-file-contents'.

26 years agoModify URL. mel-7_2
morioka [Fri, 13 Mar 1998 08:51:46 +0000 (08:51 +0000)]
Modify URL.

26 years ago- Require emu.
morioka [Fri, 13 Mar 1998 08:42:30 +0000 (08:42 +0000)]
- Require emu.
- Add code to check latest APEL.

26 years ago(mime-write-decoded-region): fixed.
morioka [Wed, 11 Mar 1998 17:24:49 +0000 (17:24 +0000)]
(mime-write-decoded-region): fixed.

26 years agoAdd autoload setting for `*-write-decoded-region'.
morioka [Wed, 11 Mar 1998 16:57:35 +0000 (16:57 +0000)]
Add autoload setting for `*-write-decoded-region'.

26 years ago(mime-file-decoding-method-alist): New variable.
morioka [Wed, 11 Mar 1998 16:51:15 +0000 (16:51 +0000)]
(mime-file-decoding-method-alist): New variable.
(mime-write-decoded-region): New function.

26 years ago(gzip64-write-decoded-region): New function.
morioka [Wed, 11 Mar 1998 16:48:35 +0000 (16:48 +0000)]
(gzip64-write-decoded-region): New function.

26 years ago(uuencode-external-decode-region): fixed.
morioka [Wed, 11 Mar 1998 16:30:41 +0000 (16:30 +0000)]
(uuencode-external-decode-region): fixed.

26 years ago(uuencode-write-decoded-region): New function.
morioka [Wed, 11 Mar 1998 16:28:07 +0000 (16:28 +0000)]
(uuencode-write-decoded-region): New function.

26 years ago(quoted-printable-external-decoder-option-to-specify-file): New
morioka [Wed, 11 Mar 1998 15:51:30 +0000 (15:51 +0000)]
(quoted-printable-external-decoder-option-to-specify-file): New
variable.
(quoted-printable-write-decoded-region): New function.

26 years ago(base64-external-decoder-option-to-specify-file): New variable.
morioka [Wed, 11 Mar 1998 15:43:20 +0000 (15:43 +0000)]
(base64-external-decoder-option-to-specify-file): New variable.
(base64-write-decoded-region): New function.

26 years ago(base64-external-decoder-option-to-specify-file): Modify DOC-string.
morioka [Wed, 11 Mar 1998 15:41:39 +0000 (15:41 +0000)]
(base64-external-decoder-option-to-specify-file): Modify DOC-string.

26 years agoModify header.
morioka [Wed, 11 Mar 1998 15:39:29 +0000 (15:39 +0000)]
Modify header.

26 years ago(base64-external-decoder): New variable.
morioka [Wed, 11 Mar 1998 15:38:51 +0000 (15:38 +0000)]
(base64-external-decoder): New variable.
(base64-external-decoder-option-to-specify-file): New variable.
(base64-write-decoded-region): New function.

26 years ago(mime-file-encoding-method-alist): Use `insert-binary-file-contents'
morioka [Wed, 11 Mar 1998 14:23:13 +0000 (14:23 +0000)]
(mime-file-encoding-method-alist): Use `insert-binary-file-contents'
instead of `insert-binary-file-contents-literally'.

26 years ago(Bug reports): Modify description of tm mailing list.
shuhei-k [Sun, 8 Mar 1998 22:44:00 +0000 (22:44 +0000)]
(Bug reports): Modify description of tm mailing list.

26 years agoModify for mel-dl.el.
morioka [Sun, 11 Jan 1998 17:47:18 +0000 (17:47 +0000)]
Modify for mel-dl.el.

26 years ago(mel-version): New constant.
morioka [Sun, 11 Jan 1998 17:34:22 +0000 (17:34 +0000)]
(mel-version): New constant.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r52, which
morioka [Sun, 11 Jan 1998 17:27:19 +0000 (17:27 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52, which
included commits to RCS files with non-trunk default branches.

26 years agoMEL 7.2 (not released yet). morioka mel-7_2-current
morioka [Sun, 11 Jan 1998 17:27:19 +0000 (17:27 +0000)]
MEL 7.2 (not released yet).

26 years agoThis commit was generated by cvs2svn to compensate for changes in r49, which
morioka [Sun, 11 Jan 1998 17:25:39 +0000 (17:25 +0000)]
This commit was generated by cvs2svn to compensate for changes in r49, which
included commits to RCS files with non-trunk default branches.

26 years agoMEL 7.1 (not released). mel-7_1-current
morioka [Sun, 11 Jan 1998 17:25:39 +0000 (17:25 +0000)]
MEL 7.1 (not released).

26 years agoThis commit was generated by cvs2svn to compensate for changes in r46, which
morioka [Sun, 11 Jan 1998 17:23:13 +0000 (17:23 +0000)]
This commit was generated by cvs2svn to compensate for changes in r46, which
included commits to RCS files with non-trunk default branches.

26 years agoMEL 6.11.
morioka [Sun, 11 Jan 1998 17:23:13 +0000 (17:23 +0000)]
MEL 6.11.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r43, which
morioka [Sun, 11 Jan 1998 17:22:45 +0000 (17:22 +0000)]
This commit was generated by cvs2svn to compensate for changes in r43, which
included commits to RCS files with non-trunk default branches.

26 years agoMEL 6.10.1.
morioka [Sun, 11 Jan 1998 17:22:45 +0000 (17:22 +0000)]
MEL 6.10.1.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r40, which
morioka [Sun, 11 Jan 1998 17:22:12 +0000 (17:22 +0000)]
This commit was generated by cvs2svn to compensate for changes in r40, which
included commits to RCS files with non-trunk default branches.

26 years agoMEL 6.10.
morioka [Sun, 11 Jan 1998 17:22:12 +0000 (17:22 +0000)]
MEL 6.10.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r36, which
morioka [Sun, 11 Jan 1998 17:21:05 +0000 (17:21 +0000)]
This commit was generated by cvs2svn to compensate for changes in r36, which
included commits to RCS files with non-trunk default branches.

26 years agoMEL 6.9. mel-6_9 mel-6_9_1
morioka [Sun, 11 Jan 1998 17:21:05 +0000 (17:21 +0000)]
MEL 6.9.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r33, which
morioka [Sun, 11 Jan 1998 17:19:55 +0000 (17:19 +0000)]
This commit was generated by cvs2svn to compensate for changes in r33, which
included commits to RCS files with non-trunk default branches.

26 years agomel of MEL 3.5. mel-3_5
morioka [Sun, 11 Jan 1998 17:19:55 +0000 (17:19 +0000)]
mel of MEL 3.5.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30, which
morioka [Sun, 11 Jan 1998 17:18:50 +0000 (17:18 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30, which
included commits to RCS files with non-trunk default branches.

26 years agomel of MEL 3.3. mel-3_3
morioka [Sun, 11 Jan 1998 17:18:50 +0000 (17:18 +0000)]
mel of MEL 3.3.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r27, which
morioka [Sun, 11 Jan 1998 17:13:50 +0000 (17:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r27, which
included commits to RCS files with non-trunk default branches.

26 years agomel of MEL 3.2. mel-3_2
morioka [Sun, 11 Jan 1998 17:13:50 +0000 (17:13 +0000)]
mel of MEL 3.2.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r24, which
morioka [Sun, 11 Jan 1998 17:08:16 +0000 (17:08 +0000)]
This commit was generated by cvs2svn to compensate for changes in r24, which
included commits to RCS files with non-trunk default branches.

26 years agomel of MEL 3.1. mel-3_1
morioka [Sun, 11 Jan 1998 17:08:16 +0000 (17:08 +0000)]
mel of MEL 3.1.

26 years agoThis commit was generated by cvs2svn to compensate for changes in r21, which
morioka [Sun, 11 Jan 1998 17:05:44 +0000 (17:05 +0000)]
This commit was generated by cvs2svn to compensate for changes in r21, which
included commits to RCS files with non-trunk default branches.