Revision: miles@gnu.org--gnu-2005/gnus--devo--0--patch-122
[gnus] / lisp / ChangeLog
1 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2
3         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4
5 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * gnus-util.el (gnus-run-mode-hooks): New function.
8
9         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10
11         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13
14 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15
16         * gnus-agent.el (gnus-agent-make-mode-line-string):
17         Use mode-line-highlight as mouse-face.
18
19 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * canlock.el (canlock): Change the parent group to news.
22
23         * deuglify.el (gnus-outlook-deuglify): Add :group.
24
25         * dig.el (dig): Add :group.
26
27         * dns-mode.el (dns-mode): Add :group.
28
29         * encrypt.el (encrypt): Add :group.
30
31         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
32         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
33         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
34         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
35         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
36
37         * gnus-diary.el (gnus-diary): Add :group.
38
39         * gnus.el (gnus-group-news-1-face): Add :group.
40         (gnus-group-news-1-empty-face): Ditto.
41         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
42         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
43         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
44         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
45         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
46         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
47         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
48         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
49         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
50         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
51         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
52         (gnus-summary-high-ticked-face): Ditto.
53         (gnus-summary-low-ticked-face): Ditto.
54         (gnus-summary-normal-ticked-face): Ditto.
55         (gnus-summary-high-ancient-face): Ditto.
56         (gnus-summary-low-ancient-face): Ditto.
57         (gnus-summary-normal-ancient-face): Ditto.
58         (gnus-summary-high-undownloaded-face): Ditto.
59         (gnus-summary-low-undownloaded-face): Ditto.
60         (gnus-summary-normal-undownloaded-face): Ditto.
61         (gnus-summary-high-unread-face): Ditto.
62         (gnus-summary-low-unread-face): Ditto.
63         (gnus-summary-normal-unread-face): Ditto.
64         (gnus-summary-high-read-face, gnus-summary-low-read-face): Diito
65         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
66
67         * hashcash.el (hashcash): New custom group.
68         (hashcash-default-payment): Add :group.
69         (hashcash-payment-alist): Ditto.
70         (hashcash-default-accept-payment): Ditto.
71         (hashcash-accept-resources): Ditto.
72         (hashcash-path): Ditto.
73         (hashcash-extra-generate-parameters): Ditto.
74         (hashcash-double-spend-database): Ditto.
75         (hashcash-in-news): Ditto.
76
77         * message.el (message-minibuffer-local-map): Add :group.
78
79         * netrc.el (netrc): Add :group.
80
81         * sieve-manage.el (sieve-manage-log): Add :group.
82         (sieve-manage-default-user): Diito.
83         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
84         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
85         (sieve-manage-authenticators): Ditto.
86         (sieve-manage-authenticator-alist): Ditto
87         (sieve-manage-default-port): Ditto.
88
89         * sieve-mode.el (sieve-control-commands-face): Add :group.
90         (sieve-action-commands-face): Ditto.
91         (sieve-test-commands-face): Ditto.
92         (sieve-tagged-arguments-face): Ditto.
93
94         * smime.el (smime): Add :group.
95
96         * spam-report.el (spam-report): Add :group.
97
98         * spam.el (spam, spam-face): Add :group.
99
100 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * nntp.el (nntp-next-result-arrived-p): Some news servers may
103         return \n.\n.\n at the end of articles.  Protect against that.
104         (nntp-with-open-group): Allow debugging.
105
106         * nnheader.el (mail-header-set-extra): Make into a function
107         because I just could't understand how to quote the list properly. 
108
109         * dns.el (query-dns-cached): New function.
110
111 2005-05-26  Lute Kamstra  <lute@gnu.org>
112
113         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
114
115 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
118
119         * gnus-art.el: Don't autoload mail-extract-address-components.
120
121         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
122         eval-and-compile to evaluate it.
123
124         * hashcash.el: Don't autoload executable-find.
125
126         * nndb.el: Don't declare the nndb back end two or more times; don't
127         autoload news-reply-mode, news-setup, cancel-timer and telnet.
128
129         * nntp.el: Autoload format-spec instead of format; use
130         eval-and-compile to evaluate autoload forms.
131
132 2005-05-09  Simon Josefsson  <jas@extundo.com>
133
134         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching,
135         tiny patch from "Georg C. F. Greve" <greve@gnu.org>.
136
137 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus.el (gnus-version-number): Bump version.
140
141 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
142
143         * gnus.el: No Gnus v0.3 is released.
144
145 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * lpath.el (featurep): Bind show-nonbreak-escape.
148
149 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-art.el (gnus-article-edit-part): Disable undo.
152
153 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
156         gnus-article-date-lapsed-new-header is t if date timer is active;
157         skip headers in which the original date value is empty.
158         (gnus-article-save-original-date): Redefine it as a macro.
159         (gnus-display-mime): Use it.
160
161 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
162
163         * gnus-art.el (article-date-ut): Support converting date in
164         forwarded parts as well.
165         (gnus-article-save-original-date): New function.
166         (gnus-display-mime): Use it.
167
168 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
169
170         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
171         enclosure element of <item>.
172
173 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
174
175         * message.el (message-kill-buffer-query): Renamed from
176         `message-kill-buffer-query-if-modified'.  Added :version.
177
178 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
181         window layout.
182
183 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * mml.el: Autoload dnd when compiling.
186
187 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
188
189         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
190         x-dnd-*.
191
192 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * qp.el (quoted-printable-encode-region): Save excursion.
195
196 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
197
198         * message.el (message-kill-buffer-query-if-modified): new variable
199         so the user can kill a modified message buffer quickly
200         (message-kill-buffer): use it.
201
202 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * lpath.el: Fbind display-time-event-handler; don't fbind
205         string-to-multibyte.
206
207         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
208
209 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
212         contained in text because xml.el decodes entities) with LFs.
213
214 2005-04-11  Lute Kamstra  <lute@gnu.org>
215
216         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
217         differently.
218
219 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
220
221         * mm-util.el (mm-detect-coding-region): Typo.
222
223 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
226
227 2005-04-06  D Goel  <deego@gnufans.org>
228
229         * spam-stat.el (spam-stat-score-buffer): Add a call to a
230         user-function allow user modifications of the scores.
231         (spam-stat-score-buffer-user): New function, to allow
232         user-computed modifications to the score.
233         (spam-stat-score-buffer-user-functions): list of additional
234         scoring functions
235         (spam-stat-error-holder): global temporary error holder
236         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
237         variable
238
239 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
240
241         * gnus-registry.el (gnus-registry-clean-empty-function)
242         (gnus-registry-trim, gnus-registry-fetch-groups)
243         (gnus-registry-delete-group): now groups that match
244         `gnus-registry-ignored-groups' will be removed from the registry
245         entries, not just ignored for splitting.  This helps clean up the
246         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
247         to get all the groups a message ID is in.
248
249         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
250         (spam-stat-split-fancy): changed "threshhold" to "threshold"
251         (spam-stat-score-buffer-user-functions): added :number custom type
252
253 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
256         argument in XEmacs.
257
258         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
259         (nnrss-request-group): Decode group name first.
260         (nnrss-request-article): Make a text/plain article if mml-to-mime
261         failed.
262         (nnrss-get-encoding): Return a compatible encoding according to
263         nnrss-compatible-encoding-alist.
264         (nnrss-find-el): Use consp instead of listp.
265         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
266
267 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
270         which Emacs 20 doesn't support.
271         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
272
273 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
274
275         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
276         silence the byte compiler inside the defun
277
278         * gnus-demon.el (parse-time-string): Added autoload.
279
280         * gnus-delay.el (parse-time-string): Added autoload.
281
282         * gnus-art.el (parse-time-string): Added autoload.
283
284         * nnultimate.el (parse-time): Require for `parse-time-string'.
285
286 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
287
288         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
289
290         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
291
292         * smime.el (smime-ldap-host-list): Add :version.
293
294 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
295
296         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
297         pass it to `gnus-browse-read-group'.
298         (gnus-browse-read-group): Add NUMBER argument and pass it to
299         `gnus-group-read-ephemeral-group'.
300
301         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
302         argument and pass it to `gnus-group-read-group'.
303
304 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
305
306         * mm-util.el (mm-xemacs-find-mime-charset): Only call
307         mm-xemacs-find-mime-charset-1 if we have the mule feature
308         available at runtime.
309
310 2005-03-25  Werner Lemberg  <wl@gnu.org>
311
312         * nnmaildir.el: Replace `illegal' with `invalid'.
313
314 2005-03-23  Lute Kamstra  <lute@gnu.org>
315
316         * time-date.el: Add comment on time value formats.
317         Don't require parse-time.
318         (with-decoded-time-value): New macro.
319         (encode-time-value): New function.
320         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
321         (days-to-time): Return a valid time value when arg is huge.
322         (time-since): Use time-subtract.
323         (time-to-number-of-days): Use time-to-seconds.
324
325 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
326
327         * gnus-start.el (gnus-display-time-event-handler):
328         Check display-time-timer at runtime rather than only at load time
329         in case display-time-mode is turned off in the mean time.
330
331 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
332
333         * nnimap.el (nnimap-open-connection): Print which authinfo file is
334         used.
335
336         * nneething.el (nneething-map-file-directory): Derive from
337         `gnus-directory'.
338
339         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
340         the To/Cc button.
341
342 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
343
344         * nnmaildir.el (nnmaildir-request-accept-article):
345         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
346
347 2005-03-13  Steve Youngs  <steve@sxemacs.org>
348
349         * gnus-async.el: Require timer-funcs at compile time when in
350         XEmacs for `run-with-idle-timer'.
351
352 2005-03-13  Steve Youngs  <steve@sxemacs.org>
353
354         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
355         autoloaded function.
356         From: Andrey Slusar <anrays@gmail.com>.
357
358 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
359
360         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
361
362 2005-03-10  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>  (tiny change)
363
364         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
365
366 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
369         gnus-expert-user to default.
370
371 2005-03-08  Juergen Kreileder <jk@blackdown.de>  (tiny change)
372
373         * nnimap.el (nnimap-open-server): Ditto.
374
375         * imap.el (imap-authenticate): Fix typo.
376
377 2005-03-08  Bjorn Solberg <bjorn_ding@hekneby.org>  (tiny change)
378
379         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
380         buffer (since IMAP server might return FETCH response out of
381         order, and the nntp buffer must be sorted).
382
383 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
384
385         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
386         comparison on string.
387
388         * gnus-agent.el (gnus-agent-long-article,
389         gnus-agent-short-article, gnus-agent-score): Renamed category
390         keywords to match gnus-cus.
391         (gnus-agent-summary-fetch-series): Modified to protect against
392         gnus-agent-summary-fetch-group clearing processable flags.
393         (gnus-agent-synchronize-group-flags): Update live group buffer as
394         synchronization may occur due to the user toggle the plugged
395         status.
396         (gnus-agent-fetch-group-1): Clear downloadable flag when article
397         successfully downloaded.
398         (gnus-agent-expire-group-1): Avoid using markers when the overview
399         is in ascending order; greatly improves performance.
400         (gnus-agent-regenerate-group): Use
401         gnus-agent-synchronize-group-flags to reset read status in both
402         gnus and server.
403         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
404         
405 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
406
407         * message.el: Don't autoload former message-utils variables.
408         (message-strip-subject-trailing-was): Change doc string.
409
410         * nnweb.el: Fixes for `gnus-group-make-web-group'.
411         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
412         (nnweb-google-search): Add "hl=en" here.
413         (nnweb-google-parse-1, nnweb-google-create-mapping):
414         Don't hardcode URL.
415
416 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
417
418         * message.el (message-get-reply-headers, message-followup):
419         Mention related variables `message-use-followup-to' and
420         `message-use-mail-followup-to', in the information buffer.
421
422         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
423         of broken groups(-beta).google.com.
424
425 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
426
427         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
428         parameter to invoked gnus-request-move-article; remove the
429         redundant gnus-sum-hint-move-is-internal variable; apply the marks
430         all at once instead of once per article
431         (gnus-summary-remove-process-mark): accept a list of articles as
432         well as a single article for processing
433
434         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
435
436         * nnml.el (nnml-request-move-article): add move-is-internal parameter
437
438         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
439
440         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
441
442         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
443
444         * nnimap.el (nnimap-request-move-article): add move-is-internal
445         parameter and remove the gnus-sum-hint-move-is-internal variable
446
447         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
448
449         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
450
451         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
452
453         * nndb.el (nndb-request-move-article): add move-is-internal parameter
454
455         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
456
457         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
458
459 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
460
461         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
462         a more conservative way.
463
464 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
465
466         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
467         buffer, so it moves the window's cursor.
468
469 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
470
471         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
472         `mm-dissect-multipart' and receive the from field as an (optional)
473         argument from `mm-dissect-multipart'.
474         (mm-dissect-multipart): Receive the from field as an argument and
475         pass it on when we call `mm-dissect-buffer' on MIME parts.
476         Fixes verification/decryption of signed/encrypted MIME parts.
477
478 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
479
480         * gnus-sum.el (gnus-summary-move-article): set
481         gnus-sum-hint-move-is-internal for gnus-request-move-article and
482         whatever it calls (right now, only nnimap-request-move article
483         respects it)
484
485         * nnimap.el (nnimap-request-move-article): when
486         gnus-sum-hint-move-is-internal is set, don't do the extra
487         nnimap-request-article
488
489 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
490
491         * nnheader.el (nnheader-find-file-noselect): Add doc string.
492
493         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
494         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
495
496         * gnus-sum.el (gnus-summary-caesar-message):
497         Apply `gnus-treat-article' after rotation.
498
499         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
500         doc string.
501
502 2005-02-22  Simon Josefsson  <jas@extundo.com>
503
504         * encrypt.el (encrypt-password-cache-expiry): Remove (use
505         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
506         <arne@arnested.dk>.
507         (encrypt): Add password-cache and password-cache-expiry as group
508         members.
509
510 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
511
512         * smime.el (smime-ldap-host-list): Doc fix.
513         (smime-ask-passphrase): Use `password-read-and-add' to read (and
514         cache) password.
515         (smime-sign-region): Use it.
516         (smime-decrypt-region): Use it.
517         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
518         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
519         fails.
520         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
521         certificate from DER to PEM format rather than calling openssl.
522
523         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
524
525         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
526         for signing/encryption.
527
528         * mml.el (mml-parse-1): Use them.
529
530 2005-02-21  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
531
532         * nnrss.el (nnrss-verbose): Removed.
533         (nnrss-request-group): Use `nnheader-message' instead.
534
535 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
536
537         * nnrss.el (nnrss-verbose): New variable.
538         (nnrss-request-group): Make it say nnrss is requesting a group.
539
540 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
541
542         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
543         Handle news URL with given port correctly.
544
545 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
548         containing special characters.
549
550         * gnus-sum.el (gnus-summary-edit-article): Ditto.
551
552         * mml.el (mime-to-mml): Ditto.
553
554         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
555         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
556         (rfc2047-decode-region): Quote decoded words containing special
557         characters when rfc2047-quote-decoded-words-containing-tspecials
558         is non-nil.
559
560 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
561
562         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
563
564         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
565
566 2005-02-15  Simon Josefsson  <jas@extundo.com>
567
568         * nnimap.el (nnimap-debug): Doc fix.
569
570         * imap.el (imap-debug): Doc fix.
571
572 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
573
574         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
575
576 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * gnus.el (spam-contents): improve docs for spam-contents
579         parameter in its variable incarnation
580
581 2005-02-14  Simon Josefsson  <jas@extundo.com>
582
583         * smime-ldap.el: Use require instead of load-library for ldap.
584         (smime-ldap-search): Indent.
585         (smime-ldap-search-internal): Shorten line.
586
587         * smime.el (smime-cert-by-dns): Add doc-string.
588         (smime-cert-by-ldap-1): Indent.
589
590         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
591         mml-smime-get-dns-ldap.
592         (mml-smime-encrypt-query): Use new function.  Default to ldap.
593
594 2005-02-14  Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
595
596         * smime.el: Require smime-ldap.
597         (smime-ldap-host-list): New variable.
598         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
599
600         * mml-smime.el (mml-smime-encrypt-query): New function.
601         (mml-smime-encrypt-query): Use it.
602
603         * smime-ldap.el: New file.
604
605 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
608
609 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
610
611         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
612         argument in doc string.  Make query for type more clear.
613
614 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
615
616         * gnus.el (gnus-group-startup-message): Search for gnus images in
617         etc/images/gnus.
618         * mm-util.el (mm-find-charset-region): Likewise.
619         * smiley.el (smiley-data-directory): Search for smilies in
620         etc/images/smilies.
621
622 2005-02-09  Kim F. Storm  <storm@cua.dk>
623
624         Change Emacs release version from 21.4 to 22.1 throughout.
625         Change Emacs development version from 21.3.50 to 22.0.50.
626
627 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
628
629         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
630
631         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
632         non-Mule XEmacs as well.
633         (mm-decompress-buffer): Signal an error intentionally if it does
634         not decompress compressed data because auto-compression-mode is
635         disabled.
636
637 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
638
639         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
640         an ID in the registry even if it has no groups
641
642 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
643
644         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
645         merge it into mm-decompress-buffer.
646         (gnus-mime-copy-part): Use the MIME part charset, the value which
647         a user specified or gnus-newsgroup-charset for decoding, like
648         gnus-mime-inline-part does; set buffer-file-coding-system to tell
649         save-buffer what was used.  Suggested by Kevin Ryde
650         <user42@zip.com.au>.
651         (gnus-mime-inline-part): Allow the name parameter as well as the
652         filename parameter; force decompressing of compressed data; always
653         display contents being not decoded as unibyte.
654
655         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
656         as well as the filename parameter.
657
658         * mm-util.el (mm-decompress-buffer): Merge
659         gnus-mime-jka-compr-maybe-uncompress.
660         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
661         of compressed data.
662
663 2005-02-08  Simon Josefsson  <jas@extundo.com>
664
665         * imap.el (imap-log): Doc fix.
666
667 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
670         the coding cookies; decompress compressed parts.
671
672         * mml.el (mml-generate-mime-1): Add the charaset parameter according
673         to the value which a user specified manually or the coding cookie.
674
675         * mm-util.el (mm-string-to-multibyte): New function.
676         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
677         (mm-coding-system-to-mime-charset): New function.
678         (mm-decompress-buffer): New function.
679         (mm-find-buffer-file-coding-system): New function.
680
681         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
682         (mm-display-inline-fontify): Rewrite for decoding and decompressing
683         parts.
684
685 2004-10-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
686
687         * mm-view.el (mm-display-inline-fontify): Decode a part according
688         to the charset parameter.
689
690 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
693         prefix arg is neither nil nor a number, as info specifies.
694
695 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
696
697         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
698         timestamps.
699
700 2005-01-29  Jari Aalto  <jari.aalto@cante.net>
701
702         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
703         groups error checking and notify user.
704
705 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
706
707         * message.el (message-send-mail-function): Check existence of
708         sendmail-program first before using default value
709         `message-send-mail-with-sendmail'.  Otherwise use more generic
710         `smtpmail-send-it'.
711
712 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * nntp.el (nntp-request-update-info): Always return nil.
715
716 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
717
718         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
719
720 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
721
722         * message.el (message-beginning-of-line): Change the behavior when
723         invoked between BOL and : so that it first moves backward.
724
725 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
728         article buffer when editing of the article is discarded.
729         (gnus-article-prepare): Revert.
730
731 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-art.el (gnus-article-prepare):
734         Remove message-strip-forbidden-properties from the local hook.
735
736 2005-01-27  Simon Josefsson  <jas@extundo.com>
737
738         * password.el (password-cache-add): Only start one timer per key.
739         Reported by Derek Atkins <warlord@MIT.EDU>.
740
741 2005-01-26  Steve Youngs  <steve@sxemacs.org>
742
743         * run-at-time.el: Removed.  It is no longer needed as
744         timer-funcs.el in the xemacs-base package has a working version of
745         `run-at-time'.
746
747         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
748
749         * password.el: Require timer-funcs instead of run-at-time in
750         XEmacs.
751         Remove `password-run-at-time' macro.
752         (password-cache-add): Use `run-at-time' instead of
753         `password-run-at-time'. 
754
755         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
756         Remove `nnheader-cancel-function-timers' alias,
757         `cancel-function-timers' exists in XEmacs in timer-funcs. 
758
759         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
760         for `run-with-idle-timer'. 
761
762         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
763         for `run-at-time'.
764
765         * mm-url.el: Require timer-funcs at compile time when in XEmacs
766         for `with-timeout'. 
767
768         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
769         the same as for XEmacs 21.4.
770         No need to ignore `run-with-idle-timer', this function exists in
771         XEmacs now in timer-funcs.el in the xemacs-base package.
772         (dgnushack-compile): No need to delete
773         run-at-time.el from the list of files to compile because it
774         doesn't exist anymore.
775
776 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * mml.el (mml-generate-mime-1): Convert string into unibyte when
779         inserting " *mml*" buffer's contents into a unibyte temp buffer.
780
781 2005-01-24  Harald Meland <harald.meland@usit.uio.no>  (tiny change)
782
783         * mail-source.el (mail-source-fetch-imap): Search for ^From case
784         sensitively.
785
786 2005-01-21  Derek Atkins <warlord@MIT.EDU>  (tiny change)
787
788         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
789
790 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
793         which will be inserted according to the multibyteness of a buffer
794         rather than the type of contents.  Suggested by ARISAWA Akihiro
795         <ari@mbf.ocn.ne.jp>.
796
797         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
798         of string which old xml.el may return rather than a string.
799
800 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
801
802         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
803
804 2005-01-16  Simon Josefsson  <jas@extundo.com>
805
806         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
807         idn/idna.el isn't available.
808         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
809         <michael@waxrat.com>.
810
811         * hashcash.el: Remove non-FSF copyright header.
812
813         * hashcash.el (hashcash-extra-generate-parameters): New variable.
814         (hashcash-generate-payment): Use it.
815         (hashcash-generate-payment-async): Use it.
816
817 2005-01-15  Simon Josefsson  <jas@extundo.com>
818
819         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
820         Suggested by Raymond Scholz <ray-2005@zonix.de>.
821
822         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
823         gnus-summary-idna-message.
824         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
825         (gnus-summary-idna-message): New function.
826
827 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
828
829         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
830         gnus-novice-user.
831
832 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
833
834         * nnrss.el (nnrss-request-delete-group): Delete entries in
835         nnrss-group-alist as well.
836         (nnrss-save-server-data): Insert newline.
837
838 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
839
840         * gnus.el (gnus-user-agent): Use list of symbols instead of
841         symbols.  Display full version number for (S)XEmacs.  Optionally
842         display (S)XEmacs codename.
843
844         * gnus-util.el (gnus-emacs-version): Update for new
845         `gnus-user-agent'.
846
847         * gnus-msg.el (gnus-extended-version): Make it possible to omit
848         Gnus version.
849
850 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
851
852         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
853         which is unreadable in some setups.
854
855 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * gnus-spec.el (gnus-update-format-specifications): Flush the
858         group format spec cache if it doesn't support decoded group names.
859
860 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
861
862         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
863         to apply decay on score files matching a regexp.
864
865 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
868         compatibility in %g and %c.
869
870 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
871
872         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
873         name for only %g and %c.
874         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
875         of gnus-tmp-group to decoded group name.
876         (gnus-group-make-rss-group): Exclude `/'s from group names.
877
878 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
879
880         * nnrss.el (nnrss-get-encoding): Fix regexp.
881
882 2004-12-27  Simon Josefsson  <jas@extundo.com>
883
884         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
885         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
886         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
887
888 2004-12-17  Kim F. Storm  <storm@cua.dk>
889
890         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
891
892         * gnus-sum.el (gnus-summary-mode-map): Likewise.
893
894 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
895
896         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
897
898 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * nnrss.el: Require rfc2047 and mml.
901         (nnrss-file-coding-system): New variable.
902         (nnrss-format-string): Redefine it as an inline function.
903         (nnrss-decode-group-name): New function.
904         (nnrss-string-as-multibyte): Remove.
905         (nnrss-retrieve-headers): Decode group name; don't use
906         nnrss-format-string.
907         (nnrss-request-group): Decode group name.
908         (nnrss-request-article): Decode group name; allow a Message-ID as
909         well as an article number; don't use nnrss-format-string; encode a
910         Message-ID string which may contain non-ASCII characters; use
911         mml-to-mime to compose a MIME article.
912         (nnrss-request-expire-articles): Decode group name.
913         (nnrss-request-delete-group): Decode group name.
914         (nnrss-fetch): Clarify error message.
915         (nnrss-read-server-data): Use insert-file-contents instead of load;
916         bind file-name-coding-system; use multibyte buffer.
917         (nnrss-save-server-data): Bind coding-system-for-write to the
918         value of nnrss-file-coding-system; bind file-name-coding-system;
919         add coding cookie.
920         (nnrss-read-group-data): Use insert-file-contents instead of load;
921         bind file-name-coding-system; use multibyte buffer.
922         (nnrss-save-group-data): Bind coding-system-for-write to the
923         value of nnrss-file-coding-system; bind file-name-coding-system.
924         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
925         make it work with non-ASCII text.
926         (nnrss-find-el): Make it work with old xml.el as well.
927
928 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
929
930         * nnrss.el (nnrss-get-encoding): New function.
931         (nnrss-fetch): Use unibyte buffer initially; bind
932         coding-system-for-read while performing mm-url-insert; remove ^Ms;
933         decode contents according to the encoding attribute.
934         (nnrss-save-group-data): Add coding cookie.
935         (nnrss-mime-encode-string): New function.
936         (nnrss-check-group): Use it to encode subject and author.
937
938 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * spam.el (spam-check-BBDB): don't get the symbol-value of an
941         imaginary variable
942
943 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
946         correctly even if there are wide characters.
947
948 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
951         downcased symbol names; make a new cache instead of reusing
952         bbdb-hashtable
953
954 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
957         concatenating segments rather than before concatenating them.
958         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
959
960         * message.el (message-get-reply-headers): Bind `extra'.
961
962 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * message.el (message-extra-wide-headers): New variable.
965         (message-get-reply-headers): Use it.
966
967 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
968
969         * gnus-agent.el (gnus-agent-group-path): Decode group name.
970         (gnus-agent-group-pathname): Ditto.
971
972         * gnus-cache.el (gnus-cache-file-name): Decode group name.
973
974         * gnus-group.el (gnus-group-make-group): Decode group name.
975         (gnus-group-make-rss-group): Register the group data after opening
976         the nnrss group.
977
978 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
979
980         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
981         by expiry now get marked as read.
982
983 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
986
987 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
988
989         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
990         unify Latin characters in XEmacs.
991         (mm-find-mime-charset-region): Use it.
992
993 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * gnus-util.el (gnus-delete-directory): New function.
996
997         * gnus-agent.el (gnus-agent-delete-group): Use it.
998
999         * gnus-cache.el (gnus-cache-delete-group): Use it.
1000
1001 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
1004         names.
1005
1006 2004-12-16  Simon Josefsson  <jas@extundo.com>
1007
1008         * hashcash.el (hashcash-payment-alist): Fix custom :type.
1009
1010 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
1013
1014         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
1015         (gnus-group-set-current-level): Decode group name.
1016
1017 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
1018
1019         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
1020         failed.
1021
1022 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-group.el (gnus-group-delete-group): Decode group name.
1025         (gnus-group-make-rss-group): Encode group name.
1026         (gnus-group-catchup-current): Decode group name.
1027         (gnus-group-kill-group): Decode group name.
1028
1029 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1030
1031         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
1032
1033 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1034
1035         * gnus-group.el (gnus-group-make-rss-group):
1036         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
1037
1038         * gnus-start.el (gnus-setup-news): Honor user's setting to
1039         gnus-message-archive-method.  Suggested by Lute Kamstra
1040         <lute@gnu.org>.
1041
1042 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
1043
1044         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
1045         global counterparts of the buffer-local variables.
1046
1047 2004-11-16  Romain Francoise  <romain@orebokech.com>
1048
1049         * gnus-sum.el (gnus-summary-exit): Don't clear the global
1050         counterparts of the buffer-local variables.
1051
1052 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1053
1054         * message.el (message-forbidden-properties): Fixed typo in doc
1055         string.
1056
1057 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1058
1059         * gnus-util.el (gnus-replace-in-string): Added doc string.
1060
1061         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
1062         to avoid problems when splitting mails with many recipients.
1063
1064 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1065
1066         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
1067         pop-to-buffer, covered by the subsequent gnus-configure-windows.
1068
1069 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
1070
1071         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
1072         if there is no hashtable in memory or file modification time is
1073         newer than cached timestamp.
1074
1075 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1076
1077         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
1078         not-matching option.
1079
1080 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
1081
1082         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
1083         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
1084         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1085         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
1086         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
1087         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
1088
1089 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * message.el (message-forward-make-body-mml): Remove headers
1092         according to message-forward-ignored-headers if a message is decoded.
1093
1094 2004-12-02  Romain Francoise  <romain@orebokech.com>
1095
1096         * message.el (message-forward-make-body-plain): Always remove
1097         headers according to message-forward-ignored-headers.
1098
1099 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1100
1101         * spam.el (spam-summary-prepare-exit): remove the
1102         gnus-summary-limit pop for now, it has problems with ham marks for
1103         me
1104
1105 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
1106
1107         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
1108         correctly
1109
1110 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
1111
1112         * format-spec.el (format-spec): Message the char.
1113
1114 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
1115
1116         * gnus-art.el (gnus-split-methods): reformat comments
1117
1118         * spam.el (spam-summary-prepare-exit): remove article limits
1119         before exiting the summary buffer
1120
1121 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1122
1123         * lpath.el: Remove bbdb-create-internal, bbdb-records,
1124         spam-BBDB-register-routine and spam-enter-ham-BBDB.
1125
1126         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
1127         order to silence the byte compiler.
1128
1129         * spam.el: Fix the way to silence the byte compiler, which
1130         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
1131         bbdb-search-simple, spam-BBDB-register-routine,
1132         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
1133         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
1134         spam-stat-buffer-is-spam, spam-stat-load,
1135         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
1136         spam-stat-save and spam-stat-split-fancy.
1137
1138 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1139
1140         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
1141         which may confuse users.
1142         (canlock-password-for-verify): Ditto.
1143
1144         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1145
1146         * gnus-art.el (gnus-emphasis-alist): Ditto.
1147
1148         * gnus-registry.el (gnus-registry-max-entries): Ditto.
1149
1150         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1151
1152         * gnus-start.el (gnus-save-killed-list): Ditto.
1153
1154         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1155         (gnus-sum-thread-tree-root): Ditto.
1156         (gnus-sum-thread-tree-false-root): Ditto.
1157         (gnus-sum-thread-tree-single-indent): Ditto.
1158
1159         * message.el (message-courtesy-message): Ditto.
1160         (message-archive-note): Ditto.
1161         (message-subscribed-address-file): Ditto.
1162         (message-user-fqdn): Ditto.
1163
1164         * spam-report.el (spam-report-gmane-regex): Ditto.
1165
1166         * spam.el (spam-blackhole-good-server-regex): Ditto.
1167
1168 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * mml.el (mml-preview): Widen the message buffer before copying
1171         the contents to the preview buffer; sort headers before previewing.
1172
1173         * message.el (message-hidden-headers): Fix the way to avoid a bug
1174         in the `repeat' widget in Emacs 21.3 or earlier.
1175
1176 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * message.el (message-hidden-headers): Default to "^References:".
1179         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
1180         (message-strip-forbidden-properties): Remove check for obsolete
1181         `message-hidden' text property, hidden headers are not accessible
1182         in the buffer anymore.  From Romain Francoise on January 11, 2004.
1183
1184 2004-11-22  Romain Francoise  <romain@orebokech.com>
1185
1186         * message.el (message-header-format-alist): Add `From' in list
1187         so that it can be sorted.
1188         (message-fix-before-sending): Widen and sort headers before
1189         sending.
1190         (message-hide-headers): Use narrowing to hide headers by moving
1191         them to the top of the buffer and narrowing to the region
1192         underneath.
1193
1194 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * message.el (message-strip-forbidden-properties): Bind
1197         buffer-read-only (etc) to nil.
1198
1199 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
1202         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1203
1204 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
1205
1206         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
1207
1208 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * dns.el (query-dns): Use sit-for to time instead of
1211         accept-process-output, since that doesn't seem to work on udp
1212         sockets. 
1213
1214 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
1217
1218 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
1219
1220         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
1221         docstrings.
1222
1223 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * nntp.el (nntp-request-update-info): Return nil if
1226         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
1227         may not call gnus-activate-group which uselessly issues the GROUP
1228         commands for all nntp groups and wastes time.  Reported by Romain
1229         Francoise <romain@orebokech.com>.
1230
1231         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
1232
1233 2004-11-15  Simon Josefsson  <jas@extundo.com>
1234
1235         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
1236         headers separately.
1237         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
1238         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
1239
1240 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
1241
1242         * gnus-start.el (gnus-convert-old-newsrc):
1243         Assign legacy-gnus-agent to 5.10.7.
1244
1245 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
1248         start of the lines.
1249
1250 2004-11-14  Magnus Henoch  <mange@freemail.hu>
1251
1252         * hashcash.el (hashcash-default-payment): Change default to 20
1253         (hashcash-default-accept-payment): Change default to 20
1254         (hashcash-process-alist): New variable
1255         (hashcash-generate-payment-async): Add
1256         (hashcash-already-paid-p): Add
1257         (hashcash-insert-payment): Don't generate payments twice
1258         (hashcash-insert-payment-async): Add
1259         (hashcash-insert-payment-async-2): Add
1260         (hashcash-cancel-async): Add
1261         (hashcash-wait-async): Add
1262         (hashcash-processes-running-p): Add
1263         (hashcash-wait-or-cancel): Add
1264         (mail-add-payment): New optional argument.  Conditionally start
1265         asynchronous calculation.
1266         (mail-add-payment-async): Add
1267
1268         * message.el (message-send-mail): Wait for asynchronous hashcash
1269         results.  Don't clobber existing X-Hashcash headers.
1270         (message-setup-1): Call mail-add-payment-async when
1271         message-generate-hashcash is non-nil.
1272
1273 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1274
1275         * message.el (message-use-alternative-email-as-from): Examine the
1276         From header as well; use message-make-from in order to include a
1277         user's full name.
1278
1279 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1280
1281         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
1282         default; improve customization type.
1283         (gnus-emphasis-custom-with-format): New macro.
1284         (gnus-emphasis-custom-value-to-external): New function.
1285         (gnus-emphasis-custom-value-to-internal): New function.
1286
1287 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * dns.el (query-dns): Resolve reverse addresses.
1290
1291 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-group.el (gnus-group-get-new-news): Use it.
1294
1295         * gnus-start.el (gnus-check-reasonable-setup): New function.
1296
1297 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1298
1299         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
1300         "Args out of range" error.  Reported by Arnaud Giersch
1301         <arnaud.giersch@free.fr>.
1302
1303 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
1304
1305         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
1306         From Stefan Wiens <s.wi@gmx.net>.
1307
1308 2004-11-04  Richard M. Stallman  <rms@gnu.org>
1309
1310         * spam.el (spam group): Add :version.
1311
1312         * pgg-def.el (pgg group): Add :version.
1313
1314 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-art.el (gnus-article-edit-article): Don't associate the
1317         article buffer with a draft file.  This is a temporary measure
1318         against the 2004-08-22 change to gnus-article-edit-mode.
1319
1320 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
1323         (html2text-format-tags): Remove unused variable `attr'.
1324
1325 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1326
1327         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
1328
1329         * tls.el (tls-process-connection-type, tls-success)
1330         (tls-certtool-program): Add :version.
1331
1332         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
1333         (starttls-extra-arguments, starttls-process-connection-type)
1334         (starttls-connect, starttls-failure, starttls-success):
1335
1336         * spam-stat.el (spam-stat): Add :version.
1337
1338         * sieve.el (sieve): Add :version.
1339
1340         * sha1.el (sha1): Add :version.
1341         (sha1-use-external): Remove redundant version.
1342
1343         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
1344         (nnmail-cache-ignore-groups, nnmail-spool-hook)
1345         (nnmail-split-fancy-match-partial-words)
1346         (nnmail-split-lowercase-expanded):
1347
1348         * nndiary.el (nndiary): Add :version.
1349
1350         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
1351
1352         * mml-sec.el (mml-default-sign-method)
1353         (mml-default-encrypt-method, mml-signencrypt-style-alist):
1354         Add :version.
1355
1356         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
1357
1358         * mm-url.el (mm-url-use-external, mm-url-program)
1359         (mm-url-arguments): Add :version.
1360
1361         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
1362         (mm-attachment-file-modes, mm-decrypt-option)
1363         (mm-w3m-safe-url-regexp): Add :version.
1364
1365         * message.el (message-cite-prefix-regexp)
1366         (message-sendmail-envelope-from, message-minibuffer-local-map)
1367         (message-user-fqdn, message-completion-alist): Add :version.
1368
1369         * gnus-win.el (gnus-configure-windows-hook)
1370         (gnus-use-frames-on-any-display): Add :version.
1371
1372         * gnus-art.el (gnus-article-address-banner-alist)
1373         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
1374         (gnus-treat-from-picon, gnus-treat-mail-picon)
1375         (gnus-treat-x-pgp-sig): Add :version.
1376
1377         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
1378         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
1379         (gnus-summary-article-delete-hook)
1380         (gnus-summary-display-while-building): Add :version.
1381
1382         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
1383         (gnus-get-top-new-news-hook):Add :version.
1384
1385         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1386         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
1387
1388         * gnus-registry.el (gnus-registry): Add :version.
1389
1390         * gnus-spec.el (gnus-use-correct-string-widths)
1391         (gnus-make-format-preserve-properties): Add :version.
1392
1393         * gnus.el (gnus-group-charter-alist)
1394         (gnus-group-fetch-control-use-browse-url)
1395         (gnus-install-group-spam-parameters): Add :version.
1396
1397         * gnus-diary.el (gnus-diary): Add :version.
1398
1399         * gnus-delay.el (gnus-delay): Add :version.
1400
1401         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
1402         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
1403         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
1404         Add :version.
1405
1406         * gnus-agent.el (gnus-agent-max-fetch-size)
1407         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
1408         (gnus-agent-prompt-send-queue): Add :version.
1409
1410         * deuglify.el (gnus-outlook-deuglify): Add :version.
1411
1412         * html2text.el: Beautify code.  Improve doc strings.  Some checkdoc
1413         cleanup.
1414         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
1415         (html2text-format-tag-list): Add "strong" and "em".
1416         From "Alfred M. Szmidt" <ams@kemisten.nu> (tiny change).
1417
1418 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1419
1420         * gnus-registry.el (gnus-registry-hashtb): create the registry
1421         when package is loaded
1422
1423         * spam.el (spam-summary-score-preferred-header): global preference
1424         for people who want to override the default SpamAssassin over
1425         Bogofilter preference (when both are set)
1426         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
1427         (spam-user-format-function-S): check spam-summary-score-preferred-header
1428         (spam-extra-header-to-number): add X-Bogosity header parsing
1429         (spam-user-format-function-S): format the score correctly
1430
1431 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
1434         signature file.  Suggested by Manoj Srivastava
1435         <srivasta@golden-gryphon.com>.
1436
1437         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
1438         iso-2022-jp even in the Japanese language environment.
1439         Suggested by Jason Rumney <jasonr@gnu.org>.
1440
1441 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
1444         use the same characters as the dummy marks; make it free from
1445         getting affected by the language environment.
1446         (gnus-summary-read-group-1): Update mark positions only when the
1447         format spec is updated.
1448
1449         * gnus-spec.el (gnus-update-format-specifications): Return a list
1450         of updated types.
1451
1452 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
1455         of boundp to check if display-warning is available.
1456
1457 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
1458
1459         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
1460
1461 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * nnspool.el (nnspool-spool-directory): Use news-path if the
1464         news-directory variable is not bound.
1465
1466         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
1467         function instead of display-warning if it is not available.
1468
1469 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1470
1471         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
1472         v5-10: Use `point-at-bol'.
1473
1474 2004-10-26  Simon Josefsson  <jas@extundo.com>
1475
1476         * hashcash.el: Fix URL in comment, reported by Cheng Gao
1477         <chenggao@gmail.com>.
1478
1479 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1480
1481         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
1482         instead.
1483
1484 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
1487         to remove a server from the nnimap-server-buffer-alist
1488         (nnimap-open-connection, nnimap-close-server): use it
1489
1490         * gnus-encrypt.el: removed in favor of encrypt.el
1491
1492 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
1495         running the major-mode function.
1496
1497 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1498
1499         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
1500         dummy marks in the right way.
1501
1502 2004-10-18  David Edmondson  <dme@dme.org>
1503
1504         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
1505         excessively.
1506
1507 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1508
1509         * gnus-util.el (gnus-split-references): accept a nil references
1510         string and go on blissfully
1511
1512         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
1513         cases where the references string is non-nil but has no references
1514
1515         * encrypt.el: add autoload tags
1516
1517         * spam.el (spam-resolve-registrations-routine): remove article
1518         from unregistration list too.  Reported by David Hanak
1519         <dhanak@isis.vanderbilt.edu>
1520
1521 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
1522
1523         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
1524         nil.  Changed custom type.
1525
1526 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
1527
1528         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
1529
1530         * gnus-sum.el (gnus-summary-move-article): Use it.
1531
1532 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
1533
1534         * encrypt.el: add autoload cookies
1535
1536         * spam.el (spam-backend-article-list-property)
1537         (spam-backend-get-article-todo-list)
1538         (spam-backend-put-article-todo-list, )
1539         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
1540         resolve registrations separately
1541         (spam-register-routine): format comments
1542         (spam-unregister-routine, spam-register-routine): always call with
1543         specific-articles, no default list
1544         (spam-summary-prepare-exit): use the spam-classifications function
1545
1546         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
1547         gnus-encrypt.el
1548
1549         * encrypt.el: copied from gnus-encrypt.el
1550
1551         * gnus-encrypt.el: commented that it's obsolete
1552
1553 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
1554
1555         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
1556         (gnus-score-save): Use it.
1557
1558         * message.el (message-bury): Use `window-dedicated-p'.
1559
1560 2004-10-15  Simon Josefsson  <jas@extundo.com>
1561
1562         * pop3.el (top-level): Don't require nnheader.
1563         (pop3-read-timeout): Add.
1564         (pop3-accept-process-output): Add.
1565         (pop3-read-response, pop3-retr): Use it.
1566
1567 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
1568
1569         * spam.el (spam-register-routine): move comment
1570         (spam-verify-bogofilter): we use 'unknown for the initial
1571         spam-bogofilter-valid state, not 'never
1572
1573         * netrc.el (netrc-machine-user-or-password): convenience wrapper
1574         for netrc-machine
1575
1576         * nnimap.el (nnimap-open-connection): use
1577         netrc-machine-user-or-password
1578
1579 2004-10-17  Richard M. Stallman  <rms@gnu.org>
1580
1581         * gnus-registry.el (gnus-registry-unload-hook): 
1582         Set as a variable with add-hook.
1583
1584         * nnspool.el (nnspool-spool-directory): Use news-directory instead
1585         of news-path.
1586
1587         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
1588
1589         * spam.el: Delete duplicate `provide'.
1590         (spam-unload-hook): Set as a variable with add-hook.
1591
1592 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
1593
1594         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
1595         in the doc string.
1596
1597         * message.el (message-ignored-news-headers)
1598         (message-ignored-supersedes-headers)
1599         (message-ignored-resent-headers)
1600         (message-forward-ignored-headers): Improve custom type.
1601
1602 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1603
1604         * message.el (message-tokenize-header): Fix 2004-09-06 change
1605         which used point-min in the wrong place.
1606
1607 2004-10-12  Simon Josefsson  <jas@extundo.com>
1608
1609         * net/tls.el (tls-certtool-program): New variable.
1610         (tls-certificate-information): New function, based on
1611         ssl-certificate-information.
1612
1613 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * compface.el: Move the version of ELisp-based uncompface program
1616         to the contrib directory because of the copyright problem.
1617
1618 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
1619
1620         * message.el (message-kill-buffer): Raise the current frame.
1621
1622 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
1623
1624         * gnus-sum.el: Mention that multibyte characters don't work as marks.
1625
1626         * gnus.el (message-y-or-n-p): Autoload.
1627
1628         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
1629         (pop3-password-required, pop3-authentication-scheme)
1630         (pop3-leave-mail-on-server): Made customizable.
1631         (pop3): New custom group.
1632         (pop3-retr): Remove `sleep-for' statements.
1633         Suggested by Dave Love <fx@gnu.org>.
1634
1635         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
1636         Windows/DOS.
1637
1638         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
1639         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
1640         Dave Love <fx@gnu.org>.
1641
1642         * mml.el (mml-minibuffer-read-disposition): Require match.
1643         Suggested by Dave Love <fx@gnu.org>.
1644
1645 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
1646
1647         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
1648         doc string.
1649
1650 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1651
1652         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
1653
1654 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1655
1656         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
1657         instead of calling `mm-insert-inline', to decode text/* parts
1658         before displaying them.
1659
1660 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * mm-uu.el (mm-uu-text-plain-type): New variable.
1663         (mm-uu-pgp-signed-extract-1): Use it.
1664         (mm-uu-pgp-encrypted-extract-1): Use it.
1665         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
1666         bind mm-uu-text-plain-type with that value.
1667         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
1668         mm-uu-dissect.
1669
1670 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * gnus-group.el (gnus-update-group-mark-positions):
1673         * gnus-sum.el (gnus-update-summary-mark-positions):
1674         * message.el (message-check-news-body-syntax):
1675         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
1676         of string-as-multibyte.
1677
1678 2004-10-05  Juri Linkov  <juri@jurta.org>
1679
1680         * gnus-group.el (gnus-update-group-mark-positions):
1681         * gnus-sum.el (gnus-update-summary-mark-positions):
1682         * message.el (message-check-news-body-syntax):
1683         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
1684         8-bit unibyte values to a multibyte string for search functions.
1685
1686 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * mm-uu.el (mm-uu-dissect): Allow optional arg.
1689         (mm-uu-dissect-text-parts): New function.
1690
1691         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
1692         dissect text parts.
1693
1694         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
1695         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
1696
1697         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
1698
1699         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
1700         gnus-current-topics instead of gnus-current-topic.
1701
1702 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
1703
1704         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
1705
1706 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
1707
1708         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
1709         where approriate.
1710
1711         * nnml.el (nnml-generate-active-info): do.
1712
1713         * nndiary.el (nndiary-generate-active-info): do.
1714
1715         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
1716         (gnus-topic-move): do.
1717
1718         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
1719         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
1720
1721         * gnus-srvr.el (gnus-server-prepare)
1722         (gnus-server-open-all-servers): do.
1723
1724         * gnus-msg.el (gnus-summary-cancel-article)
1725         (gnus-summary-resend-message)
1726         (gnus-summary-mail-crosspost-complaint): do.
1727
1728         * gnus-move.el (gnus-change-server): do.
1729
1730         * gnus-group.el (gnus-group-unmark-all-groups)
1731         (gnus-group-set-current-level): do.
1732
1733 2004-10-04  Simon Josefsson  <jas@extundo.com>
1734
1735         * message.el (message-generate-hashcash): Doc fix.
1736
1737 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
1738
1739         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
1740         avoid infinite recursion via gnus-get-function.
1741
1742 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
1745
1746         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
1747
1748         * nnmail.el (nnmail-split-history): do.
1749
1750         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
1751         (nnml-request-delete-group): do.
1752
1753         * nnslashdot.el (nnslashdot-read-groups): do.
1754
1755         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
1756         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
1757
1758         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
1759         (nnspool-sift-nov-with-sed): Use last
1760         (nnspool-retrieve-headers-with-nov): Use mapc.
1761         (nnspool-request-newgroups): Use dolist.
1762         (nnspool-request-group): Use last.
1763
1764         * nntp.el (nntp-read-server-type): Use dolist.
1765
1766         * nnvirtual.el (nnvirtual-create-mapping)
1767         (nnvirtual-update-read-and-marked): Use dolist.
1768         (nnvirtual-convert-headers): Simplify.
1769
1770 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
1771
1772         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
1773         support for sync'ing tick marks.
1774
1775 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
1778         there's no visible header.
1779
1780 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
1781
1782         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
1783         necessary, pass full group name to gnus-request-set-marks.
1784         
1785 2004-10-01  Simon Josefsson  <jas@extundo.com>
1786
1787         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
1788         acroread.
1789
1790 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * spam-report.el (spam-report-gmane): Fix interactive.
1793
1794         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X. 
1795
1796         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
1797         when writing file.
1798         (gnus-agent-synchronize-flags): Don't default to being
1799         interactive. 
1800
1801 2004-09-30  Simon Josefsson  <jas@extundo.com>
1802
1803         * message.el (message-generate-hashcash): Add.
1804         (message-send-mail): Use it, call mail-add-payment.
1805
1806 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
1807
1808         * spam.el (spam-verify-bogofilter): -V, not -sV option
1809
1810 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
1811
1812         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
1813         gnus-requst-update-info with explicit code to sync the in-memory
1814         info read flags with the marks being sync'd to the backend.
1815
1816         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
1817         
1818 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1819
1820         * spam.el (spam-verify-bogofilter): new function
1821         (spam-check-bogofilter)
1822         (spam-bogofilter-register-with-bogofilter): use it
1823         (spam-verify-bogofilter): small fixes
1824
1825 2004-09-28  Simon Josefsson  <jas@extundo.com>
1826
1827         * hashcash.el (hashcash-generate-payment): Revert.
1828
1829 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1830
1831         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
1832         gnus-extract-references instead of gnus-split-references
1833
1834         * gnus-util.el (gnus-extract-references): new function, analogous
1835         to gnus-split-references but extracts only the message-ID without
1836         anything extra
1837
1838         * hashcash.el (hashcash-generate-payment)
1839         (hashcash-check-payment): do the right thing if hashcash-path is
1840         nil (because the hashcash program could not be found)
1841
1842         * spam.el (spam-use-hashcash): remove comment
1843
1844 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
1845
1846         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
1847         (gnus-cache-enter-article, gnus-cache-remove-article)
1848         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
1849
1850         * gnus-async.el (gnus-async-prefetch-remove-group): do.
1851
1852         * gnus-art.el (article-hide-boring-headers)
1853         (article-translate-strings, article-display-face)
1854         (gnus-article-mime-match-handle-first)
1855         (gnus-article-highlight-headers)
1856         (gnus-article-add-buttons-to-head): do.
1857
1858 2004-09-27  Simon Josefsson  <jas@extundo.com>
1859
1860         * hashcash.el: New version, from
1861         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
1862         ../contrib/.
1863
1864 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
1867
1868 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
1869
1870         * gnus-dup.el (gnus-dup-open): Use mapc.
1871         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
1872         
1873         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
1874         Reported by Stefan Wiens <s.wi@gmx.net>.
1875
1876         * gnus.el (gnus-shutdown): Use dolist.
1877
1878         * gnus-undo.el (gnus-undo): Use mapc.
1879
1880         * nnrss.el (nnrss-generate-active): do.
1881
1882         * message.el (message-cite-original-without-signature)
1883         (message-cite-original): Use mapc.
1884         (message-do-actions, message-make-forward-subject): Use dolist.
1885
1886 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
1887
1888         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
1889         deletion to remove entire duplicate line.  Fixes merged article
1890         number bug.
1891         
1892 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
1893
1894         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
1895         servers that are offline.  Avoids having gnus-agent-toggle-plugged
1896         first ask if you want to open a server and then, even when you
1897         responded with no, asking if you want to synchronize the server's
1898         flags.
1899         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
1900         multi-line expressions.
1901         (gnus-agent-synchronize-group-flags): New internal function.
1902         Updates marks in memory (in the info structure) AND in the
1903         backend.
1904
1905         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
1906
1907         * nnagent.el (nnagent-request-set-mark): Use
1908         gnus-agent-synchronize-group-flags, not backend's request-set-mark
1909         method, to ensure that synchronization updates marks in the
1910         backend and in the info (in memory) structure.
1911         
1912 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
1915         convention fully; don't miss the root article of a thread; make
1916         the X-Draft-From header with correct article numbers.
1917
1918 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
1919
1920         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
1921         unless plugged.  Disable the agent so that an open failure causes
1922         an error.
1923
1924         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
1925         Reverted 2004-09-21 change.  The backend must be opened while
1926         synchronizing flags even when the backend stores the flags
1927         locally.
1928
1929 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
1930
1931         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
1932         in `header' match.  Reported by Svend Tollak Munkejord.
1933
1934         * message.el (message-cite-original): Fix use of
1935         `message-cite-articles-with-x-no-archive'.
1936
1937 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
1940         (gnus-window-to-buffer): Ditto.
1941
1942         * mml.el (mml-preview-buffer): New variable.
1943         (mml-preview): Manage window layout with gnus-buffer-configuration.
1944
1945         * gnus-msg.el (gnus-setup-message): Put article numbers into the
1946         X-Draft-From header even if those articles aren't quoted.
1947
1948 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
1949
1950         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
1951         (gnus-request-set-mark, gnus-request-update-mark): Use new
1952         g-s-t-u-l-m to decide to use backend even when unplugged.
1953
1954 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
1957         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
1958
1959 2004-09-20  Simon Josefsson  <jas@extundo.com>
1960
1961         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
1962         "utf-16-le".
1963
1964 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1965
1966         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
1967
1968 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1969
1970         * uudecode.el (uudecode-use-external): Add :version.
1971
1972         * smime.el (smime-CA-file, smime-encrypt-cipher)
1973         (smime-dns-server): Add :version.
1974
1975         * smiley.el (gnus-smiley-file-types): Add :version.
1976
1977         * sha1.el (sha1-use-external): Add :version.
1978
1979         * pgg-def.el (pgg-query-keyserver): Add :version.
1980
1981         * nnmail.el (nnmail-fancy-expiry-targets)
1982         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
1983
1984         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
1985         (nnimap-retrieve-groups-asynchronous): Add :version.
1986         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
1987
1988         * mml.el (mml-content-disposition-parameters)
1989         (mml-insert-mime-headers-always): Add :version.
1990
1991         * mm-util.el (mm-coding-system-priorities):
1992
1993         * mm-decode.el (mm-inline-text-html-with-images)
1994         (mm-keep-viewer-alive-types, mm-external-terminal-program)
1995         (mm-verify-option): Add :version.
1996         (mm-text-html-renderer): Change :version.
1997
1998         * message.el (message-fcc-externalize-attachments)
1999         (message-required-headers, message-draft-headers)
2000         (message-subject-trailing-was-query)
2001         (message-subject-trailing-was-ask-regexp)
2002         (message-subject-trailing-was-regexp, message-mark-insert-begin)
2003         (message-mark-insert-end, message-archive-header)
2004         (message-archive-note, message-cross-post-default)
2005         (message-cross-post-note, message-followup-to-note)
2006         (message-cross-post-note-function, message-use-mail-followup-to)
2007         (message-subscribed-address-functions)
2008         (message-subscribed-address-file, message-subscribed-addresses)
2009         (message-subscribed-regexps, message-allow-no-recipients)
2010         (message-yank-cited-prefix, message-signature-insert-empty-line)
2011         (message-hidden-headers, message-hierarchical-addresses)
2012         (message-mail-user-agent, message-use-idna)
2013         (message-valid-fqdn-regexp)
2014         (message-strip-special-text-properties, message-header-synonyms)
2015         (message-beginning-of-line, message-tab-body-function): Add :version.
2016         (message-insert-canlock, message-wide-reply-confirm-recipients):
2017         Change :version.
2018
2019         * mail-source.el (mail-source-ignore-errors): Add :group, :type
2020         and :version.
2021         (mail-source-delete-old-incoming-confirm)
2022         (mail-source-movemail-program): Add :version.
2023
2024         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
2025         (gnus-agent-cache, gnus-agent): Change :version.
2026
2027         * gnus-util.el (gnus-use-byte-compile): Change :version.
2028
2029         * gnus-sum.el (gnus-summary-make-false-root-always)
2030         (gnus-summary-default-high-score)
2031         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
2032         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
2033         (gnus-read-all-available-headers, gnus-article-emulate-mime)
2034         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
2035         (gnus-sum-thread-tree-single-indent)
2036         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
2037         (gnus-sum-thread-tree-leaf-with-other)
2038         (gnus-sum-thread-tree-single-leaf): Add :version.
2039         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
2040         (gnus-article-loose-mime): Change :version.
2041
2042         * gnus-start.el (gnus-backup-startup-file)
2043         (gnus-save-startup-file-via-temp-buffer): Add :version.
2044
2045         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
2046         (gnus-server-offline-face): Add :version.
2047
2048         * gnus-score.el (gnus-adaptive-word-length-limit):
2049
2050         * gnus-msg.el (gnus-gcc-externalize-attachments)
2051         (gnus-debug-files, gnus-debug-exclude-variables)
2052         (gnus-discouraged-post-methods): Change :version.
2053         (gnus-confirm-mail-reply-to-news)
2054         (gnus-confirm-treat-mail-like-news): Add :version.
2055
2056         * gnus-int.el (gnus-server-unopen-status): Add :version.
2057
2058         * gnus-group.el (gnus-group-jump-to-group-prompt)
2059         (gnus-large-ephemeral-newsgroup)
2060         (gnus-fetch-old-ephemeral-headers): Add :version.
2061
2062         * gnus-fun.el (gnus-x-face-directory)
2063         (gnus-convert-pbm-to-x-face-command)
2064         (gnus-convert-image-to-x-face-command)
2065         (gnus-convert-image-to-face-command): Add :version.
2066
2067         * gnus-delay.el (gnus-delay-default-hour): Add :version.
2068
2069         * gnus-cite.el (gnus-cite-blank-line-after-header)
2070         (gnus-article-boring-faces):
2071
2072         * gnus-art.el (gnus-buttonized-mime-types)
2073         (gnus-inhibit-mime-unbuttonizing)
2074         (gnus-treat-display-face)
2075         (gnus-treat-body-boundary): Change :version.
2076         (gnus-body-boundary-delimiter, gnus-picon-databases)
2077         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
2078         (gnus-treat-date-english, gnus-treat-fold-headers)
2079         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
2080         (gnus-treat-mail-picon, gnus-treat-wash-html)
2081         (gnus-article-encrypt-protocol)
2082         (gnus-use-idna, gnus-article-over-scroll)
2083         (gnus-mime-display-multipart-alternative-as-mixed)
2084         (gnus-mime-display-multipart-related-as-mixed)
2085         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
2086         (gnus-ctan-url, gnus-button-ctan-handler)
2087         (gnus-button-handle-ctan-bogus-regexp)
2088         (gnus-button-ctan-directory-regexp)
2089         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
2090         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
2091         (gnus-button-man-level, gnus-button-emacs-level)
2092         (gnus-button-message-level, gnus-button-browse-level): Add :version.
2093
2094         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
2095         (gnus-agent-go-online): Change :version.
2096         (gnus-agent-expire-unagentized-dirs)
2097         (gnus-agent-auto-agentize-methods): Add :version.
2098
2099         * flow-fill.el (fill-flowed-display-column)
2100         (fill-flowed-encode-column): Add :version.
2101
2102         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
2103         (gnus-outlook-deuglify-unwrap-max)
2104         (gnus-outlook-deuglify-cite-marks)
2105         (gnus-outlook-deuglify-unwrap-stop-chars)
2106         (gnus-outlook-deuglify-no-wrap-chars)
2107         (gnus-outlook-deuglify-attrib-cut-regexp)
2108         (gnus-outlook-deuglify-attrib-verb-regexp)
2109         (gnus-outlook-deuglify-attrib-end-regexp)
2110         (gnus-outlook-display-hook): Add :version.
2111
2112         * binhex.el (binhex-use-external): Add :version.
2113
2114 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
2115
2116         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
2117         and `invisible'.
2118
2119 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2120
2121         * gnus-registry.el (gnus-registry-trim): watch out for negatives
2122         in gnus-registry-trim
2123
2124 2004-09-13  Simon Josefsson  <jas@extundo.com>
2125
2126         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
2127
2128         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
2129
2130         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
2131         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
2132         <yamaoka@jpl.org>.
2133         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
2134         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
2135         <yamaoka@jpl.org>.
2136
2137         * sieve.el (sieve-manage-mode): Ditto.
2138
2139 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
2140
2141         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
2142
2143 2004-09-11  Simon Josefsson  <jas@extundo.com>
2144
2145         * dns-mode.el: Add.
2146
2147         * mm-view.el (mm-display-dns-inline): Add.
2148
2149         * mm-decode.el (mm-inline-media-tests): Add text/dns.
2150         (mm-automatic-display): Ditto.
2151
2152         * mailcap.el (mailcap-mime-data): Add text/dns.
2153         (mailcap-mime-extensions): Map .soa to text/dns.
2154
2155 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
2156
2157         * gnus-art.el (article-decode-mime-words, article-babel)
2158         (gnus-article-highlight-signature, gnus-article-add-buttons)
2159         (gnus-signature-toggle): Remove unnecessary bindings of
2160         `inhibit-read-only' inherited from v5.10 merge.
2161
2162 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
2163
2164         * nntp.el (nntp): New customization group.
2165         (nntp-authinfo-file): Add customization group.
2166
2167         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
2168
2169         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
2170
2171         * gnus.el (to-address, to-list, subscribed)
2172         (large-newsgroup-initial): Ditto.
2173
2174         * flow-fill.el (fill-flowed-display-column)
2175         (fill-flowed-encode-column): Ditto.
2176
2177 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
2178
2179         * message.el (message-tokenize-header, message-send-mail-with-qmail):
2180         Use point-min rather than 1.
2181         (message-send-mail): Use buffer-size rather than point-max.
2182
2183         * gnus-sum.el (gnus-summary-search-article-forward):
2184         Signal a specific `search-failed' rather than a generic `error'.
2185
2186         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
2187         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
2188         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
2189
2190 2004-09-10  Simon Josefsson  <jas@extundo.com>
2191
2192         * nndb.el (require): Remove tcp and duplicate cl.
2193
2194 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * gnus-agent.el (directory-files-and-attributes): Move forward.
2197
2198 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
2199
2200         * gnus-agent.el (directory-files-and-attributes): Optionally
2201         defined to support XEmacs.
2202
2203 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
2204
2205         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
2206         to avoid run-time CL dependencies.
2207         (gnus-agent-unfetch-articles): New function.
2208         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
2209         article numbers even when local .overview file is missing.
2210         (gnus-agent-read-article-number): New function. Only accepts
2211         27-bit article numbers.
2212         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
2213         gnus-agent-read-article-number.
2214         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
2215         from backend while recognizing that article numbers in .overview
2216         must be valid.
2217         (gnus-agent-update-files-total-fetched-for): Use
2218         directory-files-and-attributes to improve performance.
2219         * gnus-int.el (gnus-request-move-article): Use
2220         gnus-agent-unfetch-articles in place of gnus-agent-expire to
2221         improve performance.
2222
2223         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
2224         some users confused by references to .newsrc when they only have a
2225         .newsrc.eld file.
2226         (gnus-convert-mark-converter-prompt,
2227         gnus-convert-converter-needs-prompt): Fixed use of property list.
2228         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
2229         New function. Used internally to only display 'gnus converting
2230         files' message when actually necessary.
2231
2232         * gnus-sum.el (): Removed (require 'gnus-agent) as required
2233         methods now autoloaded.
2234
2235 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * gnus-sum.el (gnus-summary-insert-subject): Remove list
2238         identifiers.
2239
2240 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
2241
2242         * gnus-picon.el: Fix indentation and closing parenthesis.
2243
2244 2004-09-01  Simon Josefsson  <jas@extundo.com>
2245
2246         * message.el (message-canlock-generate): Require sha1, not
2247         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
2248         to require within a function.  Sadly, if sha1.el isn't loaded, the
2249         let binding in m-c-g will hide the defcustom definition, which is
2250         bad.)
2251
2252         * canlock.el: Require sha1, not sha1-el.
2253
2254         * message.el: Don't autoload sha1 (there is a autoload cookie in
2255         sha1.el).
2256
2257         * sha1-el.el: Renamed to sha1.el.
2258
2259 2004-08-30  Juanma Barranquero  <lektu@terra.es>
2260
2261         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
2262
2263 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2264
2265         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
2266
2267 2004-08-30  Kim F. Storm  <storm@cua.dk>
2268
2269         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
2270
2271         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
2272         Add :group 'nnimap.
2273
2274 2004-08-30  Simon Josefsson  <jas@extundo.com>
2275
2276         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
2277         ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
2278
2279 2004-08-30  Simon Josefsson  <jas@extundo.com>
2280
2281         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
2282         and ?\' to symbol instead of whitespace (tiny patch).  From
2283         Andreas Schwab <schwab@suse.de>.
2284
2285 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
2288
2289         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
2290         instead of re-search-forward.
2291
2292         * gnus-uu.el (gnus-uu-save-article): Ditto.
2293         (gnus-uu-post-encode-uuencode): Ditto.
2294
2295         * html2text.el (html2text-clean-list-items): Ditto.
2296         (html2text-clean-dtdd): Ditto.
2297         (html2text-format-tags): Ditto.
2298
2299         * message.el (message-send-mail-with-sendmail): Fix regexp.
2300         (message-fill-field-general): Use search-forward instead of
2301         re-search-forward.
2302         (unbold-region): Ditto.
2303
2304         * nnrss.el (nnrss-request-article): Ditto.
2305
2306         * nnslashdot.el (nnslashdot-request-article): Ditto.
2307
2308         * nnweb.el (nnweb-gmane-wash-article): Ditto.
2309
2310         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
2311         "Unrecognized menu descriptor" error in XEmacs.
2312
2313 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
2316         entry.
2317
2318         * gnus-group.el (gnus-group-line-format-alist): Convert the value
2319         of gnus-tmp-news-method into string under XEmacs.  It will be
2320         passed to gnus-correct-length which takes only a string argument.
2321
2322 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2323
2324         * gnus-util.el (gnus-bind-print-variables): New macro.
2325         (gnus-prin1): Use it.
2326         (gnus-prin1-to-string): Use it.
2327         (gnus-pp): New function.
2328         (gnus-pp-to-string): New function.
2329
2330         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
2331         pp-to-string with gnus-pp-to-string.
2332         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
2333         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
2334         * gnus-msg.el (gnus-debug): Ditto.
2335         * gnus-score.el (gnus-score-save): Ditto.
2336         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
2337         gnus-pp-to-string.
2338         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
2339         with gnus-pp.
2340         * score-mode.el (gnus-score-pretty-print): Ditto.
2341         * webmail.el (webmail-debug): Ditto.
2342
2343 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-art.el (article-display-face, article-display-x-face): Use
2346         buffer-read-only.
2347
2348 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * gnus-art.el (article-hide-list-identifiers): Bind
2351         inhibit-read-only as t.
2352
2353 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
2354
2355         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
2356
2357 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2358
2359         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
2360         (gnus-narrow-to-page): Don't assume point-min == 1.
2361         (gnus-article-edit-mode): Derive from message-mode.
2362
2363         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
2364         point-min == 1.
2365
2366         * imap.el (imap-parse-address-list, imap-parse-body-ext):
2367         Disable incorrect use of `assert'.
2368
2369         * message.el (message-mode): Set comment-start-skip.
2370
2371
2372 2004-08-22  Sam Steingold  <sds@gnu.org>
2373
2374         * pop3.el (pop3-leave-mail-on-server): New user variable.
2375         (pop3-movemail): Delete mail only when it is nil.
2376
2377 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
2378
2379         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
2380
2381         * mml.el (mml-preview): Use `pop-to-buffer'.
2382
2383         * message.el (message-goto-mail-followup-to): Insert after "To".
2384         (message-carefully-insert-headers): Add comment.
2385
2386         * gnus.el: Remove unused variable `gnus-article-check-size'.
2387
2388         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
2389
2390         * gnus-art.el (gnus-button-alist): Improve
2391         `gnus-button-handle-library' entry.
2392
2393 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
2394
2395         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
2396         downcase, since XEmacs capitalizes error messages differently.
2397         From Sebastian Freundt <hroptatyr@gna.org>.
2398
2399 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
2400
2401         * nntp.el: Add (require 'gnus) due to reference to
2402         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
2403
2404 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
2405
2406         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
2407         `mm-fill-flowed'.
2408
2409         * mm-decode.el (mm-dissect-singlepart): Check it.
2410
2411 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
2412
2413         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
2414         'imap' for netrc parsing
2415
2416 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
2417
2418         * mailcap.el (mailcap-mime-data): Mark as risky.
2419
2420 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
2423         may be included in the encoded word.
2424         (rfc2047-encode): Don't append a space if the encoded word
2425         includes close parenthesis.
2426
2427 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
2430         of text within parentheses.
2431
2432 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
2433
2434         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
2435         (gnus-encrypt-write-file-contents): the password key is the file
2436         name PLUS the cipher, not just the cipher.  Also remove failed
2437         passwords from the cache.
2438
2439 2004-08-06  Simon Josefsson  <jas@extundo.com>
2440
2441         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
2442         fix.
2443
2444 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
2447         LWSP.
2448
2449 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
2450
2451         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
2452         to append in-reply-to: data to the references: header
2453
2454         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
2455         (netrc-parse): use gnus-encrypt.el functions
2456
2457         * gnus-encrypt.el: new file for encryption support; currently
2458         does only a few GPG ciphers and an internal XOR cipher
2459
2460         * password.el: add comments on using password-read-and-add
2461         (password-read-and-add): new function to read and add the
2462         password to the cache at once
2463
2464 2004-07-28  Simon Josefsson  <jas@extundo.com>
2465
2466         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
2467         parameter (but don't use it, for now).
2468
2469         * imap.el (imap-ssl-open): Use imap-process-connection-type,
2470         instead of hard coding to nil.
2471
2472 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * mm-view.el (mm-inline-image-emacs): Open lines under an image
2475         as mm-inline-image-xemacs does.
2476
2477 2004-07-26  Simon Josefsson  <jas@extundo.com>
2478
2479         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
2480         Revert part of 2004-07-17 change below.
2481
2482 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
2485         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
2486
2487 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
2490         quotes that actually start with ">" at the beginning of the
2491         lines. 
2492
2493 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * rfc2047.el (rfc2047-encode-region): Fix last change.
2496         (rfc2047-encode-parameter): Remove useless concat.
2497
2498 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
2501         encode special characters; fix some kind of misconfigured headers;
2502         signal a real error if debug-on-quit or debug-on-error is non-nil.
2503         (rfc2047-encode-max-chars): New variable.
2504         (rfc2047-encode-1): Use it.
2505         (rfc2047-encode-parameter): New function.
2506
2507         * mml.el (mml-insert-parameter): Remove an excessive space.
2508
2509 2004-07-17  Simon Josefsson  <jas@extundo.com>
2510
2511         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
2512         Kai Grossjohann <kai@emptydomain.de>.
2513         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
2514         (gnus-group-make-menu-bar): Ditto.
2515
2516         * gnus-util.el (gnus-group-server): Add.
2517
2518 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
2519
2520         * message.el (message-clone-locals): Clone sendmail and smtp
2521         variables.
2522
2523 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * rfc2047.el (rfc2047-encode-region): Fix last change.
2526
2527 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2528         From David Hedbor <dhedbor@real.com>.
2529
2530         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
2531         (nnmail-expand-newtext): Lowercase expanded entries if
2532         nnmail-split-lowercase-expanded is non-nil.
2533
2534 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
2537         characters as non-special.
2538
2539 2004-07-09  Simon Josefsson  <jas@extundo.com>
2540
2541         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
2542         Users will lose all flag changes made while unplugged with
2543         e.g. nntp unless flag synchronization happens, thus `nil' is not a
2544         good default.  See numerous reports on ding mailing list.
2545
2546 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
2549         add generate-head-function and generate-article-function to the
2550         rfc822-forward entry.
2551         (nndoc-rfc822-forward-generate-article): New function.
2552         (nndoc-rfc822-forward-generate-head): New function.
2553
2554         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
2555
2556 2004-07-06  Dan Christensen  <jdc@uwo.ca>
2557
2558         * gnus-sum.el (gnus-summary-read-group-1): When summary
2559         is unthreaded, respect display group parameter.
2560         (gnus-articles-to-read): Remove unused reference to
2561         display group parameter.
2562
2563 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * nnheader.el (nnheader-uniquify-message-id): New experimental
2566         variable. 
2567         (nnheader-nov-read-message-id): Use it.
2568
2569         * spam-report.el (spam-report-gmane): Add interactive.
2570
2571 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
2574         qp-or-base64 for the application/* types.
2575
2576 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
2577
2578         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
2579         Joakim Verona <joakim@verona.se>.
2580
2581 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * gnus-registry.el (gnus-registry-trim): don't allow a negative
2584         trim value
2585
2586 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
2587
2588         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
2589         New macro and function.
2590         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
2591
2592 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
2595         after-load-alist.
2596
2597 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
2600         update info that isn't there.
2601
2602 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * mm-view.el (mm-inline-render-with-function): Use multibyte
2605         buffer; decode html source by charset.
2606
2607         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
2608
2609         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
2610         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
2611         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
2612         loaded under XEmacs.
2613         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
2614
2615 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
2616
2617         * nnheader.el (nnheader-max-head-length): Increase to 8192.
2618
2619 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * mm-util.el (mm-coding-system-p): Return a coding-system.
2622         (mm-mime-mule-charset-alist): Use shift_jis instead of
2623         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
2624         entries for the mime charsets iso-2022-jp-3 and shift_jis.
2625         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
2626         instead of japanese-shift-jis and iso-latin-1 respectively in
2627         order to share the default value with both Emacs and XEmacs-mule.
2628         (mm-mule-charset-to-mime-charset): Make
2629         mm-coding-system-priorities effective.
2630         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
2631         while predicating of candidates upon the priorities.
2632
2633 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
2634
2635         * gnus-sum.el (gnus-summary-make-menu-bar): Add
2636         gnus-uu-invert-processable.
2637
2638         * gnus.el: Autoload gnus-uu-invert-processable.
2639
2640 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * mm-util.el (mm-with-multibyte-buffer): New macro.
2643
2644         * rfc2047.el (rfc2047-encode-string): Use it.
2645         (rfc2047-encode-region): Move point to the end of the region after
2646         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
2647
2648 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
2651         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
2652
2653 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
2656         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
2657         Karl Chen <quarl@nospam.quarl.org>.
2658
2659 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
2660
2661         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
2662         invalid addresses.
2663
2664 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * spam.el: section markers changed, TODO list revised
2667         (spam-backends): new master list of all installed backends
2668         (spam-summary-exit-behavior): new variable to determine how
2669         messages moves are done at summary exit
2670         (spam-move-spam-nonspam-groups-only)
2671         (spam-process-ham-in-nonham-groups)
2672         (spam-process-ham-in-spam-groups): variables removed, the
2673         spam-summary-exit-behavior variable should be used to manage this
2674         behavior
2675         (spam-old-ham-articles, spam-old-spam-articles): removed
2676         (spam-old-articles): new variable, replacing spam-old-ham-articles
2677         and spam-old-spam-articles
2678         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
2679         empty variables, placeholders for the backends they represent
2680         (spam-set-difference): moved, unchanged
2681         (spam-list-of-processors): variable OBSOLETE, not used anymore
2682         unless the user has a processor variable
2683         (spam-classifications, spam-classification-valid-p)
2684         (spam-backend-properties, spam-backend-property-valid-p)
2685         (spam-backend-function-type-valid-p)
2686         (spam-process-type-valid-p, spam-list-articles): helper functions
2687         (spam-report-articles-gmane, spam-report-articles-resend):
2688         functions removed, they are not needed
2689         (spam-install-backend-super, spam-backend-list)
2690         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
2691         (spam-backend-function, spam-backend-ham-registration-function)
2692         (spam-backend-spam-registration-function)
2693         (spam-backend-ham-unregistration-function)
2694         (spam-backend-spam-unregistration-function)
2695         (spam-backend-statistical-p, spam-backend-mover-p)
2696         (spam-install-backend-alias, spam-install-checkonly-backend)
2697         (spam-install-mover-backend, spam-install-nocheck-backend)
2698         (spam-install-backend, spam-install-statistical-backend)
2699         (spam-install-statistical-checkonly-backend): backend installation
2700         support
2701         (spam-summary-prepare-exit): rewritten to use the new backend code
2702         (spam-group-processor-p): use the new backend code and respect the
2703         summary exit behavior
2704         (spam-mark-spam-as-expired-and-move-routine): removed
2705         (spam-summary-prepare): changed to use the new spam-old-articles
2706         variable
2707         (spam-copy-or-move-routine, spam-copy-spam-routine)
2708         (spam-move-spam-routine, spam-copy-ham-routine)
2709         (spam-move-ham-routine): new code to copy/move ham or spam
2710         (spam-fetch-field-fast): doc and code improved, plus it allows the
2711         'number request
2712         (spam-list-of-checks, spam-list-of-statistical-checks): variables
2713         removed, no longer used
2714         (spam-split, spam-find-spam): use the new backend code
2715         (spam-registration-functions): variable removed, no longer used
2716         (spam-unregister-routine): convenience wrapper
2717         (spam-log-undo-registration, spam-register-routine)
2718         (spam-log-processing-to-registry)
2719         (spam-log-unregistration-needed-p): renamed "check" to "backend"
2720         where possible
2721         (spam-check-gmane-xref, spam-check-regex-headers)
2722         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
2723         (spam-check-whitelist, spam-check-blacklist)
2724         (spam-check-bogofilter-headers, spam-check-spamoracle)
2725         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
2726         (spam-check-crm114-headers): use the spam-split-group that
2727         spam-split prepares, no need to determine it every time
2728
2729         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
2730         the nnheader-parse-naked-head call
2731
2732         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
2733
2734         * gnus-sum.el (gnus-nov-parse-line): add the message number to
2735         the nnheader-nov-read-message-id call
2736
2737 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
2740         gnus-activate-group twice.  Suggested by Markus Peter
2741         <warp@spin.de>.
2742
2743 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-art.el (gnus-article-time-format): Exchange the order of
2746         day and month in the default value; fix customization type.
2747         (article-date-ut): Use add-text-properties.
2748         (article-make-date-line): Use message-make-date instead of
2749         current-time-string.
2750
2751         * message.el (message-fetch-field): Don't use set-text-properties.
2752         (message-make-date): Simplify.
2753
2754         * messagexmas.el (message-xmas-make-date): New function.
2755         (message-xmas-redefine): Defalias message-make-date to it.
2756
2757 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2758
2759         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
2760         (rfc2047-encode-region): Treat text within parentheses as special;
2761         show the original text when error has occurred.
2762
2763         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
2764         already-computed method to gnus-activate-group.
2765
2766         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
2767         same select-methods identical Lisp objects.
2768
2769         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
2770         object when modifying the info.
2771
2772 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * gnus-srvr.el (gnus-server-set-info): Remove the server from
2775         gnus-opened-servers since it has never been opened with the new
2776         configuration yet.
2777
2778 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
2781         arg to nnheader-generate-fake-message-id.
2782
2783 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * nnheader.el (nnheader-generate-fake-message-id): accept a
2786         number and build a fake message ID localized to a group and
2787         article number (so it's repeatable from that point on)
2788         (nnheader-fake-message-id-p): change regex to accomodate new fake
2789         ID format
2790
2791         * gnus-sum.el (gnus-get-newsgroup-headers): call
2792         nnheader-generate-fake-message-id with the article number
2793
2794 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
2795
2796         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
2797         end-of-buffer.
2798
2799 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * message.el (message-ignored-supersedes-headers): Add Approved. 
2802
2803 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * rfc2047.el (rfc2047-encode-message-header): Remove useless
2806         goto-char.
2807         (rfc2047-encode): Fold the line before encoding.
2808
2809 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2810
2811         * rfc2047.el (rfc2047-encode-message-header): Disabled header
2812         folding -- not all headers can be folded, and this should be done
2813         by the message composition mode.  Probably.  I think. 
2814
2815 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
2818         fast.
2819
2820         * gnus-ems.el (gnus-remove-image): Don't use
2821         message-text-with-property; remove only the image found first.
2822
2823         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
2824         found first.
2825
2826 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
2827
2828         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
2829
2830 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2831
2832         * message.el (message-text-with-property): Make it fast and accept
2833         optional arguments.
2834         (message-strip-forbidden-properties): Use it.
2835         (message-fix-before-sending): Follow the m-t-w-p change.
2836
2837         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
2838
2839 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2840
2841         * gnus-art.el (article-hide-headers): Don't change the buffer
2842         mistakenly when performing mml-preview even if
2843         gnus-single-article-buffer is nil.
2844
2845 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
2846
2847         * message.el (message-expand-name-databases): New user option.
2848         (message-expand-name): Use it.
2849
2850 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * spam.el (spam-report-articles-resend)
2853         (spam-report-resend-register-routine): allow ham reporting
2854         (spam-report-resend-register-ham-routine): simple wrapper
2855         (spam-registration-functions): add ham resending functions
2856         (spam-list-of-processors): add ham resend processor
2857
2858         * gnus.el (ham-resend-to): new group parameter
2859         (spam-process): add ham resend option
2860
2861         * spam-report.el (spam-report-resend): allow reporting ham
2862         (spam-report-resend-ham): simple wrapper
2863
2864 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2865
2866         * message.el (message-cite-articles-with-x-no-archive): New
2867         variable. 
2868         (message-cite-original): Use it.
2869
2870 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * message.el (message-cite-original): Respect X-No-Archive. 
2873
2874 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-art.el (article-hide-headers): Refer to the values for
2877         gnus-ignored-headers and gnus-visible-headers in the summary
2878         buffer since a user may have set them as group parameters.
2879
2880 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * assistant.el (assistant-node-name): new convenience function
2883         (assistant-render-text, assistant-render-node): error handling,
2884         plus handle multiple next nodes
2885         (assistant-find-next-node): commented out for now
2886         (assistant-find-next-nodes): new function, returns list of next
2887         nodes
2888
2889 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
2890
2891         * mail-source.el (mail-source-directory): Fix doc-string.
2892
2893 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
2894
2895         * assistant.el (assistant-render-text, assistant-eval): add :set
2896         widget type, which is different because it takes and returns a
2897         list.  Much hilarity ensues.
2898
2899 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
2900
2901         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
2902
2903         * gnus-group.el (gnus-group-get-new-news-this-group): Added
2904         doc-string.
2905
2906         * gnus-start.el (gnus-activate-group): Added doc-string.
2907
2908 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
2911
2912 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * assistant.el (assistant-render-text): trying to add a :set
2915         widget, more to come...
2916
2917         * spam.el (spam-group-spam-contents-p): handle empty groupname
2918         strings
2919         (spam-report-articles-resend)
2920         (spam-report-resend-register-routine): allow spam-report-resend-to
2921         to be a group parameter or a global value
2922         (tiny change).  From Daniel Pittman <daniel@rimspace.net>.
2923         (spam-register-routine): do registration iff any articles warrant
2924         it.
2925         (spam-summary-prepare-exit): changed log message for nil group
2926         destinations 
2927
2928 2004-05-26  Simon Josefsson  <jas@extundo.com>
2929
2930         * starttls.el: Merge with my GNUTLS based starttls.el.
2931         (starttls-gnutls-program, starttls-use-gnutls)
2932         (starttls-extra-arguments, starttls-process-connection-type)
2933         (starttls-connect, starttls-failure, starttls-success): New
2934         variables.
2935         (starttls-program, starttls-extra-args): Doc fix.
2936         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
2937         functions.
2938         (starttls-negotiate, starttls-open-stream): Check
2939         `starttls-use-gnutls' and pass on to corresponding *-gnutls
2940         function if it is set.
2941
2942 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
2945         structured fields.
2946
2947 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
2950
2951 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
2952
2953         * spam.el (spam-mark-junk-as-spam-routine)
2954         (spam-mark-new-messages-in-spam-group-as-spam): allow user to
2955         disable assigning the spam-mark to new messages
2956         (spam-ham-copy-or-move-routine): todo decleared twice (tiny
2957         change).  From Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk>.
2958
2959 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * dgnushack.el: Autoload customize-set-variable for XEmacs.
2962
2963         * rfc2047.el (rfc2047-encodable-p): Don't move point.
2964         (rfc2047-decode): Treat the ascii coding-system as raw-text by
2965         default.
2966
2967 2004-05-25  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
2970         correct data (tiny change).  From Anand Mitra <mitramc@yahoo.com>.
2971
2972 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * spam.el (spam-list-of-processors): use nil for nonexistent processors
2975         (spam-group-processor-p): fixed function so it works properly
2976         (spam-group-processor-multiple-p)
2977         (spam-group-spam-processor-report-gmane-p)
2978         (spam-group-spam-processor-report-resend-p)
2979         (spam-group-spam-processor-bogofilter-p)
2980         (spam-group-spam-processor-blacklist-p)
2981         (spam-group-spam-processor-ifile-p)
2982         (spam-group-ham-processor-ifile-p)
2983         (spam-group-spam-processor-spamoracle-p)
2984         (spam-group-spam-processor-crm114-p)
2985         (spam-group-ham-processor-bogofilter-p)
2986         (spam-group-spam-processor-stat-p)
2987         (spam-group-ham-processor-stat-p)
2988         (spam-group-ham-processor-whitelist-p)
2989         (spam-group-ham-processor-BBDB-p)
2990         (spam-group-ham-processor-spamoracle-p)
2991         (spam-group-ham-processor-copy-p): functions removed with some
2992         prejudice against unneeded code
2993         (spam-report-articles-resend)
2994         (spam-report-resend-register-routine): allow the group/topic
2995         spam-resend-to value to override spam-report-resend-to
2996         (spam-summary-prepare-exit): invoke spam-group-processor-p
2997         properly now
2998
2999         * spam-report.el (spam-report-resend-to, spam-report-resend):
3000         start with resend-to set to nil, and then ask the user if
3001         necessary.  From Daniel Pittman <daniel@rimspace.net>.
3002
3003         * gnus.el (spam-resend-to): new group/topic parameter
3004         (spam-process): move the OBSOLETE processors to the end of the
3005         choices.
3006
3007         * spam-report.el (spam-report-resend): spam-report-resend takes a
3008         list of articles, not separate article numbers.  From Daniel
3009         Pittman <daniel@rimspace.net>.
3010
3011 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
3014         addition to emacs-w3m.
3015
3016 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017
3018         * assistant.el (assistant-authinfo-data): New function.
3019         (assistant-eval): Eval for entire assistant.
3020
3021         * netrc.el (netrc-services-file): New variable.
3022         (netrc-parse-services): New function.
3023         (netrc-find-service-name): New function.
3024         (netrc-find-service-number): New function.
3025         (netrc-port-equal): New function.
3026         (netrc-machine): Use it.
3027
3028         * nnimap.el (nnimap-open-connection): Use netrc.
3029
3030         * gnus-util.el (gnus-netrc-get): Remove aliases.
3031         
3032         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
3033
3034         * assistant.el (wid-edit): Fix compilation.
3035
3036         * gnus-util.el (gnus-set-file-modes): Just ignore errors. 
3037
3038 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
3039
3040         * gnus-util.el (gnus-set-file-modes): New function.  (small
3041         patch). 
3042
3043 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
3046
3047         * assistant.el (assistant-render-node): Fix up rendering and
3048         read-only text. 
3049         (assistant-render-node): Reset.
3050         (assistant-make-read-only): Not sticky.
3051
3052 2004-05-20  Danny Siu  <dsiu@adobe.com>
3053
3054         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
3055         centered even when gnus-auto-center-summary is t
3056
3057 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * dns.el (dns-get-txt-answer): New function.
3060         (dns-read-txt): Ditto.
3061         (query-dns): Use it.
3062
3063 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
3066         active for foreign groups even if the group level is higher than
3067         the specified value.
3068
3069 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
3072         non-active groups.
3073
3074         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
3075
3076 2004-05-20  Magnus Henoch  <mange@freemail.hu>
3077
3078         * dns.el (dns-read-type): Add support for SVR.  (small patch)
3079
3080 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3081
3082         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
3083         (spam-crm114-header, spam-crm114-spam-switch)
3084         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
3085         (spam-crm114-positive-spam-header)
3086         (spam-crm114-database-directory, spam-list-of-processors)
3087         (spam-group-spam-processor-crm114-p)
3088         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
3089         (spam-generic-score, spam-list-of-checks)
3090         (spam-list-of-statistical-checks, spam-registration-functions)
3091         (spam-check-crm114-headers, spam-crm114-score)
3092         (spam-check-crm114, spam-crm114-register-with-crm114)
3093         (spam-crm114-register-spam-routine)
3094         (spam-crm114-unregister-spam-routine)
3095         (spam-crm114-register-ham-routine)
3096         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
3097         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
3098
3099         * gnus.el: added spam-use-crm114
3100
3101         * spam.el (spam-list-of-processors, spam-registration-functions):
3102         add spam-use-resend
3103         (spam-group-spam-processor-report-resend-p): utility wrapper
3104         (spam-report-articles-gmane): doc fix
3105         (spam-report-articles-resend,
3106         spam-report-resend-register-routine): wrappers around
3107         spam-report-resend-to
3108
3109         * spam-report.el (spam-report-resend-to, spam-report-resend):
3110         support for resending spam
3111         (spam-report-gmane): line length >80 fix
3112
3113         * gnus.el (spam-process): add spam-use-resend
3114
3115 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3116
3117         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
3118         number of processed spam messages.
3119         (spam-ham-copy-or-move-routine): Return the number of processed
3120         ham messages.
3121         (spam-summary-prepare-exit): Use the above values to decide
3122         whether status messages shouled be displayed.
3123
3124 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
3127         `rfc2047-encoding-function-alist' in order to avoid conflicting
3128         with the old version.
3129         (rfc2047-encode-region): Concatenate words containing non-ASCII
3130         characters in structured fields; don't encode space-delimited
3131         ASCII words even in unstructured fields; don't break words at
3132         char-category boundaries.
3133         (rfc2047-encode-1): New function.
3134         (rfc2047-encode): Use it; encode text so that it occupies the
3135         maximum width within 76-column; work correctly on Q encoding for
3136         iso-2022-* charsets.
3137         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
3138         sure not to break a line just after the header name.
3139         (rfc2047-b-encode-region): Removed.
3140         (rfc2047-b-encode-string): New function.
3141         (rfc2047-q-encode-region): Removed.
3142         (rfc2047-q-encode-string): New function.
3143
3144         * mm-util.el (mm-replace-in-string): New function.
3145
3146 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3147
3148         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
3149         get it right.
3150         (gnus-inews-make-draft): Really.
3151
3152 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
3153
3154         * nnmh.el (nnmh-request-list-1): Don't check the link count
3155         before descending.  (small patch)
3156
3157 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
3160         stuff. 
3161
3162         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
3163         on real group name.
3164
3165         * gnus-art.el (gnus-signature-limit): Doc fix.
3166
3167         * gnus-msg.el (gnus-inews-make-draft): Quote list.
3168
3169         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
3170
3171 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
3172
3173         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
3174         isn't a string.
3175
3176 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3177
3178         * gnus-draft.el (gnus-draft-send): Bind
3179         rfc2047-encode-encoded-words.
3180
3181         * rfc2047.el (rfc2047-encode-region): Encode =? strings. 
3182         (rfc2047-encodable-p): Say that =? needs encoding.
3183         (rfc2047-encode-encoded-words): New variable.
3184
3185         * gnus-group.el (gnus-group-select-group): Doc fix.
3186
3187         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied. 
3188
3189         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
3190         to nil.
3191         
3192         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
3193
3194         * nnheader.el (nnheader-get-lines-and-char): New function.
3195
3196 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-msg.el (gnus-summary-followup-with-original): Document
3199         yanking of region when active.
3200
3201 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3202
3203         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
3204         groups if the group level is higher than the specified value.
3205
3206 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3207
3208         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
3209         (gnus-group-jump-to-group): Added prefix argument using
3210         `gnus-group-jump-to-group-prompt'.  Query before jumping to
3211         non-active group.
3212
3213         * compface.el (uncompface): Be verbose when changing
3214         `uncompface-use-external'.
3215
3216         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
3217         handle manual section.
3218
3219 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * gnus-art.el (gnus-button-alist): Revert previous change.
3222
3223 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3224
3225         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
3226
3227 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3228
3229         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
3230         whether backend can accept message.
3231
3232         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp. 
3233
3234 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
3235
3236         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
3237         Avoid creating directory when nntp-marks-is-evil is true.
3238         Reported by Reiner Steib.
3239
3240 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3241
3242         * gnus-picon.el (gnus-picon-style): New variable.
3243         (gnus-picon-insert-glyph): Added optional `nostring' argument.
3244         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
3245         Jesper Harder <harder@ifa.au.dk>.
3246
3247 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * message.el (message-fill-field): Return point.
3250         (message-generate-headers): Go to end of field.
3251
3252         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
3253         stuff for non-living groups.
3254
3255 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
3256
3257         * gnus-art.el (gnus-article-followup-with-original)
3258         (gnus-article-reply-with-original): gnus-mark-active-p ->
3259         gnus-region-active-p.
3260
3261 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * spam.el (spam-summary-prepare-exit): fix messages, so they show
3264         only when there is spam or ham to be processed
3265
3266 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267
3268         * mail-source.el (mail-source-delete-crash-box): Refactor.
3269         (mail-source-fetch): Use it.
3270         (mail-source-fetch-file): Ditto.
3271         (mail-source-fetch-directory): Run postscript in loop. 
3272         (mail-source-fetch-pop): Delete.
3273         (mail-source-fetch-maildir): Ditto.
3274         (mail-source-fetch-imap): Ditto.
3275
3276         * imap.el (imap-authenticators): Comment out sasl.
3277
3278         * message.el (message-skip-to-next-address): New function.
3279         (message-fill-header-address): Refactor.
3280         (message-fill-address): Use it.
3281         (message-delete-address): Use it.
3282         (message-fill-header-general): Refactor.
3283         (message-fill-field-address): Rename.
3284         (message-narrow-to-field): Find the start of the header. 
3285         (message-header-format-alist): Don't pre-fill.
3286         (message-fill-header): Removed.
3287         (message-insert-header): New function.
3288         (message-shorten-references): Use it.
3289
3290         * rfc2047.el (rfc2047-field-value): Strip props.
3291
3292         * mail-parse.el (mail-header-make-address): New alias.
3293
3294         * ietf-drums.el (ietf-drums-make-address): New function.
3295
3296         * imap.el: Add compiler directives.
3297
3298         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks. 
3299
3300         * gnus-art.el (article-decode-idna-rhs): Don't use
3301         message-idna-inside-rhs-p. 
3302
3303 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * message.el (message-idna-inside-rhs-p): Removed.
3306         (message-idna-to-ascii-rhs-1): Use proper address parsing.
3307
3308         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
3309         false positives.
3310
3311 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
3312
3313         * imap.el (imap-sasl-make-mechanisms): Use sasl. 
3314
3315 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * nneething.el (nneething-file-name): Don't create spurions
3318         files. 
3319
3320         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups. 
3321         (gnus-inews-do-gcc): Remove sleep.
3322
3323         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
3324         part under point.
3325
3326         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil. 
3327         (gnus-agent-regenerate-group): Using nil messages aren't valid. 
3328
3329 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
3332
3333 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
3336         header is not nil (tiny change).  From Nelson Ferreira
3337         <nelson.ferreira@verizon.net>.
3338
3339         * spam.el (spam-summary-prepare-exit): only produce "marking spam
3340         as expired without moving it" message when there are spam
3341         messages left
3342
3343 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
3344
3345         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
3346         nntp-possibly-create-directory, not nntp-possibly-change-group.
3347         (nntp-marks-changed-p): New arg SERVER.
3348         (nntp-request-update-info): Adjust caller.
3349
3350 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
3351
3352         * nntp.el (nntp-save-marks): Pass missing arg.
3353
3354 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
3355
3356         * nntp.el: Support marks.
3357         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
3358         (nntp-marks-modtime, nntp-marks-directory): New variables.
3359         (nntp-request-set-mark, nntp-request-update-info)
3360         (nntp-possibly-create-directory, nntp-marks-changed-p)
3361         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
3362         functions.
3363
3364 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
3365
3366         * gnus-xmas.el (gnus-xmas-select-lowest-window)
3367         (gnus-xmas-redefine): Rename.
3368
3369         * gnus-score.el (gnus-score-insert-help): Use
3370         gnus-select-lowest-window.
3371
3372         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
3373         appt-select-lowest-window and rename to gnus-select-lowest-window.
3374
3375         * gnus.el: do.
3376
3377 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3378
3379         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
3380         encodings of MIME-encoded words, in order to improve
3381         interoperability with several broken MUAs.
3382
3383 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3384
3385         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
3386         tags, only when charsets are not specified in headers.
3387         (mm-inline-text-html-render-with-w3m): Ditto.
3388
3389         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
3390         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
3391
3392 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3393
3394         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
3395         instead of MIME-decoded from fields when checking
3396         `gnus-article-address-banner-alist'.
3397
3398 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
3399
3400         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
3401         description rather than subject.
3402
3403 2004-05-02  Steve Youngs  <steve@youngs.au.com>
3404
3405         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
3406
3407 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3408
3409         * gnus.el (gnus-version-number): Bump.
3410
3411 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3412
3413         * gnus.el: No Gnus v0.2 is released.
3414
3415 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * gnus-agent.el (gnus-agent-read-agentview): Inline
3418         gnus-uncompress-range.
3419
3420 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3421
3422         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
3423         `exec-installed-p'.
3424
3425 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3426
3427         * gnus.el (spam-process, spam-autodetect-methods): Add
3428         bsfilter and bsfilter-headers.
3429
3430         * spam.el (spam-bsfilter): New customize group.
3431         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
3432         (spam-bsfilter-header, spam-bsfilter-probability-header)
3433         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
3434         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
3435         (spam-bsfilter-database-directory): New options.
3436         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
3437         (spam-list-of-statistical-checks, spam-registration-functions):
3438         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
3439         (spam-bsfilter-score): New command.
3440         (spam-check-bsfilter-headers, spam-check-bsfilter)
3441         (spam-bsfilter-register-with-bsfilter)
3442         (spam-bsfilter-register-spam-routine)
3443         (spam-bsfilter-unregister-spam-routine)
3444         (spam-bsfilter-register-ham-routine)
3445         (spam-bsfilter-unregister-ham-routine): New functions.
3446         (spam-generic-score): Support bsfilter; Accept an optional argument
3447         to recalcurate spam score even if scoring header has already been
3448         added.
3449         (spam-bogofilter-score, spam-spamassassin-score): Accept an
3450         optional argument to recalcurate spam score even if scoring header
3451         has already been added.
3452
3453 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
3454
3455         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
3456         strings!  Reported by David D. Smith <davidsmith@acm.org>.
3457         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
3458         link is missing.
3459
3460 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
3461
3462         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
3463         (html2text-get-attr): Rewrite.
3464
3465         * message.el (message-setup-1): Remove redundant put-text-property
3466         on mail-header-separator.
3467
3468 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
3469
3470         * gnus-registry.el (gnus-registry-cache-whitespace)
3471         (gnus-registry-action, gnus-registry-spool-action)
3472         (gnus-registry-split-fancy-with-parent): changed message levels
3473         from 5 to 3 or 7, as needed
3474
3475         * spam.el (spam-summary-prepare-exit)
3476         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
3477         (spam-split, spam-find-spam, spam-log-undo-registration)
3478         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
3479         level from 5 to 6
3480
3481 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-ems.el: Autoload appt-select-lowest-window (revert
3484         2004-03-04 change).
3485
3486 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
3487
3488         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
3489         Use mapc when appropriate.
3490
3491         * sieve-manage.el (sieve-manage-open): do.
3492
3493         * nnweb.el (nnweb-insert-html): do.
3494
3495         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
3496         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
3497
3498         * nnspool.el (nnspool-request-group): do.
3499
3500         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
3501         do.
3502
3503         * nnml.el (nnml-request-update-info): do.
3504
3505         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
3506         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
3507
3508         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
3509         (nnimap-request-set-mark): do.
3510
3511         * nnfolder.el (nnfolder-request-update-info): do.
3512
3513         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
3514         do.
3515
3516         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
3517
3518         * gnus-uu.el (gnus-uu-find-articles-matching): do.
3519
3520         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
3521         do.
3522
3523         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
3524         do.
3525
3526         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
3527
3528         * gnus-nocem.el (gnus-nocem-scan-groups): do.
3529
3530         * gnus-int.el (gnus-start-news-server): do.
3531
3532         * gnus-group.el (gnus-group-make-kiboze-group)
3533         (gnus-group-browse-foreign-server): do.
3534
3535 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3536
3537         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
3538         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
3539         <shields@msrl.com>:
3540         
3541         * spam.el (spam-necessary-extra-headers): get the extra headers we
3542         may need for spam sorting and scoring
3543         (spam-user-format-function-S): a user format function suitable for
3544         general use
3545         (spam-article-sort-by-spam-status): sorting function for summary
3546         sorting
3547         (spam-extra-header-to-number): get a score from a header
3548         (spam-summary-score): get a numeric score from the headers
3549         (spam-generic-score): oops, function doc in wrong place
3550         (spam-initialize): take symbols when it's run, and install the
3551         extra headers that spam-necessary-extra-headers thinks we need
3552
3553 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * spam.el (spam-summary-prepare-exit): logic and message fix.
3556         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
3557
3558 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
3559
3560         * gnus-sum.el (gnus-set-global-variables)
3561         (gnus-build-all-threads, gnus-get-newsgroup-headers)
3562         (gnus-article-get-xrefs, gnus-summary-best-group)
3563         (gnus-summary-next-article, gnus-summary-enter-digest-group)
3564         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
3565         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
3566         with-current-buffer.
3567
3568 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3569
3570         * spam.el (spam-summary-prepare-exit): simplified logic
3571         (spam-fetch-article-header): read the article header if it's not
3572         available
3573         (spam-list-articles): simplified logic
3574         (spam-filelist-register-routine): found bug with unregister-list
3575
3576         * gnus-registry.el: clarified comments at beginning
3577
3578 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
3579
3580         * message.el (message-cater-to-broken-inn): Remove.
3581         (message-shorten-references): Make sure the total folded length of
3582         References is shorter than 998 characters to cater to a bug in INN
3583         2.3.  Also, don't pretend that references aren't folded -- this
3584         hasn't worked for a while.
3585
3586 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3587                 
3588         * gnus-agent.el (gnus-agentize):
3589         gnus-agent-send-mail-real-function no longer set to current value
3590         of message-send-mail-function but rather a lambda that calls
3591         message-send-mail-function.  The change makes the agent real-time
3592         responsive to user changes to message-send-mail-function.
3593
3594 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3595                 
3596         * legacy-gnus-agent.el
3597         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
3598         help from Florian Weimer <fw@deneb.enyo.de>
3599
3600 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * nnmail.el (nnmail-cache-insert): Revert last change.
3603
3604 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * nnmail.el (nnmail-cache-insert): Always check whether
3607         nnmail-cache-ignore-groups matches a group name.
3608
3609 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
3610
3611         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
3612         (spam-find-spam, spam-log-processing-to-registry)
3613         (spam-log-registered-p, spam-log-unregistration-needed-p)
3614         (spam-log-undo-registration): use gnus-message instead of
3615         gnus-error, none of these errors are fatal
3616
3617         * gnus-registry.el (gnus-registry-clean-empty-function)
3618         (gnus-registry-clean-empty): remove only empty entries without
3619         extra data
3620
3621 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3622
3623         * spam-stat.el (spam-stat-buffer-change-to-spam)
3624         (spam-stat-buffer-change-to-non-spam): change (error) to
3625         (gnus-message 8) invocation
3626
3627 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3628
3629         * nntp.el (nntp-via-netcat-command): New variable.
3630         (nntp-via-netcat-switches): New variable.
3631         (nntp-open-via-rlogin-and-netcat): New function.
3632         (nntp-open-connection-function): Doc fix.
3633         (nntp-telnet-command): Doc fix.
3634         (nntp-end-of-line): Doc fix.
3635         (nntp-via-rlogin-command): Doc fix.
3636         (nntp-via-user-name): Doc fix.
3637         (nntp-via-address): Doc fix.
3638
3639 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
3642         error in Emacs 21.1.
3643
3644 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
3647
3648 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3649         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
3650         (gnus-agent-with-refreshed-group): New macro.
3651         (gnus-agent-rename-group): New function.
3652         (gnus-agent-delete-group): New function.
3653         (gnus-agent-save-group-info): Use gnus-command-method when
3654         `method' parameter is nil.  Don't write nil entries into the
3655         active file.
3656         (gnus-agent-get-group-info): New function.
3657         (gnus-agent-fetch-articles): Use
3658         gnus-agent-update-files-total-fetched-for to increment disk space
3659         used.
3660         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
3661         gnus-agent-update-view-total-fetched-for to increment disk space
3662         used.
3663         (gnus-agent-get-local): Added optional parameters to avoid calling
3664         gnus-group-real-name and gnus-find-method-for-group.
3665         (gnus-agent-set-local): Delete stored entry if either min, or max,
3666         are nil.
3667         (gnus-agent-fetch-session): Reworded error/quit messages.  On
3668         quit, use gnus-agent-regenerate-group to record existance of any
3669         articles fetched to disk before the quit occurred.
3670         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
3671         gnus-agent-update-view-total-fetched-for, and
3672         gnus-agent-update-files-total-fetched-for to decrement disk space
3673         used.
3674         (gnus-agent-retrieve-headers): Use
3675         gnus-agent-update-view-total-fetched-for to increment disk space
3676         used.
3677         (gnus-agent-regenerate-group): Replace gnus-group-update-group
3678         with gnus-agent-update-files-total-fetched-for to decrement disk
3679         space and fresh group buffer.
3680         (gnus-agent-inhibit-update-total-fetched-for): New variable.
3681         (gnus-agent-need-update-total-fetched-for): New variable.
3682         (gnus-agent-update-files-total-fetched-for): New function.
3683         (gnus-agent-update-view-total-fetched-for): New function.
3684         (gnus-agent-total-fetched-for): New function.  
3685
3686         * gnus-cache.el (gnus-cache-save-buffers): Use
3687         gnus-cache-update-overview-total-fetched-for to change disk space
3688         used by this group.
3689         (gnus-cache-possibly-enter-article): Use
3690         gnus-cache-update-file-total-fetched-for to increment disk space
3691         used by this group.
3692         (gnus-cache-possibly-remove-article): Use
3693         gnus-cache-update-file-total-fetched-for to decrement disk space
3694         used by this group.
3695         (gnus-cache-generate-nov-databases): Purge total fetched cache.
3696         (gnus-cache-rename-group): New function.
3697         (gnus-cache-delete-group): New function.
3698         (gnus-cache-inhibit-update-total-fetched-for): New variable.
3699         (gnus-cache-need-update-total-fetched-for): New variable.
3700         (gnus-cache-with-refreshed-group): New macro.
3701         (gnus-cache-update-file-total-fetched-for): New function.
3702         (gnus-cache-update-overview-total-fetched-for): New function.
3703         (gnus-cache-rename-group-total-fetched-for): New function.
3704         (gnus-cache-delete-group-total-fetched-for): New function.
3705         (gnus-cache-total-fetched-for): New function.
3706
3707         * gnus-group.el (): Require gnus-sum and autoload functions to
3708         resolve warnings when gnus-group.el compiled alone.
3709         (gnus-group-line-format): Documented new %F
3710         (size of Fetched data) group line format; identifies disk space
3711         used by agent and cache.
3712         (gnus-group-line-format-alist): Defined new F format.
3713         (gnus-total-fetched-for): New function.
3714         (gnus-group-delete-group): No longer update
3715         gnus-cache-active-altered as gnus-request-delete-group now keeps
3716         the cache in sync.
3717         (gnus-group-list-active): Let the agent store a server's active
3718         list if currently plugged.
3719
3720         * gnus-int.el (gnus-request-delete-group): Use
3721         gnus-cache-delete-group and gnus-agent-delete-group to keep the
3722         local disk in sync with the server.
3723          (gnus-request-rename-group): Use
3724         gnus-cache-rename-group and gnus-agent-rename-group to keep the
3725         local disk in sync with the server.
3726
3727         * gnus-start.el (gnus-get-unread-articles): Cosmetic
3728         simplification to logic.
3729
3730         * gnus-util.el (gnus-rename-file): New function.
3731
3732 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
3733
3734         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
3735         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
3736
3737         * mm-util.el (mm-image-load-path): Handle nil in load-path.
3738         From Christian Neukirchen <chneukirchen@yahoo.de>.
3739
3740 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
3741
3742         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
3743         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
3744
3745 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
3746
3747         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
3748
3749 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
3750
3751         * spam.el (spam-set-difference): new function to replace
3752         gnus-set-difference in spam.el
3753         (spam-summary-prepare-exit): use spam-set-difference
3754
3755 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3756
3757         * gnus-registry.el (gnus-registry-cache-file): updated to use
3758         gnus-dribble-directory OR gnus-home-directory OR ~
3759         (gnus-registry-split-fancy-with-parent): fixed doc
3760
3761 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * message.el (message-exchange-point-and-mark): Use
3764         message-mark-active-p.  Suggested by Jesper Harder
3765         <harder@ifa.au.dk>.
3766
3767 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * message.el (message-exchange-point-and-mark): Don't activate
3770         region if it was inactive.  Suggested by Hiroshi Fujishima
3771         <pooh@nature.tsukuba.ac.jp>.
3772
3773 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * gnus-art.el (article-display-face): Display Faces in the same
3776         order as X-Faces.
3777
3778 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
3781
3782 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
3785         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
3786         (gnus-article-mime-hierarchy): Remove.
3787         (gnus-article-mime-hierarchy-next): Remove.
3788         (gnus-article-mode): Revert 2004-03-19 change.
3789         (gnus-article-setup-buffer): Revert 2004-03-19 change.
3790         (gnus-insert-mime-button): Revert 2004-03-19 change.
3791         (gnus-mime-accumulate-hierarchy): Remove.
3792         (gnus-mime-enter-multipart): Remove.
3793         (gnus-mime-leave-multipart): Remove,
3794         (gnus-mime-display-part): Revert 2004-03-19 change.
3795         (gnus-mime-display-alternative): Revert 2004-03-19 change.
3796
3797         * mml.el (mml-preview): Revert 2004-03-19 change.
3798
3799 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
3800
3801         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
3802
3803 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
3806         t while entering a file name using the mm-with-multibyte macro.
3807         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
3808
3809         * mm-util.el (mm-with-multibyte): New macro.
3810
3811 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
3814         user option.
3815         (gnus-mime-multipart-functions): Doc and customization fix.
3816         (gnus-article-mime-hierarchy): New variable.
3817         (gnus-article-mime-hierarchy-next): New variable.
3818         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
3819         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
3820         gnus-article-mime-hierarchy-next to nil.
3821         (gnus-insert-mime-button): Show hierarchy numbers.
3822         (gnus-mime-accumulate-hierarchy): New function.
3823         (gnus-mime-enter-multipart): New function.
3824         (gnus-mime-leave-multipart): New function.
3825         (gnus-mime-display-part): Recompute hierarchical MIME structure.
3826         (gnus-mime-display-alternative): Show hierarchy numbers.
3827
3828         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
3829         gnus-article-mime-hierarchy-next to nil.
3830
3831 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
3832
3833         * dns.el: Don't require gnus-xmas.
3834
3835 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
3836
3837         * mml.el (mml-generate-mime-1): Don't use format=flowed with
3838         inline PGP.
3839         (mml-menu): Disable mml-quote-region if mark is inactive.
3840
3841 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
3844         when the group's active is not available.
3845
3846 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
3849         error.
3850
3851         * gnus-sum.el (gnus-read-header): Don't remove a header for the
3852         parent article of a sparse article in the thread hashtb.  From
3853         Stefan Wiens <s.wi@gmx.net>.
3854
3855 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
3856
3857         * imap.el (imap-store-password): New variable.
3858         (imap-interactive-login): Use it.
3859         Suggested by Mark Plaksin <happy@mcplaksin.org>.
3860
3861 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-art.el (gnus-article-read-summary-keys): Restore new
3864         window-start and hscroll to summary window.
3865
3866 2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
3867
3868         * gnus-start.el (gnus-convert-old-newsrc): Only write the
3869         conversion message to newsrc-dribble when an actual conversion is
3870         performed.
3871
3872 2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
3873
3874         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
3875
3876 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * mm-decode.el (mm-complicated-handles): New function reviving
3879         former definition of mm-multiple-handles.
3880
3881         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
3882         (gnus-mime-delete-part): Use it.
3883
3884 2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
3885
3886         * gnus-agent.el (gnus-agent-read-local): Bind
3887         nnheader-file-coding-system to gnus-agent-file-coding-system to
3888         avoid the implicit assumption that they will always be equal.
3889         (gnus-agent-save-local): Bind buffer-file-coding-system, not
3890         coding-system-for-write, as the with-temp-file macro first prints
3891         to a buffer then saves the buffer.
3892
3893 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-art.el (gnus-article-edit-part): New function.
3896         (gnus-mime-save-part-and-strip): Use it; do query instead of
3897         signaling an error; don't use mm-multiple-handles.
3898         (gnus-mime-delete-part): Ditto.
3899
3900 2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
3901
3902         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
3903         old file versions.
3904         (gnus-group-prepare-hook): Removed function that converted list
3905         form of gnus-agent-expire-days to group properties.
3906
3907         * gnus-int.el: Autoload gnus-agent-regenerate-group.
3908         (gnus-request-accept-article): Re-indented.
3909
3910         * gnus-start.el (gnus-convert-old-newsrc): Registered new
3911         converters to handle old agent file formats.  Added logic for a
3912         "backup before upgrading warning".
3913         (gnus-convert-mark-converter-prompt): Developers can mark
3914         functions as needing (default), or not needing,
3915         gnus-convert-old-newsrc's "backup before upgrading warning".
3916         (gnus-convert-converter-needs-prompt): Tests whether the user
3917         should be protected from potentially irreversable changes by the
3918         function.
3919
3920         * legacy-gnus-agent.el (): New. Provides converters that are only
3921         loaded when gnus-convert-old-newsrc needs to call them.
3922         
3923 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * mail-source.el (mail-source-touch-pop): Doc fix.
3926
3927         * message.el (message-smtpmail-send-it): Doc fix.
3928
3929 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
3930
3931         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
3932
3933         * nnmail.el (nnmail-split-fancy): do.
3934
3935         * gnus-kill.el (gnus-kill, gnus-execute): do.
3936
3937 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3938
3939         * gnus-sum.el (gnus-widget-reversible-match) 
3940         (gnus-widget-reversible-to-internal) 
3941         (gnus-widget-reversible-to-external): New functions.
3942         (gnus-widget-reversible): New widget.
3943         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
3944
3945 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
3946
3947         * gnus-sum.el (gnus-thread-sort-functions)
3948         (gnus-article-sort-functions): Document `(not F)' items.
3949
3950 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * spam.el (spam-use-gmane-xref): new backend
3953         (spam-gmane-xref-spam-group): variable to control the name of the
3954         Gmane spam group
3955         (spam-blackhole-servers, spam-blackhole-good-server-regex)
3956         (spam-regex-headers-spam, spam-regex-headers-ham)
3957         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
3958         (spam-list-of-checks): added spam-use-gmane-xref to list of
3959         backends and checks
3960         (spam-check-gmane-xref): function for spam-use-gmane-xref
3961
3962         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
3963         an autodetect method
3964
3965 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
3966
3967         * gnus-int.el (gnus-request-accept-article): Inform the agent that
3968         articles are being added to a group.
3969         (gnus-request-replace-article): Inform the agent that articles
3970         need to be uncached as the cached contents are no longer valid.
3971         
3972 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * binhex.el: Don't autoload executable-find.
3975
3976         * canlock.el: Don't autoload mail-fetch-field.
3977
3978         * dgnushack.el: Autoload c-mode for XEmacs.
3979
3980         * gnus-ems.el: Don't autoload appt-select-lowest-window.
3981
3982         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
3983         rmail-dont-reply-to and rmail-output.
3984
3985         * gnus-score.el: Don't autoload ffap-string-at-point.
3986
3987         * gnus-setup.el: Don't autoload sc-cite-original.
3988
3989         * imap.el: Don't autoload base64-decode-string,
3990         base64-encode-string and md5.
3991
3992         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
3993         and rmail-msg-restore-non-pruned-header.
3994
3995         * mm-decode.el: Don't autoload executable-find.
3996
3997         * mm-url.el: Don't autoload executable-find.
3998
3999         * mm-view.el: Don't autoload diff-mode.
4000
4001         * nndb.el: Don't autoload news-reply-mode, news-setup,
4002         cancel-timer and telnet.
4003
4004         * password.el: Don't autoload run-at-time for Emacs.
4005
4006         * sha1-el.el: Don't autoload executable-find.
4007
4008         * sieve-mode.el: Don't autoload c-mode.
4009
4010         * uudecode.el: Don't autoload executable-find.
4011
4012 2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
4013
4014         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
4015         (gnus-agent-possibly-alter-active): Avoid null in numeric
4016         comparison.
4017         (gnus-agent-set-local): Refuse to save null in local object table.
4018         (gnus-agent-regenerate-group): The REREAD parameter can now be a
4019         list of articles that will be marked as unread.
4020
4021 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
4024
4025 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
4026
4027         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
4028         language tags.
4029
4030 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
4031
4032         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
4033         Don't bind "obarray".
4034
4035         * gnus-sum.el (gnus-thread-sort-functions): Added
4036         `gnus-thread-sort-by-most-recent-number' and
4037         `gnus-thread-sort-by-most-recent-date'.
4038         Reported by Kai Grossjohann <kai@emptydomain.de>.
4039
4040 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
4043
4044 2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
4045
4046         * gnus-cus.el (gnus-agent-customize-category): Removed
4047         ignore-errors macro reference that required cl to be loaded at
4048         run-time.
4049
4050         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
4051         single-interval range of the form (min . max).  Previously the
4052         range had to look like ((min . max)).  Likewise, return
4053         (min . max) rather than ((min . max)).
4054         (gnus-range-map): Use gnus-range-normalize to accept
4055         single-interval range.
4056
4057         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
4058         the cache, but not the agent, now appear with their usual face.
4059
4060         * dgnushack.el (loaddir): New variable that is bound to the
4061         directory containing the dgnushack.el file. Use loaddir, rather
4062         than srcdir, to update load-path. Change lets dgnushack compile
4063         code in directories other than GNUS/lisp.
4064
4065 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * lpath.el: Don't bind w3m-safe-url-regexp.
4068
4069         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
4070         w3m-safe-url-regexp variable buffer-local.
4071
4072         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
4073
4074 2004-02-27  Simon Josefsson  <jas@extundo.com>
4075
4076         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
4077         gnus-group-real-prefix.
4078         (gnus-summary-move-article): Use it, instead of
4079         gnus-group-real-prefix.
4080
4081 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * lpath.el: Bind w3m-safe-url-regexp.
4084
4085         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
4086         w3m-safe-url-regexp variable buffer-local and set it as the value
4087         of mm-w3m-safe-url-regexp.
4088
4089         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
4090
4091         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
4092         parsing gnus-posting-styles when the message is not for replying.
4093
4094         * dgnushack.el: Autoload sgml-mode for XEmacs.
4095
4096         * nnrss.el (nnrss-opml-export): Use
4097         mm-set-buffer-file-coding-system instead of
4098         set-buffer-file-coding-system.
4099
4100 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
4101
4102         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
4103         of checkdoc.el).
4104         * nnrss.el: do.
4105         * gnus-mlspl.el: do.
4106         * gnus-ml.el: do.
4107         * gnus-srvr.el: do.
4108
4109         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
4110
4111 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4112
4113         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
4114         Corrections to custom-manual links.
4115
4116         * gnus-art.el (gnus-article): Ditto.
4117
4118         * mm-decode.el (mime-display, mime-security): Ditto.
4119
4120 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
4121
4122         * flow-fill.el: Typo.
4123
4124 2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
4125
4126         * spam-wash.el: New file.
4127
4128 2004-02-26  Mark A. Hershberger <mah@everybody.org> 
4129
4130         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
4131
4132 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
4135         to be run with new-articles as LIST1, not LIST2
4136         (spam-registration-functions): add spam-use-ham-copy as a nil
4137         registration backend
4138
4139 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
4140
4141         * spam-stat.el (spam-stat-washing-hook): New option.
4142         (spam-stat-buffer-words): Use it.
4143         (spam-stat-process-directory, spam-stat-test-directory): Use
4144         insert-file-contents-literally.
4145         (spam-stat-coding-system): New variable.
4146         (spam-stat-load, spam-stat-save): Use it.
4147
4148 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * spam-report.el (spam-report-plug-agent): Quote
4151         spam-report-url-to-file and spam-report-url-ping-plain.
4152
4153 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
4156         / in mailto URLs.
4157
4158 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4159
4160         * spam-report.el (spam-report-process-queue): Fix interactive use.
4161         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
4162         (spam-report-unplug-agent): Doc fixes.
4163         (spam-report-url-ping-mm-url, spam-report-url-to-file)
4164         (spam-report-agentize, spam-report-deagentize): Autoload
4165
4166 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
4169
4170         * message.el (message-setup-fill-variables): Add mml tags to
4171         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
4172         <ajk@iu.edu>.
4173         (message-mode): Don't modify paragraph-separate there.
4174
4175 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * compface.el (uncompface-use-external): Default to undecided.
4178         (uncompface-use-external-threshold): New variable.
4179         (uncompface-float-time): New macro.
4180         (uncompface): Determine whether to use the external decoder if
4181         uncompface-use-external is undecided.
4182
4183 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
4186         after images.
4187
4188         * gnus-art.el (gnus-mime-display-single): Remove dead code.
4189
4190 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
4191
4192         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
4193
4194         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
4195
4196         * gnus-sum.el (gnus-summary-limit-to-age)
4197         (gnus-summary-limit-children): do.
4198
4199         * gnus-int.el (gnus-request-scan): do.
4200
4201         * gnus-group.el (gnus-group-suspend): do.
4202
4203         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
4204
4205         * gnus-cite.el (gnus-cite-parse-attributions): do.
4206
4207         * gnus-agent.el (gnus-summary-set-agent-mark)
4208         (gnus-agent-regenerate-group): do.
4209
4210         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
4211
4212         * binhex.el (binhex-decode-region-internal): do.
4213
4214 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4215
4216         * gnus-fun.el (gnus-face-properties-alist): New user option.
4217         (gnus-display-x-face-in-from): Use it.
4218
4219         * gnus-art.el (article-display-face): Ditto.
4220
4221         * compface.el (uncompface-use-external): Default to nil.
4222
4223 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
4224
4225         * nntp.el (nntp-erase-buffer): New function.
4226         (nntp-retrieve-data, nntp-send-command)
4227         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
4228         (nntp-possibly-change-group): Use it.
4229
4230         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
4231         with-current-buffer.
4232
4233 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
4234
4235         * compface.el: Merge the ELisp-based uncompface program.
4236         (compface): New customization group.
4237         (uncompface-use-external): New user option.
4238         (uncompface): Call uncompface-internal if uncompface-use-external
4239         is nil.
4240         (uncompface-internal): New function.  Note that there are also
4241         some other functions and variables added for this function.
4242
4243 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
4244
4245         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
4246         if necessary.
4247
4248 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * spam-report.el (spam-report-unplug-agent)
4251         (spam-report-plug-agent, spam-report-deagentize)
4252         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
4253         support for the Agent in spam-report: when unplugged, report to a
4254         file; when plugged, submit all the requests
4255
4256         * spam.el (spam-register-routine): improved message about
4257         registration
4258
4259 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
4260
4261         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
4262         dependencies.
4263         (rfc2047-encode): Use it.
4264
4265         * gnus-art.el (gnus-button-marker-list): Move before first
4266         reference.
4267
4268         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4269         (imap-parse-body): Fix format string mismatch.
4270
4271         * gnus-score.el (gnus-summary-increase-score): do.
4272
4273         * nnrss.el (nnrss-close): New function.
4274
4275 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
4276
4277         * nnrss.el (nnrss-make-filename): New function.
4278         (nnrss-request-delete-group, nnrss-read-server-data)
4279         (nnrss-save-server-data, nnrss-read-group-data)
4280         (nnrss-save-group-data): Use it.
4281         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
4282         (nnrss-read-server-data, nnrss-read-group-data): Use load.
4283         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
4284
4285 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
4286
4287         * mml.el (mml-compute-boundary-1): Don't uncompress files.
4288
4289 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
4290
4291         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
4292         files.
4293
4294         * message.el (message-generate-headers-first): Don't quote nil
4295         and t in docstrings.
4296
4297         * imap.el (imap-id): do.
4298
4299         * gnus-agent.el (gnus-agent-consider-all-articles)
4300         (gnus-agent-queue-mail): do.
4301
4302 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
4303
4304         * spam-report.el (spam-report-process-queue): New function.
4305         Process requests from `spam-report-requests-file'.
4306         (spam-report-process-queue): Doc fix.
4307
4308 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4309
4310         * spam.el (spam-register-routine)
4311         (spam-log-processing-to-registry, spam-log-registered-p)
4312         (spam-log-unregistration-needed-p, spam-log-undo-registration):
4313         change "check" to "spam-check" for semi-clarity
4314
4315 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
4316
4317         * pop3.el: Require nnheader.
4318
4319         * mml-smime.el: Require cl.  Autoload message-fetch-field.
4320
4321         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
4322
4323         * gnus-picon.el: Require cl.
4324
4325         * gnus-fun.el: Require gnus-ems and gnus-util.
4326
4327         * gnus.el (gnus-method-to-server): Move defsubst before first use.
4328
4329         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
4330
4331         * gnus-art.el (gnus-article-edit-mode): Define before first
4332         reference.
4333
4334 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
4335
4336         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
4337         (gnus-uu-post-encoded): Use point-at-bol.
4338
4339         * gnus-topic.el (gnus-group-active-topic-p): do.
4340
4341         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
4342
4343         * gnus-group.el (gnus-group-kill-region): do.
4344
4345         * gnus-art.el (article-date-ut): do.
4346
4347         * message.el (message-fetch-field): Remove redundant
4348         case-fold-search binding.
4349         (message-narrow-to-field): Simplify.
4350
4351 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4352
4353         * spam.el (spam-directory): Derive from `gnus-directory'.
4354
4355         * spam-report.el (spam-report-url-to-file)
4356         (spam-report-requests-file): New function and variable for offline
4357         reporting.
4358         (spam-report-url-ping-function): Add `spam-report-url-to-file'
4359         and user defined function.
4360         (spam-report-url-ping-mm-url): Remove doubled slash.
4361
4362 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * spam.el (spam-list-of-processors): fixed spamassassin variable names
4365
4366 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
4367
4368         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
4369         format string mismatch.
4370
4371         * sieve.el (sieve-deactivate-all): do.
4372
4373         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
4374
4375         * nnlistserv.el (nnlistserv-kk-wash-article): do.
4376
4377         * nnml.el (nnml-request-set-mark, nnml-save-marks): do. 
4378
4379         * mm-bodies.el (mm-7bit-chars): Don't include \r.
4380
4381 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
4382
4383         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
4384         the list of checks
4385
4386 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
4387
4388         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
4389         padding.
4390
4391 2004-01-27  Simon Josefsson  <jas@extundo.com>
4392
4393         * mm-view.el (mm-fill-flowed): Add.
4394         (mm-inline-text): Use it.  Tiny patch from Ralf Angeli
4395         <angeli@iwi.uni-sb.de>.
4396
4397 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * spam.el (spam-spamassassin-register-ham-routine)
4400         (spam-spamassassin-register-spam-routine): fixed function names
4401
4402 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus.el (gnus-tmp-grouplens): Remove.
4405         (gnus-summary-line-format): Remove grouplens.
4406
4407         * gnus-group.el (gnus-group-line-format): Ditto.
4408
4409         * gnus-spec.el (gnus-format-specs): Ditto.
4410         (gnus-update-format-specifications): Flush the group format spec
4411         cache if there's the grouplens stuff.
4412         (gnus-parse-simple-format): Replace %l with the empty string.
4413
4414 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
4415
4416         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
4417         omission. 
4418         From Jerry James  <james@xemacs.org>
4419
4420 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
4423         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
4424
4425 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
4426
4427         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
4428         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
4429         New macros and functions.
4430         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
4431         Handle > NLINK_MAX messages.
4432         * nnmaildir.el (nnmaildir-request-set-mark): Use
4433         nnmaildir--emlink-p and nnmaildir--eexist-p.
4434
4435 2004-01-25  Alex Schroeder  <alex@gnu.org>
4436
4437         * spam-stat.el (spam-stat-process-directory-age): New option.
4438         (spam-stat-process-directory): Use it.
4439
4440 2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
4441
4442         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
4443         (spam-stat-save): Accept prefix argument.
4444
4445 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
4446
4447         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
4448         links" error.
4449
4450 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
4453         the rest of the and/or forms.
4454
4455 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
4456
4457         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
4458         compatibility with old .newsrc.eld files.
4459
4460         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
4461
4462         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
4463
4464         * gnus-start.el (gnus-1): do.
4465
4466         * gnus-group.el (gnus-group-line-format-alist): do.
4467
4468         * gnus.el (gnus-use-grouplens, gnus-visual): do.
4469
4470         * gnus-gl.el: Remove.
4471
4472 2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
4473
4474         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
4475         marks consisting of a single range {for example, (3 . 5)} rather
4476         than a list of a single range { ((3 . 5)) }.
4477
4478 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
4479
4480         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
4481         with-current-buffer.
4482         (spam-stat-store-current-buffer): Use insert-buffer-substring to
4483         avoid consing a string.
4484
4485         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
4486         Remove obsolete entries for big5 and gb2312.
4487
4488 2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
4489
4490         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
4491         uncompressed list.
4492
4493 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
4494
4495         * spam-stat.el (spam-stat-strip-xref): New function.
4496         (spam-stat-process-directory): Use it.
4497
4498         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
4499         here -- it's done in message-fetch-field.
4500
4501 2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
4502
4503         * gnus-agent.el (gnus-agent-queue-mail,
4504         gnus-agent-prompt-send-queue): New variables.
4505         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
4506         * gnus-draft.el (gnus-group-send-queue): Pass the group name
4507         "nndraft:queue" along to gnus-draft-send.  Use
4508         gnus-agent-prompt-send-queue.
4509         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
4510         is "nndraft:queue".  Suggested by Gaute Strokkenes
4511         <gs234@srcf.ucam.org>
4512
4513         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
4514         (agent-enable-undownloaded-faces): Added
4515         (gnus-agent-cat-groups): Use eval-and-compile, not
4516         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
4517         method of gnus-agent-cat-groups even when the buffer has been
4518         evaled.
4519         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
4520         delete gnus-agent-save-active-1.
4521         (gnus-agent-save-groups): Deleted. Identical to
4522         gnus-agent-save-active.
4523         (gnus-agent-write-active): No longer adjust agent's copy of active
4524         file as agent's adjustments are now stored in their own
4525         file. Removed optional parameter.
4526         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
4527         servers.  Add use of min/max range limits from server's local
4528         file.
4529         (gnus-agent-save-alist): Removed unused optional argument.
4530         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
4531         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
4532         (gnus-agent-set-local): A per-server file that keeps min/max range
4533         limits for articles known to the agent.  Provides a fast mechanism
4534         for altering many active ranges.
4535         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
4536         active file (local makes it unnecessary).
4537         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
4538
4539         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
4540         (agent-enable-undownloaded-faces): Added
4541
4542         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
4543         disable it when sending to "nndraft:queue".
4544         (gnus-group-send-queue): Add safety check to avoid sending queue
4545         when unplugged.
4546
4547         * gnus-group.el (gnus-group-catchup): Use new
4548         gnus-sequence-of-unread-articles, not
4549         gnus-list-of-unread-articles, to avoid exhausting memory with huge
4550         numbers of articles.  Use gnus-range-map to avoid having to
4551         uncompress the unread list.
4552         (gnus-group-archive-directory,
4553         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
4554         reference.
4555
4556         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
4557         (gnus-sorted-range-intersection): Intersection of two ranges
4558         without requiring that they first be uncompressed.
4559
4560         * gnus-start.el (gnus-activate-group): Unless blocked by the
4561         caller, possibly expand the active range to include both cached
4562         and agentized articles.
4563         (gnus-convert-old-newsrc): Rewrote in anticipation of having
4564         multiple version-dependent converters.
4565         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
4566         gnus-agent-save-active.
4567         (gnus-save-newsrc-file): Save dirty agent range limits.
4568
4569         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
4570         gnus-agent-possibly-alter-active.
4571         (gnus-adjust-marked-articles): Faster handling of simple lists
4572         
4573 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
4574
4575         * spam-stat.el (spam-stat-test-directory): New optional argument
4576         displays a list of files detected.  Suggested by Andrew Cohen
4577         <cohen@andy.bu.edu>.
4578         (spam-stat-buffer-words-with-scores): Don't narrow and change
4579         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
4580
4581 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>  
4582
4583         * spam.el (gnus-summary-mode-map): make spam-generic-score the
4584         default scoring function
4585         (spam-generic-score): calls spam-spamassassin-score if
4586         spam-use-spamassassin or spam-use-spamassassin-headers is on;
4587         spam-bogofilter-score otherwise.
4588
4589         From Hubert Chan <hubert@uhoreg.ca>:
4590
4591         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
4592         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
4593         (spam-spamassassin-arguments)
4594         (spam-spamassassin-spam-flag-header)
4595         (spam-spamassassin-positive-spam-flag-header)
4596         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
4597         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
4598         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
4599         (spam-list-of-processors, spam-list-of-checks)
4600         (spam-list-of-statistical-checks, spam-registration-functions)
4601         (spam-check-spamassassin-headers, spam-check-spamassassin)
4602         (spam-spamassassin-score)
4603         (spam-spamassassin-register-with-sa-learn)
4604         (spam-spamassassin-register-spam-routine)
4605         (spam-spamassassin-register-ham-routine)
4606         (spam-assassin-register-spam-routine)
4607         (spam-assassin-register-ham-routine): add SpamAssassin support
4608         (spam-bogofilter-score): fix to show article before scoring
4609
4610         * gnus.el (spam-process, spam-autodetect-methods): add
4611         spamassassin and spamassassin-headers
4612
4613         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4614         Suppress unnecessary messages.  From Nevin Kapur
4615         <nkapur@cs.caltech.edu>.
4616
4617 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
4618
4619         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
4620         make-hash-table.
4621
4622 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * canlock.el (base64-encode-string): Don't autoload it.
4625
4626 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * run-at-time.el: Remove useless (require 'itimer),
4629         eval-and-compile and (featurep 'xemacs).
4630
4631 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
4632
4633         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
4634         GROUP is a virtual group.
4635
4636 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
4637
4638         * gnus.el: Autoload `message-y-or-n-p'.
4639
4640 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
4641
4642         * pgg-parse.el: Remove unnecessary (require 'custom).
4643
4644         * pgg-def.el: do.
4645
4646         * nnmail.el: do.
4647
4648         * gnus-undo.el: do.
4649
4650         * gnus-picon.el: do.
4651
4652         * gnus-util.el: do.
4653
4654 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
4655
4656         * gnus-sum.el (gnus-pick-line-number): Add autoload.
4657
4658 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
4661         handle, as well as a list.
4662
4663         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
4664         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
4665         (mm-w3m-cid-retrieve): Simplify.
4666
4667 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
4668
4669         * message.el (message-kill-to-signature): Allow prefix arg to
4670         specify number of lines to keep before signature.  From Vasily
4671         Korytov.
4672         (message-kill-to-signature): Change docstring.
4673
4674 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * canlock.el: Always require sha1-el.
4677         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
4678
4679         * message.el: Autoload sha1 only when compiling.
4680
4681         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
4682         eudc-expand-inline for XEmacs.
4683
4684 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * message.el (message-canlock-generate): Require sha1-el.
4687
4688 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
4689
4690         * message.el (message-expand-name): Silence the byte compiler.
4691
4692         * lpath.el: Add detect-coding-system.
4693
4694         * dgnushack.el (dgnushack-compile): Remove obsolete check for
4695         cus-edit.
4696
4697 2004-01-13  Simon Josefsson  <jas@extundo.com>
4698
4699         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
4700         Invoke gnus-score-mode.  Reported by
4701         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
4702
4703         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
4704         Jim Blandy <jimb@redhat.com> (tiny change).
4705
4706 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
4707
4708         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
4709
4710 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
4711
4712         * spam.el (spam-get-article-as-string): updated to use
4713         gnus-request-article-this-buffer, much simpler
4714         (spam-get-article-as-buffer): removed
4715
4716 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
4717
4718         * message.el (message-expand-name): Use EUDC if the user uses
4719         that.
4720
4721 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
4722
4723         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
4724         character for the encoding to avoid consing a string.
4725         
4726         * rfc2047.el (rfc2047-decode-string): Don't cons a string
4727         unnecessarily.
4728
4729         * mm-util.el (mm-replace-chars-in-string): Remove.
4730
4731         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
4732         of mm-replace-chars-in-string.
4733
4734 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
4735
4736         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
4737         strings.
4738
4739         * mm-util.el (mm-subst-char-in-string): Support inplace.        
4740
4741         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
4742         a new string in every iteration.  Use shy groups.
4743
4744 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
4745
4746         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
4747         (gnus-group-change-level, gnus-kill-newsgroup)
4748         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
4749         (gnus-get-unread-articles, gnus-make-articles-unread)
4750         (gnus-make-ascending-articles-unread): Use accessor
4751         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
4752         to get group information for improved readability.
4753
4754         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
4755
4756         * gnus-soup.el (gnus-soup-group-brew): do.
4757
4758         * gnus-msg.el (gnus-put-message): do.
4759
4760         * gnus-move.el (gnus-group-move-group-to-server): do.
4761
4762         * gnus-kill.el (gnus-batch-score): do.
4763
4764         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
4765         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
4766         (gnus-group-update-group, gnus-group-read-group)
4767         (gnus-group-make-group, gnus-group-make-help-group)
4768         (gnus-group-make-archive-group, gnus-group-make-directory-group)
4769         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
4770         (gnus-group-sort-by-unread, gnus-group-catchup)
4771         (gnus-group-unsubscribe-group, gnus-group-kill-group)
4772         (gnus-group-yank-group, gnus-group-set-info)
4773         (gnus-group-list-groups): do.
4774
4775         * gnus.el (gnus-generate-new-group-name): do.
4776
4777         * gnus-delay.el (gnus-delay-send-queue): do.
4778
4779         * nnvirtual.el (nnvirtual-catchup-group): do.
4780
4781         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
4782         do.
4783
4784         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
4785         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
4786         
4787         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
4788         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
4789         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
4790         (gnus-group-make-articles-read): do.
4791         
4792 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
4793
4794         * gnus-art.el (article-decode-mime-words, article-babel)
4795         (gnus-article-highlight-signature, gnus-article-add-buttons)
4796         (gnus-signature-toggle): Use gnus-with-article-buffer.
4797         
4798         * gnus-art.el (gnus-article-highlight-headers)
4799         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
4800         
4801         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
4802         (gnus-article-set-globals, gnus-request-article-this-buffer)
4803         (gnus-button-message-id, gnus-article-maybe-hide-headers)
4804         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
4805         (gnus-mime-display-alternative): Use with-current-buffer.
4806
4807 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
4810         also under 80 char limit, and call gnus-error if needed
4811         (spam-fetch-article-header): finally fixed - it was a
4812         buffer-local variable (gnus-newsgroup-data)
4813         (spam-find-spam): use spam-generate-fake-headers, forget about
4814         spam-insert-fake-headers
4815         (spam-insert-fake-headers): removed
4816
4817 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
4818
4819         * deuglify.el (gnus-article-outlook-unwrap-lines)
4820         (gnus-outlook-rearrange-article)
4821         (gnus-outlook-repair-attribution-outlook)
4822         (gnus-outlook-repair-attribution-block)
4823         (gnus-outlook-repair-attribution-other): Remove redundant
4824         save-excursion.
4825
4826 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4827
4828         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
4829         (spam-fetch-field-subject-fast)
4830         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
4831         (spam-fetch-article-header): new functions to deal with Gnus
4832         internals for fast retrieval of article header data
4833         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
4834
4835 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
4836
4837         * pop3.el (pop3-md5): Remove.
4838         (pop3-apop): Replace pop3-md5 with md5.
4839
4840         * mm-bodies.el: base64 is always built-in.
4841
4842         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
4843         with-current-buffer.
4844
4845 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * canlock.el (canlock-insert-header): Remove excessive grouping in
4848         regexp.
4849
4850         * gnus-sum.el (gnus-summary-read-document): Ditto.
4851
4852         * gnus-uu.el (gnus-uu-part-number): Ditto.
4853
4854         * html2text.el (html2text-remove-tags): Ditto.
4855         (html2text-format-tags): Ditto.
4856         (html2text-format-single-elements): Ditto.
4857
4858         * mml.el (mml-parse-1): Ditto.
4859
4860 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
4861
4862         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
4863
4864         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
4865
4866         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
4867
4868         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
4869
4870 2003-11-15  Simon Josefsson  <jas@extundo.com>
4871
4872         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
4873         (pgg-gpg-lookup-key): Use regexp match instead of
4874         split-string (split-string is different between emacs 21.2 and
4875         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
4876
4877 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
4878
4879         * gnus-art.el (gnus-mime-view-all-parts)
4880         (gnus-article-part-wrapper, gnus-article-view-part): Use
4881         with-current-buffer.
4882
4883 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4884
4885         * spam.el (spam-disable-spam-split-during-ham-respool)
4886         (spam-spamoracle-database, spam-cache-lookups)
4887         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
4888         (spam-group-ham-mark-p, spam-group-spam-mark-p)
4889         (spam-group-ham-marks, spam-group-spam-marks)
4890         (spam-group-spam-contents-p, spam-group-ham-contents-p)
4891         (spam-list-of-processors, spam-list-of-statistical-checks): doc
4892         fix, also add spam-use-blackholes to the statistical checks
4893         (spam-fetch-field-fast): new interface to fetching fields, may
4894         become a macro
4895         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
4896         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
4897         (spam-insert-fake-headers): fake an article when needed
4898         (spam-find-spam): fake article when possible
4899         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
4900         (spam-check-bogofilter-headers): use message-fetch-field instead
4901         of nnmail-fetch-field
4902
4903 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
4906
4907 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * spam.el (spam-split): do not require spam-use-CHECK to be
4910         enabled if that check is passed to spam-split explicitly; also
4911         fix so 'spam doesn't get converted to spam-split-group when
4912         spam-split-symbolic-return is t
4913         (spam-find-spam): find registrations of the article and use those
4914         instead of re-running spam-split to find the spam/ham
4915         classification of the article
4916         (spam-log-processing-to-registry, spam-log-registered-p)
4917         (spam-log-unregistration-needed-p, spam-log-undo-registration):
4918         use gnus-error instead of gnus-message
4919         (spam-log-registration-type): new function to determine the
4920         classification of a message based on registry entries; will
4921         return nil if both 'spam and 'ham are found
4922         (spam-check-BBDB): expand all the BBDB macros here so we can have
4923         a reasonably fast local cache without the loading errors
4924         (spam-cache-lookups): set to t by default
4925         (spam-find-spam): don't try to guess spam-cache-lookups
4926         (spam-enter-whitelist, spam-enter-blacklist): also clear the
4927         spam-caches entry
4928         (spam-filelist-build-cache, spam-filelist-check-cache): better
4929         caching of whitelist/blacklist entries
4930         (spam-check-whitelist, spam-check-blacklist): invoke
4931         spam-from-listed-p with a type, not a cache variable
4932         (spam-from-listed-p): wrap around spam-filelist-check-cache
4933
4934 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
4935
4936         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
4937
4938         * nnmail.el (nnmail-split-fancy): do.
4939
4940         * mml.el (mml-parse): do.
4941
4942         * gnus-score.el (gnus-enter-score-words-into-hashtb)
4943         (gnus-score-adaptive): do.
4944
4945 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
4948         (gnus-mime-button-map): Don't set keymap parent.
4949         (gnus-button-ctan-directory-regexp): Use shy grouping.
4950         (gnus-prev-page-map): Don't set keymap parent.
4951         (gnus-prev-page-map): Remove duplicated one.
4952         (gnus-next-page-map): Don't set keymap parent.
4953         (gnus-mime-security-button-map): Ditto.
4954
4955         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
4956         version number.
4957
4958         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
4959
4960 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * canlock.el (canlock-sha1-function): Remove.
4963         (canlock-sha1-function-for-verify): Remove.
4964         (canlock-openssl-program): Remove.
4965         (canlock-openssl-args): Remove.
4966         (canlock-ignore-errors): Remove.
4967         (canlock-sha1-with-openssl): Remove.
4968         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
4969         (canlock-verify): Don't use canlock-ignore-errors.
4970
4971         * sha1-el.el (sha1-string-external): Make it can return a string
4972         in binary form.
4973         (sha1-region-external): Ditto.
4974         (sha1-string-internal): Ditto.
4975         (sha1-region-internal): Ditto.
4976         (sha1-region): Ditto.
4977         (sha1-string): Ditto.
4978         (sha1): Ditto.
4979
4980 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * spam.el (spam-report-articles-gmane): New command.
4983
4984 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus.el: Don't make unnecessary *Group* buffer when loading.
4987
4988         * run-at-time.el (run-at-time-saved): Remove.
4989         (run-at-time): Doc fix.
4990
4991 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
4992
4993         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
4994         (gnus-summary-limit-map): Add it.
4995         (gnus-summary-make-menu-bar): do.
4996
4997 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
4998
4999         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
5000         first attempt at some caching support (done for BBDB only now)
5001         (spam-find-spam): set spam-cache-lookups if there are more than 2
5002         addresses to be checked
5003         (spam-clear-cache-BBDB): new function, to be invoked by
5004         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
5005         (spam-check-BBDB): check and use the caches, if
5006         spam-cache-lookups is on
5007         remove superfluous (provide)
5008
5009 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5010
5011         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
5012
5013 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
5014
5015         * run-at-time.el (run-at-time-saved): Move to after the definition
5016         of `run-at-time'.
5017
5018         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
5019
5020 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5021
5022         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
5023         mm-w3m-local-map-property.
5024
5025         * mm-view.el (mm-w3m-mode-map): Remove.
5026         (mm-w3m-local-map-property): Remove.
5027         (mm-inline-text-html-render-with-w3m): Don't use
5028         mm-w3m-local-map-property.
5029
5030 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031
5032         * run-at-time.el: New file.
5033
5034         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
5035         under Emacs.
5036
5037         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
5038         of gnus-set-text-properties.
5039
5040         * gnus-uu.el (gnus-uu-save-article): Ditto.
5041
5042         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
5043
5044         * gnus-cite.el (gnus-cite-parse): Ditto.
5045
5046         * gnus-art.el (gnus-button-push): Use set-text-properties instead
5047         of gnus-.
5048
5049         * gnus-xmas.el (run-at-time): Require run-at-time.
5050
5051         * gnus.el: Changed calls to nnheader-run-at-time and
5052         password-run-at-time throughout to use run-at-time directly.
5053
5054         * password.el: Removed definition of run-at-time.
5055
5056         * nnheaderxm.el: Remove definition of run-at-time.
5057
5058 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>
5059
5060         * mml.el (mml-minibuffer-read-disposition): Show attachment type
5061         in prompt (tiny change)
5062
5063 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
5064
5065         * messagexmas.el (message-xmas-redefine): Alias
5066         `message-make-caesar-translation-table' to
5067         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
5068         version.
5069
5070         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
5071         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
5072         `gnus-xmas-set-text-properties'.
5073         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
5074         `gnus-xmas-completing-read'. 
5075         (gnus-xmas-completing-read): Removed.
5076         (gnus-xmas-open-network-stream): Removed.
5077
5078         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
5079         XEmacs version.
5080
5081         * dns.el (dns-make-network-process): Use `open-network-stream'
5082         instead of `gnus-xmas-open-network-stream'.
5083
5084         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
5085
5086         * .cvsignore: Add auto-autoloads.el, custom-load.el.
5087
5088 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
5089
5090         * gnus-art.el (gnus-mime-display-alternative)
5091         (gnus-insert-mime-button, gnus-insert-mime-security-button)
5092         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
5093         Don't use gnus-local-map-property.
5094
5095         * gnus-util.el (gnus-local-map-property): Remove.
5096
5097         * mm-view.el (mm-view-pkcs7-decrypt): Replace
5098         gnus-completing-read-maybe-default with completing-read.
5099
5100         * gnus-util.el (gnus-completing-read): do.
5101         (gnus-completing-read-maybe-default): Remove.
5102
5103 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
5104
5105         * password.el: Only autoload `run-at-time' if not XEmacs.
5106         Only autoload the itimer functions if XEmacs.
5107
5108 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
5111         XEmacsen.
5112
5113         * dgnushack.el: Autoload executable-find for XEmacs.
5114
5115 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
5116
5117         * gnus-art.el (gnus-read-string): Remove.
5118         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
5119         read-string.
5120
5121 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5122
5123         * netrc.el: autoload password-read
5124         (netrc): new configuration group
5125         (netrc-encoding-method, netrc-openssl-path): configuration
5126         variables for encoding and decoding of files with symmetric
5127         ciphers
5128         (netrc-encode): assistant function to encode a file with
5129         netrc-encoding-method
5130         (netrc-parse): added interactive parameter, added optional
5131         decoding if netrc-encoding-method is non-nil but otherwise
5132         behavior is standard
5133         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
5134         s/encode/encrypt/ everywhere
5135
5136         * spam.el: remove executable-find autoload
5137
5138 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
5139
5140         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
5141
5142         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
5143
5144 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * gnus-art.el (gnus-treat-ansi-sequences,
5147         article-treat-ansi-sequences): New variable and function.
5148         Suggested by Dan Jacobson <jidanni@jidanni.org>.
5149
5150         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
5151         Use it.
5152
5153 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
5154
5155         * mm-util.el (mm-quote-arg): Remove.
5156
5157         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
5158         shell-quote-argument.
5159
5160         * gnus-uu.el (gnus-uu-command): do.
5161
5162         * gnus-sum.el (gnus-summary-insert-pseudos): do.
5163
5164         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
5165         with make-char.
5166
5167         * mm-util.el (mm-make-char): Remove.
5168
5169         * mml.el (mml-mode): Replace gnus-add-minor-mode with
5170         add-minor-mode.
5171
5172         * gnus-undo.el (gnus-undo-mode): do.
5173
5174         * gnus-topic.el (gnus-topic-mode): do.
5175
5176         * gnus-sum.el (gnus-dead-summary-mode): do.
5177
5178         * gnus-start.el (gnus-slave-mode): do.
5179
5180         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
5181
5182         * gnus-ml.el (gnus-mailing-list-mode): do.
5183
5184         * gnus-gl.el (gnus-grouplens-mode): do.
5185
5186         * gnus-draft.el (gnus-draft-mode): do.
5187
5188         * gnus-dired.el (gnus-dired-mode): do.
5189
5190         * gnus-ems.el (gnus-add-minor-mode): Remove.
5191
5192         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
5193         Replace gnus-char-width with char-width.
5194
5195         * gnus-ems.el (gnus-char-width): Remove.
5196
5197         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
5198         Replace gnus-char-width with char-width.
5199
5200         * gnus-ems.el (gnus-char-width): Remove.
5201
5202         * spam-stat.el (with-syntax-table): Remove with-syntax-table
5203         definition.
5204         Remove Emacs 20 hash table compatibility code.
5205
5206         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
5207         20 compatibility code.
5208
5209         * spam.el (spam-point-at-eol): Replace with point-at-eol.
5210
5211         * smime.el (smime-point-at-eol): Replace with point-at-eol.
5212
5213         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
5214         with point-at-{eol,bol}.
5215
5216         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
5217
5218         * imap.el (imap-point-at-eol): Replace with point-at-eol.
5219
5220         * flow-fill.el (fill-flowed-point-at-bol,
5221         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
5222
5223         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
5224         Replace with point-at-{eol,bol} throughout all files.
5225
5226 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * ntlm.el (ntlm-string-as-unibyte): New macro.
5229         (ntlm-build-auth-response): Use it.
5230
5231         Remove Emacs 20 stuff:
5232         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
5233         (butlast, mapc, remove): Remove the compiler macros.
5234         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
5235         of delq and copy-sequence.
5236         * gnus-art.el (popup-menu): Remove the compiler macro.
5237         * nnmail.el (nnmail-split-fancy): Don't support customizing with
5238         Emacs 20.
5239
5240 2004-01-05  Simon Josefsson  <jas@extundo.com>
5241
5242         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
5243         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
5244         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
5245         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
5246         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
5247         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
5248         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
5249         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
5250         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
5251         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
5252         ntlm-string-permute, string-lshift into ntlm-string-lshift,
5253         string-xor into ntlm-string-xor.  Suggested by
5254         Jesper Harder <harder@myrealbox.com>.
5255
5256         * ntlm.el: Don't include poem.
5257
5258         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
5259         Jesper Harder <harder@myrealbox.com>.
5260
5261         * sasl-ntlm.el, ntlm.el, md4.el: New files.
5262
5263         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
5264         probably breaks emacs with DL patch, but do we care? Is anyone
5265         still using the DL stuff?)
5266
5267         * sieve-manage.el: Use the password package.
5268         (sieve-manage-read-passwd): Remove.
5269         (sieve-manage-interactive-login): Use password.  Re-add
5270         condition-case around loop.
5271
5272         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
5273         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
5274         the password package.
5275
5276 2003-02-19  Simon Josefsson  <jas@extundo.com>
5277
5278         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
5279         token.
5280
5281 2002-08-07  Simon Josefsson  <jas@extundo.com>
5282
5283         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
5284         (sieve-manage-authenticators):
5285         (sieve-manage-authenticator-alist): Add some SASL mechs.
5286         (sieve-sasl-auth): New function.
5287         (sieve-manage-cram-md5-auth):
5288         (sieve-manage-plain-auth): Rewrite using SASL library.
5289         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
5290         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
5291         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
5292         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
5293
5294 2004-01-05  Simon Josefsson  <jas@extundo.com>
5295
5296         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
5297         New files.
5298
5299 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-group.el (gnus-no-groups-message): Update.
5302
5303         * gnus-sum.el (gnus-summary-insert-new-articles): Remove . 
5304
5305 2003-11-09  Simon Josefsson  <jas@extundo.com>
5306
5307         * imap.el: Support for ID IMAP extension (RFC 2971).
5308         (imap-local-variables): Add imap-id.
5309         (imap-id): New variable.
5310         (imap-id): New function.
5311         (imap-parse-response): Parse untagged ID response.
5312         * nnimap.el (nnimap-id): New variable.
5313         (nnimap-open-connection): Use it.
5314
5315 2003-12-28  Simon Josefsson  <jas@extundo.com>
5316
5317         * gnus-score.el (gnus-score-edit-all-score): New.
5318         * gnus-group.el (gnus-group-score-map): Bind it to W e.
5319
5320 2004-01-04  Simon Josefsson  <jas@extundo.com>
5321
5322         * password.el: Add.
5323
5324 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
5325
5326         * dns.el: Add support for AAAA records (see RFC 3596)
5327
5328         * Fix typo PRT -> PTR
5329
5330         * Parse MX, PTR and SOA replies (see RFC 1035)
5331
5332 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
5335
5336         * Moved to Changelog.2.
5337
5338 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5339
5340         * gnus.el (gnus-version-number): Bump version.
5341
5342 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5343
5344         * gnus.el: No Gnus v0.1 is released.
5345
5346 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5347
5348         * gnus.el: No Gnus v0.0 is released.
5349
5350 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus.el (gnus-version-number): Bump.
5353         (gnus-version): No.
5354
5355 See ChangeLog.2 for earlier changes.
5356
5357     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
5358   Copying and distribution of this file, with or without modification,
5359   are permitted provided the copyright notice and this notice are preserved.
5360
5361 ;; Local Variables:
5362 ;; coding: iso-2022-7bit
5363 ;; End:
5364
5365 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4