From 09e65e6a3518ab089eb5e80f85fc829a1efd3449 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 8 Jan 2013 00:02:06 +0100 Subject: [PATCH] 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. --- NEWS | 5 +++++ dispass.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f6923d8..57c66af 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/dispass.el b/dispass.el index e591b5a..f2f8d8e 100644 --- a/dispass.el +++ b/dispass.el @@ -1,4 +1,4 @@ -;;; dispass.el --- Generate and disperse/dispell passwords +;;; dispass.el --- Emacs wrapper for DisPass ;; Copyright (C) 2012 Tom Willemsen