From b5e965a838bb68c1227caa2cdd874ba496f10149 Mon Sep 17 00:00:00 2001 From: Niall Dooley Date: Fri, 1 Dec 2023 10:43:36 +0100 Subject: emacs: Clear both, kill-ring & the system clipboard 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 : [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 --- contrib/emacs/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'contrib/emacs/CHANGELOG.md') 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. -- cgit v1.2.3-54-g00ecf