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