From: Damien Cassou Date: Sun, 2 Jun 2019 09:08:40 +0000 (+0200) Subject: * etc/NEWS: Describe changes to auth-source-pass X-Git-Tag: emacs-27.0.90~2277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=34f01eb88f87fb8bd5b816d76a2527b5277862a7;p=emacs.git * etc/NEWS: Describe changes to auth-source-pass --- diff --git a/etc/NEWS b/etc/NEWS index dca7a72b812..8b94ac1cb64 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1545,6 +1545,25 @@ the new variable 'buffer-auto-revert-by-notification' to a non-nil value. Auto Revert mode can use this information to avoid polling the buffer periodically when 'auto-revert-avoid-polling' is non-nil. +** auth-source-pass + ++++ +*** New customizable variable 'auth-source-pass-filename'. +Allows setting the path to the password-store, defaults to +~/.password-store. + ++++ +*** New customizable variable 'auth-source-pass-port-separator'. +Specifies separator between host and port, defaults to colon ":". + +--- +*** Minimize the number of decryptions during password lookup. +This makes the package usable with physical tokens requiring touching +a sensor for every decryption. + +--- +*** 'auth-source-pass-get' is now autoloaded. + ** Bookmarks ---