Sync up with SEMI 1.13.4.
authoryamaoka <yamaoka>
Wed, 12 May 1999 06:27:37 +0000 (06:27 +0000)
committeryamaoka <yamaoka>
Wed, 12 May 1999 06:27:37 +0000 (06:27 +0000)
ChangeLog
Makefile
VERSION
ftp.in

index d8430ce..5f8608e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        (mime-pgp-check-signature): Use `with-current-buffer' instead of
        `save-current-buffer'; add comment about PGP 5.0i.
 
-1999-04-06  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
-
-       * mime-edit.el (mime-delete-field): Use `std11-field-end'.
-
-1999-04-05  Katsumi Yamaoka   <yamaoka@jpl.org>
-
-       * mime-pgp.el (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.
+\f
+1999-05-12  MORIOKA Tomohiko  <tomo@m17n.org>
 
-1999-04-05  Katsumi Yamaoka   <yamaoka@jpl.org>
+       * SEMI: Version 1.13.4 (Terai) released.
 
-       * mime-pgp.el (mime-pgp-detect-version): New function.
-       (mime-verify-application/pgp-signature): Use it.
-       (mime-decrypt-application/pgp-encrypted): Use it.
-       (TopLevel): Require `std11'.
+1999-04-06  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
 
-       * mime-mc.el (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.
+       * mime-edit.el (mime-delete-field): Use `std11-field-end'.
 
 1999-03-30  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
 
        * mime-view.el (mime-preview-follow-current-entity): Don't copy
        header if current entity is root.
 
-1999-03-26  Katsumi Yamaoka   <yamaoka@jpl.org>
-
-       * mime-mc.el: Load "expect", if it exists, at the compile time.
-
-1999-03-25  Katsumi Yamaoka   <yamaoka@jpl.org>
-
-       * NEWS, mime-ui-en.sgml, mime-ui-ja.sgml: Update for the command
-       `mime-mc-setversion'.
-
-       * semi-setup.el (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-".
-
-1999-03-24  Katsumi Yamaoka   <yamaoka@jpl.org>
-
-       * NEWS, README.en, mime-ui-en.sgml, mime-ui-ja.sgml: Update for
-       PGP 5.0i and GnuPG support.
-
-       * semi-def.el (TopLevel): Autoload "mc-pgp5" and "mc-gpg".
-       (pgp-function): Modify for extended `pgp-function-alist'.
-       (pgp-function-alist): Extend for supporting PGP 5.0i and GnuPG.
-       (pgp-version): New user option.
-
-       * mime-pgp.el (mime-pgp-good-signature-post-function-pgp50-us): New
-       function.
-
-       (mime-verify-application/pgp-signature): Support PGP 5.0i and
-       GnuPG.
-       (mime-pgp-check-signature): Likewise.
-
-       (mime-pgp-key-expected-regexp,
-       mime-pgp-good-signature-post-function,
-       mime-pgp-good-signature-regexp, mime-pgp-default-language,
-       mime-pgp-command): New macros.
-
-       (mime-pgp-key-expected-regexp-alist): Use `defcustom'; extend for
-       supporting PGP 5.0i and GnuPG.
-       (mime-pgp-good-signature-regexp-alist): Likewise.
-
-       (mime-pgp-default-language-alist, mime-pgp-command-alist): New
-       user options.
-       (mime-pgp-default-language): Abolish variable. Move to
-       `mime-pgp-default-language-alist'.
-       (mime-pgp-command): Abolish variable. Move to
-       `mime-pgp-command-alist'
-
-       (TopLevel): Require `semi-def' explicitly for referring to the
-       value of `pgp-version'.
-
-       * mime-mc.el (mime-mc-pgp-encrypt-region): Load "mc-pgp" if the
-       function `mc-pgp-encrypt-region' does not exist.
-       (mime-mc-pgp-sign-region): Load "mc-pgp" if the function
-       `mc-pgp-generic-parser' does not exist.
-
-       (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-snarf-keys, mime-mc-decrypt, mime-mc-verify,
-       mime-mc-insert-public-key): New functions.
-
-       (mime-mc-pgp-generic-parser): Abolish function.
-       (TopLevel): Autoload or load some modules if they are needed
-       instead of to load "mc-pgp" first; define some variables for
-       avoiding byte-compile warnings; require `semi-def' explicitly for
-       referring to the value of `pgp-version'.
-
-       * mime-edit.el (mime-edit-encrypt-pgp-mime): Use "gpg" for the
-       prefix string of boundary if GnuPG is used.
-       (TopLevel): Require `semi-def' explicitly for referring to the
-       value of `pgp-version'.
-
 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mime-edit.el (mime-charset-type-list): Add `tis-620'.
 \f
 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.13.0 (Matt\e.D\8eò) released.
+       * SEMI: Version 1.13.0 (Matt\e-Dò)\e-A released.
 
 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-07-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * REMI: Version 1.8.3 (Ecch\8eþ-Nakagawa) released.
+       * REMI: Version 1.8.3 (Ecch\e-Dþ-Nakagawa)\e-A released.
 
        * mime-play.el (mime-delq-null-situation): Add new optional
        argument `ignored-value'.
 \f
 1998-07-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * REMI: Version 1.8.2 (N\8eòmachi) released.
+       * REMI: Version 1.8.2 (N\e-Dòmachi)\e-A released.
 
 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * REMI: Version 1.8.0 (Ecch\8eþ-Kokubu) released.
+       * REMI: Version 1.8.0 (Ecch\e-Dþ-Kokubu)\e-A released.
 
 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-06-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.5.0 (Nishi-Ny\8eþzen) released.
+       * SEMI: Version 1.5.0 (Nishi-Ny\e-Dþzen)\e-A released.
 
        * README.en (Required environment): Modify for FLIM 1.3.0.
 
 \f
 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.4.6 (Ny\8eþzen) released.
+       * SEMI: Version 1.4.6 (Ny\e-Dþzen)\e-A released.
 
 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
 \f
 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.4.4 (Ecch\8eþ-Miyazaki) released.
+       * SEMI: Version 1.4.4 (Ecch\e-Dþ-Miyazaki)\e-A released.
 
        * mime-play.el (mime-mailcap-method-filename-alist): New variable.
        (mime-mailcap-method-sentinel): New function.
 \f
 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.4.1 (\8eÒmi) released.
+       * SEMI: Version 1.4.1 (\e-DÒmi)\e-A released.
 
        * README.en (Required environment): Modify for FLIM 1.2.0.
 
 \f
 1998-04-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.3.2 (N\8eò) was released.
+       * SEMI: Version 1.3.2 (N\e-Dò)\e-A was released.
 
        * mime-edit.el (mime-edit-mode-entity-prefix): New variable.
        (mime-edit-mode-entity-map): New variable.
 \f
 1998-03-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.0.2 (Nonoichi-K\8eòdaimae) was released.
+       * SEMI: Version 1.0.2 (Nonoichi-K\e-Dòdaimae)\e-A was released.
 
 1998-03-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mime-file.el: Rename `mime-article/extract-file' ->
        `mime-extract-current-entity'.
 
-1998-03-03  Fran\e.A\8eçois Pinard   <pinard@iro.umontreal.ca>
+1998-03-03  François Pinard   <pinard@iro.umontreal.ca>
 
        * mime-edit.el (mime-edit-insert-signature): Function
        `mime-edit-insert-tag' is sometimes called with more arguments
 \f
 1998-02-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 1.0.0 (Nukaj\e.D\8eþtaku-mae) was released.
+       * SEMI: Version 1.0.0 (Nukaj\e-Dþtaku-mae)\e-A was released.
 
        * SEMI-ELS: Remove mime-tar.el.
 
 \f
 1997-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
-       * SEMI: Version 0.116 (D\8eòh\8eòji) was released.
+       * SEMI: Version 0.116 (D\e-Dòhòji)\e-A was released.
 
 1997-11-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mime-view.el, mime-pgp.el, mime-partial.el: Rename
        `mime::article/content-info' -> `mime-raw-content-info'.
 
-1997-11-11  Fran\e.A\8eçois Pinard   <pinard@iro.umontreal.ca>
+1997-11-11  François Pinard   <pinard@iro.umontreal.ca>
 
        * mime-edit.el: Modify space in prompt and removespurious trailing
        spaces in the files. (cf. [tm-en:1507])
index 598ff68..b46e356 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 PACKAGE = semi
 API    = 1.13
-RELEASE = 3
+RELEASE = 4
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -23,7 +23,7 @@ VERSION_SPECIFIC_LISPDIR = NONE
 GOMI   = *.elc
 
 VERSION        = $(API).$(RELEASE)
-ARC_DIR = /pub/GNU/elisp/semi/semi-$(API)-for-flim-1.12
+ARC_DIR = /pub/mule/semi/semi-$(API)-for-flim-1.12
 
 
 elc:
diff --git a/VERSION b/VERSION
index e75bb34..1b62189 100644 (file)
--- a/VERSION
+++ b/VERSION
 1.3.0  Totsuka                 \e$(B8MDM\e(B     ; = JR \e$(B2#?\2l@~\e(B
 1.3.1  \e-DÒfuna\e-A                     \e$(BBgA%\e(B     ; = JR \e$(B:,4_@~!"2#?\2l@~\e(B
 1.4.0  Fujisawa                \e$(BF#Bt\e(B     ; <=> \e$(B>.ED5^EEE4\e(B \e$(B9>%NEg@~!"9>%NEgEEE4\e(B
-1.4.1  Tsujid\e-Dò\e-A                   \e$(BDTF2\e(B     ; \e$(B!J!VDT!W\e(B= J90@B-4454:128b\e$(B!K\e(B
+1.4.1  Tsujid\e-Dò\e-A                   \e$(@DT\e$(BF2\e(B ; \e$(B!J!V\e$(@DT\e$(B!W\e(B= J90@B-4454:128b\e$(B!K\e(B
 1.4.2  Chigasaki               \e$(B3}%v:j\e(B   ; = JR \e$(BAjLO@~\e(B
 1.4.3  Hiratsuka               \e$(BJ?DM\e(B
 1.4.4  \e-DÒiso\e-A                      \e$(BBg0k\e(B
diff --git a/ftp.in b/ftp.in
index 6c3ad02..9da2fb4 100644 (file)
--- a/ftp.in
+++ b/ftp.in
@@ -2,12 +2,12 @@
 
   It is available from
 
-    ftp://ftp.jaist.ac.jp/pub/GNU/elisp/semi/semi-API-for-flim-1.12
+    ftp://ftp.etl.go.jp/pub/mule/semi/semi-API-for-flim-1.12
 
 --[[message/external-body;
        access-type=anon-ftp;
-       site="ftp.jaist.ac.jp";
-       directory="/pub/GNU/elisp/semi/semi-API-for-flim-1.12";
+       site="ftp.etl.go.jp";
+       directory="/pub/mule/semi/semi-API-for-flim-1.12";
        name="PACKAGE-VERSION.tar.gz";
        mode=image]]
 Content-Type: application/octet-stream;