From 6152ab4943b077374f74fc55b3b649f899b0c129 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 3 Dec 2012 22:51:38 +0100 Subject: Bump version to v1.1.1 --- dispass.el | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 ;; 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." -- cgit v1.2.3-54-g00ecf