elisp/flim.git
25 years agoupdate. flim-1_10 flim-1_10-199811302358 flim-1_10-last-snapshot- flim-1_10_5
morioka [Wed, 14 Oct 1998 02:05:54 +0000 (02:05 +0000)]
update.

25 years agoupdate.
morioka [Wed, 14 Oct 1998 01:57:32 +0000 (01:57 +0000)]
update.

25 years agoMust require poem.
morioka [Wed, 14 Oct 1998 01:56:15 +0000 (01:56 +0000)]
Must require poem.

25 years agoupdate. flim-1_10_4
morioka [Mon, 12 Oct 1998 13:12:34 +0000 (13:12 +0000)]
update.

25 years ago * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
yamaoka [Mon, 12 Oct 1998 09:32:19 +0000 (09:32 +0000)]
* README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
* Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
(elc): Likewise.
* FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
* FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.

25 years agoupdate.
morioka [Mon, 12 Oct 1998 07:57:51 +0000 (07:57 +0000)]
update.

25 years ago(mel-ccl-module): Require path-util when the running emacs has MULE.
morioka [Mon, 12 Oct 1998 07:56:44 +0000 (07:56 +0000)]
(mel-ccl-module): Require path-util when the running emacs has MULE.

25 years agoupdate.
morioka [Mon, 12 Oct 1998 06:00:07 +0000 (06:00 +0000)]
update.

25 years agoDon't require emu.
morioka [Mon, 12 Oct 1998 05:59:14 +0000 (05:59 +0000)]
Don't require emu.
Must require path-util.

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

25 years agoDon't install mel-ccl in anything older than XEmacs 21 with MULE.
morioka [Sun, 11 Oct 1998 07:46:52 +0000 (07:46 +0000)]
Don't install mel-ccl in anything older than XEmacs 21 with MULE.

25 years ago(release): fix. flim-1_10_3
morioka [Sat, 10 Oct 1998 05:07:50 +0000 (05:07 +0000)]
(release): fix.

25 years agoupdate.
morioka [Sat, 10 Oct 1998 05:06:08 +0000 (05:06 +0000)]
update.

25 years agoupdate.
morioka [Sat, 10 Oct 1998 02:16:13 +0000 (02:16 +0000)]
update.

25 years ago(base64-ccl-write-decoded-region): bind
morioka [Sat, 10 Oct 1998 02:14:16 +0000 (02:14 +0000)]
(base64-ccl-write-decoded-region): bind
`jka-compr-compression-info-list' with nil.

25 years ago(base64-internal-decoding-limit): Switch default value between
morioka [Sat, 10 Oct 1998 02:13:19 +0000 (02:13 +0000)]
(base64-internal-decoding-limit): Switch default value between
XEmacs-mule and other emacsen.
Abolish function `base64-decode-string!'.
(base64-internal-decode-region): New implementation.
(base64-insert-encoded-file): New function.
(mime-insert-encoded-file): Use `base64-insert-encoded-file'.
(base64-write-decoded-region): New function.
(mime-write-decoded-region): Use `base64-write-decoded-region'.

25 years ago(decode-base64-region): Renamed from `base64-decode-region'.
morioka [Sat, 10 Oct 1998 01:57:12 +0000 (01:57 +0000)]
(decode-base64-region): Renamed from `base64-decode-region'.
(mime-insert-encoded-file): Change temporary-buffer to unibyte
representation.
Abolish method `mime-write-decoded-region' because it is slower than
CCL based implementation.

25 years ago* mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
akr [Fri, 9 Oct 1998 10:45:28 +0000 (10:45 +0000)]
* mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
facility instead of `ccl-execute-eof-block-on-encoding-some'.

25 years agoupdate.
morioka [Fri, 9 Oct 1998 09:22:41 +0000 (09:22 +0000)]
update.

25 years ago(base64-characters): Enclose with `eval-and-compile'.
morioka [Fri, 9 Oct 1998 09:21:35 +0000 (09:21 +0000)]
(base64-characters): Enclose with `eval-and-compile'.

25 years ago(eword-encoded-text-regexp): Enclose with `eval-and-compile'.
morioka [Fri, 9 Oct 1998 09:20:33 +0000 (09:20 +0000)]
(eword-encoded-text-regexp): Enclose with `eval-and-compile'.
(eword-encoded-word-regexp): Use `eval-when-compile'.

25 years agoupdate.
morioka [Fri, 9 Oct 1998 09:02:18 +0000 (09:02 +0000)]
update.

25 years ago(eword-max-size-to-decode): New user option.
morioka [Fri, 9 Oct 1998 09:00:31 +0000 (09:00 +0000)]
(eword-max-size-to-decode): New user option.
(eword-decode-and-fold-structured-field): Do nothing if size of input
is bigger than `eword-max-size-to-decode'.

25 years ago(base64-numbers): Use `eval-when-compile'.
morioka [Thu, 8 Oct 1998 23:34:13 +0000 (23:34 +0000)]
(base64-numbers): Use `eval-when-compile'.

25 years ago * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
yamaoka [Thu, 8 Oct 1998 23:24:55 +0000 (23:24 +0000)]
* FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
"custom" to load-path.

25 years ago * mime-def.el (mime-library-product): Enclose with
yamaoka [Thu, 8 Oct 1998 22:48:55 +0000 (22:48 +0000)]
* mime-def.el (mime-library-product): Enclose with
`eval-and-compile'.
* FLIM-CFG: Add "custom" to load-path.

25 years agoupdate. flim-1_10_2
morioka [Thu, 8 Oct 1998 06:51:48 +0000 (06:51 +0000)]
update.

25 years agoupdate.
morioka [Thu, 8 Oct 1998 06:50:18 +0000 (06:50 +0000)]
update.

25 years agoMove variable `base64-dl-module' from mel-b-dl.el and mel.el to
morioka [Thu, 8 Oct 1998 06:48:36 +0000 (06:48 +0000)]
Move variable `base64-dl-module' from mel-b-dl.el and mel.el to
mime-def.el.

25 years agoupdate.
morioka [Thu, 8 Oct 1998 06:38:21 +0000 (06:38 +0000)]
update.

25 years ago(mel-ccl-module): New variable; use it to check mel-ccl is available.
morioka [Thu, 8 Oct 1998 06:36:39 +0000 (06:36 +0000)]
(mel-ccl-module): New variable; use it to check mel-ccl is available.

25 years agoDon't install mel-ccl for anything older than MULE 2.3.
morioka [Thu, 8 Oct 1998 06:33:58 +0000 (06:33 +0000)]
Don't install mel-ccl for anything older than MULE 2.3.

25 years agoupdate.
morioka [Thu, 8 Oct 1998 05:55:12 +0000 (05:55 +0000)]
update.

25 years agoUse `mel-define-backend' to define "x-uue".
morioka [Thu, 8 Oct 1998 05:50:53 +0000 (05:50 +0000)]
Use `mel-define-backend' to define "x-uue".
Define "x-uuencode" as a clone of "x-uue".

25 years agoMove `mel-encoding-module-alist' to mime-def.el.
morioka [Thu, 8 Oct 1998 05:48:19 +0000 (05:48 +0000)]
Move `mel-encoding-module-alist' to mime-def.el.
(mel-find-function): Use function `mel-find-function-from-obarray'.
Use `mel-define-backend' to define "7bit", "8bit" and "binary"; don't
define methods of "8bit" and "binary"; inherit methods from "7bit".

25 years ago(mel-service-list): New variable.
morioka [Thu, 8 Oct 1998 05:44:24 +0000 (05:44 +0000)]
(mel-service-list): New variable.
(mel-define-service): New implementation.
(mel-encoding-module-alist): New variable (moved from mel.el).
(mel-find-function-from-obarray): New inline function.
(mel-copy-method): New inline function.
(mel-copy-backend): New inline function.
(mel-define-backend): New macro.

25 years agoupdate.
morioka [Thu, 8 Oct 1998 01:43:39 +0000 (01:43 +0000)]
update.

25 years agoupdate.
morioka [Thu, 8 Oct 1998 01:37:36 +0000 (01:37 +0000)]
update.

25 years agoDefine method functions of mel.
morioka [Thu, 8 Oct 1998 01:36:42 +0000 (01:36 +0000)]
Define method functions of mel.
(mime-encode-region): Use `mel-define-method-function'; abolish
`uuencode-encode-region'.
(mime-decode-region): Use `mel-define-method-function'; abolish
`uuencode-decode-region'.
(mime-encode-string): New method.
(mime-decode-string): New method.
(mime-insert-encoded-file): Use `mel-define-method'; abolish
`uuencode-insert-encoded-file'.
(mime-write-decoded-region): Use `mel-define-method'; abolish
`uuencode-write-decoded-region'.

25 years agoupdate.
morioka [Wed, 7 Oct 1998 15:43:56 +0000 (15:43 +0000)]
update.

25 years ago(mel-define-service): Add DOC.
morioka [Wed, 7 Oct 1998 15:41:07 +0000 (15:41 +0000)]
(mel-define-service): Add DOC.
(mel-define-method): Add DOC.
(mel-define-method-function): Add DOC.

25 years agoupdate.
morioka [Wed, 7 Oct 1998 15:33:41 +0000 (15:33 +0000)]
update.

25 years agoupdate.
morioka [Wed, 7 Oct 1998 15:24:59 +0000 (15:24 +0000)]
update.

25 years agoModify for FLIM 1.10.
morioka [Wed, 7 Oct 1998 15:24:19 +0000 (15:24 +0000)]
Modify for FLIM 1.10.

25 years agoupdate. flim-1_10_1
morioka [Wed, 7 Oct 1998 12:23:01 +0000 (12:23 +0000)]
update.

25 years agoupdate.
morioka [Tue, 6 Oct 1998 19:17:30 +0000 (19:17 +0000)]
update.

25 years agoDefine method functions of mel.
morioka [Tue, 6 Oct 1998 19:10:57 +0000 (19:10 +0000)]
Define method functions of mel.
(mime-encode-region): Use `mel-define-method-function'; abolish
`gzip64-encode-region'.
(mime-decode-region): Use `mel-define-method-function'; abolish
`gzip64-decode-region'.
(mime-encode-string): New method.
(mime-decode-string): New method.
(mime-insert-encoded-file): Use `mel-define-method'; abolish
`gzip64-insert-encoded-file'.
(mime-write-decoded-region): Use `mel-define-method'; abolish
`gzip64-write-decoded-region'.

25 years ago(mime-library-product): unfold.
morioka [Tue, 6 Oct 1998 19:03:57 +0000 (19:03 +0000)]
(mime-library-product): unfold.

25 years agoupdate.
morioka [Tue, 6 Oct 1998 17:18:11 +0000 (17:18 +0000)]
update.

25 years ago(mime-library-product): New variable; abolish `mime-library-version'.
morioka [Tue, 6 Oct 1998 17:17:48 +0000 (17:17 +0000)]
(mime-library-product): New variable; abolish `mime-library-version'.
(mime-product-name): New macro.
(mime-product-version): New macro.
(mime-product-code-name): New macro.
(mime-library-version): Renamed from `mime-library-version-string';
use `mime-library-product', `mime-product-name',
`mime-product-version' and `mime-product-code-name'.

25 years ago(mm-define-backend): Add DOC.
morioka [Tue, 6 Oct 1998 16:57:55 +0000 (16:57 +0000)]
(mm-define-backend): Add DOC.
(mm-define-method): Add DOC.

25 years ago(mime-encoding-list): Modify DOC to add description about optional
morioka [Tue, 6 Oct 1998 16:49:11 +0000 (16:49 +0000)]
(mime-encoding-list): Modify DOC to add description about optional
argument SERVICE.

25 years agoupdate.
morioka [Sun, 4 Oct 1998 19:13:14 +0000 (19:13 +0000)]
update.

25 years ago(mm-define-backend): Fix.
morioka [Sun, 4 Oct 1998 19:06:36 +0000 (19:06 +0000)]
(mm-define-backend): Fix.

25 years agoupdate.
morioka [Sun, 4 Oct 1998 19:03:57 +0000 (19:03 +0000)]
update.

25 years ago(mm-backend module): Write description of `mm-define-backend' and
morioka [Sun, 4 Oct 1998 19:02:40 +0000 (19:02 +0000)]
(mm-backend module): Write description of `mm-define-backend' and
`mm-define-method'.

25 years agoupdate.
morioka [Tue, 29 Sep 1998 12:18:06 +0000 (12:18 +0000)]
update.

25 years ago(What's FLIM): Add mel-ccl.el.
morioka [Tue, 29 Sep 1998 12:16:42 +0000 (12:16 +0000)]
(What's FLIM): Add mel-ccl.el.

25 years agoupdate.
morioka [Tue, 29 Sep 1998 06:21:04 +0000 (06:21 +0000)]
update.

25 years agoupdate.
morioka [Tue, 29 Sep 1998 05:53:05 +0000 (05:53 +0000)]
update.

25 years agoSync mel-ccl.el with doodle-1_9_5.
morioka [Tue, 29 Sep 1998 05:40:05 +0000 (05:40 +0000)]
Sync mel-ccl.el with doodle-1_9_5.

25 years agoupdate. flim-1_10_0-pre1
morioka [Sun, 27 Sep 1998 01:18:23 +0000 (01:18 +0000)]
update.

25 years ago(mime-encoding-list): New user option (renamed from
morioka [Sun, 27 Sep 1998 01:16:47 +0000 (01:16 +0000)]
(mime-encoding-list): New user option (renamed from
`mime-content-transfer-encoding-list').
(mime-encoding-list): New function.
(mime-encoding-alist): New function.
(mime-encode-region): Use `mime-encoding-alist' for completion.
(mime-decode-region): Use `mime-encoding-alist' for completion.
(mime-insert-encoded-file): Use `mime-encoding-alist' for completion.
(mime-write-decoded-region): Use `mime-encoding-alist' for
completion.

25 years agoMerge chao-1_9-2.
morioka [Thu, 24 Sep 1998 13:29:25 +0000 (13:29 +0000)]
Merge chao-1_9-2.

25 years agoThis commit was manufactured by cvs2svn to create branch 'flim-1_10'.
tomo [Wed, 16 Sep 1998 04:11:45 +0000 (04:11 +0000)]
This commit was manufactured by cvs2svn to create branch 'flim-1_10'.

25 years agoupdate.
morioka [Wed, 16 Sep 1998 04:11:41 +0000 (04:11 +0000)]
update.

25 years ago(base64-internal-encoding-limit): modify :type.
morioka [Wed, 16 Sep 1998 04:11:01 +0000 (04:11 +0000)]
(base64-internal-encoding-limit): modify :type.
(base64-internal-decoding-limit): Change initial value to 70000;
modify :type.

25 years agoupdate.
morioka [Wed, 16 Sep 1998 04:05:31 +0000 (04:05 +0000)]
update.

25 years ago(base64-internal-encoding-limit): Change initial value to 70000.
morioka [Wed, 16 Sep 1998 04:04:53 +0000 (04:04 +0000)]
(base64-internal-encoding-limit): Change initial value to 70000.

25 years ago(base64-decode-string!): Renamed from
morioka [Wed, 16 Sep 1998 04:03:42 +0000 (04:03 +0000)]
(base64-decode-string!): Renamed from
`base64-internal-decode-string!'.

25 years agoupdate.
morioka [Wed, 16 Sep 1998 02:38:48 +0000 (02:38 +0000)]
update.

25 years agoupdate.
morioka [Wed, 16 Sep 1998 02:38:08 +0000 (02:38 +0000)]
update.

25 years ago(base64-characters): New constant.
morioka [Wed, 16 Sep 1998 02:35:40 +0000 (02:35 +0000)]
(base64-characters): New constant.
(base64-num-to-char): Use `base64-characters'.
(base64-numbers): Use `base64-characters'.
(base64-internal-decode): Modify calculation third byte.

25 years ago(base64-dl-encode-string): New alias.
morioka [Wed, 16 Sep 1998 02:30:52 +0000 (02:30 +0000)]
(base64-dl-encode-string): New alias.
(base64-dl-decode-string): New alias.
(base64-dl-encode-region): Renamed from `base64-encode-region'; don't
save-excursion and save-restriction.
(base64-dl-decode-region): Renamed from `base64-decode-region'; don't
save-excursion and save-restriction; convert all at once.
(base64-encode-region): New alias.
(base64-decode-region): New alias.

25 years agorearrangement.
morioka [Wed, 16 Sep 1998 01:47:04 +0000 (01:47 +0000)]
rearrangement.

25 years ago(base64-internal-decode): New function.
morioka [Wed, 16 Sep 1998 01:45:44 +0000 (01:45 +0000)]
(base64-internal-decode): New function.
(base64-internal-decode-string): Use `base64-internal-decode'.
(base64-internal-decode-string!): New function.
(base64-internal-decode-region): Use `base64-internal-decode-string!'
instead of `base64-internal-decode-string'.

25 years ago* mel-b.el (base64-numbers): Fix a position of 63.
akr [Tue, 15 Sep 1998 16:20:18 +0000 (16:20 +0000)]
* mel-b.el (base64-numbers): Fix a position of 63.

25 years ago(base64-numbers): New constant.
morioka [Tue, 15 Sep 1998 14:05:13 +0000 (14:05 +0000)]
(base64-numbers): New constant.
(base64-char-to-num): New macro.
(base64-internal-decode-string): Don't use memq.

25 years agoupdate.
morioka [Tue, 15 Sep 1998 09:17:51 +0000 (09:17 +0000)]
update.

25 years ago(base64): New group.
morioka [Tue, 15 Sep 1998 09:16:22 +0000 (09:16 +0000)]
(base64): New group.
(base64-external-encoder): Now a user option.
(base64-external-decoder): Now a user option.
(base64-external-decoder-option-to-specify-file): Now a user option.
(base64-internal-encoding-limit): Now a user option.
(base64-internal-decoding-limit): Now a user option.

25 years ago(base64-internal-decode-string): New implementation; abolish function
morioka [Tue, 15 Sep 1998 08:44:45 +0000 (08:44 +0000)]
(base64-internal-decode-string): New implementation; abolish function
`base64-decode-unit'.

25 years agoupdate.
morioka [Tue, 15 Sep 1998 07:07:03 +0000 (07:07 +0000)]
update.

25 years ago(Installation): Fix typo.
morioka [Tue, 15 Sep 1998 07:01:55 +0000 (07:01 +0000)]
(Installation): Fix typo.

25 years agoupdate. flim-1_9_2
morioka [Tue, 15 Sep 1998 06:25:56 +0000 (06:25 +0000)]
update.

25 years ago(Installation): Add `install as a XEmacs package'.
morioka [Tue, 15 Sep 1998 06:24:30 +0000 (06:24 +0000)]
(Installation): Add `install as a XEmacs package'.

25 years agoupdate.
morioka [Tue, 15 Sep 1998 06:17:02 +0000 (06:17 +0000)]
update.

25 years agoupdate.
morioka [Tue, 15 Sep 1998 03:11:47 +0000 (03:11 +0000)]
update.

25 years ago(mime-library-version): update.
morioka [Tue, 15 Sep 1998 03:10:55 +0000 (03:10 +0000)]
(mime-library-version): update.

25 years agoupdate.
morioka [Tue, 15 Sep 1998 01:10:39 +0000 (01:10 +0000)]
update.

25 years ago(Encoding Method): Translate.
morioka [Tue, 15 Sep 1998 01:08:14 +0000 (01:08 +0000)]
(Encoding Method): Translate.

25 years agoupdate.
morioka [Tue, 15 Sep 1998 00:27:31 +0000 (00:27 +0000)]
update.

25 years ago(eword-encode-msg-id-to-rword-list): New function.
morioka [Tue, 15 Sep 1998 00:26:19 +0000 (00:26 +0000)]
(eword-encode-msg-id-to-rword-list): New function.
(eword-encode-in-reply-to-to-rword-list): New function.
(eword-encode-in-reply-to): New function.
(eword-encode-field): Use `eword-encode-in-reply-to' for `In-Reply-To'
field.

25 years ago(std11-parse-in-reply-to): New function.
morioka [Tue, 15 Sep 1998 00:17:55 +0000 (00:17 +0000)]
(std11-parse-in-reply-to): New function.

25 years agoupdate.
morioka [Mon, 14 Sep 1998 01:31:14 +0000 (01:31 +0000)]
update.

25 years ago(eword-decode-structured-field-list): Add `User-Agent'.
morioka [Mon, 14 Sep 1998 01:30:10 +0000 (01:30 +0000)]
(eword-decode-structured-field-list): Add `User-Agent'.

25 years agoupdate.
morioka [Fri, 11 Sep 1998 23:17:03 +0000 (23:17 +0000)]
update.

25 years ago(package): Don't update auto-autoloads.el and custom-load.el.
morioka [Fri, 11 Sep 1998 23:15:15 +0000 (23:15 +0000)]
(package): Don't update auto-autoloads.el and custom-load.el.

25 years ago(compile-flim-package): Update auto-autoloads.el and custom-load.el.
morioka [Fri, 11 Sep 1998 23:14:03 +0000 (23:14 +0000)]
(compile-flim-package): Update auto-autoloads.el and custom-load.el.

25 years agoupdate.
morioka [Fri, 11 Sep 1998 12:00:07 +0000 (12:00 +0000)]
update.

25 years agoAbolish function `butlast' and `nbutlast'.
morioka [Fri, 11 Sep 1998 11:59:04 +0000 (11:59 +0000)]
Abolish function `butlast' and `nbutlast'.