Change description to show dispass.el is a wrapper

When looking at dispass.el through ELPA it was not clear that
dispass.el is only a wrapper around DisPass and does not actually do
any of the work itself.
This commit is contained in:
Tom Willemsen 2013-01-08 00:02:06 +01:00
parent 5a231647d8
commit 09e65e6a35
2 changed files with 6 additions and 1 deletions

5
NEWS
View file

@ -1,5 +1,10 @@
# -*- mode: org; -*-
* Changes since
- Change the description to emphasize the idea that ~dispass.el~ is
only a wrapper around DisPass.
* Changes in v1.1.1
- Clean up the output from DisPass when prompting, trim whitespace

View file

@ -1,4 +1,4 @@
;;; dispass.el --- Generate and disperse/dispell passwords
;;; dispass.el --- Emacs wrapper for DisPass
;; Copyright (C) 2012 Tom Willemsen <tom@ryuslash.org>