elisp/semi.git
23 years agoSynch with `emiko-1_14'. emiko-1_14-pgg-0_2
ueno [Tue, 26 Dec 2000 02:41:01 +0000 (02:41 +0000)]
Synch with `emiko-1_14'.

23 years agoThis commit was manufactured by cvs2svn to create branch 'emiko-1_14-pgg-
tomo [Fri, 22 Dec 2000 15:49:06 +0000 (15:49 +0000)]
This commit was manufactured by cvs2svn to create branch 'emiko-1_14-pgg-
0_2'.

23 years agoundo the last change.
ueno [Fri, 22 Dec 2000 15:49:05 +0000 (15:49 +0000)]
undo the last change.

23 years agoupdate.
ueno [Fri, 22 Dec 2000 01:13:26 +0000 (01:13 +0000)]
update.

23 years ago* mime-view.el (mime-view-define-keymap): Bind [down-mouse-3]
ueno [Fri, 22 Dec 2000 01:13:06 +0000 (01:13 +0000)]
* mime-view.el (mime-view-define-keymap): Bind [down-mouse-3]
instead of `mouse-button-3'.

23 years agoupdate.
ueno [Thu, 21 Dec 2000 14:08:13 +0000 (14:08 +0000)]
update.

23 years ago2000-12-21 Tadashi Watanabe <watanabe@sigmaitec.co.jp>
ueno [Thu, 21 Dec 2000 14:07:55 +0000 (14:07 +0000)]
2000-12-21  Tadashi Watanabe <watanabe@sigmaitec.co.jp>

        * pgg-gpg.el (pgg-scheme-verify-region): Use a "-" as the name for
        the file with the signed material.

2000-12-21   Daiki Ueno  <ueno@unixuser.org>

        * pgg-def.el (pgg-messages-coding-system): New user option.

        * pgg-gpg.el (pgg-gpg-messages-coding-system): New variable.
        (pgg-gpg-process-region): Don't use `binary-start-process'; bind
        `coding-system-for-read' to `pgg-gpg-messages-coding-system'.

23 years agoSynch with `semi-1_14_0'.
ueno [Thu, 21 Dec 2000 13:42:50 +0000 (13:42 +0000)]
Synch with `semi-1_14_0'.

23 years ago* mime-edit.el: Don't require `invisible'.
ueno [Tue, 31 Oct 2000 10:17:12 +0000 (10:17 +0000)]
* mime-edit.el: Don't require `invisible'.
(mime-edit-insert-voice): Don't use `mime-edit-invisible-region'.
(mime-edit-insert-binary-file): Ditto.
(mime-edit-content-end): Don't use `mime-edit-invisible-p' and
`mime-edit-next-visible-point'.
(mime-edit-invisible-region): Abolish.
(mime-edit-invisible-p): Abolish.
(mime-edit-next-visible-point): Abolish.
(turn-on-mime-edit): Don't call `enable-invisible'.
(mime-edit-exit): Don't call `end-of-invisible'.

23 years agoFix typo.
ueno [Tue, 31 Oct 2000 08:24:19 +0000 (08:24 +0000)]
Fix typo.

23 years ago* mime-edit.el (mime-edit-insert-voice): Add text-property
ueno [Tue, 31 Oct 2000 08:07:26 +0000 (08:07 +0000)]
* mime-edit.el (mime-edit-insert-voice): Add text-property
`mime-edit-invisible'.
(mime-edit-insert-binary-file): Ditto.
(mime-edit-content-end): Check text-property `mime-edit-invisible'
instead of `invisible'.
(mime-edit-invisible-region): New function.
(mime-edit-invisible-p): New function.
(mime-edit-next-visible-point): New function.

23 years ago* pgg-pgp.el (pgg-pgp-process-region): bind process-environment
ueno [Fri, 20 Oct 2000 00:17:54 +0000 (00:17 +0000)]
* pgg-pgp.el (pgg-pgp-process-region): bind process-environment
locally so that setenv's effect won't last forever.
pgg-pgp5.el (pgg-pgp5-process-region): Ditto.

23 years agoFix the last change.
ueno [Wed, 13 Sep 2000 15:04:09 +0000 (15:04 +0000)]
Fix the last change.

23 years agoRearrange.
ueno [Wed, 13 Sep 2000 07:25:01 +0000 (07:25 +0000)]
Rearrange.

23 years agoupdate.
ueno [Wed, 13 Sep 2000 06:51:41 +0000 (06:51 +0000)]
update.

23 years ago* mime-play.el (mime-play-entity): Pass easymenu-style menu to
ueno [Wed, 13 Sep 2000 06:51:20 +0000 (06:51 +0000)]
* mime-play.el (mime-play-entity): Pass easymenu-style menu to
`mime-popup-menu-select'.

* semi-def.el (mime-popup-menu-popup): Rename from `mime-menu-popup'.
(mime-popup-menu-select): Rename from `select-menu-alist'.
(mime-popup-menu-select) [XEmacs]: Use `get-popup-menu-response'.
(mime-popup-menu-bogus-filter-constructor): Abolish argument `name'.

23 years agoFix paren style.
ueno [Wed, 13 Sep 2000 05:22:06 +0000 (05:22 +0000)]
Fix paren style.

23 years agoupdate.
ueno [Wed, 13 Sep 2000 05:10:49 +0000 (05:10 +0000)]
update.

23 years ago* mime-view.el (mime-view-xemacs-popup-menu): Abolish.
ueno [Wed, 13 Sep 2000 05:10:28 +0000 (05:10 +0000)]
* mime-view.el (mime-view-xemacs-popup-menu): Abolish.
(mime-view-menu-title): Abolish.
(mime-view-menu-list): Rewrite in easymenu-style.
(mime-view-popup-menu): New function.
(mime-view-define-keymap): Simplify; don't check `emacs-major-version'.

* semi-def.el (mime-menu-bogus-filter-constructor): New macro.
(mime-menu-popup): New macro.
(select-menu-alist): Rewrite with `defun-maybe-cond'.
(mime-insert-button): Use `widget-convert-button'.
(mime-url-link): New widget.

23 years agoMerging WEMI except for the XPM button implementation.
ueno [Tue, 12 Sep 2000 16:40:56 +0000 (16:40 +0000)]
Merging WEMI except for the XPM button implementation.

* mime-view.el (widget-keymap): Declare.
(mime-view-maybe-inherit-widget-keymap): New function.
(mime-view-define-keymap-hook): Add
`mime-view-maybe-inherit-widget-keymap'.

* semi-def.el: Add setting for `widget-convert-button' to
autoload "wid-edit".
(mime-button-mother-dispatcher): Abolish.
(mime-button-dispatcher): Abolish.
(mime-add-button): Abolish.
(mime-button-action): New function.
(mime-button): New widget.
(mime-add-url-buttons): Rewrite with `url-link' widget.
(mime-button-face): Abolish.
(mime-button-mouse-face): Abolish.

23 years ago* mime-view.el (mime-display-entity): Call `mime-add-url-buttons'.
ueno [Mon, 28 Aug 2000 16:07:43 +0000 (16:07 +0000)]
* mime-view.el (mime-display-entity): Call `mime-add-url-buttons'.

23 years ago* SEMI-ELS: Compile `mime-vcard' only when vcard.el is available.
ueno [Tue, 22 Aug 2000 11:34:59 +0000 (11:34 +0000)]
* SEMI-ELS: Compile `mime-vcard' only when vcard.el is available.

23 years agoFix the last change.
ueno [Mon, 21 Aug 2000 21:01:40 +0000 (21:01 +0000)]
Fix the last change.

23 years agoupdate.
ueno [Mon, 21 Aug 2000 20:57:28 +0000 (20:57 +0000)]
update.

23 years ago* mime-view.el (mime-preview-fill-flowed-text): New variable.
ueno [Mon, 21 Aug 2000 20:57:12 +0000 (20:57 +0000)]
* mime-view.el (mime-preview-fill-flowed-text): New variable.

23 years agoupdate.
ueno [Mon, 21 Aug 2000 20:50:26 +0000 (20:50 +0000)]
update.

23 years agoDelete description about mailcrypt.
ueno [Mon, 21 Aug 2000 20:49:59 +0000 (20:49 +0000)]
Delete description about mailcrypt.

23 years ago* mime-view.el: Add setting for 'vcard-parse-string',
ueno [Mon, 21 Aug 2000 20:49:12 +0000 (20:49 +0000)]
* mime-view.el: Add setting for 'vcard-parse-string',
`vcard-format-string' and `vcard-filter-html' to autoload "vcard".
Set up for "text/x-vcard".
Add setting for `fill-flowed' to autoload "flow-fill".
(mime-display-text/plain): Handle "format=flowed".

* SEMI-ELS (semi-modules-to-compile): Add `mime-vcard'.

23 years ago* mime-vcard.el: New module.
ueno [Mon, 21 Aug 2000 20:48:17 +0000 (20:48 +0000)]
* mime-vcard.el: New module.

* semi-setup.el: Remove `application/x-pkcs7-signature',
`application/x-pkcs7-mime'.
Set up for "text/x-vcard".
(mime-setup-enable-vcard): New variable.

23 years agoFix ueno's mailing address.
ueno [Mon, 21 Aug 2000 20:37:09 +0000 (20:37 +0000)]
Fix ueno's mailing address.

* pgg-parse.el (pgg-decode-packets): Use `buffer-string' instead
of `buffer-substring'.

* mime-pgp.el: Add comment that this module is based on
draft-ietf-openpgp-mime-02.txt (OpenPGP/MIME).

23 years agoupdate.
ueno [Mon, 21 Aug 2000 08:16:50 +0000 (08:16 +0000)]
update.

23 years ago* mime-view.el: Add setting for 'vcard-parse-string',
ueno [Mon, 21 Aug 2000 08:16:08 +0000 (08:16 +0000)]
* mime-view.el: Add setting for 'vcard-parse-string',
`vcard-format-string' to autoload "vcard";
set up for "text/x-vcard"; add setting for
`fill-flowed' to autoload "flow-fill".
(mime-display-text/plain): Handle "format=flowed".

23 years ago(mime-user-interface-product): Modify for EMIKO 1.14.
ueno [Mon, 21 Aug 2000 07:23:52 +0000 (07:23 +0000)]
(mime-user-interface-product): Modify for EMIKO 1.14.

23 years agoThis commit was manufactured by cvs2svn to create branch 'emiko-1_14'. remi-1_14_3-ueno-1
tomo [Mon, 21 Aug 2000 07:01:24 +0000 (07:01 +0000)]
This commit was manufactured by cvs2svn to create branch 'emiko-1_14'.

23 years agoupdate.
ueno [Mon, 21 Aug 2000 07:01:23 +0000 (07:01 +0000)]
update.

23 years agoSynch up with emiko-1_13.
ueno [Mon, 21 Aug 2000 07:01:06 +0000 (07:01 +0000)]
Synch up with emiko-1_13.

23 years agoModify tomo and Shuhei's addresses; delete RCS keyword. emacs-21_0_90-semi-remi-1_14_3-pre1
tomo [Fri, 11 Aug 2000 12:01:14 +0000 (12:01 +0000)]
Modify tomo and Shuhei's addresses; delete RCS keyword.

23 years ago(mime-user-interface-product): Update to 1.14.3.
tomo [Fri, 11 Aug 2000 11:55:41 +0000 (11:55 +0000)]
(mime-user-interface-product): Update to 1.14.3.

23 years agoupdate.
tomo [Fri, 11 Aug 2000 11:55:25 +0000 (11:55 +0000)]
update.

23 years ago(mime-display-text/plain): Display warning message when
tomo [Fri, 11 Aug 2000 11:52:33 +0000 (11:52 +0000)]
(mime-display-text/plain): Display warning message when
`mime-insert-text-content' fails.

23 years agorelease. emacs-21_0_90-semi-remi-1_14_2-0 remi-1_14_2
tomo [Wed, 12 Jul 2000 04:47:58 +0000 (04:47 +0000)]
release.

23 years ago(Required environment): Modify for FLIM-Chao 1.14.1.
tomo [Wed, 12 Jul 2000 04:44:41 +0000 (04:44 +0000)]
(Required environment): Modify for FLIM-Chao 1.14.1.

23 years agofixed.
tomo [Wed, 12 Jul 2000 03:45:04 +0000 (03:45 +0000)]
fixed.

23 years agoModify for new URI.
tomo [Wed, 12 Jul 2000 03:44:11 +0000 (03:44 +0000)]
Modify for new URI.

23 years agorelease.
tomo [Wed, 12 Jul 2000 03:17:35 +0000 (03:17 +0000)]
release.

23 years agoupdated.
tomo [Wed, 12 Jul 2000 03:13:17 +0000 (03:13 +0000)]
updated.

23 years ago(mime-user-interface-product): Update to 1.14.2.
tomo [Wed, 12 Jul 2000 03:07:51 +0000 (03:07 +0000)]
(mime-user-interface-product): Update to 1.14.2.

23 years agoupdate.
tomo [Wed, 12 Jul 2000 03:06:59 +0000 (03:06 +0000)]
update.

23 years agoupdate.
tomo [Tue, 11 Jul 2000 06:51:14 +0000 (06:51 +0000)]
update.

23 years ago(mime-view-application/pgp): Setup local variable
tomo [Tue, 11 Jul 2000 06:49:08 +0000 (06:49 +0000)]
(mime-view-application/pgp): Setup local variable
`mime-view-temp-message-buffer' of preview-buffer.
(mime-view-application/pkcs7-mime): Likewise.

23 years ago(mime-preview-quitting-method-for-mime-show-message-mode): Don't use
tomo [Tue, 11 Jul 2000 06:45:44 +0000 (06:45 +0000)]
(mime-preview-quitting-method-for-mime-show-message-mode): Don't use
`mime-entity-buffer'; refer `mime-view-temp-message-buffer'.
(mime-store-message/partial-piece): Use
`insert-file-contents-as-binary' instead of
`(as-binary-input-file (insert-file-contents ...))'; use
`write-region-as-binary' instead of
`(as-binary-output-file (write-region ...)); setup local variable
`mime-view-temp-message-buffer' of preview-buffer.

23 years agoupdate.
tomo [Fri, 23 Jun 2000 04:32:39 +0000 (04:32 +0000)]
update.

23 years ago(mime-edit-preview-message): Set up local variable
tomo [Fri, 23 Jun 2000 04:31:50 +0000 (04:31 +0000)]
(mime-edit-preview-message): Set up local variable
`mime-edit-temp-message-buffer'.
(mime-edit-quitting-method): Refer `mime-edit-temp-message-buffer' to
avoid to use `mime-entity-buffer'.

23 years agoRevert coding-system.
yamaoka [Thu, 22 Jun 2000 22:15:22 +0000 (22:15 +0000)]
Revert coding-system.

23 years ago(Tamura) Replace space with tab.
kaoru [Thu, 22 Jun 2000 14:40:01 +0000 (14:40 +0000)]
(Tamura) Replace space with tab.

23 years agoupdate.
tomo [Wed, 21 Jun 2000 12:38:01 +0000 (12:38 +0000)]
update.

23 years agoModify header.
tomo [Wed, 21 Jun 2000 12:37:20 +0000 (12:37 +0000)]
Modify header.

23 years ago(mime-view-mode): Use `mime-entity-set-content-type' and
tomo [Wed, 21 Jun 2000 12:36:25 +0000 (12:36 +0000)]
(mime-view-mode): Use `mime-entity-set-content-type' and
`mime-entity-set-encoding' instead of
`mime-entity-set-content-type-internal' and
`mime-entity-set-encoding-internal'.

23 years ago(mime-preview-text/html): Use `mime-find-root-entity'.
tomo [Wed, 21 Jun 2000 12:35:17 +0000 (12:35 +0000)]
(mime-preview-text/html): Use `mime-find-root-entity'.

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:09 +0000 (13:02 +0000)]
update cvs development method.

24 years agoupdate.
tomo [Fri, 28 Apr 2000 07:43:38 +0000 (07:43 +0000)]
update.

24 years ago(mime-charset-type-list): Add `iso-2022-jp-3'.
tomo [Fri, 28 Apr 2000 07:42:51 +0000 (07:42 +0000)]
(mime-charset-type-list): Add `iso-2022-jp-3'.

24 years agorelease. remi-1_14_1
tomo [Wed, 1 Mar 2000 09:29:38 +0000 (09:29 +0000)]
release.

24 years agoupdate.
tomo [Wed, 1 Mar 2000 09:26:05 +0000 (09:26 +0000)]
update.

24 years ago(mime-view-define-keymap): Add new binding `mime-preview-show-header'
tomo [Wed, 1 Mar 2000 09:25:09 +0000 (09:25 +0000)]
(mime-view-define-keymap): Add new binding `mime-preview-show-header'
for C-c C-v C-f and C-c C-v h; add new binding
`mime-preview-show-content' for C-c C-v C-c; add new binding
`mime-preview-hide-header' for C-c C-d C-f and C-c C-d h; add new
binding `mime-preview-hide-content' for C-c C-d C-c.
(mime-preview-toggle-display): New function.
(mime-preview-toggle-header): Add new optional argument
`force-visible'; use `mime-preview-toggle-display'.
(mime-preview-toggle-content): Likewise.
(mime-preview-show-header): New function.
(mime-preview-show-content): New function.
(mime-preview-hide-header): New function.
(mime-preview-hide-content): New function.

24 years agoupdate.
tomo [Fri, 25 Feb 2000 12:24:22 +0000 (12:24 +0000)]
update.

24 years agoUse with-temp-buffer to load `mime-situation-examples-file'.
tomo [Fri, 25 Feb 2000 12:22:43 +0000 (12:22 +0000)]
Use with-temp-buffer to load `mime-situation-examples-file'.

24 years ago(mime-situation-examples-file-coding-system): New variable.
tomo [Fri, 25 Feb 2000 12:15:06 +0000 (12:15 +0000)]
(mime-situation-examples-file-coding-system): New variable.
(mime-save-situation-examples): Use `with-temp-buffer'; try to save as
`mime-situation-examples-file-coding-system'.
Setup `mime-situation-examples-file-coding-system' when
mime-situation-examples-file is loaded.

24 years ago(mime-view-define-keymap): Change keybind for
tomo [Fri, 25 Feb 2000 11:44:06 +0000 (11:44 +0000)]
(mime-view-define-keymap): Change keybind for
`mime-preview-toggle-header' to C-c C-t h and C-c C-t C-f.

24 years agoupdate.
tomo [Fri, 25 Feb 2000 09:20:18 +0000 (09:20 +0000)]
update.

24 years ago2000-02-24 Mito <mit@nines.nec.co.jp>
tomo [Fri, 25 Feb 2000 09:19:08 +0000 (09:19 +0000)]
2000-02-24  Mito  <mit@nines.nec.co.jp>

* mime-edit.el (mime-edit-normalize-body): Fix number of arguments
against enriched-encode.

24 years agoSync up with EMIKO 1.13.11.
ueno [Wed, 23 Feb 2000 14:17:52 +0000 (14:17 +0000)]
Sync up with EMIKO 1.13.11.

24 years agoupdate.
tomo [Tue, 22 Feb 2000 23:35:58 +0000 (23:35 +0000)]
update.

24 years ago(mime-delq-null-situation): Accept multiple ignored values.
tomo [Tue, 22 Feb 2000 23:35:21 +0000 (23:35 +0000)]
(mime-delq-null-situation): Accept multiple ignored values.
(mime-unify-situations): t is also regarded as an ignored-value.
(mime-preview-follow-current-entity): Eliminate unused local variable
`str'.

24 years agoupdate.
tomo [Tue, 22 Feb 2000 23:02:31 +0000 (23:02 +0000)]
update.

24 years ago(mime-play-find-every-situations): Renamed from
tomo [Tue, 22 Feb 2000 23:01:54 +0000 (23:01 +0000)]
(mime-play-find-every-situations): Renamed from
`mime-view-find-every-situations'.

24 years ago(mime-view-find-every-situations): Moved to mime-play.el.
tomo [Tue, 22 Feb 2000 23:00:48 +0000 (23:00 +0000)]
(mime-view-find-every-situations): Moved to mime-play.el.

24 years agoupdate.
tomo [Tue, 22 Feb 2000 22:33:47 +0000 (22:33 +0000)]
update.

24 years ago(mime-play-entity): Specify `mime-view-find-every-situations' as an
tomo [Tue, 22 Feb 2000 22:24:59 +0000 (22:24 +0000)]
(mime-play-entity): Specify `mime-view-find-every-situations' as an
optional argument `every-situations'.

24 years ago(mime-unify-situations): Add new optional argument `every-situations';
tomo [Tue, 22 Feb 2000 22:22:42 +0000 (22:22 +0000)]
(mime-unify-situations): Add new optional argument `every-situations';
use it instead of `mime-view-find-every-situations'.
(mime-display-multipart/alternative): Modify `body' property instead
of `body-presentation-method' property of preview-situation.

24 years agoUse `eval-after-load' for text/html related setting.
tomo [Tue, 22 Feb 2000 09:22:05 +0000 (09:22 +0000)]
Use `eval-after-load' for text/html related setting.

24 years agoupdate.
tomo [Fri, 18 Feb 2000 08:25:58 +0000 (08:25 +0000)]
update.

24 years ago(mime-user-interface-product): Update to 1.14.1.
tomo [Fri, 18 Feb 2000 08:24:54 +0000 (08:24 +0000)]
(mime-user-interface-product): Update to 1.14.1.

24 years ago(mime-view-define-keymap): Change binding of
tomo [Fri, 18 Feb 2000 08:21:43 +0000 (08:21 +0000)]
(mime-view-define-keymap): Change binding of
`mime-preview-toggle-content' from C-c C-t C-b to C-c C-t C-c.
(mime-preview-toggle-content): Renamed from
`mime-preview-toggle-body'.

24 years agorelease. remi-1_14_0
tomo [Thu, 17 Feb 2000 13:06:57 +0000 (13:06 +0000)]
release.

24 years agoupdate.
tomo [Thu, 17 Feb 2000 13:00:35 +0000 (13:00 +0000)]
update.

24 years ago(mime-view-define-keymap): Add new binding `mime-preview-toggle-body'
tomo [Thu, 17 Feb 2000 12:59:59 +0000 (12:59 +0000)]
(mime-view-define-keymap): Add new binding `mime-preview-toggle-body'
for C-c C-t C-b.
(mime-preview-toggle-body): New command.

24 years ago(mime-add-button): Don't use overlay.
tomo [Thu, 17 Feb 2000 12:57:40 +0000 (12:57 +0000)]
(mime-add-button): Don't use overlay.

24 years agoupdate.
tomo [Thu, 17 Feb 2000 09:25:55 +0000 (09:25 +0000)]
update.

24 years ago(mime-preview-condition): Add default setting of multipart; declare
tomo [Thu, 17 Feb 2000 09:25:17 +0000 (09:25 +0000)]
(mime-preview-condition): Add default setting of multipart; declare
body of message/partial, message/rfc822 and message/news are visible.
(mime-display-entity): Check `*body' or `body' property of situation.

24 years agoupdate.
tomo [Thu, 17 Feb 2000 08:26:47 +0000 (08:26 +0000)]
update.

24 years ago(mime-display-entity): Find `header-presentation-method' only if
tomo [Thu, 17 Feb 2000 08:26:00 +0000 (08:26 +0000)]
(mime-display-entity): Find `header-presentation-method' only if
`header-is-visible'.

24 years agoupdate.
tomo [Thu, 10 Feb 2000 11:04:06 +0000 (11:04 +0000)]
update.

24 years ago(mime-display-entity): Don't use `mime-goto-header-start-point'.
tomo [Thu, 10 Feb 2000 11:03:33 +0000 (11:03 +0000)]
(mime-display-entity): Don't use `mime-goto-header-start-point'.

24 years agoDelete comment of `mime-raw-find-entity-from-point'.
tomo [Thu, 10 Feb 2000 10:57:39 +0000 (10:57 +0000)]
Delete comment of `mime-raw-find-entity-from-point'.

24 years agoupdate.
tomo [Thu, 10 Feb 2000 10:51:32 +0000 (10:51 +0000)]
update.

24 years ago(mime-display-message): Use `major-mode' of current-buffer as default
tomo [Thu, 10 Feb 2000 10:50:26 +0000 (10:50 +0000)]
(mime-display-message): Use `major-mode' of current-buffer as default
value of `original-major-mode'; don't use `mime-entity-header-buffer'.

24 years ago(mime-preview-follow-current-entity): Use `mime-insert-header' to
tomo [Thu, 10 Feb 2000 10:43:35 +0000 (10:43 +0000)]
(mime-preview-follow-current-entity): Use `mime-insert-header' to
insert header; don't use `mime-entity-header-buffer',
`mime-entity-header-start-point' and `mime-entity-header-end-point'.

24 years agoupdate.
tomo [Thu, 10 Feb 2000 10:22:14 +0000 (10:22 +0000)]
update.