|
@@ -3,7 +3,7 @@
|
|
|
This is the GIT repository for the development of Org-mode, an
|
|
|
Emacs mode for organizing your life.
|
|
|
|
|
|
-This file explains the rules for participating in Org-mode
|
|
|
+The text below explains the rules for participating in Org-mode
|
|
|
development.
|
|
|
|
|
|
|
|
@@ -16,24 +16,24 @@ development.
|
|
|
git clone git://repo.or.cz/org-mode.git
|
|
|
|
|
|
Having a clone is sufficient to start hacking and to produce
|
|
|
- patches that can be easily and consistently be applied to the
|
|
|
+ patches that can easily and consistently be applied to the
|
|
|
main repository.
|
|
|
|
|
|
2. People who are interested to participate in the Org-mode
|
|
|
development can do so by sending patches to
|
|
|
emacs-orgmode@gnu.org.
|
|
|
|
|
|
-3. Any interested developer can request push access to the
|
|
|
- repository by sending their repo.or.cz user information to the
|
|
|
- maintainer of Org-mode. By requesting push access, you
|
|
|
+3. An interested developer can also request push access to the
|
|
|
+ central repository by sending his/her user-info at repo.or.cz
|
|
|
+ the maintainer of Org-mode. By requesting push access, you
|
|
|
acknowledge that you have read and agreed with the following
|
|
|
rules:
|
|
|
|
|
|
- Org-mode is part of Emacs. Therefore we need to be very
|
|
|
- conscious that any changes moving into the Org-mode core are
|
|
|
- done only by people who have signed the appropriate papers
|
|
|
- with the free software foundation. The files to which this
|
|
|
- applies are:
|
|
|
+ conscious about changes moving into the Org-mode core.
|
|
|
+ These can originate only from people who have signed the
|
|
|
+ appropriate papers with the free software foundation. The
|
|
|
+ files to which this applies are:
|
|
|
|
|
|
- all *.el files in the root directory of the repository
|
|
|
- org.texi, orgcard.tex, and ChangeLog.
|
|
@@ -41,18 +41,15 @@ development.
|
|
|
- Before making any significant changes, please explain and
|
|
|
discuss them on the mailing list emacs-orgmode@gnu.org.
|
|
|
|
|
|
- This does obviously not apply to people like Bastien Guerry,
|
|
|
- David O'Toole, Piotr Zielinski, or anyone else who has
|
|
|
- contributed and still maintains a file that is part of
|
|
|
- Org-mode. Please, just use the new mechanism to make sure
|
|
|
- all changes end in the right place.
|
|
|
+ This does obviously not apply to people who are maintaining
|
|
|
+ their own contributions to Org-mode. Please, just use the
|
|
|
+ new mechanism to make sure all changes end up in the right
|
|
|
+ place.
|
|
|
|
|
|
- - Making and pushing a change to the Org-mode core requires
|
|
|
+ - Creating and pushing a change to the Org-mode core requires
|
|
|
you also to provide ChangeLog entries. Just press `C-x 4 a'
|
|
|
in each function or variable you have modified and describe
|
|
|
- the change you made in the ChangeLog buffer/file. This is
|
|
|
- important, because these entries will be required when
|
|
|
- uploading any new version into the Emacs CVS tree.
|
|
|
+ the change you made in the ChangeLog buffer/file.
|
|
|
|
|
|
- Among other things, Org-mode is widely appreciated because
|
|
|
if its simplicity, cleanness and consistency. We should try
|