emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/CONTRIBUTE,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/CONTRIBUTE,v
Date: Fri, 07 Jul 2006 11:20:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/07 11:20:20

Index: CONTRIBUTE
===================================================================
RCS file: /cvsroot/emacs/emacs/CONTRIBUTE,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- CONTRIBUTE  7 Jul 2006 08:22:04 -0000       1.4
+++ CONTRIBUTE  7 Jul 2006 11:20:20 -0000       1.5
@@ -34,13 +34,13 @@
        Emacs has certain additional style and coding conventions.
 
        Ref: http://www.gnu.org/prep/standards_toc.html
-       Ref: Standards Info Manual
+       Ref: GNU Coding Standards Info Manual
 
 
 o      Copyright Assignment
 
        We can accept small changes without legal papers, and for
-       medium-size changes a copyright disclaimer is ok too.  Toa
+       medium-size changes a copyright disclaimer is ok too.  To
        accept substantial contributions from you, we need a copyright
        assignment form filled out and filed with the FSF.
 
@@ -52,11 +52,13 @@
 
        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 this version; if you start from an older
-       version, your patch may be outdated when you write it.
-
-       After you have downloaded the source, you should read the file
-       INSTALL.CVS for further instructions.
+       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 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 normal build).
 
        Ref: http://savannah.gnu.org/projects/emacs
 
@@ -66,27 +68,28 @@
        Every patch must have several pieces of information before we
        can properly evaluate it.
 
-       For bug fixes, a description of the bug and how your patch fixes
-       this bug.
+       * For bug fixes, a description of the bug and how your patch
+         fixes this bug.
 
-       For new features, a description of the feature and your
+       * For new features, a description of the feature and your
        implementation.
 
-       A ChangeLog entry as plaintext (separate from the patch); see
-       the various ChangeLog files for format and content. Note that,
-       unlike some other projects, we do require ChangeLogs also for
-       documentation i.e. texinfo files.
-
-       Ref: Change Log Concepts node of the Standards Info Manual
-
-       The patch itself.  If you are accessing the CVS repository use
-       "cvs update; cvs diff -cp"; else, use "diff -cp OLD NEW".  If
-       your version of diff does not support these options, then get
-       the latest version of GNU diff.
-
-       We accept patches as plain text (preferred for the compilers
-       themselves), MIME attachments (preferred for the web pages), or
-       as uuencoded gzipped text.
+       * A ChangeLog entry as plaintext (separate from the patch);
+         see the various ChangeLog files for format and content. Note
+         that, unlike some other projects, we do require ChangeLogs
+         also for documentation, i.e. Texinfo files.
+
+         Ref: "Change Log Concepts" node of the GNU Coding Standards
+         Info Manual, for how to write good log entries.
+
+       * The patch itself.  If you are accessing the CVS repository
+         use "cvs update; cvs diff -cp"; else, use "diff -cp OLD NEW".
+         If your version of diff does not support these options, then
+         get the latest version of GNU Diff. 
+
+       * We accept the patches as plain text (preferred for the
+         compilers themselves), MIME attachments (preferred for the
+         web pages), or as uuencoded gzipped text.
 
        When you have all these pieces, bundle them up in a mail message
        and send it to address@hidden or address@hidden
@@ -114,11 +117,20 @@
        documentation.  If it does, you can either do this yourself or
        add an item to the NEWS file.
 
-       The best way to understand Emacs Internals is to read the code
+       If you document your change in NEWS, please mark the NEWS
+       entry with the documentation status of the change: if you
+       submit the changes for the manuals, mark it with "+++"; if it
+       doesn't need to be documented, mark it with "---"; if it needs
+       to be documented, but you didn't submit documentation changes,
+       leave the NEWS entry unmarked.  (These marks are checked by
+       the Emacs maintainers to make sure every change was reflected
+       in the manuals.)
+
+       The best way to understand Emacs Internals is to read the code,
        but the  nodes "Tips" and "GNU Emacs Internals" in the Appendix
        of the Emacs Lisp Reference Manual may also help.
 
-       The file DEBUG describes how to debug Emacs bugs.
+       The file etc/DEBUG describes how to debug Emacs bugs.
 
        Avoid using `defadvice' or `eval-after-load' for Lisp
        code to be included in Emacs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]