m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/contrib/emacs/CHANGELOG.md
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2019-08-22 17:03:17 +0200
committerTino Calancha <tino.calancha@gmail.com>2019-08-26 03:04:02 +0200
commitcd1c0754ae01b923be193b00a0318fffcc524947 (patch)
treeb0118811c30fc705123c5ea2fba0617d25165d8d /contrib/emacs/CHANGELOG.md
parente93e03705fb5b81f3af85f04c07ad0ee2190b6aa (diff)
emacs: Prefer to use Emacs builtin customization machinery
Using a customizable variable is the preferred way to set a parameter within Emacs; replace password-store-timeout with the new option password-store-time-before-clipboard-restore. The default value for this variable uses the environment var PASSWORD_STORE_CLIP_TIME when set; this is the same behavior as before. Add Maintainer header. * contrib/emacs/password-store.el (password-store-password-length): Increased default value from 8 to 25, i.e. same default as in the shell script. (password-store-time-before-clipboard-restore): New option. (password-store-timeout): Delete it. Use the new option instead; all callers updated. * contrib/emacs/CHANGELOG.md: Announce the features.
Diffstat (limited to 'contrib/emacs/CHANGELOG.md')
-rw-r--r--contrib/emacs/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md
index f66a355..0be54ab 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,10 @@
+# 2.0.3
+
+* (feature) Update password-store-password-length default value to 25
+
+* (feature) Add option password-store-time-before-clipboard-restore; delete
+ password-store-timeout and use the new option instead.
+
# 1.0.2
* (bugfix) Fix typo in password-store-url function doc string