aboutsummaryrefslogtreecommitdiffstats
path: root/dispass.el
diff options
context:
space:
mode:
Diffstat (limited to 'dispass.el')
-rw-r--r--dispass.el14
1 files changed, 13 insertions, 1 deletions
diff --git a/dispass.el b/dispass.el
index 4b67c10..588fd02 100644
--- a/dispass.el
+++ b/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."