Bump version to v1.1.1

This commit is contained in:
Tom Willemsen 2012-12-03 22:51:38 +01:00
parent 5ea93a6762
commit 6152ab4943

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemsen <tom@ryuslash.org> ;; Author: Tom Willemsen <tom@ryuslash.org>
;; Created: Jun 8, 2012 ;; Created: Jun 8, 2012
;; Version: 1.1 ;; Version: 1.1.1
;; Keywords: processes ;; Keywords: processes
;; URL: http://ryuslash.org/projects/dispass.el.html ;; URL: http://ryuslash.org/projects/dispass.el.html
@ -108,6 +108,18 @@
;; made, use this for `dispass-list-labels' and adding ;; made, use this for `dispass-list-labels' and adding
;; completion options for `dispass'. ;; completion options for `dispass'.
;; 1.1.1 - Clean up the output from dispass when prompting, trim
;; whitespace from the front and end of the prompt.
;; - Don't have the filter try and kill the buffer, since the
;; sentinal should handle this.
;; - Don't call `dispass-add-label' in `dispass-create'. Let
;; DisPass handle it.
;; - Use `shell-command-to-string' in combination with `insert'
;; to prevent a random window from being opened.
;;; Code: ;;; Code:
(defgroup dispass nil (defgroup dispass nil
"Customization options for the DisPass wrapper." "Customization options for the DisPass wrapper."