aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-12-15 03:13:46 +0000
committerGlenn Morris2009-12-15 03:13:46 +0000
commitd40084d1df4fdd7947677d2a0fee193123145eb0 (patch)
tree79fa69e8ff8e6be3bad26b9fed89fade2a133f7d
parent8a0d3b3fa11a3207fb1b41fb10e48112c3a3bcef (diff)
downloademacs-d40084d1df4fdd7947677d2a0fee193123145eb0.tar.gz
emacs-d40084d1df4fdd7947677d2a0fee193123145eb0.zip
(Coding Standards): Update URL.
(Getting the Source Code): Other VCSs are available.
-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.