From 05d96be1c29a70edfd3baaae0b43f304150ef340 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 6 Jan 2000 04:43:33 +0000 Subject: [PATCH] Update for the new CVS server. --- ChangeLog | 4 ++++ Makefile | 2 +- README.en | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41d30aa..e1a32dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-01-05 Katsumi Yamaoka + + * Makefile, README.en: Update for the new CVS server. + 1999-12-28 Daiki Ueno * mime-edit.el (mime-edit-user-agent-value): Don't require diff --git a/Makefile b/Makefile index 84d8c26..7f24328 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ tar: cvs commit sh -c 'cvs tag -RF $(PACKAGE)-`echo $(VERSION) | tr . _`; \ cd /tmp; \ - cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ export -d $(PACKAGE)-$(VERSION) \ -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ semi' diff --git a/README.en b/README.en index dc73eef..1caab62 100644 --- a/README.en +++ b/README.en @@ -204,7 +204,7 @@ CVS based development If you would like to join CVS based development, please send mail to - cvs@chamonix.jaist.ac.jp + cvs@cvs.m17n.org with your account name and UNIX style crypted password. We hope you will join the open development. -- 1.7.10.4