aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/emacs/CHANGELOG.md
diff options
context:
space:
mode:
authorNiall Dooley <dooleyn@gmail.com>2023-12-01 10:43:36 +0100
committerTino Calancha <tino.calancha@gmail.com>2023-12-01 10:54:43 +0100
commitb5e965a838bb68c1227caa2cdd874ba496f10149 (patch)
tree5ad66fcf12b6641111916186a2917d5cfcfe2221 /contrib/emacs/CHANGELOG.md
parentemacs: Remove unused s library dependency (diff)
downloadpassword-store-master.tar.xz
password-store-master.zip
emacs: Clear both, kill-ring & the system clipboardHEADmaster
Prior to this commit, after the timeout expired, the password was cleared from the kill-ring but remained in the system clipboard. To ensure passwords are also cleared from the system clipboard, `(kill-new "")` has been added inside the `password-store-clear` function when clearing the kill-ring. - Ensure that passwords are cleared from the system clipboard as well [1]. - Declare `password-store-timeout` obsolete since v2.0.4 [2]. - Header and docstring improvements [3]. - Rename argument in `password-store--run-init` [4]. - Bump version to 2.3.2. Reported by Niall Dooley <dooleyn@gmail.com>: [1] https://lists.zx2c4.com/pipermail/password-store/2023-November/004800.html [2] https://lists.zx2c4.com/pipermail/password-store/2023-November/004798.html [3] https://lists.zx2c4.com/pipermail/password-store/2023-November/004791.html [4] https://lists.zx2c4.com/pipermail/password-store/2023-November/004799.html
Diffstat (limited to '')
-rw-r--r--contrib/emacs/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/emacs/CHANGELOG.md b/contrib/emacs/CHANGELOG.md
index cd6a581..e15414f 100644
--- a/contrib/emacs/CHANGELOG.md
+++ b/contrib/emacs/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 2.3.2
+
+* (bugfix) Ensure the system clipboard is cleared after
+ the timeout expired.
+
# 2.3.1
* (bug) Drop dependency on s library.