comparison lisp/gnus/ChangeLog @ 94837:55eb2a3c59b4

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1153
author Miles Bader <miles@gnu.org>
date Sat, 10 May 2008 05:34:55 +0000
parents c8f2d1ecfcc5
children 51e9d65c90fc
comparison
equal deleted inserted replaced
94836:3cb546529dde 94837:55eb2a3c59b4
1 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * nntp.el: Autoload `auth-source-user-or-password'.
4 (nntp-send-authinfo): Use it.
5
6 * nnimap.el: Autoload `auth-source-user-or-password'.
7 (nnimap-open-connection): Use it.
8
9 * auth-source.el: Added docs on using with url-auth. Import gnus-util
10 for the gnus-message function.
11 (auth-source-user-or-password): Use it.
12
1 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca> 13 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 14
3 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from 15 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4 rfc2104-hexstring-to-byte-list. Return a unibyte string. 16 rfc2104-hexstring-to-byte-list. Return a unibyte string.
5 (rfc2104-hash): Use it. 17 (rfc2104-hash): Use it.