From 6cf29165b0fe1d8242f20e62f40c5d622877ec6f Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 27 Apr 2012 17:38:22 +0000 Subject: [PATCH 1/7] (make.bat (for MS-DOS family)): Modify for apel-en@lists.chise.org. --- README.en | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.en b/README.en index f13ac97..15c5800 100644 --- a/README.en +++ b/README.en @@ -226,9 +226,10 @@ to such directory by default. If you want install APEL to such an Emacs you may install all APEL modules to an Emacs version independent site-lisp directory such as c:\usr\mule\site-lisp. -We cannot provide you with a Demacs example for make.bat. If you install -APEL to Demacs, please send us such an example to apel-en@m17n.org (you -can post a message to the ML, even if you are not a member). +We cannot provide you with a Demacs example for make.bat. If you +install APEL to Demacs, please send us such an example to +apel-en@lists.chise.org (you can post a message to the ML, even if you +are not a member). If you checkout APEL by using Windows native cvs.exe (not cygwin version), cvs.exe will regularize end of line codes, LF to CRLF. And From 24061360dd00280d5154703ff4c7752f8b97e3f4 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 27 Apr 2012 17:39:43 +0000 Subject: [PATCH 2/7] update. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8039722..a5b1939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-04-27 MORIOKA Tomohiko + + * README.en: (make.bat (for MS-DOS family)): Modify for + apel-en@lists.chise.org. + 2012-04-26 MORIOKA Tomohiko * README.ja, README.en (Bug reports): Modify for From 17debc3aeabc5ed4f8953781a859373783f19a2c Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 27 Apr 2012 17:51:12 +0000 Subject: [PATCH 3/7] Remove descriptions about CVS and add description about the new Git repository. --- README.en | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/README.en b/README.en index 15c5800..b270fce 100644 --- a/README.en +++ b/README.en @@ -469,26 +469,18 @@ Latest release of APEL can be obtained from: ftp://ftp.m17n.org/pub/mule/apel/ -* CVS +* Git -Development of APEL uses CVS. So latest developing version is -available at CVS. +Development of APEL uses Git. So the latest developing version is +available at the following Git repository: -** cvs login (first time only) + % git clone http://git.chise.org/git/elisp/apel.git - % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login +Or you can view the APEL repository via WWW at: - CVS password: [CR] # NULL string + http://git.chise.org/gitweb/?p=elisp/apel.git -** checkout - - % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout apel - - If you would like to join CVS based development, please send mail to - - cvs@cvs.m17n.org - -with your account name and your public key for ssh. cvsroot is -:ext:cvs@cvs.m17n.org:/cvs/root. +If you would like to join Git based development, please declare it in +the APEL mailing list. We hope you will join the open development. From 2fffea221c38aef5a51ed939f5319bb080c5a4fd Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 27 Apr 2012 17:58:35 +0000 Subject: [PATCH 4/7] Remove descriptions about CVS and add description about the new Git repository. --- README.ja | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/README.ja b/README.ja index 3f19051..3261616 100644 --- a/README.ja +++ b/README.ja @@ -558,26 +558,18 @@ APEL ML $B$rDL$7$F!"(BAPEL $B$N%P%0$rJs9p$7$?$j!"(BAPEL $B$N:G?7$N%j%j!<%9$ ftp://ftp.m17n.org/pub/mule/apel/ -* CVS +* Git -APEL $B$N3+H/$O(B CVS $B$r;H$C$F$$$^$9!#:G?7$N3+H/%P!<%8%g%s$r(B CVS $B$G$H!"(Bssh $B$N8x3+80$rAw$C$F$/$@$5$$!#(Bssh $B7PM3$G$O!"(Bcvsroot -$B$O(B :ext:cvs@cvs.m17n.org:/cvs/root $B$H$J$j$^$9!#(B +Git $B$K4p$E$$$?3+H/$K;22C$7$?$$$H$-$O!"(BAPEL $B%a!<%j%s%0%j%9%H$G$=$N;]$r(B +$B@k8@$7$F$/$@$5$$!#(B -$B3+$+$l$?3+H/$K;22C$7$F$/$@$5$k$3$H$r4|BT$7$^$9!#(B +$B2f!9$OB?$/$NJ}$,$3$N3+$+$l$?3+H/$K;22C$7$F$/$@$5$k$3$H$rK>$s$G$$$^$9!#(B From acf250b1715c704026aa4c68d64eb212562ed5dc Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 27 Apr 2012 17:59:57 +0000 Subject: [PATCH 5/7] update. --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a5b1939..5332c21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ 2012-04-27 MORIOKA Tomohiko - * README.en: (make.bat (for MS-DOS family)): Modify for + * README.ja, README.en: Remove descriptions about CVS and add + description about the new Git repository. + +2012-04-27 MORIOKA Tomohiko + + * README.en (make.bat (for MS-DOS family)): Modify for apel-en@lists.chise.org. 2012-04-26 MORIOKA Tomohiko From 64c74883fdda6a533b281f5246fb40fcb6fc8528 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 27 Apr 2012 18:03:14 +0000 Subject: [PATCH 6/7] (MAKEIT.BAT): Modify for apel-ja@lists.chise.org. --- README.ja | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.ja b/README.ja index 3261616..ee856eb 100644 --- a/README.ja +++ b/README.ja @@ -202,7 +202,7 @@ MS-DOS $B7O$N(B OS $B$N$?$a$K(B MAKEIT.BAT $B$H(B MAKE1.BAT $B$,MQ0U$5$l$ $B3+H/!"F0:n3NG'$,(B Windows $B$G$7$+9T$J$o$l$F$$$J$$$?$a!"8E$$%P!<%8%g%s$N(B DOS $B$G$OF0:n$7$J$$2DG=@-$,$"$j$^$9!#ITET9g$rH/8+$7$?J}$O(B -apel-ja@m17n.org $B$^$G$4O"Mm2<$5$$!#(B +apel-ja@lists.chise.org $B$^$G$4O"Mm2<$5$$!#(B *** MAKEIT.BAT $B$NJT=8(B @@ -243,8 +243,8 @@ c:\usr\Meadow\1.10\site-lisp) $B$,B8:_$;$:!"%G%#%U%)%k%H$G$O(B load-path $B$b $B$&!#(B Demacs $B$N@_DjNc$r=`Hw$9$k$3$H$,$G$-$^$;$s$G$7$?!#(BDemacs $B$K(B APEL $B$r%$%s(B -$B%9%H!<%k$7$?J}$O!"@_DjNc$r(B apel-ja@m17n.org $B$KAw$C$F2<$5$$(B ($BHs9XFI Date: Fri, 27 Apr 2012 18:07:35 +0000 Subject: [PATCH 7/7] update. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5332c21..c2b6af3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-27 MORIOKA Tomohiko + + * README.ja (MAKEIT.BAT): Modify for apel-ja@lists.chise.org. + 2012-04-27 MORIOKA Tomohiko * README.ja, README.en: Remove descriptions about CVS and add