diff --git a/ChangeLog b/ChangeLog index 264ec41ee18895c12b004b6d197a5bad9a643f8c..351f67dab26307cd09e8eb898be2b3ccf43a8d83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,8 @@ CVS code - instructions aren't only available in its CVS snapshots. (DLR) - README: - Add more miscellaneous cosmetic fixes. (DLR) +- README.CVS: + - Update for the 2.0 branch of nano. (DLR) - NEWS: - Formatting fix. (DLR) - m4/glib-2.0.m4: diff --git a/README.CVS b/README.CVS index 6ef63c9da7939b2694a59d46a48a27237c78d30d..ec7862b6b296be6d03b791c438eef0fd4c747ddc 100644 --- a/README.CVS +++ b/README.CVS @@ -44,11 +44,6 @@ command to download the CVS tree: $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout nano -If you want to download the stable CVS branch, add "-r nano_1_2_branch": - - $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/nano checkout -r nano_1_2_branch nano - - Generate the configure script -----------------------------