summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip <pipcet@gmail.com>2015-08-14 16:42:02 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-08-14 22:34:41 +0200
commit80b1ebc6812275da3224e3b184cf3137b3bc2104 (patch)
tree0c3165bd709aaf1b4b22553feb58bd5cc313911a
parent453492ca957d3a2bf06d17eb89be1a9a99e815f2 (diff)
downloadorg-mode-80b1ebc6812275da3224e3b184cf3137b3bc2104.tar.gz
Remove references to ChangeLog
* README_contribute: Remove references to ChangeLog. Instead, reference the Emacs `CONTRIBUTE' file which documents how to format git commit messages. TINYCHANGE
-rw-r--r--README_contribute8
1 files changed, 4 insertions, 4 deletions
diff --git a/README_contribute b/README_contribute
index 3e1ef6d..2dc62e6 100644
--- a/README_contribute
+++ b/README_contribute
@@ -58,10 +58,10 @@ development.
new mechanism to make sure all changes end up in the right
place.
- - 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.
+ - Org mode no longer uses ChangeLog entries to document
+ changes. Instead, special commit messages are used, as
+ described in the `CONTRIBUTE' file in the main Emacs
+ repository.
- Among other things, Org-mode is widely appreciated because
of its simplicity, cleanness and consistency. We should try