aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2017-07-28 12:27:00 -0400
committerStefan Monnier2017-07-28 12:27:00 -0400
commitd66dcde46a87ee8a9064db3d9b05da9b17036f5b (patch)
tree88a3069bbd7197989ca0ff36b154cc3c360f317a /etc
parentbfb8d33fd18b1d9fd5868204d472cb19f5bcafbe (diff)
downloademacs-d66dcde46a87ee8a9064db3d9b05da9b17036f5b.tar.gz
emacs-d66dcde46a87ee8a9064db3d9b05da9b17036f5b.zip
* lisp/password-cache.el (password-data): Use a hash-table
* lisp/auth-source.el (auth-source-magic): Remove. (auth-source-forget+, auth-source-forget-all-cached): Adjust to new format of password-data. (auth-source-format-cache-entry): Just use a cons. (password-cache-remove, password-cache-add, password-reset) (password-read-from-cache, password-in-cache-p): Adjust accordingly. Fixes: bug#26699
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ef4c125ab16..a785c6a86b2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1084,6 +1084,9 @@ fontification, and commenting for embedded JavaScript and CSS.
1084 1084
1085* Incompatible Lisp Changes in Emacs 26.1 1085* Incompatible Lisp Changes in Emacs 26.1
1086 1086
1087*** password-data is now a hash-table
1088so that `password-read' can use any object for the `key' argument.
1089
1087+++ 1090+++
1088*** Command 'dired-mark-extension' now automatically prepends a '.' to the 1091*** Command 'dired-mark-extension' now automatically prepends a '.' to the
1089extension when not present. The new command 'dired-mark-suffix' behaves 1092extension when not present. The new command 'dired-mark-suffix' behaves