aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMichal Nazarewicz2012-04-14 13:16:17 +0200
committerLars Ingebrigtsen2012-04-14 13:16:17 +0200
commit29734c215668ccd0c5d9affb71a7290b0ea9dbe4 (patch)
tree3dc7afdec5ce3e047597df97121c1a6ab06d737e /etc
parentd65c95210da2e583a60b43804b49399242c34e01 (diff)
downloademacs-29734c215668ccd0c5d9affb71a7290b0ea9dbe4.tar.gz
emacs-29734c215668ccd0c5d9affb71a7290b0ea9dbe4.zip
Allow using `server-auth-key' to set a permanent shared key
* server.el (server-auth-key): New variable. (server-generate-key): New function. (server-get-auth-key): New function. (server-start): Use the new variable and functions to allow setting a permanent server key. Fixes: debbugs:9423
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4ec33eae625..186dca19495 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -53,8 +53,11 @@ character when doing minibuffer filename prompts.
53** which-function-mode now applies to all applicable major modes by default. 53** which-function-mode now applies to all applicable major modes by default.
54 54
55** erc will look up server/channel names via auth-source and use the 55** erc will look up server/channel names via auth-source and use the
56 channel keys found, if any. 56channel keys found, if any.
57 57
58** The `server-auth-key' variable can be used to set a permanent
59shared key for Emacs Server.
60
58** Obsolete packages: 61** Obsolete packages:
59 62
60*** mailpost.el 63*** mailpost.el