Bump version to v1.1.1
This commit is contained in:
parent
5ea93a6762
commit
6152ab4943
1 changed files with 13 additions and 1 deletions
14
dispass.el
14
dispass.el
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemsen <tom@ryuslash.org>
|
||||
;; Created: Jun 8, 2012
|
||||
;; Version: 1.1
|
||||
;; Version: 1.1.1
|
||||
;; Keywords: processes
|
||||
;; URL: http://ryuslash.org/projects/dispass.el.html
|
||||
|
||||
|
@ -108,6 +108,18 @@
|
|||
;; made, use this for `dispass-list-labels' and adding
|
||||
;; 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:
|
||||
(defgroup dispass nil
|
||||
"Customization options for the DisPass wrapper."
|
||||
|
|
Loading…
Reference in a new issue