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