elisp/semi.git
25 years ago* (mime-add-application/pgp-keys): Call `buffer-substring' in entity's buffer. semi-pgpgpg_11
yamaoka [Thu, 15 Apr 1999 10:39:00 +0000 (10:39 +0000)]
* (mime-add-application/pgp-keys): Call `buffer-substring' in entity's buffer.
;; Contributed by Hirokazu FUKUI <fukui@atesoft.advantest.co.jp>.

25 years ago* (mime-mc-insert-public-key, mime-mc-encrypt-region,
yamaoka [Thu, 15 Apr 1999 00:15:46 +0000 (00:15 +0000)]
* (mime-mc-insert-public-key, mime-mc-encrypt-region,
mime-mc-traditional-sign-region, mime-mc-sign-region, mime-mc-snarf-keys,
mime-mc-fetch-key, mime-mc-decrypt, mime-mc-verify, mime-mc-comment): Use
`mime-mc-symbol'.
(mime-mc-symbol): New macro.
(mime-mc-symbol-format-alist): New variable.

25 years ago* mime-edit.el (mime-edit-insert-key): Prompt for user id if prefix arg is
yamaoka [Wed, 14 Apr 1999 23:21:09 +0000 (23:21 +0000)]
* mime-edit.el (mime-edit-insert-key): Prompt for user id if prefix arg is
given.
* mime-mc.el (mime-mc-insert-public-key): Fix bug - referring to undefined
variable.

25 years ago* mime-ui-en.texi, mime-ui-ja.texi: Sync up with .sgml files. semi-pgpgpg_10
yamaoka [Wed, 14 Apr 1999 12:35:10 +0000 (12:35 +0000)]
* mime-ui-en.texi, mime-ui-ja.texi: Sync up with .sgml files.
* mime-ui-en.sgml, mime-ui-ja.sgml: Modify a description for simplified
`pgp-function-alist'.

* semi-def.el (pgp-function-alist): Simplify. Use `mime-mc-encrypt-region',
`mime-mc-traditional-sign-region', `mime-mc-sign-region' and
`mime-mc-fetch-key' for it.

* mime-mc.el (mime-mc-insert-public-key, mime-mc-snarf-keys, mime-mc-decrypt,
mime-mc-verify): Add doc strings.
(mime-mc-encrypt-region, mime-mc-traditional-sign-region, mime-mc-sign-region,
mime-mc-fetch-key): New functions.
(TopLevel): Add autoloads "mc-gpg", "mc-pgp5" and "mc-pgp" for the functions
`mc-gpg-fetch-key', `mc-gpg-sign-region', `mc-pgp50-fetch-key',
`mc-pgp50-sign-region', `mc-pgp-fetch-key' and `mc-pgp-sign-region'.

* mime-pgp.el (mime-pgp-fetch-key): Kill useless buffers after fetching.
(mime-pgp-show-fetched-key-for-pgp50, mime-pgp-show-fetched-key): Show fetched
key in the window of `mime-echo-buffer-name' if it is alive, otherwise use
`display-buffer'; minimize the window height; return buffer object to be
killed.

25 years ago* mime-pgp.el (mime-pgp-fetch-key, mime-pgp-show-fetched-key-for-pgp, semi-pgpgpg_09
yamaoka [Wed, 14 Apr 1999 07:40:30 +0000 (07:40 +0000)]
* mime-pgp.el (mime-pgp-fetch-key, mime-pgp-show-fetched-key-for-pgp,
mime-pgp-show-fetched-key-for-pgp50, mime-pgp-show-fetched-key-for-gpg): New
functions.
(mime-pgp-show-fetched-key): New macro.
(mime-pgp-fetch-timeout, mime-pgp-http-proxy-server-port,
mime-pgp-http-proxy-server-address, mime-pgp-http-proxy-url-template,
mime-pgp-keyserver-port, mime-pgp-keyserver-address,
mime-pgp-keyserver-url-template): New user options.
(mime-pgp-key-expected-regexp-alist, mime-pgp-bad-signature-regexp-alist,
mime-pgp-good-signature-regexp-alist, mime-pgp-default-language-alist,
mime-pgp-command-alist): Change the customization group to `mime-pgp'.
(mime-pgp): New group for customization.

* mime-mc.el (mime-mc-pgp50-process-region, mime-mc-gpg-process-region):
Deactivate passwd if detecting the value of `micalg' is failed and
`mc-passwd-timeout' is nil; remove useless `progn's.
(mime-mc-comment-alist, mime-mc-omit-micalg, mime-mc-shell-file-name): Change
the customization group to `mime-mc'.
(mime-mc): New group for customization.

25 years ago* (mime-mc-pgp50-sign-region, mime-mc-gpg-sign-region): Return nil if an erorr semi-pgpgpg_08
yamaoka [Wed, 14 Apr 1999 03:08:46 +0000 (03:08 +0000)]
* (mime-mc-pgp50-sign-region, mime-mc-gpg-sign-region): Return nil if an erorr
has occurred during detecting the value of `micalg'.
(mime-mc-pgp50-process-region, mime-mc-gpg-process-region): Don't signal an
error. Return non-nil if success, otherwise nil with error message.

25 years ago* (mime-edit-translate-buffer): Do `undo-boundary' before translating.
yamaoka [Wed, 14 Apr 1999 00:24:51 +0000 (00:24 +0000)]
* (mime-edit-translate-buffer): Do `undo-boundary' before translating.

25 years ago* (mime-mc-pgp50-sign-region, mime-mc-gpg-sign-region): Don't deactivate semi-pgpgpg_07
yamaoka [Tue, 13 Apr 1999 11:40:53 +0000 (11:40 +0000)]
* (mime-mc-pgp50-sign-region, mime-mc-gpg-sign-region): Don't deactivate
passwd during detecting the value of `micalg' even if `mc-passwd-timeout'
is set to nil.
(mime-mc-gpg-process-region): Print this function name for debugging.

25 years ago* (mime-pgp-check-signature): Return nil if neither bad nor good. semi-pgpgpg_06
yamaoka [Mon, 12 Apr 1999 05:27:29 +0000 (05:27 +0000)]
* (mime-pgp-check-signature): Return nil if neither bad nor good.

25 years ago* (mime-mc-pgp-encrypt-region, mime-mc-pgp-sign-region, semi-pgpgpg_05
yamaoka [Fri, 9 Apr 1999 12:21:06 +0000 (12:21 +0000)]
* (mime-mc-pgp-encrypt-region, mime-mc-pgp-sign-region,
mime-mc-process-region, mime-mc-pgp50-encrypt-region,
mime-mc-pgp50-sign-region, mime-mc-pgp50-process-region,
mime-mc-gpg-encrypt-region, mime-mc-gpg-sign-region,
mime-mc-gpg-process-region, mime-mc-insert-public-key): Identify the version
of SEMI as a comment field of ASCII armor.
(mime-mc-replace-comment-field): New function.
(mime-mc-comment-alist): New user option.
(TopLevel): Require `mime-def'.

25 years ago* Fix typo - "ommit" -> "omit". semi-pgpgpg_04
yamaoka [Thu, 8 Apr 1999 11:55:45 +0000 (11:55 +0000)]
* Fix typo - "ommit" -> "omit".

25 years ago* mime-mc.el (mime-mc-pgp50-sign-region, mime-mc-gpg-sign-region): Detect and
yamaoka [Thu, 8 Apr 1999 11:14:45 +0000 (11:14 +0000)]
* mime-mc.el (mime-mc-pgp50-sign-region, mime-mc-gpg-sign-region): Detect and
cache the value of message integrity check algorithm before signing if the
value of `mime-mc-ommit-micalg' is nil.
(mime-mc-gpg-process-region): Show boundary in `mc-gpg-debug-buffer'.
(mime-mc-pgp-process-region, mime-mc-pgp50-process-region,
mime-mc-gpg-process-region): Add doc string.
(mime-mc-micalg-alist): New variable.
(mime-mc-ommit-micalg): New user option.
(TopLevel): Require `alist' and `std11'.

* mime-pgp.el (TopLevel): Add comment that this module is based on
draft-yamamoto-openpgp-mime-00.txt (OpenPGP/MIME) as well.

25 years ago* (mime-pgp-bad-signature-post-function-pgp50-us): New function. semi-pgpgpg_03
yamaoka [Tue, 6 Apr 1999 10:23:12 +0000 (10:23 +0000)]
* (mime-pgp-bad-signature-post-function-pgp50-us): New function.
(mime-verify-application/pgp-signature): Say "Checking signature..." before
verifying; say "Can't check signature" if public key is not available.
(mime-pgp-parse-verify-error): Goto beginning of buffer, eval forms and set
window start.
(mime-pgp-parse-verify-error-for-pgp): Use it
(mime-pgp-parse-verify-error-for-pgp50): Use it.
(mime-pgp-parse-verify-error-for-gpg): Use it.
(mime-pgp-check-signature): Rewrite for detecting "BAD signature".
(mime-pgp-bad-signature-post-function): New macro.
(mime-pgp-bad-signature-regexp): New macro.
(mime-pgp-bad-signature-regexp-alist): New user option.

25 years ago* Update.
yamaoka [Tue, 6 Apr 1999 01:54:57 +0000 (01:54 +0000)]
* Update.

25 years agoUpdate.
keiichi [Tue, 6 Apr 1999 01:34:45 +0000 (01:34 +0000)]
Update.

25 years ago(mime-view-application/pgp): Support PGP5.X and GnuPG format.
keiichi [Tue, 6 Apr 1999 01:34:11 +0000 (01:34 +0000)]
(mime-view-application/pgp): Support PGP5.X and GnuPG format.

25 years ago* (mime-pgp-parse-verify-error): Use `with-current-buffer' instead of
yamaoka [Mon, 5 Apr 1999 22:46:03 +0000 (22:46 +0000)]
* (mime-pgp-parse-verify-error): Use `with-current-buffer' instead of
`save-current-buffer'.
(mime-pgp-check-signature): Use `with-current-buffer' instead of
`save-current-buffer'; add comment about PGP 5.0i.

25 years ago* Sync up with the latest semi-1_13.
yamaoka [Mon, 5 Apr 1999 22:13:41 +0000 (22:13 +0000)]
* Sync up with the latest semi-1_13.

25 years ago* (mime-pgp-parse-verify-error-for-pgp, mime-pgp-parse-verify-error-for-pgp50, semi-pgpgpg_02
yamaoka [Mon, 5 Apr 1999 11:33:33 +0000 (11:33 +0000)]
* (mime-pgp-parse-verify-error-for-pgp, mime-pgp-parse-verify-error-for-pgp50,
mime-pgp-parse-verify-error-for-gpg): New functions.
(mime-verify-application/pgp-signature): Use one of them.
(mime-pgp-parse-verify-error): New macro.
(mime-pgp-check-signature): Returns nil if verify failed under PGP 5.0i.

25 years ago* (mime-pgp-detect-version): New function.
yamaoka [Mon, 5 Apr 1999 07:19:22 +0000 (07:19 +0000)]
* (mime-pgp-detect-version): New function.
(mime-verify-application/pgp-signature): Use it.
(mime-decrypt-application/pgp-encrypted): Use it.
(TopLevel): Require `std11'.

25 years ago* Restore the lost code - attempt to load "expect".
yamaoka [Mon, 5 Apr 1999 05:37:38 +0000 (05:37 +0000)]
* Restore the lost code - attempt to load "expect".

25 years ago* Update.
yamaoka [Mon, 5 Apr 1999 04:08:36 +0000 (04:08 +0000)]
* Update.

25 years ago* (mime-mc-gpg-sign-region): Remove ("--passphrase-fd" "0") from the list of
yamaoka [Mon, 5 Apr 1999 04:07:54 +0000 (04:07 +0000)]
* (mime-mc-gpg-sign-region): Remove ("--passphrase-fd" "0") from the list of
arguments.
(mime-mc-shell-file-name): New user option.
(mime-mc-pgp50-process-region, mime-mc-gpg-process-region): Use it.

25 years ago* Sync up with the latest semi-1_13.
yamaoka [Mon, 5 Apr 1999 04:07:12 +0000 (04:07 +0000)]
* Sync up with the latest semi-1_13.

25 years ago* Fix some roman chars.
yamaoka [Mon, 5 Apr 1999 01:40:33 +0000 (01:40 +0000)]
* Fix some roman chars.

25 years agoFrom Katsumi Yamaoka <yamaoka@jpl.org>
czkmt [Fri, 2 Apr 1999 19:16:55 +0000 (19:16 +0000)]
From  Katsumi Yamaoka   <yamaoka@jpl.org>
* mime-mc.el: Load "expect", if it exists, at the compile time.

25 years ago* NEWS, mime-ui-en.sgml, mime-ui-ja.sgml: Update for the command semi-pgpgpg_01
yamaoka [Fri, 26 Mar 1999 06:39:19 +0000 (06:39 +0000)]
* NEWS, mime-ui-en.sgml, mime-ui-ja.sgml: Update for the command
`mime-mc-setversion'.
* semi-setup (TopLevel): Autoload "mime-mc" for the command
`mime-mc-setversion'.
* mime-mc.el (mime-mc-pgp50-sign-region): Use "micalg=pgp-sha1" instead of
"micalg=pgp-md5"; use `mime-mc-pgp50-sign-parser' for the parser if a detached
sign is required.
(mime-mc-pgp50-sign-parser): New function for parsing a detached sign.
(mime-mc-setversion): New command.
* mime-edit.el (mime-edit-preview-message): Inherit the value of
`mime-edit-pgp-processing' from the editing buffer to the encoding buffer.
(mime-edit-encrypt-pgp-mime): Swap the prefix string of boundary "gpg-" with
"pgp-".

25 years ago* New branch for developing PGP 5.0i and GnuPG support. semi-pgpgpg_00
yamaoka [Wed, 24 Mar 1999 11:03:10 +0000 (11:03 +0000)]
* New branch for developing PGP 5.0i and GnuPG support.

25 years agoThis commit was manufactured by cvs2svn to create branch 'semi-pgpgpg'.
tomo [Mon, 22 Mar 1999 23:26:50 +0000 (23:26 +0000)]
This commit was manufactured by cvs2svn to create branch 'semi-pgpgpg'.

25 years ago* Undo the last changes.
yamaoka [Mon, 22 Mar 1999 23:26:49 +0000 (23:26 +0000)]
* Undo the last changes.

25 years ago* Fix typo - "is" > "are".
yamaoka [Fri, 19 Mar 1999 05:19:12 +0000 (05:19 +0000)]
* Fix typo - "is" > "are".

25 years agoUpdate.
keiichi [Fri, 19 Mar 1999 05:17:34 +0000 (05:17 +0000)]
Update.

25 years agoFix typo.
keiichi [Fri, 19 Mar 1999 05:17:06 +0000 (05:17 +0000)]
Fix typo.

25 years ago* Support PGP 5.0i and GnuPG. last-sync-keiichi-
yamaoka [Fri, 19 Mar 1999 04:49:59 +0000 (04:49 +0000)]
* Support PGP 5.0i and GnuPG.

25 years ago* VERSION (Nishi-Yaizu): New version number 1.13.4 for WEMI.
yamaoka [Thu, 11 Mar 1999 09:46:08 +0000 (09:46 +0000)]
* VERSION (Nishi-Yaizu): New version number 1.13.4 for WEMI.

25 years agoupdate.
morioka [Thu, 11 Mar 1999 09:10:09 +0000 (09:10 +0000)]
update.

25 years ago(mime-user-interface-product): Update to 1.13.4.
morioka [Thu, 11 Mar 1999 09:08:06 +0000 (09:08 +0000)]
(mime-user-interface-product): Update to 1.13.4.

25 years ago(mime-charset-type-list): Add `tis-620'.
morioka [Thu, 11 Mar 1999 08:59:28 +0000 (08:59 +0000)]
(mime-charset-type-list): Add `tis-620'.

25 years agorelease. semi-1_13_3
morioka [Sun, 28 Feb 1999 05:34:34 +0000 (05:34 +0000)]
release.

25 years ago* SEMI-MK (install-semi-package): Install mime-setup.el(c).
yamaoka [Fri, 26 Feb 1999 08:07:08 +0000 (08:07 +0000)]
* SEMI-MK (install-semi-package): Install mime-setup.el(c).
(compile-semi-package): Compile mime-setup.el as well.

25 years agoupdate.
morioka [Mon, 8 Feb 1999 13:42:57 +0000 (13:42 +0000)]
update.

25 years ago(mime-content-types): Add definition of application/vnd.ms-powerpoint
morioka [Mon, 8 Feb 1999 13:40:35 +0000 (13:40 +0000)]
(mime-content-types): Add definition of application/vnd.ms-powerpoint
for myself :-P
(mime-file-types): Add setting of *.ppt for
application/vnd.ms-powerpoint.

25 years agoVERSION: Put "1.13.3" to "Yaizu" for WEMI.
yamaoka [Mon, 8 Feb 1999 09:06:31 +0000 (09:06 +0000)]
VERSION: Put "1.13.3" to "Yaizu" for WEMI.

25 years ago(mime-user-interface-product): update.
morioka [Mon, 8 Feb 1999 08:55:38 +0000 (08:55 +0000)]
(mime-user-interface-product): update.

25 years agoupdate.
morioka [Mon, 8 Feb 1999 08:55:00 +0000 (08:55 +0000)]
update.

25 years agoupdate.
morioka [Mon, 8 Feb 1999 08:43:29 +0000 (08:43 +0000)]
update.

25 years ago(mime-combine-message/partial-pieces-automatically): Call
morioka [Mon, 8 Feb 1999 08:40:39 +0000 (08:40 +0000)]
(mime-combine-message/partial-pieces-automatically): Call
`mime-store-message/partial-piece' in the buffer when it is called.

25 years ago(mime-store-message/partial-piece): Don't move to point-min.
morioka [Mon, 8 Feb 1999 08:38:41 +0000 (08:38 +0000)]
(mime-store-message/partial-piece): Don't move to point-min.

25 years ago(mime-store-message/partial-piece): Don't expect called in raw-buffer.
morioka [Mon, 8 Feb 1999 07:51:55 +0000 (07:51 +0000)]
(mime-store-message/partial-piece): Don't expect called in raw-buffer.

25 years agorelease. semi-1_13-199901271900 semi-1_13-last-snapshot- semi-1_13_2
morioka [Wed, 27 Jan 1999 14:22:45 +0000 (14:22 +0000)]
release.

25 years ago* README.en: Notice that 1.12.5 or later of FLIM is required.
yamaoka [Tue, 26 Jan 1999 22:03:45 +0000 (22:03 +0000)]
* README.en: Notice that 1.12.5 or later of FLIM is required.

25 years agoupdate. semi-1_13-199901261900
morioka [Tue, 26 Jan 1999 18:14:21 +0000 (18:14 +0000)]
update.

25 years ago(mime-preview-play-current-entity): Add autoload cookie.
morioka [Tue, 26 Jan 1999 18:13:38 +0000 (18:13 +0000)]
(mime-preview-play-current-entity): Add autoload cookie.
(mime-play-entity): Likewise.

25 years ago(mime-display-message): Add autoload cookie; add DOC-string.
morioka [Tue, 26 Jan 1999 18:12:11 +0000 (18:12 +0000)]
(mime-display-message): Add autoload cookie; add DOC-string.
(mime-view-buffer): Add autoload cookie.

25 years agofixed.
morioka [Tue, 26 Jan 1999 17:49:55 +0000 (17:49 +0000)]
fixed.

25 years ago(mime-reduce-acting-situation-examples): fixed.
morioka [Tue, 26 Jan 1999 16:17:45 +0000 (16:17 +0000)]
(mime-reduce-acting-situation-examples): fixed.

25 years agoupdate.
morioka [Tue, 26 Jan 1999 16:07:42 +0000 (16:07 +0000)]
update.

25 years ago(mime-reduce-acting-situation-examples): New implementation.
morioka [Tue, 26 Jan 1999 16:06:34 +0000 (16:06 +0000)]
(mime-reduce-acting-situation-examples): New implementation.

25 years agoupdate.
morioka [Tue, 26 Jan 1999 13:45:29 +0000 (13:45 +0000)]
update.

25 years ago(mime-view-caesar): Select window which displays current-buffer if it
morioka [Tue, 26 Jan 1999 13:41:53 +0000 (13:41 +0000)]
(mime-view-caesar): Select window which displays current-buffer if it
is not selected <to fix problem with mouse operations>.

25 years ago* mime-edit.el (mime-edit-decode-single-part-in-buffer): Limit the search
yamaoka [Tue, 26 Jan 1999 09:02:08 +0000 (09:02 +0000)]
* mime-edit.el (mime-edit-decode-single-part-in-buffer): Limit the search
bound for the end of "Content-Transfer-Encoding" field.

25 years agoupdate.
morioka [Tue, 26 Jan 1999 07:36:20 +0000 (07:36 +0000)]
update.

25 years ago(mime-view-caesar): New implementation.
morioka [Tue, 26 Jan 1999 07:35:01 +0000 (07:35 +0000)]
(mime-view-caesar): New implementation.

25 years agoupdate.
morioka [Tue, 26 Jan 1999 06:39:10 +0000 (06:39 +0000)]
update.

25 years ago(mime-view-caesar): Don't expect called in raw-buffer; use
morioka [Tue, 26 Jan 1999 06:37:52 +0000 (06:37 +0000)]
(mime-view-caesar): Don't expect called in raw-buffer; use
`mime-insert-entity'.

25 years ago* Add new codenames (Fukuroi ... Toyohashi) for WEMI.
yamaoka [Mon, 25 Jan 1999 22:35:19 +0000 (22:35 +0000)]
* Add new codenames (Fukuroi ... Toyohashi) for WEMI.

25 years ago(mime-user-interface-product): update to 1.13.2. semi-1_13-199901251900
morioka [Mon, 25 Jan 1999 18:33:16 +0000 (18:33 +0000)]
(mime-user-interface-product): update to 1.13.2.

25 years agoupdate.
morioka [Mon, 25 Jan 1999 18:32:41 +0000 (18:32 +0000)]
update.

25 years ago(mime-preview-text/html): Display err if error occurs in `w3-region'.
morioka [Mon, 25 Jan 1999 18:30:19 +0000 (18:30 +0000)]
(mime-preview-text/html): Display err if error occurs in `w3-region'.

25 years ago(mime-preview-text/html): Guard from error of `w3-region'.
morioka [Mon, 25 Jan 1999 18:10:18 +0000 (18:10 +0000)]
(mime-preview-text/html): Guard from error of `w3-region'.

25 years ago* Put "1.13.1" to "Abekawa" as the new version number for WEMI.
yamaoka [Sun, 24 Jan 1999 22:22:44 +0000 (22:22 +0000)]
* Put "1.13.1" to "Abekawa" as the new version number for WEMI.

25 years agorelease. semi-1_13-199901241900 semi-1_13_1
morioka [Sun, 24 Jan 1999 16:32:03 +0000 (16:32 +0000)]
release.

25 years ago(Don't expect raw-buffer): New item.
morioka [Sun, 24 Jan 1999 16:27:43 +0000 (16:27 +0000)]
(Don't expect raw-buffer): New item.
(lazy generating of situations from mime-entity information): New
item.

25 years ago(Don't use filter-model): finished.
morioka [Sun, 24 Jan 1999 16:23:40 +0000 (16:23 +0000)]
(Don't use filter-model): finished.

25 years ago(multipart/related support): virtually finished.
morioka [Sun, 24 Jan 1999 16:22:48 +0000 (16:22 +0000)]
(multipart/related support): virtually finished.

25 years agoupdate.
morioka [Sun, 24 Jan 1999 15:01:09 +0000 (15:01 +0000)]
update.

25 years agoDelete README.ja temporary until it is fixed.
morioka [Sun, 24 Jan 1999 14:59:22 +0000 (14:59 +0000)]
Delete README.ja temporary until it is fixed.

25 years ago(url-cid): Use `mime-insert-entity-content'.
morioka [Sun, 24 Jan 1999 14:57:56 +0000 (14:57 +0000)]
(url-cid): Use `mime-insert-entity-content'.

25 years ago(Required environment): Require FLIM 1.12.4.
morioka [Sun, 24 Jan 1999 14:54:50 +0000 (14:54 +0000)]
(Required environment): Require FLIM 1.12.4.

25 years ago(Required environment): Require FLIM 1.12.4.
morioka [Sun, 24 Jan 1999 14:47:43 +0000 (14:47 +0000)]
(Required environment): Require FLIM 1.12.4.

25 years ago(mime-w3-message-structure): New variable.
morioka [Sun, 24 Jan 1999 12:35:39 +0000 (12:35 +0000)]
(mime-w3-message-structure): New variable.
(mime-preview-text/html): Set up `mime-w3-message-structure'.
(url-cid): New function; set up as registered-protocol of url.

25 years agoupdate. semi-1_13-199901231900
morioka [Sat, 23 Jan 1999 18:05:02 +0000 (18:05 +0000)]
update.

25 years agoModify title.
morioka [Sat, 23 Jan 1999 18:03:20 +0000 (18:03 +0000)]
Modify title.

25 years agoAdd notice about translation.
morioka [Sat, 23 Jan 1999 18:00:45 +0000 (18:00 +0000)]
Add notice about translation.

25 years ago(Required environment): Require FLIM 1.12.3; delete description about
morioka [Sat, 23 Jan 1999 17:58:07 +0000 (17:58 +0000)]
(Required environment): Require FLIM 1.12.3; delete description about
enriched.el because anything older than Emacs 19.28 are not supported.

25 years ago(mime-view-application/pgp): Don't expect called in raw-buffer; use
morioka [Sat, 23 Jan 1999 17:52:13 +0000 (17:52 +0000)]
(mime-view-application/pgp): Don't expect called in raw-buffer; use
`mime-insert-entity'.

25 years ago(mime-view-message/rfc822): Use `mime-insert-entity'.
morioka [Sat, 23 Jan 1999 17:49:43 +0000 (17:49 +0000)]
(mime-view-message/rfc822): Use `mime-insert-entity'.

25 years agoupdate. semi-1_13-199901221900
morioka [Fri, 22 Jan 1999 14:02:40 +0000 (14:02 +0000)]
update.

25 years ago(Function `mime-play-entity'): Sync with latest specification.
morioka [Fri, 22 Jan 1999 14:01:12 +0000 (14:01 +0000)]
(Function `mime-play-entity'): Sync with latest specification.

25 years ago(mime-user-interface-product): Update to 1.13.1.
morioka [Fri, 22 Jan 1999 13:58:20 +0000 (13:58 +0000)]
(mime-user-interface-product): Update to 1.13.1.

25 years ago(mime-verify-multipart/signed): Modify for interface change of
morioka [Fri, 22 Jan 1999 13:57:36 +0000 (13:57 +0000)]
(mime-verify-multipart/signed): Modify for interface change of
`mime-play-entity'.

25 years ago(mime-preview-play-current-entity): Modify for interface change of
morioka [Fri, 22 Jan 1999 13:55:49 +0000 (13:55 +0000)]
(mime-preview-play-current-entity): Modify for interface change of
`mime-play-entity'.
(mime-play-entity): Change interface; abolish optional arguments
`mode' and `ignore-example'.
(mime-detect-content): Modify for interface change of
`mime-play-entity'.

25 years ago(mime-entity-situation): Add new optional argument `situation'; it is
morioka [Fri, 22 Jan 1999 13:47:10 +0000 (13:47 +0000)]
(mime-entity-situation): Add new optional argument `situation'; it is
preferred to attributes of entity.

25 years agoupdate.
morioka [Fri, 22 Jan 1999 13:43:47 +0000 (13:43 +0000)]
update.

25 years agoupdate.
morioka [Fri, 22 Jan 1999 11:36:44 +0000 (11:36 +0000)]
update.

25 years agoUpdate year of Copyright in header.
morioka [Fri, 22 Jan 1999 11:34:55 +0000 (11:34 +0000)]
Update year of Copyright in header.

25 years ago(mime-view-version): Don't use `eval-when-compile' to avoid to break
morioka [Fri, 22 Jan 1999 11:33:46 +0000 (11:33 +0000)]
(mime-view-version): Don't use `eval-when-compile' to avoid to break
product-code-name.

25 years ago(mime-edit-version): Don't use `eval-when-compile' to avoid to break
morioka [Fri, 22 Jan 1999 11:32:33 +0000 (11:32 +0000)]
(mime-edit-version): Don't use `eval-when-compile' to avoid to break
product-code-name.

25 years ago* Put "1.13.0" to "Shizuoka" as the new version number for WEMI.
yamaoka [Thu, 21 Jan 1999 23:43:44 +0000 (23:43 +0000)]
* Put "1.13.0" to "Shizuoka" as the new version number for WEMI.

25 years agorelease. semi-1_13_0
morioka [Thu, 21 Jan 1999 19:56:18 +0000 (19:56 +0000)]
release.