aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-08 18:22:41 +0200
committerGravatar Tom Willemsen2012-07-08 18:22:41 +0200
commit8d80a61ff46cde79eae3b447031a23190e1cfc62 (patch)
tree019978dd13a15d1e6bc5d1813b4ab091747870b0
parentc7a86ac858a22abb131df64e8523f12b57e942cb (diff)
downloaddispass.el-8d80a61ff46cde79eae3b447031a23190e1cfc62.tar.gz
dispass.el-8d80a61ff46cde79eae3b447031a23190e1cfc62.zip
Update change log
-rw-r--r--dispass.el13
1 files changed, 12 insertions, 1 deletions
diff --git a/dispass.el b/dispass.el
index 3808f43..14b48a9 100644
--- a/dispass.el
+++ b/dispass.el
@@ -90,7 +90,18 @@
;; under the "External" group.
;; 1 - Add `dispass-list-labels' which shows a list of all the labels
-;; in `dispass-file'.
+;; in `dispass-file'. Some management of labels is possible in
+;; this list, namely adding and deleting labels.
+
+;; - `dispass-create' will automatically add "created" labels to
+;; `dispass-file'.
+
+;; - Store a default length in `dispass-default-length'. When no
+;; length is given or found in the labels file, this length will
+;; be passed on to DisPass.
+
+;; - Fix the regular expression used in `dispass-process-filter-for'
+;; to support DisPass v0.1a8.
;;; Code:
(defgroup dispass nil