aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-09 02:16:32 +0200
committerGravatar Tom Willemsen2013-04-09 02:16:38 +0200
commit82e65c6d50c7e752f8eed60fe4f41848f5984cb8 (patch)
tree8f66e97126b3781daa1ad8a2f438ba532d886b06
parent060aba187d1df63bf273f87531f067588475852d (diff)
downloadgit-auto-commit-mode-82e65c6d50c7e752f8eed60fe4f41848f5984cb8.tar.gz
git-auto-commit-mode-82e65c6d50c7e752f8eed60fe4f41848f5984cb8.zip
Add NEWS
-rw-r--r--NEWS30
-rw-r--r--git-auto-commit-mode.el15
2 files changed, 30 insertions, 15 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..d70f9d8
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,30 @@
+# -*- mode: org; -*-
+
+* v4.2.0
+
+ - Add README and NEWS files.
+
+* v4.1
+
+ - Update package URL to new homepage.
+
+* v4
+
+ - Make =gac-automatically-push= buffer local, always.
+
+ - Rename =gac-automatically-push= to =gac-automatically-push-p= to
+ follow standard emacs-lisp conventions.
+
+ - Fix commentary about =gac-automatically-push-p=.
+
+* v3
+
+ - Shows the status when push finishes.
+
+* v2
+
+ - Add ability to automatically push.
+
+* v1
+
+ - Initial release.
diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el
index 6891739..96a082d 100644
--- a/git-auto-commit-mode.el
+++ b/git-auto-commit-mode.el
@@ -29,21 +29,6 @@
;; When `gac-automatically-push-p' is non-nil, it also tries to push
;; to the current upstream.
-;;; Change Log:
-
-;; 1 - Initial release.
-
-;; 2 - Add ability to automatically push.
-
-;; 3 - Shows the status when push finishes.
-
-;; 4 - Make `gac-automatically-push' buffer local, always.
-
-;; - Rename `gac-automatically-push' to `gac-automatically-push-p'
-;; to follow standard emacs-lisp conventions.
-
-;; - Fix commentary about `gac-automatically-push-p'.
-
;;; Code:
(defvar gac-automatically-push-p nil