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