This commit is contained in:
Tom Willemsen 2013-04-09 02:16:32 +02:00
parent 060aba187d
commit 82e65c6d50
2 changed files with 30 additions and 15 deletions

30
NEWS Normal file
View file

@ -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.

View file

@ -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