]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Describe changes to auth-source-pass
authorDamien Cassou <damien@cassou.me>
Sun, 2 Jun 2019 09:08:40 +0000 (11:08 +0200)
committerDamien Cassou <damien@cassou.me>
Mon, 24 Jun 2019 07:15:41 +0000 (09:15 +0200)
etc/NEWS

index dca7a72b812387664b03fd6458c9adcde0523c51..8b94ac1cb640211e306de865f9f918dff33a402c 100644 (file)
--- 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
 
 ---