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