aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/CONTRIBUTE12
-rw-r--r--etc/ChangeLog3
2 files changed, 9 insertions, 6 deletions
diff --git a/etc/CONTRIBUTE b/etc/CONTRIBUTE
index c6d4f8973cd..2807a58cae1 100644
--- a/etc/CONTRIBUTE
+++ b/etc/CONTRIBUTE
@@ -37,7 +37,7 @@ can use it.
37 37
38Emacs has certain additional style and coding conventions. 38Emacs has certain additional style and coding conventions.
39 39
40Ref: http://www.gnu.org/prep/standards_toc.html 40Ref: http://www.gnu.org/prep/standards/
41Ref: GNU Coding Standards Info Manual 41Ref: GNU Coding Standards Info Manual
42Ref: The "Tips" Appendix in the Emacs Lisp Reference. 42Ref: The "Tips" Appendix in the Emacs Lisp Reference.
43 43
@@ -54,11 +54,11 @@ Contact us at emacs-devel@gnu.org to obtain the relevant forms.
54 54
55* Getting the Source Code 55* Getting the Source Code
56 56
57The latest version of Emacs can be downloaded using CVS or Arch from 57The latest version of Emacs can be downloaded using CVS (or other
58the Savannah web site. It is important to write your patch based on 58version control systems) from the Savannah web site. It is important
59this version; if you start from an older version, your patch may be 59to write your patch based on this version; if you start from an older
60outdated when you write it, and maintainers will have a hard time 60version, your patch may be outdated when you write it, and maintainers
61applying it. 61will have a hard time applying it.
62 62
63After you have downloaded the CVS source, you should read the file 63After you have downloaded the CVS source, you should read the file
64INSTALL.CVS for build instructions (they differ to some extent from a 64INSTALL.CVS for build instructions (they differ to some extent from a
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 55d57ff40ca..0e89371ab37 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,5 +1,8 @@
12009-12-15 Glenn Morris <rgm@gnu.org> 12009-12-15 Glenn Morris <rgm@gnu.org>
2 2
3 * CONTRIBUTE (Coding Standards): Update URL.
4 (Getting the Source Code): Other VCSs are available.
5
3 * ORDERS: Update some URLs. 6 * ORDERS: Update some URLs.
4 7
5 * edt-user.el: New file, split out from edt-user.doc. 8 * edt-user.el: New file, split out from edt-user.doc.