aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-03 22:51:38 +0100
committerGravatar Tom Willemsen2012-12-03 22:51:38 +0100
commit6152ab4943b077374f74fc55b3b649f899b0c129 (patch)
treebd1f989a08a422c28a0c755fe5c2ded03e994b9c
parent5ea93a6762d7f47b8c176e945305af6658af9395 (diff)
downloaddispass.el-6152ab4943b077374f74fc55b3b649f899b0c129.tar.gz
dispass.el-6152ab4943b077374f74fc55b3b649f899b0c129.zip
Bump version to v1.1.1
-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."