# HG changeset patch # User Glenn Morris # Date 1260846826 0 # Node ID d04aeb2c3beb405c9413ca5a360d85b7f46793a9 # Parent ea7513e9933194b25834d958ea9337afa9f0e323 (Coding Standards): Update URL. (Getting the Source Code): Other VCSs are available. diff -r ea7513e99331 -r d04aeb2c3beb etc/CONTRIBUTE --- a/etc/CONTRIBUTE Tue Dec 15 03:12:44 2009 +0000 +++ b/etc/CONTRIBUTE Tue Dec 15 03:13:46 2009 +0000 @@ -37,7 +37,7 @@ Emacs has certain additional style and coding conventions. -Ref: http://www.gnu.org/prep/standards_toc.html +Ref: http://www.gnu.org/prep/standards/ Ref: GNU Coding Standards Info Manual Ref: The "Tips" Appendix in the Emacs Lisp Reference. @@ -54,11 +54,11 @@ * Getting the Source Code -The latest version of Emacs can be downloaded using CVS or Arch from -the Savannah web site. It is important to write your patch based on -this version; if you start from an older version, your patch may be -outdated when you write it, and maintainers will have a hard time -applying it. +The latest version of Emacs can be downloaded using CVS (or other +version control systems) from the Savannah web site. It is important +to write your patch based on this version; if you start from an older +version, your patch may be outdated when you write it, and maintainers +will have a hard time applying it. After you have downloaded the CVS source, you should read the file INSTALL.CVS for build instructions (they differ to some extent from a diff -r ea7513e99331 -r d04aeb2c3beb etc/ChangeLog --- a/etc/ChangeLog Tue Dec 15 03:12:44 2009 +0000 +++ b/etc/ChangeLog Tue Dec 15 03:13:46 2009 +0000 @@ -1,5 +1,8 @@ 2009-12-15 Glenn Morris + * CONTRIBUTE (Coding Standards): Update URL. + (Getting the Source Code): Other VCSs are available. + * ORDERS: Update some URLs. * edt-user.el: New file, split out from edt-user.doc.