APEL 7.1.1. tomo tomo-199811302358 tomo-last-snapshot-
authormorioka <morioka>
Wed, 11 Mar 1998 13:14:38 +0000 (13:14 +0000)
committermorioka <morioka>
Wed, 11 Mar 1998 13:14:38 +0000 (13:14 +0000)
ChangeLog
Makefile
emu-x20.el

index b4cd489..76fcf5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+1998-02-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * APEL: Version 7.1.1 was released.
+
+       * README.en (Bug reports): Modify for APEL.
+
+1998-02-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * std11.el (std11-msg-id-string): New function.
+       (std11-fill-msg-id-list-string): New function.
+
+       * std11-parse.el (std11-parse-msg-id): New function.
+
+1998-01-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * emu-x20.el: If coding-system `iso-2022-jp' unifies JIS X
+       0201-Latin to ASCII and JIS X 0208-1978 to JIS X 0208-1983 by
+       code-point, copy coding-system `iso-2022-7bit' to `iso-2022-jp' to
+       avoid this problem.
+
+\f
 1997-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * APEL: Version 7.1 was released.
index a49517a..3cd6025 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 #
-# $Id: Makefile,v 4.1 1997/11/08 07:44:29 morioka Exp $
+# $Id: Makefile,v 4.4 1998/02/12 12:09:46 morioka Exp $
 #
 
-VERSION = 7.1
+VERSION = 7.1.1
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -30,9 +30,11 @@ tar:
        cvs commit
        sh -c 'cvs tag -RF apel-`echo $(VERSION) \
                                | sed s/\\\\./_/ | sed s/\\\\./_/`; \
-       cd /tmp; cvs export -d apel-$(VERSION) \
-               -r apel-`echo $(VERSION) \
-                       | sed s/\\\\./_/ | sed s/\\\\./_/` APEL'
+       cd /tmp; \
+       cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \
+               export -d apel-$(VERSION) \
+               -r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \
+               apel'
        cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \
                $(TAR) cvzf apel-$(VERSION).tar.gz apel-$(VERSION)
        cd /tmp; $(RM) -r apel-$(VERSION)
@@ -41,5 +43,4 @@ tar:
 release:
        -$(RM) /pub/GNU/elisp/apel/apel-$(VERSION).tar.gz
        mv /tmp/apel-$(VERSION).tar.gz /pub/GNU/elisp/apel/
-       cd /pub/GNU/elisp/mime/alpha/ ; \
-               ln -s ../../apel/apel-$(VERSION).tar.gz .
+       cd /pub/GNU/elisp/semi/ ; ln -s ../apel/apel-$(VERSION).tar.gz .
index 907b2c7..d8dbf51 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996,1997 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: emu-x20.el,v 7.68 1997/11/04 07:41:28 morioka Exp $
+;; Version: $Id: emu-x20.el,v 7.69 1998/01/10 18:00:57 morioka Exp $
 ;; Keywords: emulation, compatibility, Mule, XEmacs
 
 ;; This file is part of XEmacs.
 (require 'emu-20)
 
 
+(and (coding-system-property 'iso-2022-jp 'input-charset-conversion)
+     (copy-coding-system 'iso-2022-7bit 'iso-2022-jp))
+
+    
 ;;; @ MIME charset
 ;;;