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