aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2012-04-10 06:43:35 +0200
committerLars Magne Ingebrigtsen2012-04-10 06:43:35 +0200
commitb245988452013d8cf83f0d45eb10ff6265f21db7 (patch)
treeecf27132f34dd6e83c7cef2d73115395f9589f58 /etc
parentec3e5f739a282667021905a3f62effcc8b0d6d80 (diff)
downloademacs-b245988452013d8cf83f0d45eb10ff6265f21db7.tar.gz
emacs-b245988452013d8cf83f0d45eb10ff6265f21db7.zip
Make erc use auth-source to look up channel keys
* lisp/erc/erc-join.el (erc-server-join-channel): New function to look up the channel password via auth-source. (erc-autojoin-channels): Use it. (erc-autojoin-after-ident): Ditto. (erc-autojoin-channels-alist): Mention auth-source.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a1ef62c0bd6..2331666ee71 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -39,6 +39,10 @@ been adding them there, put them somewhere else, eg site-lisp.
39* Editing Changes in Emacs 24.2 39* Editing Changes in Emacs 24.2
40 40
41* Changes in Specialized Modes and Packages in Emacs 24.2 41* Changes in Specialized Modes and Packages in Emacs 24.2
42
43** erc will look up server/channel names via auth-source and use the
44 channel keys found, if any.
45
42 46
43* New Modes and Packages in Emacs 24.2 47* New Modes and Packages in Emacs 24.2
44 48