summaryrefslogtreecommitdiff
path: root/contrib/emacs/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* emacs: Improve password-store-insert message on success/failureTino Calancha2019-08-271-0/+4
| | | | | | | | | | | Before, the following message was shown: "Enter contents of ENTRY and press Ctrl+D when finished:\n\n" Since the command is not interactive, it is better to show users specific messages on success/failure. * contrib/emacs/password-store.el (password-store-insert): Improve message shown on success/failure.
* Re add password-store-timeout for backward compatibilityTino Calancha2019-08-261-0/+5
| | | | | | | | Some libraries rely on this function, e.g. password-store-otp library. * contrib/emacs/password-store.el (password-store-timeout): Re include this function; now it just returns password-store-time-before-clipboard-restore.
* emacs: Prefer to use Emacs builtin customization machineryTino Calancha2019-08-261-0/+7
| | | | | | | | | | | | | | | | | | | | | 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.
* emacs: Fix typo in password-store-url function doc stringSvend Sorensen2018-10-311-0/+4
| | | | "http://" was repeated, fix the second instance to read "https://".
* emacs: Release version 1.0.1 of Emacs packageSvend Sorensen2017-08-291-0/+4
|
* emacs: Release version 1.0.0 of Emacs packageSvend Sorensen2017-07-261-0/+7