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