From 82e65c6d50c7e752f8eed60fe4f41848f5984cb8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 9 Apr 2013 02:16:32 +0200 Subject: Add NEWS --- NEWS | 30 ++++++++++++++++++++++++++++++ git-auto-commit-mode.el | 15 --------------- 2 files changed, 30 insertions(+), 15 deletions(-) create mode 100644 NEWS 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 -- cgit v1.2.3-54-g00ecf