Skip to content

Commit

Permalink
APEL 7.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
morioka committed Mar 11, 1998
1 parent 7d24461 commit 55b53de
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
21 changes: 21 additions & 0 deletions 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.


1997-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp> 1997-11-08 MORIOKA Tomohiko <morioka@jaist.ac.jp>


* APEL: Version 7.1 was released. * APEL: Version 7.1 was released.
Expand Down
13 changes: 7 additions & 6 deletions Makefile
Expand Up @@ -2,7 +2,7 @@
# $Id$ # $Id$
# #


VERSION = 7.1 VERSION = 7.1.1


TAR = tar TAR = tar
RM = /bin/rm -f RM = /bin/rm -f
Expand Down Expand Up @@ -30,9 +30,11 @@ tar:
cvs commit cvs commit
sh -c 'cvs tag -RF apel-`echo $(VERSION) \ sh -c 'cvs tag -RF apel-`echo $(VERSION) \
| sed s/\\\\./_/ | sed s/\\\\./_/`; \ | sed s/\\\\./_/ | sed s/\\\\./_/`; \
cd /tmp; cvs export -d apel-$(VERSION) \ cd /tmp; \
-r apel-`echo $(VERSION) \ cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \
| sed s/\\\\./_/ | sed s/\\\\./_/` APEL' export -d apel-$(VERSION) \
-r apel-`echo $(VERSION) | sed s/\\\\./_/ | sed s/\\\\./_/` \
apel'
cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \ cd /tmp; $(RM) apel-$(VERSION)/ftp.in ; \
$(TAR) cvzf apel-$(VERSION).tar.gz apel-$(VERSION) $(TAR) cvzf apel-$(VERSION).tar.gz apel-$(VERSION)
cd /tmp; $(RM) -r apel-$(VERSION) cd /tmp; $(RM) -r apel-$(VERSION)
Expand All @@ -41,5 +43,4 @@ tar:
release: release:
-$(RM) /pub/GNU/elisp/apel/apel-$(VERSION).tar.gz -$(RM) /pub/GNU/elisp/apel/apel-$(VERSION).tar.gz
mv /tmp/apel-$(VERSION).tar.gz /pub/GNU/elisp/apel/ mv /tmp/apel-$(VERSION).tar.gz /pub/GNU/elisp/apel/
cd /pub/GNU/elisp/mime/alpha/ ; \ cd /pub/GNU/elisp/semi/ ; ln -s ../apel/apel-$(VERSION).tar.gz .
ln -s ../../apel/apel-$(VERSION).tar.gz .
4 changes: 4 additions & 0 deletions emu-x20.el
Expand Up @@ -33,6 +33,10 @@
(require 'emu-20) (require 'emu-20)




(and (coding-system-property 'iso-2022-jp 'input-charset-conversion)
(copy-coding-system 'iso-2022-7bit 'iso-2022-jp))


;;; @ MIME charset ;;; @ MIME charset
;;; ;;;


Expand Down

0 comments on commit 55b53de

Please sign in to comment.