sasl-ntlm.el, ntlm.el, md4.el: New files.
[gnus] / lisp / ChangeLog
1 2004-01-05  Simon Josefsson  <jas@extundo.com>
2
3         * sasl-ntlm.el, ntlm.el, md4.el: New files.
4
5         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
6         probably breaks emacs with DL patch, but do we care? Is anyone
7         still using the DL stuff?)
8
9         * sieve-manage.el: Use the password package.
10         (sieve-manage-read-passwd): Remove.
11         (sieve-manage-interactive-login): Use password.  Re-add
12         condition-case around loop.
13
14         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16         the password package.
17
18 2003-02-19  Simon Josefsson  <jas@extundo.com>
19
20         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21         token.
22
23 2002-08-07  Simon Josefsson  <jas@extundo.com>
24
25         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26         (sieve-manage-authenticators):
27         (sieve-manage-authenticator-alist): Add some SASL mechs.
28         (sieve-sasl-auth): New function.
29         (sieve-manage-cram-md5-auth):
30         (sieve-manage-plain-auth): Rewrite using SASL library.
31         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
32         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
33         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
34         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
35
36 2004-01-05  Simon Josefsson  <jas@extundo.com>
37
38         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
39         New files.
40
41 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * gnus-group.el (gnus-no-groups-message): Update.
44
45         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
46
47 2003-11-09  Simon Josefsson  <jas@extundo.com>
48
49         * imap.el: Support for ID IMAP extension (RFC 2971).
50         (imap-local-variables): Add imap-id.
51         (imap-id): New variable.
52         (imap-id): New function.
53         (imap-parse-response): Parse untagged ID response.
54         * nnimap.el (nnimap-id): New variable.
55         (nnimap-open-connection): Use it.
56
57 2003-12-28  Simon Josefsson  <jas@extundo.com>
58
59         * gnus-score.el (gnus-score-edit-all-score): New.
60         * gnus-group.el (gnus-group-score-map): Bind it to W e.
61
62 2004-01-04  Simon Josefsson  <jas@extundo.com>
63
64         * password.el: Add.
65
66 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
67
68         * dns.el: Add support for AAAA records (see RFC 3596)
69
70         * Fix typo PRT -> PTR
71
72         * Parse MX, PTR and SOA replies (see RFC 1035)
73
74 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
77
78         * Moved to Changelog.1.
79
80     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
81   Copying and distribution of this file, with or without modification,
82   are permitted provided the copyright notice and this notice are preserved.
83
84 ;; Local Variables:
85 ;; coding: iso-2022-7bit
86 ;; End: