Synch to Gnus 200401081300.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-11-15  Simon Josefsson  <jas@extundo.com>
2
3         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
4         (pgg-gpg-lookup-key): Use regexp match instead of
5         split-string (split-string is different between emacs 21.2 and
6         21.4).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
7
8 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9
10         * gnus-art.el (gnus-mime-view-all-parts)
11         (gnus-article-part-wrapper, gnus-article-view-part): Use
12         with-current-buffer.
13
14 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15
16         * spam.el (spam-disable-spam-split-during-ham-respool)
17         (spam-spamoracle-database, spam-cache-lookups)
18         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20         (spam-group-ham-marks, spam-group-spam-marks)
21         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22         (spam-list-of-processors, spam-list-of-statistical-checks): doc
23         fix, also add spam-use-blackholes to the statistical checks
24         (spam-fetch-field-fast): new interface to fetching fields, may
25         become a macro
26         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
27         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
28         (spam-insert-fake-headers): fake an article when needed
29         (spam-find-spam): fake article when possible
30         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
31         (spam-check-bogofilter-headers): use message-fetch-field instead
32         of nnmail-fetch-field
33
34 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
35
36         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
37
38 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         * spam.el (spam-split): do not require spam-use-CHECK to be
41         enabled if that check is passed to spam-split explicitly; also
42         fix so 'spam doesn't get converted to spam-split-group when
43         spam-split-symbolic-return is t
44         (spam-find-spam): find registrations of the article and use those
45         instead of re-running spam-split to find the spam/ham
46         classification of the article
47         (spam-log-processing-to-registry, spam-log-registered-p)
48         (spam-log-unregistration-needed-p, spam-log-undo-registration):
49         use gnus-error instead of gnus-message
50         (spam-log-registration-type): new function to determine the
51         classification of a message based on registry entries; will
52         return nil if both 'spam and 'ham are found
53         (spam-check-BBDB): expand all the BBDB macros here so we can have
54         a reasonably fast local cache without the loading errors
55         (spam-cache-lookups): set to t by default
56         (spam-find-spam): don't try to guess spam-cache-lookups
57         (spam-enter-whitelist, spam-enter-blacklist): also clear the
58         spam-caches entry
59         (spam-filelist-build-cache, spam-filelist-check-cache): better
60         caching of whitelist/blacklist entries
61         (spam-check-whitelist, spam-check-blacklist): invoke
62         spam-from-listed-p with a type, not a cache variable
63         (spam-from-listed-p): wrap around spam-filelist-check-cache
64
65 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
66
67         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
68
69         * nnmail.el (nnmail-split-fancy): do.
70
71         * mml.el (mml-parse): do.
72
73         * gnus-score.el (gnus-enter-score-words-into-hashtb)
74         (gnus-score-adaptive): do.
75
76 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
79         (gnus-mime-button-map): Don't set keymap parent.
80         (gnus-button-ctan-directory-regexp): Use shy grouping.
81         (gnus-prev-page-map): Don't set keymap parent.
82         (gnus-prev-page-map): Remove duplicated one.
83         (gnus-next-page-map): Don't set keymap parent.
84         (gnus-mime-security-button-map): Ditto.
85
86         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
87         version number.
88
89         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
90
91 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * canlock.el (canlock-sha1-function): Remove.
94         (canlock-sha1-function-for-verify): Remove.
95         (canlock-openssl-program): Remove.
96         (canlock-openssl-args): Remove.
97         (canlock-ignore-errors): Remove.
98         (canlock-sha1-with-openssl): Remove.
99         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
100         (canlock-verify): Don't use canlock-ignore-errors.
101
102         * sha1-el.el (sha1-string-external): Make it can return a string
103         in binary form.
104         (sha1-region-external): Ditto.
105         (sha1-string-internal): Ditto.
106         (sha1-region-internal): Ditto.
107         (sha1-region): Ditto.
108         (sha1-string): Ditto.
109         (sha1): Ditto.
110
111 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * spam.el (spam-report-articles-gmane): New command.
114
115 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * gnus.el: Don't make unnecessary *Group* buffer when loading.
118
119         * run-at-time.el (run-at-time-saved): Remove.
120         (run-at-time): Doc fix.
121
122 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
123
124         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
125         (gnus-summary-limit-map): Add it.
126         (gnus-summary-make-menu-bar): do.
127
128 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
129
130         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
131         first attempt at some caching support (done for BBDB only now)
132         (spam-find-spam): set spam-cache-lookups if there are more than 2
133         addresses to be checked
134         (spam-clear-cache-BBDB): new function, to be invoked by
135         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
136         (spam-check-BBDB): check and use the caches, if
137         spam-cache-lookups is on
138         remove superfluous (provide)
139
140 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
141
142         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
143
144 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
145
146         * run-at-time.el (run-at-time-saved): Move to after the definition
147         of `run-at-time'.
148
149         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
150
151 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
154         mm-w3m-local-map-property.
155
156         * mm-view.el (mm-w3m-mode-map): Remove.
157         (mm-w3m-local-map-property): Remove.
158         (mm-inline-text-html-render-with-w3m): Don't use
159         mm-w3m-local-map-property.
160
161 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
162
163         * run-at-time.el: New file.
164
165         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
166         under Emacs.
167
168         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
169         of gnus-set-text-properties.
170
171         * gnus-uu.el (gnus-uu-save-article): Ditto.
172
173         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
174
175         * gnus-cite.el (gnus-cite-parse): Ditto.
176
177         * gnus-art.el (gnus-button-push): Use set-text-properties instead
178         of gnus-.
179
180         * gnus-xmas.el (run-at-time): Require run-at-time.
181
182         * gnus.el: Changed calls to nnheader-run-at-time and
183         password-run-at-time throughout to use run-at-time directly.
184
185         * password.el: Removed definition of run-at-time.
186
187         * nnheaderxm.el: Remove definition of run-at-time.
188
189 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
190
191         * mml.el (mml-minibuffer-read-disposition): Show attachment type
192         in prompt (tiny change)
193
194 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
195
196         * messagexmas.el (message-xmas-redefine): Alias
197         `message-make-caesar-translation-table' to
198         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
199         version.
200
201         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
202         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
203         `gnus-xmas-set-text-properties'.
204         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
205         `gnus-xmas-completing-read'. 
206         (gnus-xmas-completing-read): Removed.
207         (gnus-xmas-open-network-stream): Removed.
208
209         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
210         XEmacs version.
211
212         * dns.el (dns-make-network-process): Use `open-network-stream'
213         instead of `gnus-xmas-open-network-stream'.
214
215         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
216
217         * .cvsignore: Add auto-autoloads.el, custom-load.el.
218
219 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
220
221         * gnus-art.el (gnus-mime-display-alternative)
222         (gnus-insert-mime-button, gnus-insert-mime-security-button)
223         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
224         Don't use gnus-local-map-property.
225
226         * gnus-util.el (gnus-local-map-property): Remove.
227
228         * mm-view.el (mm-view-pkcs7-decrypt): Replace
229         gnus-completing-read-maybe-default with completing-read.
230
231         * gnus-util.el (gnus-completing-read): do.
232         (gnus-completing-read-maybe-default): Remove.
233
234 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
235
236         * password.el: Only autoload `run-at-time' if not XEmacs.
237         Only autoload the itimer functions if XEmacs.
238
239 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
242         XEmacsen.
243
244         * dgnushack.el: Autoload executable-find for XEmacs.
245
246 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
247
248         * gnus-art.el (gnus-read-string): Remove.
249         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
250         read-string.
251
252 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
253
254         * netrc.el: autoload password-read
255         (netrc): new configuration group
256         (netrc-encoding-method, netrc-openssl-path): configuration
257         variables for encoding and decoding of files with symmetric
258         ciphers
259         (netrc-encode): assistant function to encode a file with
260         netrc-encoding-method
261         (netrc-parse): added interactive parameter, added optional
262         decoding if netrc-encoding-method is non-nil but otherwise
263         behavior is standard
264         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
265         s/encode/encrypt/ everywhere
266
267         * spam.el: remove executable-find autoload
268
269 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
270
271         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
272
273         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
274
275 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
276
277         * gnus-art.el (gnus-treat-ansi-sequences,
278         article-treat-ansi-sequences): New variable and function.
279         Suggested by Dan Jacobson <jidanni@jidanni.org>.
280
281         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
282         Use it.
283
284 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
285
286         * mm-util.el (mm-quote-arg): Remove.
287
288         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
289         shell-quote-argument.
290
291         * gnus-uu.el (gnus-uu-command): do.
292
293         * gnus-sum.el (gnus-summary-insert-pseudos): do.
294
295         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
296         with make-char.
297
298         * mm-util.el (mm-make-char): Remove.
299
300         * mml.el (mml-mode): Replace gnus-add-minor-mode with
301         add-minor-mode.
302
303         * gnus-undo.el (gnus-undo-mode): do.
304
305         * gnus-topic.el (gnus-topic-mode): do.
306
307         * gnus-sum.el (gnus-dead-summary-mode): do.
308
309         * gnus-start.el (gnus-slave-mode): do.
310
311         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
312
313         * gnus-ml.el (gnus-mailing-list-mode): do.
314
315         * gnus-gl.el (gnus-grouplens-mode): do.
316
317         * gnus-draft.el (gnus-draft-mode): do.
318
319         * gnus-dired.el (gnus-dired-mode): do.
320
321         * gnus-ems.el (gnus-add-minor-mode): Remove.
322
323         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
324         Replace gnus-char-width with char-width.
325
326         * gnus-ems.el (gnus-char-width): Remove.
327
328         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
329         Replace gnus-char-width with char-width.
330
331         * gnus-ems.el (gnus-char-width): Remove.
332
333         * spam-stat.el (with-syntax-table): Remove with-syntax-table
334         definition.
335         Remove Emacs 20 hash table compatibility code.
336
337         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
338         20 compatibility code.
339
340         * spam.el (spam-point-at-eol): Replace with point-at-eol.
341
342         * smime.el (smime-point-at-eol): Replace with point-at-eol.
343
344         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
345         with point-at-{eol,bol}.
346
347         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
348
349         * imap.el (imap-point-at-eol): Replace with point-at-eol.
350
351         * flow-fill.el (fill-flowed-point-at-bol,
352         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
353
354         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
355         Replace with point-at-{eol,bol} throughout all files.
356
357 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * ntlm.el (ntlm-string-as-unibyte): New macro.
360         (ntlm-build-auth-response): Use it.
361
362         Remove Emacs 20 stuff:
363         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
364         (butlast, mapc, remove): Remove the compiler macros.
365         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
366         of delq and copy-sequence.
367         * gnus-art.el (popup-menu): Remove the compiler macro.
368         * nnmail.el (nnmail-split-fancy): Don't support customizing with
369         Emacs 20.
370
371 2004-01-05  Simon Josefsson  <jas@extundo.com>
372
373         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
374         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
375         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
376         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
377         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
378         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
379         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
380         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
381         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
382         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
383         ntlm-string-permute, string-lshift into ntlm-string-lshift,
384         string-xor into ntlm-string-xor.  Suggested by
385         Jesper Harder <harder@myrealbox.com>.
386
387         * ntlm.el: Don't include poem.
388
389         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
390         Jesper Harder <harder@myrealbox.com>.
391
392         * sasl-ntlm.el, ntlm.el, md4.el: New files.
393
394         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
395         probably breaks emacs with DL patch, but do we care? Is anyone
396         still using the DL stuff?)
397
398         * sieve-manage.el: Use the password package.
399         (sieve-manage-read-passwd): Remove.
400         (sieve-manage-interactive-login): Use password.  Re-add
401         condition-case around loop.
402
403         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
404         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
405         the password package.
406
407 2003-02-19  Simon Josefsson  <jas@extundo.com>
408
409         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
410         token.
411
412 2002-08-07  Simon Josefsson  <jas@extundo.com>
413
414         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
415         (sieve-manage-authenticators):
416         (sieve-manage-authenticator-alist): Add some SASL mechs.
417         (sieve-sasl-auth): New function.
418         (sieve-manage-cram-md5-auth):
419         (sieve-manage-plain-auth): Rewrite using SASL library.
420         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
421         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
422         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
423         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
424
425 2004-01-05  Simon Josefsson  <jas@extundo.com>
426
427         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
428         New files.
429
430 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-group.el (gnus-no-groups-message): Update.
433
434         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
435
436 2003-11-09  Simon Josefsson  <jas@extundo.com>
437
438         * imap.el: Support for ID IMAP extension (RFC 2971).
439         (imap-local-variables): Add imap-id.
440         (imap-id): New variable.
441         (imap-id): New function.
442         (imap-parse-response): Parse untagged ID response.
443         * nnimap.el (nnimap-id): New variable.
444         (nnimap-open-connection): Use it.
445
446 2003-12-28  Simon Josefsson  <jas@extundo.com>
447
448         * gnus-score.el (gnus-score-edit-all-score): New.
449         * gnus-group.el (gnus-group-score-map): Bind it to W e.
450
451 2004-01-04  Simon Josefsson  <jas@extundo.com>
452
453         * password.el: Add.
454
455 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
456
457         * dns.el: Add support for AAAA records (see RFC 3596)
458
459         * Fix typo PRT -> PTR
460
461         * Parse MX, PTR and SOA replies (see RFC 1035)
462
463 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
466
467         * Moved to Changelog.1.
468
469     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
470   Copying and distribution of this file, with or without modification,
471   are permitted provided the copyright notice and this notice are preserved.
472
473 ;; Local Variables:
474 ;; coding: iso-2022-7bit
475 ;; End: