diff options
| author | Glenn Morris | 2009-12-15 03:13:46 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-12-15 03:13:46 +0000 |
| commit | d40084d1df4fdd7947677d2a0fee193123145eb0 (patch) | |
| tree | 79fa69e8ff8e6be3bad26b9fed89fade2a133f7d | |
| parent | 8a0d3b3fa11a3207fb1b41fb10e48112c3a3bcef (diff) | |
| download | emacs-d40084d1df4fdd7947677d2a0fee193123145eb0.tar.gz emacs-d40084d1df4fdd7947677d2a0fee193123145eb0.zip | |
(Coding Standards): Update URL.
(Getting the Source Code): Other VCSs are available.
| -rw-r--r-- | etc/CONTRIBUTE | 12 | ||||
| -rw-r--r-- | etc/ChangeLog | 3 |
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 | ||
| 38 | Emacs has certain additional style and coding conventions. | 38 | Emacs has certain additional style and coding conventions. |
| 39 | 39 | ||
| 40 | Ref: http://www.gnu.org/prep/standards_toc.html | 40 | Ref: http://www.gnu.org/prep/standards/ |
| 41 | Ref: GNU Coding Standards Info Manual | 41 | Ref: GNU Coding Standards Info Manual |
| 42 | Ref: The "Tips" Appendix in the Emacs Lisp Reference. | 42 | Ref: 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 | ||
| 57 | The latest version of Emacs can be downloaded using CVS or Arch from | 57 | The latest version of Emacs can be downloaded using CVS (or other |
| 58 | the Savannah web site. It is important to write your patch based on | 58 | version control systems) from the Savannah web site. It is important |
| 59 | this version; if you start from an older version, your patch may be | 59 | to write your patch based on this version; if you start from an older |
| 60 | outdated when you write it, and maintainers will have a hard time | 60 | version, your patch may be outdated when you write it, and maintainers |
| 61 | applying it. | 61 | will have a hard time applying it. |
| 62 | 62 | ||
| 63 | After you have downloaded the CVS source, you should read the file | 63 | After you have downloaded the CVS source, you should read the file |
| 64 | INSTALL.CVS for build instructions (they differ to some extent from a | 64 | INSTALL.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 @@ | |||
| 1 | 2009-12-15 Glenn Morris <rgm@gnu.org> | 1 | 2009-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. |