2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
[gnus] / lisp / ChangeLog
1 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2
3         * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
4         whitespace was matched into the url, which broke browsing hits
5         > 100 when mm-url-use-external was nil.
6
7 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8
9         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10         gnus-extra-headers for 'Newsgroups.
11
12         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13         bound.
14
15 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16
17         * pgg-gpg.el: Clean up process buffers every time gpg processes
18         complete.
19
20 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
21
22         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
23         doc string.
24
25 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
26
27         * pgg-gpg.el (pgg-gpg-process-filter)
28         (pgg-gpg-wait-for-completion): Check if buffer is alive.
29
30         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
31         lines, temporary fix.
32
33 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
34
35         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
36         :set.
37
38 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
39
40         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
41         default-enable-multibyte-characters.  This reverts the change from
42         revision 6.17 which is no longer necessary because the passphrase
43         is sent separately now.  GnuPG messages are unreadable under
44         multibyte locales with default-enable-multibyte-characters set to
45         nil.
46
47 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
48
49         * message.el (message-tool-bar-gnome): Move "spell".
50
51 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
52
53         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
54         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
55         instead.
56
57 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
58
59         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
60         newsgroups handling for NNTP overviews which don't include
61         Newsgroups.
62
63 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
64
65         * message.el (message-resend): Bind message-generate-hashcash to
66         to nil.
67
68 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
69
70         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
71         when searching for already-paid recipients.
72
73 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
74
75         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
76         passphrases when it is not needed.
77         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
78         passphrase stuff from gpg, should only be necessary when you use
79         gpg with a smartcard.
80
81 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * mml.el (mml-insert-mime): Ignore cached contents of
84         message/external-body part.
85
86         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
87         (mm-insert-part): Ditto.
88
89 2006-03-23  Simon Josefsson  <jas@extundo.com>
90
91         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
92         Reiner.
93         (pgg-gpg-use-agent-p): Use it again.
94
95 2006-03-23  Simon Josefsson  <jas@extundo.com>
96
97         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
98         older emacsen.
99         (pgg-gpg-use-agent-p): Don't use it.
100
101 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
102
103         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
104         if we can.
105
106 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
107
108         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
109         (pgg-gpg-update-agent): New function.
110         (pgg-gpg-use-agent-p): New function.
111         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
112         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
113         (pgg-gpg-sign-region): Use it.
114
115 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
118         Reported by Ralf Wachinger <rwachinger@gmx.de>.
119
120 2006-03-21  Simon Josefsson  <jas@extundo.com>
121
122         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
123         <wilde@sha-bang.de>.
124         (pgg-gpg-use-agent): New variable.
125         (pgg-gpg-process-region): Use it.
126         (pgg-gpg-encrypt-region): Likewise.
127         (pgg-gpg-encrypt-symmetric-region): Likewise.
128         (pgg-gpg-decrypt-region): Likewise.
129         (pgg-gpg-sign-region): Likewise.
130         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
131
132 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
133
134         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
135
136         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
137         comment on version.
138
139 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
140
141         * smiley.el: Add missing test smiley.
142
143 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
144
145         * mm-decode.el (mm-with-part): New macro.
146         (mm-get-part): Use it; work with message/external-body as well.
147         (mm-save-part): Treat name and filename equally.
148
149         * mm-extern.el (mm-extern-cache-contents): New function.
150         (mm-inline-external-body): Use it; force the part to be displayed;
151         move undisplayer added to the cached handle to the parent.
152
153         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
154         (gnus-mime-view-part-as-type): Work with message/external-body.
155
156         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
157
158 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
159
160         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
161         images in image-load-path.  [Sync with image.el, revision 1.60, in
162         Emacs.]
163
164 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
165
166         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
167         path rather than symbol.  Always return list of directories.
168         Guarantee that image directory comes first.  [Sync with image.el,
169         revision 1.59, in Emacs.]
170
171         * message.el (message-make-tool-bar): Adjust to new API of
172         `gmm-image-load-path-for-library'.
173
174         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
175
176         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
177
178 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
179
180         * gnus-art.el (gnus-article-only-boring-p): Bind
181         inhibit-point-motion-hooks to avoid infinite loop when entering
182         intangible text.  Reported by Ralf Wachinger
183         <rwnewsmampfer@geekmail.de>.
184
185 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
186
187         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
188         `defun' instead of `gmm-defun-compat'.
189
190 2006-03-14  Simon Josefsson  <jas@extundo.com>
191
192         * message.el (message-unique-id): Don't use message-number-base36
193         if (user-uid) is a float.  Reported by Bjorn Solberg
194         <bjorn_ding1@hekneby.org>.
195
196 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
197
198         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
199
200         * gnus-art.el (gnus-mime-display-single): Make sure there is an
201         empty line between a part and a message part.
202
203 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
204
205         * smiley.el: Add more test smileys.
206         (smiley-data-directory, smiley-regexp-alist)
207         (gnus-smiley-file-types): Fix doc strings.
208         (smiley-update-cache): Clear smiley-cached-regexp-alist before
209         adding new elements.
210         (smiley-mouse-map): Unused code.  Make it a comment.
211
212 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
215         scan latest NoCeM messages instead of old ones.
216         (gnus-nocem-check-article): Fix regexps so as to match to PGP
217         delimiters that are recently used.
218         (gnus-nocem-load-cache): Add autoload cookie.
219
220         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
221
222         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
223         level which is larger than gnus-use-nocem is specified.
224
225         * gnus-group.el (gnus-group-get-new-news): Ditto.
226
227 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
228
229         * gnus-util.el (gnus-tool-bar-update): New function.
230
231         * gnus-group.el (gnus-group-update-tool-bar): New variable.
232         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
233
234         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
235
236         * gnus-group.el (gnus-group-redraw-when-idle)
237         (gnus-group-redraw-check): Remove.
238         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
239
240 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
241
242         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
243         if optional last element is specified in splits (FIELD VALUE...).
244
245 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
246
247         * message.el (message-make-tool-bar): Rename gmm-image-load-path
248         to gmm-image-load-path-for-library.  Call with no-error argument.
249         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
250
251         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
252
253         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
254
255         * gmm-utils.el (gmm-image-load-path): Remove alias.
256
257 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
258
259         * gmm-utils.el (gmm-image-load-path): Add alias.
260
261         * nnml.el (nnml-generate-nov-databases-directory): Rename from
262         nnml-generate-nov-databases-1.
263         (nnml-generate-nov-databases): Use it.
264         (nnml-generate-nov-databases-directory): Document no-active
265         argument.
266
267         * gmm-utils.el (gmm-image-load-path-for-library): Return single
268         directory if path is t.  Add no-error.
269
270         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
271         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
272
273         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
274         resetting gnus-article-browse-html-temp-list.
275
276         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
277         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
278         Add example to docstring.  Rename local variables.  Move error
279         checks to default case in cond and simplify.
280
281 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
284         handle is multipart when calling it recursively.
285         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
286
287 2006-03-03  Daniel Pittman <daniel@rimspace.net>
288
289         * nnimap.el (nnimap-request-update-info-internal): Optimize.
290         Don't `gnus-uncompress-range' to avoid excessive memory usage.
291
292 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
295         is loaded.
296
297         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
298         loaded.
299
300 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
301
302         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
303         to "Emacs 23 (unicode)" in doc string.
304
305         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
306         "Emacs 23 (unicode)" in comment.
307
308 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * mm-decode.el (mm-get-part): Don't use
311         mm-with-unibyte-current-buffer.
312
313         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
314         characters 160 through 255 in Emacs 23.
315
316 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
317
318         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
319         gnus-article-browse-html-temp.
320         (gnus-article-browse-delete-temp): Make it customizable.  Add
321         `file'.  Adjust doc string.
322         (gnus-article-browse-delete-temp-files): Add argument.  Allow
323         query for each file.  Adjust doc string.
324         (gnus-article-browse-html-parts): Add
325         `gnus-article-browse-delete-temp-files' to
326         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
327
328 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
329
330         * gnus-art.el (gnus-article-browse-html-temp)
331         (gnus-article-browse-delete-temp): New variables.
332         (gnus-article-browse-delete-temp-files): New function.
333         (gnus-article-browse-html-parts): Use it.
334
335 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
338
339         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
340         string.
341
342         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
343         gnus-summary-insert-new-articles when unplugged.  Remove
344         gnus-summary-search-article-forward.
345
346         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
347         display-visual-class instead of display-color-cells.
348
349 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * dgnushack.el: Autoload customize-group for XEmacs.
352
353         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
354         message/* containing non-ASCII text properly.
355
356 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
357
358         * message.el: Require gmm-utils, remove autoloads.
359         (message-tool-bar): Set default based on
360         gmm-tool-bar-style.
361         (message-tool-bar-gnome): Add gmm-customize-mode.
362
363         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
364         gmm-tool-bar-style.
365         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
366
367         * gnus-group.el (gnus-group-tool-bar): Set default based on
368         gmm-tool-bar-style.
369         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
370
371         * gmm-utils.el (gmm-image-directory): Rename variable from
372         gmm-image-load-path.
373         (gmm-image-load-path): Use gmm-image-directory.
374         (gmm-customize-mode): New function.
375         (gmm-tool-bar-style): New variable.
376
377         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
378         gnus-group-redraw-line-number.
379         (gnus-group-redraw-check): Simplify.
380         (gnus-group-tool-bar-update): Remove redraw check.
381         (gnus-group-make-tool-bar): Add redraw check.
382
383 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
384
385         * gnus-art.el (gnus-button): Add missing parentheses.
386
387 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * lpath.el: Fbind line-number-at-pos.
390
391 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
392
393         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
394
395 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
396
397         * gnus-art.el (gnus-button): New face.
398         (gnus-article-button-face): Use it.
399
400         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
401         gnus-summary-next-page.  Re-order.
402
403         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
404         next-node are now included.
405         (gnus-group-redraw-line-number): New internal variable.
406         (gnus-group-redraw-check): Helper function for updating the tool
407         bar.
408         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
409
410         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
411
412         * spam.el (spam-spamassassin-score-regexp): New internal variable.
413         (spam-extra-header-to-number, spam-check-spamassassin-headers):
414         Use it to match format of Spamassassin 3.0 and later.  Reported by
415         IRIE Tetsuya <irie@t.email.ne.jp>.
416         (spam-check-bogofilter)
417         (spam-bogofilter-register-with-bogofilter): Fix args of
418         `gnus-error' calls.
419
420 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
421
422         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
423         unnecessary interaction when sending queued mails.  Reported by
424         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
425
426 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
427
428         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
429         first or last are nil.
430
431 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
432
433         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
434
435 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
438
439 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * dns.el (query-dns): Protect more against buggy tcp output.
442
443 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
444
445         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
446         nov.php.
447
448 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
449
450         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
451         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
452         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
453         output on the server side.
454         (nnweb-google-create-mapping): Update regexps and add some
455         progress indication.
456
457 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
458
459         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
460         gnus-agent-toggle-plugged.  Re-order icons.
461         (gnus-group-tool-bar-gnome): Add
462         gnus-group-{prev,next}-unread-group.
463         (gnus-group-tool-bar-gnome): Re-order icons.
464
465         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
466         gnus-summary-insert-new-articles.
467
468         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
469         comments.
470
471         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
472         also available in Emacs 21.3.
473
474         * message.el (message-fix-before-sending): Change "Emacs 22" to
475         "Emacs 23 (unicode)" in comment.
476
477         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
478         "Emacs 23 (unicode)" in comment.
479
480         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
481         comment.
482         (mm-coding-system-p): Add comment about no-MULE XEmacs.
483
484         * mm-view.el (mm-fill-flowed): Add :version.
485
486 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
489         and load-path.
490
491 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
492
493         * message.el: Autoload gmm-image-load-path.
494         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
495         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
496         consitency.
497
498         * gmm-utils.el (gmm-image-load-path): Also search in
499         "../etc/images".  Don't set gmm-image-load-path if we don't find
500         the image.
501
502 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * gmm-utils.el (gmm-image-load-path): Don't make
505         `gmm-image-load-path' include subdirectories which the second arg
506         `image' might specify.
507
508         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
509         subdirectory to icon file names.
510
511         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
512
513 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
514
515         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
516         gmm-image-load-path calls.
517
518         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
519
520         * message.el (message-make-tool-bar): Ditto.
521
522         * mml.el (mml-preview): Added comment concerning tool bar icons.
523
524         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
525         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
526
527         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
528         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
529
530         * message.el (message-tool-bar-gnome): Use new icon names.
531         (message-make-tool-bar): Use `gmm-image-load-path'.
532
533         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
534         functions from MH-E.
535         (gmm-image-load-path): New variable from MH-E.
536         (gmm-image-load-path): New function from MH-E.  Added arguments
537         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
538         *-image-load-path-called-flag.
539
540 2006-02-21  Milan Zamazal <pdm@brailcom.org>
541
542         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
543
544 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
545         (tiny change)
546
547         * nnimap.el (nnimap-request-move-article): Change folder back to
548         source group before deleting.
549
550 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
551
552         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
553
554         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
555         mm-url.
556
557         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
558
559 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
562         coding system which mm-charset-to-coding-system returns for a
563         given charset is valid.
564
565 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
566
567         * html2text.el (html2text-remove-tag-list):
568         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
569
570 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
571
572         * gnus-cus.el: Revert 2005-10-17 change.
573
574 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
575
576         * gnus-art.el (article-strip-banner): Call
577         article-really-strip-banner only when the regexp match is made.
578
579 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-art.el (article-strip-banner): Use
582         gnus-extract-address-components instead of
583         mail-header-parse-addresses to make it work with non-ASCII text;
584         remove mail-encode-encoded-word-string.
585
586         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
587         values which are surrounded with \"...\"; make it never cause a
588         Lisp error; give up parsing of parameters if it failed in
589         extracting type.
590
591 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
592
593         * smime.el (smime-cert-by-ldap-1): Fix bug where
594         `smime-ldap-search' returns results without userCertificates.
595
596 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
597
598         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
599
600 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
601
602         * spam.el (spam-check-spamassassin-headers): Adapt format for
603         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
604         <ari@mbf.ocn.ne.jp>.
605         (spam-list-of-processors): Add spam-use-gmane.
606
607 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
608
609         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
610         make-temp-file; make it work with XEmacs as well.
611
612         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
613         mm-make-temp-file.
614
615         * mm-decode.el (mm-display-external): Use the 3rd arg of
616         mm-make-temp-file.
617         (mm-create-image-xemacs): Ditto.
618
619 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
620
621         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
622         with message-narrow-to-headers.
623         (gnus-draft-setup): Narrow to header to run message-fetch-field.
624         (gnus-draft-check-draft-articles): New function.
625         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
626
627 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
628
629         * gnus-art.el (gnus-article-browse-html-parts):
630         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
631         Don't use suffix argument for mm-make-temp-file for Emacs 21
632         compatibility.  Remove useless `format'.
633
634 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
635
636         * nnweb.el (nnweb-google-wash-article): Update regexps.
637         (nnweb-group-alist): Use defvoo instead of defvar.
638
639 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
642         re-loading nn* modules.
643
644 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
645
646         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
647         for `tool-bar-mode' and don't check it's default-value.
648
649         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
650
651         * message.el (message-make-tool-bar): Ditto.
652
653         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
654         `substring'.  Shorten tmp-file name.
655
656         * gnus.el: Remove bogus comment.
657
658 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
659
660         * gnus-art.el (gnus-article-browse-html-parts): New function.
661         (gnus-article-browse-html-article): New function for viewing html
662         articles with a browser.
663
664 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
665
666         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
667         in elisp.
668         (pgg-gpg-encrypt-symmetric-region): Ditto.
669         (pgg-gpg-sign-region): Ditto.
670
671         * pgg-def.el (pgg-text-mode): New variable.
672
673         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
674         (mml2015-pgg-encrypt): Ditto.
675
676         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
677         (mml1991-pgg-encrypt): Ditto.
678
679 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
680
681         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
682         message-make-date instead of current-time-string.
683
684         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
685         to gnus-decoded which mm-uu might set.
686
687 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
688
689         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
690         don't decode quoted parameters; remove misimported Emacs code.
691         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
692         (rfc2231-decode-encoded-string): Don't use split-string which
693         behaves differently according to Emacs version; use
694         mm-decode-coding-region to convert charset to coding-system.
695         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
696         (rfc2231-encode-string): Remove misimported Emacs code.
697
698 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
699
700         * gnus-art.el (article-decode-charset): Don't use ignore-errors
701         when calling mail-header-parse-content-type.
702         (article-de-quoted-unreadable): Ditto.
703         (article-de-base64-unreadable): Ditto.
704         (article-wash-html): Ditto.
705
706         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
707         calling mail-header-parse-content-type and
708         mail-header-parse-content-disposition.
709         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
710         mail-header-parse-content-type.
711
712         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
713         insert charset and format parameters; encode description after
714         inserting it to buffer.
715         (mml-insert-parameter): Fold lines properly even if a parameter is
716         segmented into two or more lines; change the max column to 76.
717
718         * rfc1843.el (rfc1843-decode-article-body): Don't use
719         ignore-errors when calling mail-header-parse-content-type.
720
721         * rfc2231.el (rfc2231-parse-string): Return at least type if
722         possible; don't cause an error even if it fails in parsing of
723         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
724         (rfc2231-encode-string): Don't break lines at the beginning, leave
725         it to mml-insert-parameter.
726
727         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
728         calling mail-header-parse-content-type.
729
730 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
731
732         * spam-report.el (spam-report-gmane-use-article-number): Improve
733         doc string.
734         (spam-report-gmane-internal): Check if a suitable header was found
735         in the article.
736
737 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
740         (rfc2231-encode-string): Make param*=value always begin with LWSP.
741
742 2006-02-05  Romain Francoise  <romain@orebokech.com>
743
744         Update copyright notices of all files in the gnus directory.
745
746 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
747
748         * nnweb.el (nnweb-request-group): Avoid growing overview files.
749
750 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
753         segmented lines of parameter value to cope with Thunderbird 1.5
754         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
755         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
756         (rfc2231-encode-string): Don't make lines exceeding 76 column.
757
758 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
759
760         * mml.el (mml-generate-mime-1): Correct the order of inline signed
761         parts.
762
763 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
764
765         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
766         there's only one active file for all servers.
767         (nnweb-request-scan): Make sure nnweb-articles is initialized on
768         solid groups.  Gnus might have used a FAST request to select the
769         group.
770         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
771         and nnweb-search redundantly in the active file.
772         (nnweb-request-list): Don't list bogus groups.  There can only be
773         one.
774         (nnweb-request-create-group): Don't use ARGS.
775         (nnweb-possibly-change-server, nnweb-request-group): Remove some
776         initialisations.  Let nnoo do the work.
777
778 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
781         decoded.
782         (mm-uu-diff-extract): Ditto.
783
784         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
785
786 2006-01-31  Kevin Ryde  <user42@zip.com.au>
787
788         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
789         mailcap-viewer-test-cache when there's no 'test clause, since that
790         will invert the meaning of a "nil" test previously determined by
791         mailcap-mailcap-entry-passes-test.
792
793 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
796         compiling.
797
798         * gnus-sum.el: Ditto.
799
800         * message.el: Don't bind tool-bar-map when compiling.
801
802 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
803
804         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
805
806 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
807
808         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
809         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
810         current Google Groups.
811
812 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
813
814         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
815         and tool-bar-mode.
816
817         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
818         and tool-bar-mode.
819
820         * message.el (message-tool-bar-update): Simplify.
821         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
822
823         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
824         gnus-summary-buffer.
825         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
826         gnus-summary-reply.
827
828         * gmm-utils.el (gmm): Add :version.
829
830 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * Makefile.in (clean): New rule.
833         (distclean): Use it.
834
835 2006-01-26  Steve Youngs  <steve@sxemacs.org>
836
837         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
838         autoload.
839
840 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gmm-utils.el (gmm-verbose): Add :group.
843
844 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
845
846         * message.el: Change some comments WRT tool-bars.
847
848         * gnus-sum.el (gnus-summary-tool-bar)
849         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
850         (gnus-summary-tool-bar-zap-list): New variables.
851         (gnus-summary-make-tool-bar): Complete rewrite using
852         `gmm-tool-bar-from-list'.
853
854         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
855         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
856         variables.
857         (gnus-group-make-tool-bar): Complete rewrite using
858         `gmm-tool-bar-from-list'.
859         (gnus-group-tool-bar-update): New function.
860
861         * message.el (message-mode-field-menu): Add "Show hidden Headers".
862
863 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
866         is dissected into a single part of which the type is the same as
867         the given one; decode charset.
868
869 2006-01-21  Kevin Ryde  <user42@zip.com.au>
870
871         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
872         into alists as symbol not string, since that's what
873         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
874         look for.
875
876 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
877
878         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
879         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
880
881         * message.el (message-tool-bar-gnome): Use gmm-ignore.
882
883 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
886         (gnus-xmas-mime-security-button-menu): New function.
887
888         * gnus-art.el (gnus-mime-security-button-commands): New variable.
889         (gnus-mime-security-button-menu): New definition.
890         (gnus-mime-security-button-map): Use them.
891         (gnus-mime-security-button-menu): New function.
892         (gnus-insert-mime-security-button): Addition to help echo.
893         (gnus-mime-security-run-function, gnus-mime-security-save-part)
894         (gnus-mime-security-pipe-part): New functions.
895
896         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
897         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
898
899         * mm-decode.el (mm-handle-set-disposition): Remove.
900         (mm-handle-set-description): Remove.
901
902 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
905         (mm-w3m-standalone-supports-m17n-p): New function.
906         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
907         w3m usage.
908
909         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
910         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
911
912 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
913
914         * message.el (message-tool-bar-zap-list): Use
915         gmm-tool-bar-zap-list as custom type.
916         (message-tool-bar-update): New function.
917         (message-tool-bar, message-tool-bar-gnome)
918         (message-tool-bar-retro): Add message-tool-bar-update.
919         (message-tool-bar-gnome): Add flyspell-buffer.
920
921         * gnus-util.el (gnus-error): Describe `args'.
922
923         * gmm-utils.el (gmm-error): Describe `args'.
924         (gmm-tool-bar-zap-list): New widget.
925         (gmm-tool-bar-from-list): Improve description of `zap-list'.
926
927 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
930         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
931         the number of recursive calls.
932
933         * mm-decode.el (mm-handle-set-disposition): New macro.
934         (mm-handle-set-description): New macro.
935
936 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
939         encoding.
940
941 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
942
943         * message.el (message-tool-bar-zap-list, message-tool-bar)
944         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
945         (message-tool-bar-local-item-from-menu): Remove.
946         (message-tool-bar-map): Replace by `message-make-tool-bar'.
947         (message-make-tool-bar): New function.
948         (message-mode): Use `message-make-tool-bar'.
949
950         * gmm-utils.el: New file.
951         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
952         (gmm-lazy): New widget copied from `nnmail.el'.
953         (gmm-tool-bar-from-list): New function for creating customizable
954         tool bars.
955         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
956         output.
957         (gmm): Add :prefix to defgroup.
958
959 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
960
961         * gmm-utils.el (gmm-widget-p): New function.
962
963 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
964
965         * mml.el (mml-attach-file): Describe `description' in doc string.
966         (mml-menu): Add Emacs MIME manual and PGG manual.
967
968 2006-01-20  Richard M. Stallman  <rms@gnu.org>
969
970         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
971
972 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
973
974         * nntp.el (nntp-end-of-line): Doc fix.
975
976 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
977
978         * imap.el (imap-open): Handle case where buffer is a buffer
979         object.
980
981 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
982
983         * gnus-delay.el (gnus-delay): Don't autoload.
984         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
985         to be re-loaded when customizing the `gnus-delay' group.
986
987 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
988
989         * message.el (message-insert-citation-line): Use newlines.
990
991 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
992
993         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
994         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
995         these routines, so the passphrase can be managed externally and
996         passed in to the system.
997         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
998         pgg-add-passphrase-to-cache function.
999
1000         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1001         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
1002         these routines, so the passphrase can be managed externally and
1003         passed in to the system.
1004         (pgg-pgp5-sign-region): Use new name of
1005         pgg-add-passphrase-to-cache function.
1006
1007 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1008
1009         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1010         part of the decoded armor to find the key-identifier.
1011         (pgg-gpg-lookup-key-owner): New function to return the
1012         human-readable identifier of a key owner.
1013         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
1014         itself.
1015         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1016         the key value) if we have a key and can match it against a secret
1017         key.  Also, added a note pointing out fact that the prompt only
1018         indicates the first matching key.
1019
1020         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1021         pgg-decrypt-region.
1022         (pgg-add-passphrase-to-cache): Rename from
1023         `pgg-add-passphrase-cache' to reduce confusion (all callers
1024         changed).
1025         (pgg-remove-passphrase-from-cache): Rename from
1026         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1027         changed).
1028         (pgg-read-passphrase, pgg-add-passphrase-cache)
1029         (pgg-remove-passphrase-cache): Add informative docstrings.
1030         (pgg-decrypt): Convey provided passphrase in subordinate call to
1031         pgg-decrypt-region.
1032
1033 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1034
1035         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1036         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1037         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1038         'passphrase' argument, so the passphrase can be managed externally
1039         and then passed in to the system.
1040
1041         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1042         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1043         so the passphrase cache can be used reliably with identifiers
1044         besides a pgp packet's key id.
1045
1046         * pgg-gpg.el (pgg-gpg-encrypt-region)
1047         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1048         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
1049         these routines, so the passphrase can be managed externally and
1050         passed in to the system.
1051
1052         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1053         'notruncate' argument, so the passphrase cache can be used
1054         reliably with identifiers besides a pgp packet's key id.
1055
1056 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
1057
1058         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1059         symmetric encryption.
1060         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1061         encrypted session key.
1062         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1063         message ask for the passphrase in a proper way.
1064
1065         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1066         New user commands for symmetric encryption.
1067
1068 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1071
1072         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1073
1074 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
1075
1076         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
1077
1078 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * mm-decode.el (mm-inlined-types): Add application/pgp.
1081         (mm-automatic-display): Ditto.
1082
1083         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1084         part as text.
1085
1086 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * nnrss.el: Update copyright.
1089         (nnrss-opml-import): Query whether to subscribe to each entry.
1090
1091         * gnus-art.el:
1092         * gnus-sum.el:
1093         * gnus-xmas.el:
1094         * messagexmas.el:
1095         * mm-uu.el:
1096         * mm-view.el: Update copyright.
1097
1098 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1099
1100         * message.el (message-info): New function.
1101         (message-mode-menu): Add it.
1102         Update copyright.
1103
1104         * ChangeLog: Fix and update copyright.
1105
1106 2006-01-13  Romain Francoise  <romain@orebokech.com>
1107
1108         * message.el (message-forward-subject-name-subject): Prefer the
1109         address to 'nowhere' if the sender has no name.
1110         Fix typo.  Update copyright year.
1111
1112 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1113
1114         * gnus-art.el (article-wash-html): Use
1115         gnus-summary-show-article-charset-alist if a numeric arg is given.
1116         (gnus-article-wash-html-with-w3m-standalone): New function.
1117
1118         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1119         mm-inline-text-html-render-with-w3m-standalone.
1120         (mm-text-html-washer-alist): Map w3m-standalone to
1121         gnus-article-wash-html-with-w3m-standalone.
1122         (mm-inline-text-html-render-with-w3m-standalone): New function.
1123
1124 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1125
1126         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
1127         Improve LaTeX.
1128
1129 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1132         (nnrss-request-article): Render text/plain parts as HTML.
1133
1134         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1135         the buffer.
1136
1137 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1138
1139         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1140         custom definition of `gnus-posting-styles'.
1141
1142         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1143         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1144
1145 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1146
1147         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1148         Use nntp for bug archive.
1149
1150 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1153         parts.
1154         (nnrss-normalize-date): New function converts ISO 8601 date into
1155         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1156         (nnrss-check-group): Use it.
1157
1158 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1161
1162         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1163         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1164         (nnrss-insert-w3): Ditto.
1165
1166 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
1169         the articles to be forwarded including the case where neither a
1170         number of articles nor a region is specified.
1171
1172 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * nnrss.el (nnrss-request-article): Fix last change; fill
1175         text/plain parts.
1176
1177 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1180         in text/plain part.
1181         (nnrss-check-group): Don't add excessive newline to dc:subject.
1182
1183 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1184
1185         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1186         article.
1187
1188 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1189
1190         * nnml.el: Don't require gnus-bcklg.  Autoload it.
1191         (nnml-use-compressed-files, nnml-save-mail): Support other
1192         comression programs such as bzip2.
1193
1194 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * dns.el (query-dns): Make sure we check the buffer size before
1197         removing tcp headers.
1198
1199 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
1202         remove MIME buttons associated with multipart/alternative parts.
1203         (gnus-mime-display-alternative): Tag buttons using `article-type'
1204         text property.
1205
1206         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
1207         associated with multipart/alternative parts.
1208
1209         * gnus-art.el (gnus-signature-separator): Fix custom type.
1210
1211         * mm-decode.el (mm-inlined-types): Fix custom type.
1212         (mm-keep-viewer-alive-types): Ditto.
1213         (mm-automatic-display): Ditto.
1214         (mm-attachment-override-types): Ditto.
1215         (mm-inline-override-types): Ditto.
1216         (mm-automatic-external-display): Ditto.
1217
1218 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1219
1220         * spam-report.el (spam-report-user-mail-address)
1221         (spam-report-user-agent): New variables.
1222         (spam-report-url-ping-plain): Use spam-report-user-agent.
1223
1224 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
1225
1226         * gnus-art.el (gnus-button-handle-custom): Do not just use
1227         `customize-apropos' for any "M-x customize-*" button but the
1228         function called for.  Accept both the function name and its
1229         argument in order to achieve this.
1230         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
1231         function name to `gnus-button-handle-custom' in case of "M-x
1232         customize-*" buttons.
1233
1234 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1237         multipart/alternative and add xref to mm-discouraged-alternatives
1238         in doc string.
1239
1240         * mm-decode.el (mm-discouraged-alternatives): Add xref to
1241         gnus-buttonized-mime-types in doc string.
1242
1243 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1244
1245         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1246         Suggest image/.* in the doc string.
1247
1248 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1249
1250         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
1251         message-marks (Debian bug #342521).
1252
1253 2005-12-12  Simon Josefsson  <jas@extundo.com>
1254
1255         * password.el (password-read-from-cache): Add.
1256         (password-read): Use it.
1257
1258 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1259
1260         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1261         us-ascii as a MIME charset.
1262
1263         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1264         against the case where the 2nd arg TYPE is nil.
1265
1266 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1267
1268         * pop3.el (pop3-stream-type): Fix custom version.
1269
1270         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
1271
1272 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1273
1274         * mm-decode.el (mm-display-external): Add missing cdr.
1275
1276 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         * mm-decode.el (mm-display-external): Use nametemplate (defined in
1279         RFC1524) if it is in mailcap or add a suffix according to
1280         mailcap-mime-extensions when generating a temp filename; postpone
1281         deleting a temp file for 2 seconds for some wrappers, shell
1282         scripts, and so on, which might exit right after having started a
1283         viewer command as a background job.
1284
1285 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1286
1287         * nntp.el (nntp-marks-directory): Fix custom group.
1288
1289         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
1290         steps when < 10.
1291
1292         * gnus-start.el (gnus-no-server-1): Mention
1293         `gnus-level-default-subscribed' in doc string.
1294
1295 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1296
1297         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
1298         parens.
1299
1300 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1301
1302         * gnus-xmas.el (gnus-use-toolbar): Revert.
1303         (gnus-xmas-setup-toolbar): Use global default-toolbar if
1304         gnus-use-toolbar is default.
1305
1306         * messagexmas.el (message-use-toolbar): Revert.
1307         (message-setup-toolbar): Use global default-toolbar if
1308         message-use-toolbar is default.
1309
1310 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
1313         according to default-toolbar-visible-p.
1314
1315         * messagexmas.el (message-use-toolbar): Ditto.
1316
1317 2005-11-26  Dave Love  <fx@gnu.org>
1318
1319         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
1320         (tls-program, tls-success): Provide openssl alternative.
1321
1322         * starttls.el: Doc fixes.
1323         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
1324         SERVICE to PORT.
1325
1326         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
1327         port null or service name.
1328         (starttls-negotiate): Autoload.
1329
1330 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * message.el (message-kill-to-signature): Fix interactive spec.
1333
1334 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * pop3.el (pop3-open-server): Recognize a string as a service name.
1337
1338 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
1339
1340         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1341
1342 2005-11-23  Dave Love  <fx@gnu.org>
1343
1344         Add pop3s, pop3/starttls.
1345
1346         * pop3.el (pop3-authentication-scheme): Clarify doc.
1347         (open-tls-stream, starttls-open-stream): Autoload.
1348         (pop3-stream-type): New.
1349         (pop3-open-server): Use it.
1350
1351         * mail-source.el (mail-sources): Fix some :types.  Add stream type
1352         for POP.
1353         (mail-source-keyword-map): Add :stream for POP.
1354         (mail-source-fetch-pop): Use pop3-stream-type.
1355
1356 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
1359         of current-time-string.
1360
1361 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
1362
1363         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
1364         date header.
1365
1366 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1367
1368         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
1369         it can seriously impact performance as it bypasses the agent's
1370         local caches.
1371
1372 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1373
1374         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
1375         must be explicitly online rather than "not explicitly offline" for
1376         its flags to be synchronized.
1377
1378         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
1379         that gnus-uu-unmark-thread will function correctly.
1380
1381         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
1382         1024K is instead displayed as 1M.
1383
1384 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1387
1388 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
1389
1390         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
1391
1392 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
1393
1394         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
1395         error message to display actual error condition.
1396         (gnus-agent-save-local): Avoid saving symbols that are bound to
1397         nil as they simply result in a warning message in
1398         gnus-agent-read-local.
1399
1400 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
1403         rather than make-variable-buffer-local for file-precious-flag.
1404
1405 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1406
1407         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
1408         for duplicates which are removed.  The invalid sort check then
1409         triggers a rescan after the sort as sorting may have moved
1410         duplicate entries such that they can be cheaply detected.
1411
1412 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1413
1414         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
1415
1416 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1417
1418         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
1419         internal variable to a custom variable.  Changed default value
1420         from compressed(2) to uncompressed(1).
1421         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
1422         support for uncompressed agentview files.  Taken together, reading
1423         the agentview file should now be 6-7 times faster.
1424
1425 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1426
1427         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
1428         as a buffer-local variable.  This avoids creating truncated
1429         dribble files as a result of a hang up, eg.
1430
1431 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
1432
1433         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
1434         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
1435         XEmacs.
1436
1437 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1438
1439         * gnus-start.el (gnus-start-draft-setup): Enforce
1440         `gnus-draft-mode' for nndraft:drafts at startup.
1441
1442         * gnus.el (gnus-splash): Change custom group.
1443         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1444         allow-list argument.
1445
1446         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1447         string.
1448
1449 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1450
1451         * gnus-art.el (gnus-default-article-saver): Add user-defined
1452         `function' to custom type.
1453
1454 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1455
1456         * imap.el (imap-open): Handle case where buffer is a buffer
1457         object.
1458
1459 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1460
1461         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1462         long lines.
1463         (gnus-cache-delete-group): Wrap doc strings.
1464
1465         * gnus-agent.el (gnus-agent-rename-group)
1466         (gnus-agent-delete-group): Wrap doc strings.
1467
1468
1469 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * messagexmas.el (message-use-toolbar): Change the valid values
1472         into default, top, bottom, left, and right.
1473         (message-toolbar-thickness): New variable.
1474         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
1475         well.
1476         (message-setup-toolbar): Make it work.
1477
1478         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
1479         (gnus-use-toolbar): Change the valid values into default, top,
1480         bottom, left, and right.
1481         (gnus-toolbar-thickness): New variable.
1482         (gnus-xmas-setup-toolbar): New function.
1483         (gnus-xmas-setup-group-toolbar): Use it.
1484         (gnus-xmas-setup-summary-toolbar): Use it.
1485
1486 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1487
1488         * gnus-start.el (gnus-1): Add "native" to
1489         gnus-predefined-server-alist.
1490
1491         * gnus.el (gnus-method-to-server): Don't add "native" to the
1492         lists here, because that leads to problems when
1493         gnus-select-method is bound.
1494
1495 2005-11-09  Simon Josefsson  <jas@extundo.com>
1496
1497         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
1498         use (not sort-by-date) instead.
1499
1500 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1501
1502         * gnus-delay.el (gnus-delay-group): Don't autoload.
1503         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1504         to be re-loaded when customizing the `gnus-delay' group.
1505
1506 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
1507
1508         * message.el: Revert last changes.
1509         (message-insert-citation-line): Use newlines.
1510
1511 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1512
1513         * message.el (message-courtesy-message)
1514         (message-mark-insert-begin, message-mark-insert-end)
1515         (message-elide-ellipsis, message-cancel-message)
1516         (message-add-header, message-change-subject)
1517         (message-cross-post-followup-to-header)
1518         (message-cross-post-insert-note, message-reduce-to-to-cc)
1519         (message-widen-reply, message-delete-not-region)
1520         (message-kill-to-signature, message-insert-signature)
1521         (message-insert-importance-high, message-insert-importance-low)
1522         (message-insert-or-toggle-importance)
1523         (message-insert-disposition-notification-to)
1524         (message-indent-citation, message-yank-original)
1525         (message-cite-original-without-signature, message-cite-original)
1526         (message-insert-citation-line, message-position-on-field)
1527         (message-fix-before-sending, message-send-mail-partially)
1528         (message-send-mail, message-send-mail-with-sendmail)
1529         (message-send-mail-with-qmail, message-send-news)
1530         (message-check-news-header-syntax, message-generate-headers)
1531         (message-insert-courtesy-copy, message-fill-address)
1532         (message-fill-header, message-shorten-references)
1533         (message-setup-1, message-cancel-news)
1534         (message-forward-make-body-plain, message-forward-make-body-mime)
1535         (message-forward-make-body-mml, message-encode-message-body)
1536         (message-forward-make-body-digest-plain)
1537         (message-forward-make-body-digest-mime)
1538         (message-use-alternative-email-as-from): Insert `hard-newline'
1539         instead of ordinary newlines.
1540
1541 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * message.el (message-generate-headers): Downcase the argument
1544         given to message-check-element.
1545
1546 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
1547
1548         * nntp.el (nntp-authinfo-rejected): New error condition.
1549         (nntp-wait-for): Use new error condition to signal authentication
1550         error.
1551         (nntp-retrieve-data): Rethrow new error condition to break out of
1552         recursive call to nntp-send-authinfo.
1553
1554 2005-11-08  Romain Francoise  <romain@orebokech.com>
1555
1556         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
1557         (gnus-summary-exit-map): Bind to `Z p'.
1558         (gnus-summary-make-menu-bar): Add menu item.
1559
1560 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
1561
1562         * gnus-art.el (gnus-article-treat-custom): Add `first'.
1563         (gnus-treat-*): Add `first' in all doc strings.
1564
1565         * gnus-group.el (gnus-group-compact-group): Fix typo.
1566
1567 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * gnus.el (gnus-parameters-case-fold-search): New variable.
1570         (gnus-parameters-get-parameter): Use it.
1571
1572         * gnus-score.el (gnus-home-score-file): Doc fix.
1573
1574 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
1575
1576         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
1577
1578 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * mm-util.el (mm-special-display-p): New function.
1581
1582         * mml.el (mml-preview): Use it; doc fix.
1583
1584 2005-10-29  Romain Francoise  <romain@orebokech.com>
1585
1586         * message.el (message-fix-before-sending): Fix comment.
1587
1588 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1589
1590         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
1591
1592 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1593
1594         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
1595         Used in gnus-score.el.
1596
1597 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1598
1599         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
1600
1601 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
1604         whitespace removed in revision 7.8.  Use concatenated string to
1605         protect trailing whitespace.
1606
1607 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
1608
1609         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
1610         (nnimap-request-expire-articles): Use it to avoid sending 'UID
1611         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
1612         Courier IMAP ("some version from 2004").  Mostly based on similar
1613         code in the same function.
1614
1615 2005-10-26  Didier Verna  <didier@xemacs.org>
1616
1617         * gnus-group.el (gnus-group-compact-group): invalidate original
1618         article buffer.
1619         * gnus-srvr.el (gnus-server-compact-server): ditto.
1620         * nnml.el (nnml-request-compact-group): handle self Xref: field in
1621         NOV database and in article itself.
1622         Invalidate article backlog.
1623
1624 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1625
1626         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
1627
1628 2005-10-26  Simon Josefsson  <jas@extundo.com>
1629
1630         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
1631         part of 2004-07-25 change.
1632
1633 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * message.el (message-display-completion-list): New function.
1636         (message-expand-group): Use it; make sure the Completions buffer
1637         is modifiable.
1638
1639 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1640
1641         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
1642         user-mail-name is an empty string.
1643
1644 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1645
1646         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
1647         depending on gnus-score-decay-constant.
1648
1649         * encrypt.el (encrypt-insert-file-contents)
1650         (encrypt-write-file-contents): Don't use `gnus-message'.
1651
1652         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
1653         arguments.
1654         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
1655         arguments to mm-uu-verbatim-marks-extract.
1656         (mm-uu-hide-markers): New variable.
1657         (mm-uu-extract): Use face similar to `gnus-cite-3'.
1658
1659         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1660         (gnus-convert-image-to-face-command): Use "convert" by default to
1661         allow other input image formats.
1662         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
1663         accordingly.
1664
1665 2005-10-23  Simon Josefsson  <jas@extundo.com>
1666
1667         * imap.el (imap-gssapi-program): Align command line parameters
1668         with latest GNU SASL.
1669         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
1670
1671 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
1674         HTML.
1675         (nnslashdot-request-article): Ditto.
1676
1677         * lpath.el (featurep): Add nobreak-char-display.
1678
1679 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
1680
1681         * mail-source.el (mail-source-fetch-pop): Require pop3.
1682         (mail-source-check-pop): Ditto.
1683
1684 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1685
1686         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
1687         errors.
1688
1689 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1690
1691         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
1692         (gnus-treat-strip-leading-blank-lines): Improve doc string.
1693
1694         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
1695
1696         * mm-bodies.el (mm-decode-string): Call
1697         `mm-charset-to-coding-system' with allow-override argument.
1698
1699 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
1702         (rfc2047-charset-to-coding-system): New function.
1703         (rfc2047-decode-encoded-words): New function.
1704         (rfc2047-decode-region): Use them.
1705         (rfc2047-decode-cte): Remove.
1706         (rfc2047-parse-and-decode): Remove.
1707         (rfc2047-decode): Remove.
1708
1709 2005-10-15  Kenichi Handa  <handa@m17n.org>
1710
1711         * rfc2047.el (rfc2047-decode-cte): New function.
1712         (rfc2047-decode-region): Change the way to decode successive
1713         encoded-words: decode B- or Q-encoding in each encoded-word,
1714         concatenate them, and decode it as charset.
1715
1716 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * lpath.el: Fbind codepage-setup for XEmacs.
1719
1720 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1721
1722         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
1723         widget-move-and-invoke.
1724         (gnus-custom-mode): Use gnus-custom-map.
1725
1726 2005-10-15  Bill Wohler  <wohler@newt.com>
1727
1728         * message.el (message-tool-bar-map): Renamed image file from
1729         mail_send to mail/send.
1730
1731 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1732
1733         * message.el (message-expand-group): Pass the common
1734         prefix substring of completion to `display-completion-list'.
1735
1736 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
1737
1738         * mml-sec.el (mml-secure-method): New internal variable.
1739         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
1740         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
1741         functions using mml-secure-method.
1742
1743         * mml.el (mml-mode-map): Add key bindings for those functions.
1744         (mml-menu): Simplify security menu entries.  Suggested by Jesper
1745         Harder <harder@myrealbox.com>.
1746         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
1747         end of message if point is the headers of the message.
1748
1749         * message.el (message-in-body-p): New function.
1750
1751         * assistant.el: Autoload gnus-util and netrc.
1752
1753         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
1754         Use `mm-charset-override-alist' only when decoding.
1755
1756         * mm-bodies.el (mm-decode-body): Call
1757         `mm-charset-to-coding-system' with allow-override argument.
1758
1759         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
1760         `filename' from Content-Disposition if Content-Type doesn't
1761         provide `name'.
1762         (gnus-mime-view-part-as-type): Set default instead of
1763         initial-input.
1764
1765 2005-10-09  Daniel Brockman  <daniel@brockman.se>
1766
1767         * format-spec.el (format-spec): Propagate text properties of % spec.
1768
1769 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
1770
1771         * gnus-art.el (gnus-treat-predicate): Add `first'.
1772
1773 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
1774
1775         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
1776         (mm-charset-override-alist): New variable.
1777         (mm-charset-to-coding-system): Use it.
1778         (mm-codepage-setup): New helper function.
1779         (mm-charset-eval-alist): New variable.
1780         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
1781         about unknown charsets.
1782
1783         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
1784
1785 2005-10-04  David Hansen  <david.hansen@gmx.net>
1786
1787         * nnrss.el (nnrss-request-article): Add support for the comments tag.
1788         (nnrss-check-group): Ditto.
1789
1790 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1791
1792         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
1793         Rename x-gnus-verbatim to x-verbatim.
1794         (mm-uu-type-alist): Fix regexp for verbatim-marks.
1795
1796         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
1797         x-verbatim.
1798
1799         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
1800
1801         * gnus-util.el (gnus-remove-duplicates): Remove.
1802
1803         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
1804         instead of gnus-remove-duplicates.
1805
1806         * message.el (message-remove-duplicates): Remove.
1807         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
1808         message-remove-duplicates.
1809
1810         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
1811         available, else use implementation from `delete-dups'.
1812
1813         * message.el (message-insert-expires): New function.
1814         (message-mode-map): Add key binding.
1815         (message-mode-field-menu): Add menu entry.
1816         (message-mode): Document it.
1817         (message-make-expires-date): Use `message-make-date'.
1818
1819 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
1820
1821         * message.el (message-make-expires-date): New function.
1822
1823 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * Makefile.in (list-installed-shadows): New entry.
1826         (install): Use it.
1827         (remove-installed-shadows): New entry.
1828
1829         * dgnushack.el (dgnushack-default-load-path): New variable.
1830         (dgnushack-find-lisp-shadows): New function.
1831         (dgnushack-remove-lisp-shadows): New function.
1832
1833 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * Makefile.in (install-el-elc): New entry.
1836         (install): Use it so that .el files are necessarily installed.
1837
1838 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * time-date.el: Autoload parse-time-string, XEmacs needs it.
1841
1842 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1843
1844         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
1845         function rather than the diff-mode.el package.
1846         (mm-display-external): Use with-current-buffer.
1847         (mm-viewer-completion-map, mm-viewer-completion-map):
1848         Move initialization inside declaration.
1849
1850 2005-09-29  Simon Josefsson  <jas@extundo.com>
1851
1852         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
1853         autoload mail-check-payment.
1854         (spam-check-hashcash): Define unconditionally, since hashcash.el
1855         is part of Gnus now.  Ignore errors from payment checking.
1856
1857 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
1858
1859         * message.el (message-bold-region, message-unbold-region): Rename
1860         from `bold-region' and `unbold-region'.
1861
1862         * message.el: Remove useless autoloads.
1863
1864 2005-09-28  Simon Josefsson  <jas@extundo.com>
1865
1866         * message.el (message-use-idna): Default to t.
1867         (message-use-idna): Test whether encoding works too.  Doc fix.
1868
1869 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * nntp.el (nntp-warn-about-losing-connection): Remove.
1872
1873 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
1876         customizable.  Change default value.
1877         (mm-uu-diff-groups-regexp): Change default value.
1878         (mm-uu-type-alist): Add doc string.
1879         (mm-uu-configure): Add doc string.  Make it interactive.
1880         (mm-uu-tex-groups-regexp): New variable.
1881         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
1882         (mm-uu-type-alist): Add LaTeX documents.
1883         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
1884         of "text/verbatim".
1885         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
1886
1887         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
1888         instead of "text/verbatim".
1889
1890         * message.el (message-mark-inserted-region)
1891         (message-mark-insert-file): Use slrn style marks when called with
1892         prefix argument.
1893
1894 2005-09-27  Simon Josefsson  <jas@extundo.com>
1895
1896         * message.el (message-idna-to-ascii-rhs-1): Reformat.
1897
1898 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1899
1900         * message.el (message-remove-duplicates): New function.
1901         Implementation borrowed from `gnus-remove-duplicates'.
1902         (message-idna-to-ascii-rhs): Also encode idna addresses in
1903         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1904         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
1905         only ask about the same idna domain once per header and also tell
1906         in what header to replace the idna domain.
1907
1908         * gnus-art.el (article-decode-idna-rhs): Also decode idna
1909         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
1910         (article-decode-idna-rhs): Fix regexp so that all idna-address in
1911         a header is decoded and not just the last one.
1912
1913 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
1916         has been decoded.
1917
1918         * mm-decode.el (mm-automatic-display): Add text/verbatim.
1919         (mm-insert-part): Don't modify text if it has been decoded.
1920
1921         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
1922         decoded.
1923
1924         * mm-view.el (mm-inline-text): Don't strip text props unless
1925         decoding enriched or richtext parts.
1926
1927 2005-09-25  Romain Francoise  <romain@orebokech.com>
1928
1929         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
1930         * gnus-start.el (gnus-subscribe-interactively):
1931         * gnus-uu.el (gnus-uu-grab-articles):
1932         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
1933         space.
1934
1935 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
1936
1937         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1938         * mm-view.el (mm-view-pkcs7-decrypt):
1939         * gnus-sum.el (gnus-summary-limit-to-extra)
1940         (gnus-summary-respool-article, gnus-read-move-group-name):
1941         * gnus-score.el (gnus-summary-increase-score):
1942         * gnus-util.el (gnus-completing-read-with-default):
1943         * gnus-art.el (gnus-read-save-file-name)
1944         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
1945         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
1946         * message.el (message-check-news-header-syntax):
1947         Follow convention for reading with the minibuffer.
1948
1949 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
1950
1951         * spam-report.el (spam-report-url-ping-plain):
1952         Use gnus-extended-version as User-Agent.
1953
1954         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
1955         default value is nil.
1956
1957         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
1958         (mm-uu-verbatim-marks-extract): New function.
1959         (mm-uu-extract): New face.
1960         (mm-uu-copy-to-buffer): Use it.
1961
1962         * spam-report.el (spam-report-gmane-ham): Renamed from
1963         `spam-report-gmane-unspam'.
1964         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
1965         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
1966
1967         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
1968         Autoload.
1969         (spam-report-gmane-unregister-routine): Renamed
1970         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
1971
1972 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
1973
1974         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
1975         (spam-report-gmane-unregister-routine): added support for gmane
1976         unregistration
1977
1978         * spam-report.el (spam-report-gmane-unspam)
1979         (spam-report-gmane-spam): new wrappers around spam-report-gmane
1980         (spam-report-gmane): changed to take a single article and do
1981         unspam registration
1982
1983 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
1984
1985         * mm-url.el (mm-url-decode-entities): Fix regexp.
1986
1987 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
1990         default to nil, to be able to use Gnus at all.  If the default
1991         switches to something else, then the function should be fixed not
1992         be exceedingly slow.
1993
1994 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
1995
1996         * gnus-start.el (gnus-activate-group): if the server is nil, don't
1997         fail hard
1998
1999         * spam-report.el: better Keywords line
2000
2001         * spam.el: added Maintainer and better Keywords line
2002
2003 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2004
2005         * gnus-art.el (gnus-article-replace-part)
2006         (gnus-mime-replace-part): New functions.
2007         (gnus-mime-action-alist, gnus-mime-button-commands)
2008         (gnus-mime-save-part-and-strip): Added file argument.
2009         (gnus-article-part-wrapper): Added interactive argument.
2010
2011         * gnus-sum.el (gnus-summary-mime-map): Add
2012         `gnus-article-replace-part'.
2013
2014 2005-09-19  Didier Verna  <didier@xemacs.org>
2015
2016         The nnml compaction feature:
2017         * nnml.el (nnml-request-compact-group): New function.
2018         * nnml.el (nnml-request-compact): New function.
2019         * gnus-int.el (gnus-request-compact-group): New function.
2020         * gnus-int.el (gnus-request-compact): New function.
2021         * gnus-group.el (gnus-group-compact-group): New function.
2022         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
2023         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
2024         * gnus-srvr.el (gnus-server-compact-server): New function.
2025         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
2026         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
2027
2028 2005-09-18  Deepak Goel  <deego@gnufans.org>
2029
2030         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2031         format spec.
2032
2033 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2036
2037 2005-09-15  Romain Francoise  <romain@orebokech.com>
2038
2039         * message.el (message-fill-paragraph): Clarify docstring.
2040
2041 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-art.el (gnus-mime-display-part): Protect against broken
2044         MIME messages.
2045
2046 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2049         before parsing header.
2050
2051 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
2052
2053         * html2text.el: (html2text-replace-list): Add new entities.
2054
2055 2005-09-11  Romain Francoise  <romain@orebokech.com>
2056
2057         * message.el (message-alternative-emails): Improve docstring.
2058         (message-setup-1): Call `message-use-alternative-email-as-from'
2059         after `message-setup-hook' to give it precedence over posting
2060         styles, etc.
2061         (message-use-alternative-email-as-from): Add docstring.  Remove
2062         the original From header if present.
2063
2064         * nnml.el (nnml-compressed-files-size-threshold): New variable.
2065         (nnml-save-mail): Use it.
2066
2067         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
2068         articles.  Add new argument `silent'.
2069         (gnus-uu-mark-all): Report the total number of marked articles.
2070
2071 2005-09-10  Romain Francoise  <romain@orebokech.com>
2072
2073         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
2074         (gnus-uu-mark-series): Likewise.
2075
2076 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2077
2078         * spam-report.el (spam-report-gmane): Fix generation of spam
2079         report URL.
2080
2081 2005-09-10  Simon Josefsson  <jas@extundo.com>
2082
2083         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2084         t, based on discussion on the ding list with Robert Epprecht
2085         <epprecht@solnet.ch>.
2086
2087 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2088
2089         * spam-report.el (spam-report-gmane): Make it work without
2090         X-Report-Spam header.  Gmane now only provides Archived-At.
2091         This is only used if `spam-report-gmane-use-article-number' is nil.
2092         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2093
2094         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
2095         make `gnus-summary-sort-by-recipient' work with threading.
2096
2097         * nnweb.el (nnweb-google-wash-article): Print a message if article
2098         is not available.
2099
2100 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2101
2102         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
2103         change.  Decode text/* parts content before displaying.
2104
2105 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2106
2107         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2108
2109 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2112
2113         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
2114         url-package-name, url-package-version,
2115         w3m-cid-retrieve-function-alist, w3m-current-buffer,
2116         w3m-display-inline-images, and w3m-minor-mode-map.
2117
2118 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * message.el (message-tab-body-function): Fixed mismatched custom
2121         type.
2122
2123         * gnus.el (gnus-group-change-level-function): Ditto.
2124
2125         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2126
2127         * gnus-art.el (gnus-signature-limit)
2128         (gnus-article-mime-part-function): Ditto.
2129
2130 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * mml.el (mml-mode): Silence the byte compiler.
2133
2134         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
2135         using `(sit-for 0)' before moving the point to the specified part;
2136         skip unbuttonized parts.
2137         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
2138         return to the summary window if gnus-auto-select-part is non-nil.
2139
2140 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
2143         variables.
2144         (mml-dnd-attach-file, mml-mode): Use them.
2145
2146         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2147         Make fetching article by MID work again for Google Groups.  Added
2148         FIXME concerning gnus-group-make-web-group.
2149
2150         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2151         Don't depend on Gnus by using mail-extract-address-components if
2152         gnus-extract-address-components is not bound.
2153
2154 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * gnus-art.el (gnus-mime-display-security): Don't display the
2157         signature, but only the signed part.
2158
2159 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2160
2161         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2162
2163         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2164         list, not listp.
2165
2166 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2167
2168         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2169         when encoding.
2170
2171         * mm-bodies.el (mm-decode-content-transfer-encoding):
2172         De-canonicalize CRLF for all text content types, not just
2173         text/plain.
2174
2175 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
2178         valid article; point arrow and cursor at the MIME button.
2179
2180 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2181
2182         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
2183         Suggested by Dan Christensen <jdc@uwo.ca>.
2184
2185         * mm-decode.el (mm-save-part): Enable change of prompt.
2186
2187 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
2188
2189         * gnus-msg.el (gnus-inews-add-send-actions): Made
2190         `message-post-method' lambda parameter ARG `&optional'.
2191
2192 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2193
2194         * gnus-sum.el (gnus-summary-mime-map): Added
2195         gnus-article-save-part-and-strip, gnus-article-delete-part and
2196         gnus-article-jump-to-part.
2197
2198         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
2199         (gnus-article-edit-part): Use it.
2200         (gnus-article-part-wrapper): Added no-handle argument.
2201         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
2202         functions.
2203
2204 2005-08-29  Romain Francoise  <romain@orebokech.com>
2205
2206         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2207         docstring.
2208         (gnus-face-from-file): Likewise.
2209
2210 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2211
2212         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
2213         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
2214         non-nil.
2215         (gnus-auto-select-part): New variable.
2216         (gnus-article-jump-to-part): New function.
2217         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
2218         (gnus-mime-delete-part): Allow selecting specified part after
2219         deleting or stripping parts.
2220         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
2221         part if argument is bogus.
2222
2223 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2224
2225         * gnus-art.el (w3m-minor-mode-map):
2226         * gnus-spec.el (gnus-newsrc-file-version):
2227         * gnus-util.el (nnmail-active-file-coding-system)
2228         (gnus-original-article-buffer, gnus-user-agent):
2229         * gnus.el (gnus-ham-process-destinations)
2230         (gnus-parameter-ham-marks-alist)
2231         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
2232         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
2233         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
2234         * mm-decode.el (gnus-current-window-configuration):
2235         * mm-extern.el (gnus-article-mime-handles):
2236         * mm-url.el (url-current-object, url-package-name)
2237         (url-package-version):
2238         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
2239         (smime-keys, w3m-cid-retrieve-function-alist)
2240         (w3m-current-buffer, w3m-display-inline-images)
2241         (w3m-minor-mode-map):
2242         * mml-smime.el (gnus-extract-address-components):
2243         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
2244         (gnus-newsrc-hashtb, message-default-charset)
2245         (message-deletable-headers, message-options)
2246         (message-posting-charset, message-required-mail-headers)
2247         (message-required-news-headers):
2248         * mml1991.el (mc-pgp-always-sign):
2249         * mml2015.el (mc-pgp-always-sign):
2250         * nnheader.el (nnmail-extra-headers):
2251         * rfc1843.el (gnus-decode-encoded-word-function)
2252         (gnus-decode-header-function, gnus-newsgroup-name):
2253         * spam-stat.el (gnus-original-article-buffer): Add defvars.
2254
2255 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2256
2257         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
2258         the end of the date treatments.
2259
2260 2005-08-15  Simon Josefsson  <jas@extundo.com>
2261
2262         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
2263         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
2264         Capello and Romain Francoise.
2265         (pgg-fetch-key-function): Removed, not used?
2266         (pgg-insert-url-with-w3): Require url, to get
2267         url-insert-file-contents regardless of where it is defined.
2268
2269 2005-08-13  Romain Francoise  <romain@orebokech.com>
2270
2271         * message.el (message-cite-original-1): New function.
2272         (message-cite-original): Use it.
2273         (message-cite-original-without-signature): Ditto.
2274
2275 2005-08-08  Romain Francoise  <romain@orebokech.com>
2276
2277         * message.el (message-yank-empty-prefix): New variable.
2278         (message-indent-citation): Use it.
2279         (message-cite-original-without-signature): Respect X-No-Archive.
2280
2281 2005-08-08  Simon Josefsson  <jas@extundo.com>
2282
2283         * pgg.el: Autoload url-insert-file-contents instead of loading
2284         w3/url.
2285         (pgg-insert-url-with-w3): Don't load url here.
2286
2287 2005-08-07  Jesper Harder  <harder@phys.au.dk>
2288
2289         * message.el (message-kill-to-signature): Don't insert newline at
2290         bol.
2291         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
2292
2293 2005-08-06  Romain Francoise  <romain@orebokech.com>
2294
2295         * message.el (message-user-fqdn): Fix typo in docstring.
2296
2297 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
2298
2299         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
2300
2301         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
2302
2303 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * mm-bodies.el (mm-encode-body): Use coding system rather than
2306         charset to encode text.
2307
2308         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
2309         number of charsets if utf-8 is available (XEmacs).
2310
2311 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2312
2313         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
2314         taken from `gnus-button-mid-or-mail-regexp'.
2315         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
2316         (gnus-button-alist): Improve regexp for domain part of the MIDs
2317         for news:localpart@domain buttons.
2318         (gnus-button-ctan-directory-regexp): Update.
2319
2320 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * sieve-manage.el (sieve-manage-interactive-login): Use
2323         make-local-variable rather than make-variable-buffer-local.
2324         (sieve-manage-open): Ditto.
2325         (sieve-manage-authenticate): Ditto.
2326
2327         * mml.el (mml-generate-mime-1): Make the content type default to
2328         text/plain if the filename is not specified.
2329
2330 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
2333         instead of insert-buffer.
2334
2335         * message.el (message-yank-original): Ditto; set the mark at the
2336         end of the yanked message.
2337
2338 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2339
2340         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
2341         lines to scroll rather than to stop it.
2342
2343         * mml.el (mml-generate-default-type): Add doc string.
2344         (mml-generate-mime-1): Use mm-default-file-encoding or make it
2345         default to application/octet-stream when determining the content
2346         type if it is not specified for the part or the mml contents; add
2347         a comment about mml-generate-default-type.
2348
2349 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2350
2351         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2352         make it default to application/octet-stream when determining the
2353         content type if it is not specified for the external contents.
2354
2355 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * rfc2231.el (rfc2231-parse-string): Take care that not only a
2358         segmented parameter but also other parameters might be there.
2359
2360 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2361
2362         * mm-decode.el (mm-display-external): Delete temp file, directory
2363         and buffer immediately if the external process is exited.
2364
2365 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2368         fewer lines than that of scroll-margin.
2369         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2370
2371 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-art.el (gnus-article-next-page): Revert.
2374         (gnus-article-beginning-of-window): New macro.
2375         (gnus-article-next-page-1): Use it.
2376         (gnus-article-prev-page): Ditto.
2377         (gnus-article-edit-part): Use insert-buffer-substring instead of
2378         insert-buffer.
2379         (gnus-article-edit-exit): Ditto.
2380
2381         * gnus-util.el (gnus-beginning-of-window): Remove.
2382         (gnus-end-of-window): Remove.
2383
2384         * lpath.el: Don't bind header-line-format and scroll-margin.
2385
2386 2005-07-25  Simon Josefsson  <jas@extundo.com>
2387
2388         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2389         to have the url package without w3.  Reported by Daiki Ueno
2390         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2391
2392 2005-07-20  Didier Verna  <didier@xemacs.org>
2393
2394         * gnus-diary.el: Remove the description comment (nndiary is now
2395         properly documented in the Gnus manual).
2396         Fix the spelling of "Back End".
2397         * nndiary.el: Ditto.
2398         Fix the copyright notice.
2399
2400 2005-07-18  Romain Francoise  <romain@orebokech.com>
2401
2402         * gnus-sum.el (gnus-summary-to-prefix,
2403         gnus-summary-newsgroup-prefix): New variables.
2404         (gnus-summary-from-or-to-or-newsgroups): Use them.
2405
2406 2005-07-17  Romain Francoise  <romain@orebokech.com>
2407
2408         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
2409         space as it's generally not especially interesting to the user.
2410
2411 2005-07-16  Romain Francoise  <romain@orebokech.com>
2412
2413         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
2414         nil to avoid prompting and file modification if one of the
2415         messages at the top of the nnfolder file contains a copyright
2416         notice.
2417         Update copyright notice.
2418
2419         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2420         instead of `current-time-string' as the latter creates a time
2421         string that is not RFC 2822 compliant (it lacks the zone).
2422         Update copyright notice.
2423
2424 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2425
2426         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2427         for text/rtf.  Display default in prompt.  Pass default for M-n.
2428
2429         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2430
2431 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-msg.el (gnus-button-mailto): Remove
2434         save-selected-window-window hackery because it relies on
2435         save-selected-window internals.
2436
2437 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2440         (gnus-article-next-page-1): Use gnus-beginning-of-window.
2441         (gnus-article-prev-page): Ditto.
2442
2443         * gnus-util.el (gnus-beginning-of-window): New function.
2444         (gnus-end-of-window): New function.
2445
2446         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
2447
2448 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2449
2450         * gnus-score.el (gnus-score-edit-all-score): Set
2451         gnus-score-edit-exit-function to gnus-score-edit-done and call
2452         gnus-message.
2453
2454 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * gnus-msg.el (gnus-button-mailto): Remove
2457         save-selected-window-window hackery because it relies on
2458         save-selected-window internals.
2459
2460 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2463         add-minor-mode.
2464         (gnus-binary-mode): Ditto.
2465
2466         * gnus-topic.el (gnus-topic-mode): Ditto.
2467
2468 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
2469
2470         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2471         (gnus-article-prev-page): Take scroll-margin into consideration.
2472
2473 2005-07-04  Lute Kamstra  <lute@gnu.org>
2474
2475         Update FSF's address in GPL notices.
2476
2477 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2478
2479         * gnus.el (gnus-exit):
2480         * gnus-group.el (gnus-group-icons):
2481         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2482
2483         * gnus-nocem.el (gnus-nocem):
2484         * message.el (message-various, message-buffers, message-sending)
2485         (message-interface, message-forwarding, message-insertion)
2486         (message-headers, message-news, message-mail):
2487         * pgg-gpg.el (pgg-gpg):
2488         * pgg-parse.el (pgg-parse):
2489         * pgg-pgp.el (pgg-pgp):
2490         * pgg-pgp5.el (pgg-pgp5):
2491         * pop3.el (pop3): Finish `defgroup' description with period.
2492
2493 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-art.el (article-display-face): Improve the efficiency.
2496         (article-display-x-face): Ditto; remove grey x-face stuff.
2497
2498 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-art.el (article-display-face): Correct the position in
2501         which Faces are inserted.
2502
2503 2005-06-29  Didier Verna  <didier@xemacs.org>
2504
2505         * gnus-art.el (article-display-face): Display faces in correct
2506         order.
2507
2508 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2511         (gnus-fill-real-hashtb): Use hash table instead of obarray.
2512         (gnus-nocem-check-article): Fetch the Type header.
2513         (gnus-nocem-message-wanted-p): Fix the way to examine types.
2514         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2515         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
2516         make sure gnus-nocem-hashtb is initialized.
2517         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
2518         (gnus-nocem-unwanted-article-p): Ditto.
2519
2520         * pgg.el (pgg-verify): Return the verification result.
2521
2522 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
2525         is ascii.
2526
2527 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2528
2529         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2530         `show-nonbreak-escape'.
2531
2532 2005-06-23  Lute Kamstra  <lute@gnu.org>
2533
2534         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2535
2536         * dig.el (dig-mode):
2537         * smime.el (smime-mode): Use gnus-run-mode-hooks.
2538
2539 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2540
2541         * nnimap.el (nnimap-split-download-body): Fix spellings.
2542
2543 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2544
2545         * gnus-art.el (gnus-article-encrypt-body):
2546         * gnus-cus.el (gnus-score-customize):
2547         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2548         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2549
2550 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2551
2552         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
2553         header by looking for magic "MII" at the beginnig.
2554
2555 2005-06-16  Miles Bader  <miles@gnu.org>
2556
2557         * gnus-xmas.el (gnus-xmas-group-startup-message):
2558         Use renamed gnus-splash face.
2559
2560         * assistant.el (assistant-field): Remove "-face" suffix from face name.
2561         (assistant-field-face): New backward-compatibility alias for renamed
2562         face.
2563         (assistant-render-text): Use renamed assistant-field face.
2564
2565         * spam.el (spam): Remove "-face" suffix from face name.
2566         (spam-face): New backward-compatibility alias for renamed face.
2567         (spam-face, spam-initialize): Use renamed spam face.
2568
2569         * message.el (message-header-to, message-header-cc)
2570         (message-header-subject, message-header-newsgroups)
2571         (message-header-other, message-header-name)
2572         (message-header-xheader, message-separator, message-cited-text)
2573         (message-mml): Remove "-face" suffix from face names.
2574         (message-header-to-face, message-header-cc-face)
2575         (message-header-subject-face, message-header-newsgroups-face)
2576         (message-header-other-face, message-header-name-face)
2577         (message-header-xheader-face, message-separator-face)
2578         (message-cited-text-face, message-mml-face):
2579         New backward-compatibility aliases for renamed faces.
2580         (message-font-lock-keywords): Use renamed message faces.
2581
2582         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2583         (sieve-test-commands, sieve-tagged-arguments):
2584         Remove "-face" suffix from face names.
2585         (sieve-control-commands-face, sieve-action-commands-face)
2586         (sieve-test-commands-face, sieve-tagged-arguments-face):
2587         New backward-compatibility aliases for renamed faces.
2588         (sieve-control-commands-face, sieve-action-commands-face)
2589         (sieve-test-commands-face, sieve-tagged-arguments-face):
2590         Use renamed sieve faces.
2591
2592         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2593         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2594         (gnus-group-news-3-empty, gnus-group-news-4)
2595         (gnus-group-news-4-empty, gnus-group-news-5)
2596         (gnus-group-news-5-empty, gnus-group-news-6)
2597         (gnus-group-news-6-empty, gnus-group-news-low)
2598         (gnus-group-news-low-empty, gnus-group-mail-1)
2599         (gnus-group-mail-1-empty, gnus-group-mail-2)
2600         (gnus-group-mail-2-empty, gnus-group-mail-3)
2601         (gnus-group-mail-3-empty, gnus-group-mail-low)
2602         (gnus-group-mail-low-empty, gnus-summary-selected)
2603         (gnus-summary-cancelled, gnus-summary-high-ticked)
2604         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2605         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2606         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2607         (gnus-summary-low-undownloaded)
2608         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2609         (gnus-summary-low-unread, gnus-summary-normal-unread)
2610         (gnus-summary-high-read, gnus-summary-low-read)
2611         (gnus-summary-normal-read, gnus-splash):
2612         Remove "-face" suffix from face names.
2613         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2614         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2615         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2616         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2617         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2618         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2619         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2620         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2621         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2622         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2623         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2624         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2625         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2626         (gnus-summary-normal-ticked-face)
2627         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2628         (gnus-summary-normal-ancient-face)
2629         (gnus-summary-high-undownloaded-face)
2630         (gnus-summary-low-undownloaded-face)
2631         (gnus-summary-normal-undownloaded-face)
2632         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2633         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2634         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2635         (gnus-splash-face):
2636         New backward-compatibility aliases for renamed faces.
2637         (gnus-group-startup-message): Use renamed gnus faces.
2638
2639         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2640         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2641         (gnus-server-agent): Remove "-face" suffix from face names.
2642         (gnus-server-agent-face, gnus-server-opened-face)
2643         (gnus-server-closed-face, gnus-server-denied-face)
2644         (gnus-server-offline-face):
2645         New backward-compatibility aliases for renamed faces.
2646         (gnus-server-agent-face, gnus-server-opened-face)
2647         (gnus-server-closed-face, gnus-server-denied-face)
2648         (gnus-server-offline-face): Use renamed gnus faces.
2649
2650         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2651         Remove "-face" suffix from face names.
2652         (gnus-picon-xbm-face, gnus-picon-face):
2653         New backward-compatibility aliases for renamed faces.
2654
2655         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2656         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2657         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2658         (gnus-cite-11): Remove "-face" suffix from face names.
2659         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2660         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2661         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2662         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2663         New backward-compatibility aliases for renamed faces.
2664         (gnus-cite-attribution-face, gnus-cite-face-list)
2665         (gnus-article-boring-faces): Use renamed gnus faces.
2666
2667         * gnus-art.el (gnus-signature, gnus-header-from)
2668         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2669         (gnus-header-content): Remove "-face" suffix from face names.
2670         (gnus-signature-face, gnus-header-from-face)
2671         (gnus-header-subject-face, gnus-header-newsgroups-face)
2672         (gnus-header-name-face, gnus-header-content-face):
2673         New backward-compatibility aliases for renamed faces.
2674         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2675
2676         * gnus-sum.el (gnus-summary-selected-face)
2677         (gnus-summary-highlight): Use renamed gnus faces.
2678         * gnus-group.el (gnus-group-highlight): Likewise.
2679
2680 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2681
2682         * gnus-sieve.el (gnus-sieve-article-add-rule):
2683         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2684         * spam-stat.el (spam-stat-buffer-change-to-spam)
2685         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2686
2687         * message.el (message-is-yours-p):
2688         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2689
2690 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * mm-view.el (mm-inline-text): Withdraw the last change.
2693
2694 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2697         executing enriched-decode.
2698
2699 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2700
2701         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
2702         charset of tar files.
2703
2704 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2705
2706         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2707
2708 2005-06-04  Lute Kamstra  <lute@gnu.org>
2709
2710         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2711         information is never recorded.
2712
2713 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2714
2715         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2716
2717 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * pop3.el (pop3-apop): Run md5 in the binary mode.
2720
2721         * starttls.el (starttls-set-process-query-on-exit-flag):
2722         Use eval-and-compile.
2723
2724 2005-05-31  Simon Josefsson  <jas@extundo.com>
2725
2726         * smime.el (smime-replace-in-string): Define.
2727         (smime-cert-by-ldap-1): Use it.
2728
2729 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-art.el (article-display-x-face): Replace
2732         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2733
2734         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
2735         set-process-query-on-exit-flag or process-kill-without-query.
2736
2737         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
2738         loop instead of replace-regexp.
2739
2740         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
2741         instead of process-kill-without-query if it is available.
2742
2743         * lpath.el: Fbind ldap-search-entries.
2744
2745         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
2746         instead of find-file-hooks if it is available.
2747
2748         * mml1991.el: Bind pgg-default-user-id when compiling.
2749
2750         * mml2015.el: Bind pgg-default-user-id when compiling.
2751
2752         * nndraft.el (nndraft-request-associate-buffer):
2753         Use write-contents-functions instead of write-contents-hooks if it is
2754         available.
2755
2756         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
2757         instead of find-file-hooks if it is available.
2758
2759         * nntp.el (nntp-open-connection): Replace
2760         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2761         (nntp-open-ssl-stream): Ditto.
2762         (nntp-open-tls-stream): Ditto.
2763
2764         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
2765         set-process-query-on-exit-flag or process-kill-without-query.
2766         (starttls-open-stream-gnutls): Use it instead of
2767         process-kill-without-query.
2768         (starttls-open-stream): Ditto.
2769
2770 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
2771
2772         * smime.el (smime-cert-by-ldap-1): Don't use
2773         replace-regexp-in-string.
2774
2775 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2776
2777         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
2778
2779         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
2780         in PEM format. Adjust to the XEmacs compability.
2781
2782 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2783
2784         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
2785         by `string-to-number'.
2786         * gnus-agent.el (gnus-agent-regenerate-group)
2787         (gnus-agent-fetch-articles): Ditto.
2788         * gnus-art.el (gnus-button-fetch-group): Ditto.
2789         * gnus-cache.el (gnus-cache-generate-active)
2790         (gnus-cache-articles-in-group): Ditto.
2791         * gnus-group.el (gnus-group-set-current-level)
2792         (gnus-group-insert-group-line): Ditto.
2793         * gnus-score.el (gnus-score-set-expunge-below)
2794         (gnus-score-set-mark-below, gnus-summary-score-effect)
2795         (gnus-summary-score-entry): Ditto.
2796         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
2797         (gnus-soup-pack): Ditto.
2798         * gnus-spec.el (gnus-xmas-format): Ditto.
2799         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
2800         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
2801         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
2802         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
2803         * nndb.el (nndb-get-remote-expire-response): Ditto.
2804         * nndiary.el (nndiary-parse-schedule-value)
2805         (nndiary-string-to-number, nndiary-request-replace-article)
2806         (nndiary-request-article): Ditto.
2807         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
2808         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
2809         * nneething.el (nneething-make-head): Ditto.
2810         * nnfolder.el (nnfolder-request-article)
2811         (nnfolder-retrieve-headers): Ditto.
2812         * nnheader.el (nnheader-file-to-number): Ditto.
2813         * nnkiboze.el (nnkiboze-request-article): Ditto.
2814         * nnmail.el (nnmail-process-unix-mail-format)
2815         (nnmail-process-babyl-mail-format): Ditto.
2816         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
2817         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
2818         (nnmh-request-create-group, nnmh-request-list-1)
2819         (nnmh-request-group, nnmh-request-article): Ditto.
2820         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
2821         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
2822         * nnsoup.el (nnsoup-make-active): Ditto.
2823         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
2824         * nntp.el (nntp-find-group-and-number)
2825         (nntp-retrieve-headers-with-xover): Ditto.
2826         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
2827         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
2828         (pgg-format-key-identifier): Ditto.
2829         * pop3.el (pop3-last, pop3-stat): Ditto.
2830         * qp.el (quoted-printable-decode-region): Ditto.
2831
2832         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
2833         of concat.
2834
2835 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
2838
2839         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
2840
2841         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
2842
2843         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
2844
2845         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
2846
2847         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
2848
2849         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
2850         (gnus-carpal-mode): Ditto.
2851
2852         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
2853         (gnus-browse-mode): Ditto.
2854
2855         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
2856
2857         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
2858
2859 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2860
2861         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
2862
2863 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-util.el (gnus-run-mode-hooks): New function.
2866
2867         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
2868
2869         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
2870         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
2871
2872 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2873
2874         * gnus-agent.el (gnus-agent-make-mode-line-string):
2875         Use mode-line-highlight as mouse-face.
2876
2877 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * canlock.el (canlock): Change the parent group to news.
2880
2881         * deuglify.el (gnus-outlook-deuglify): Add :group.
2882
2883         * dig.el (dig): Add :group.
2884
2885         * dns-mode.el (dns-mode): Add :group.
2886
2887         * encrypt.el (encrypt): Add :group.
2888
2889         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
2890         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
2891         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
2892         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
2893         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
2894
2895         * gnus-diary.el (gnus-diary): Add :group.
2896
2897         * gnus.el (gnus-group-news-1-face): Add :group.
2898         (gnus-group-news-1-empty-face): Ditto.
2899         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
2900         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
2901         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
2902         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
2903         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
2904         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
2905         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
2906         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
2907         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
2908         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
2909         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
2910         (gnus-summary-high-ticked-face): Ditto.
2911         (gnus-summary-low-ticked-face): Ditto.
2912         (gnus-summary-normal-ticked-face): Ditto.
2913         (gnus-summary-high-ancient-face): Ditto.
2914         (gnus-summary-low-ancient-face): Ditto.
2915         (gnus-summary-normal-ancient-face): Ditto.
2916         (gnus-summary-high-undownloaded-face): Ditto.
2917         (gnus-summary-low-undownloaded-face): Ditto.
2918         (gnus-summary-normal-undownloaded-face): Ditto.
2919         (gnus-summary-high-unread-face): Ditto.
2920         (gnus-summary-low-unread-face): Ditto.
2921         (gnus-summary-normal-unread-face): Ditto.
2922         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
2923         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
2924
2925         * hashcash.el (hashcash): New custom group.
2926         (hashcash-default-payment): Add :group.
2927         (hashcash-payment-alist): Ditto.
2928         (hashcash-default-accept-payment): Ditto.
2929         (hashcash-accept-resources): Ditto.
2930         (hashcash-path): Ditto.
2931         (hashcash-extra-generate-parameters): Ditto.
2932         (hashcash-double-spend-database): Ditto.
2933         (hashcash-in-news): Ditto.
2934
2935         * message.el (message-minibuffer-local-map): Add :group.
2936
2937         * netrc.el (netrc): Add :group.
2938
2939         * sieve-manage.el (sieve-manage-log): Add :group.
2940         (sieve-manage-default-user): Diito.
2941         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
2942         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
2943         (sieve-manage-authenticators): Ditto.
2944         (sieve-manage-authenticator-alist): Ditto.
2945         (sieve-manage-default-port): Ditto.
2946
2947         * sieve-mode.el (sieve-control-commands-face): Add :group.
2948         (sieve-action-commands-face): Ditto.
2949         (sieve-test-commands-face): Ditto.
2950         (sieve-tagged-arguments-face): Ditto.
2951
2952         * smime.el (smime): Add :group.
2953
2954         * spam-report.el (spam-report): Add :group.
2955
2956         * spam.el (spam, spam-face): Add :group.
2957
2958 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * nntp.el (nntp-next-result-arrived-p): Some news servers may
2961         return \n.\n.\n at the end of articles.  Protect against that.
2962         (nntp-with-open-group): Allow debugging.
2963
2964         * nnheader.el (mail-header-set-extra): Make into a function
2965         because I just could't understand how to quote the list properly.
2966
2967         * dns.el (query-dns-cached): New function.
2968
2969 2005-05-26  Lute Kamstra  <lute@gnu.org>
2970
2971         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
2972
2973 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
2976
2977         * gnus-art.el: Don't autoload mail-extract-address-components.
2978
2979         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
2980         eval-and-compile to evaluate it.
2981
2982         * hashcash.el: Don't autoload executable-find.
2983
2984         * nndb.el: Don't declare the nndb back end two or more times; don't
2985         autoload news-reply-mode, news-setup, cancel-timer and telnet.
2986
2987         * nntp.el: Autoload format-spec instead of format; use
2988         eval-and-compile to evaluate autoload forms.
2989
2990 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
2991
2992         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
2993
2994 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * gnus.el (gnus-version-number): Bump version.
2997
2998 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2999
3000         * gnus.el: No Gnus v0.3 is released.
3001
3002 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * lpath.el (featurep): Bind show-nonbreak-escape.
3005
3006 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-art.el (gnus-article-edit-part): Disable undo.
3009
3010 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
3013         gnus-article-date-lapsed-new-header is t if date timer is active;
3014         skip headers in which the original date value is empty.
3015         (gnus-article-save-original-date): Redefine it as a macro.
3016         (gnus-display-mime): Use it.
3017
3018 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * gnus-art.el (article-date-ut): Support converting date in
3021         forwarded parts as well.
3022         (gnus-article-save-original-date): New function.
3023         (gnus-display-mime): Use it.
3024
3025 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
3026
3027         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3028         enclosure element of <item>.
3029
3030 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * message.el (message-kill-buffer-query): Renamed from
3033         `message-kill-buffer-query-if-modified'.  Added :version.
3034
3035 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
3038         window layout.
3039
3040 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * mml.el: Autoload dnd when compiling.
3043
3044 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3045
3046         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
3047         x-dnd-*.
3048
3049 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * qp.el (quoted-printable-encode-region): Save excursion.
3052
3053 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3054
3055         * message.el (message-kill-buffer-query-if-modified): new variable
3056         so the user can kill a modified message buffer quickly
3057         (message-kill-buffer): use it.
3058
3059 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * lpath.el: Fbind display-time-event-handler; don't fbind
3062         string-to-multibyte.
3063
3064         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3065
3066 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3069         contained in text because xml.el decodes entities) with LFs.
3070
3071 2005-04-11  Lute Kamstra  <lute@gnu.org>
3072
3073         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
3074         differently.
3075
3076 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3077
3078         * mm-util.el (mm-detect-coding-region): Typo.
3079
3080 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3083
3084 2005-04-06  D Goel  <deego@gnufans.org>
3085
3086         * spam-stat.el (spam-stat-score-buffer): Add a call to a
3087         user-function allow user modifications of the scores.
3088         (spam-stat-score-buffer-user): New function, to allow
3089         user-computed modifications to the score.
3090         (spam-stat-score-buffer-user-functions): list of additional
3091         scoring functions
3092         (spam-stat-error-holder): global temporary error holder
3093         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
3094         variable
3095
3096 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3097
3098         * gnus-registry.el (gnus-registry-clean-empty-function)
3099         (gnus-registry-trim, gnus-registry-fetch-groups)
3100         (gnus-registry-delete-group): now groups that match
3101         `gnus-registry-ignored-groups' will be removed from the registry
3102         entries, not just ignored for splitting.  This helps clean up the
3103         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
3104         to get all the groups a message ID is in.
3105
3106         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
3107         (spam-stat-split-fancy): changed "threshhold" to "threshold"
3108         (spam-stat-score-buffer-user-functions): added :number custom type
3109
3110 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3113         argument in XEmacs.
3114
3115         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3116         (nnrss-request-group): Decode group name first.
3117         (nnrss-request-article): Make a text/plain article if mml-to-mime
3118         failed.
3119         (nnrss-get-encoding): Return a compatible encoding according to
3120         nnrss-compatible-encoding-alist.
3121         (nnrss-find-el): Use consp instead of listp.
3122         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
3123
3124 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
3127         which Emacs 20 doesn't support.
3128         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
3129
3130 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
3133         silence the byte compiler inside the defun
3134
3135         * gnus-demon.el (parse-time-string): Add autoload.
3136
3137         * gnus-delay.el (parse-time-string): Add autoload.
3138
3139         * gnus-art.el (parse-time-string): Add autoload.
3140
3141         * nnultimate.el (parse-time): Require for `parse-time-string'.
3142
3143 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3144
3145         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
3146
3147         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
3148
3149         * smime.el (smime-ldap-host-list): Add :version.
3150
3151 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3152
3153         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3154         pass it to `gnus-browse-read-group'.
3155         (gnus-browse-read-group): Add NUMBER argument and pass it to
3156         `gnus-group-read-ephemeral-group'.
3157
3158         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3159         argument and pass it to `gnus-group-read-group'.
3160
3161 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3162
3163         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3164         mm-xemacs-find-mime-charset-1 if we have the mule feature
3165         available at runtime.
3166
3167 2005-03-25  Werner Lemberg  <wl@gnu.org>
3168
3169         * nnmaildir.el: Replace `illegal' with `invalid'.
3170
3171 2005-03-23  Lute Kamstra  <lute@gnu.org>
3172
3173         * time-date.el: Add comment on time value formats.
3174         Don't require parse-time.
3175         (with-decoded-time-value): New macro.
3176         (encode-time-value): New function.
3177         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3178         (days-to-time): Return a valid time value when arg is huge.
3179         (time-since): Use time-subtract.
3180         (time-to-number-of-days): Use time-to-seconds.
3181
3182 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3183
3184         * gnus-start.el (gnus-display-time-event-handler):
3185         Check display-time-timer at runtime rather than only at load time
3186         in case display-time-mode is turned off in the mean time.
3187
3188 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3189
3190         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3191         used.
3192
3193         * nneething.el (nneething-map-file-directory): Derive from
3194         `gnus-directory'.
3195
3196         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3197         the To/Cc button.
3198
3199 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3200
3201         * nnmaildir.el (nnmaildir-request-accept-article):
3202         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
3203
3204 2005-03-13  Steve Youngs  <steve@sxemacs.org>
3205
3206         * gnus-async.el: Require timer-funcs at compile time when in
3207         XEmacs for `run-with-idle-timer'.
3208
3209 2005-03-13  Steve Youngs  <steve@sxemacs.org>
3210
3211         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
3212         autoloaded function.
3213         From: Andrey Slusar <anrays@gmail.com>.
3214
3215 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3216
3217         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
3218
3219 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3220
3221         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
3222
3223 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
3226         gnus-expert-user to default.
3227
3228 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
3229
3230         * nnimap.el (nnimap-open-server): Ditto.
3231
3232         * imap.el (imap-authenticate): Fix typo.
3233
3234 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
3235
3236         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
3237         buffer (since IMAP server might return FETCH response out of
3238         order, and the nntp buffer must be sorted).
3239
3240 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
3241
3242         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
3243         comparison on string.
3244
3245         * gnus-agent.el (gnus-agent-long-article,
3246         gnus-agent-short-article, gnus-agent-score): Renamed category
3247         keywords to match gnus-cus.
3248         (gnus-agent-summary-fetch-series): Modified to protect against
3249         gnus-agent-summary-fetch-group clearing processable flags.
3250         (gnus-agent-synchronize-group-flags): Update live group buffer as
3251         synchronization may occur due to the user toggle the plugged
3252         status.
3253         (gnus-agent-fetch-group-1): Clear downloadable flag when article
3254         successfully downloaded.
3255         (gnus-agent-expire-group-1): Avoid using markers when the overview
3256         is in ascending order; greatly improves performance.
3257         (gnus-agent-regenerate-group): Use
3258         gnus-agent-synchronize-group-flags to reset read status in both
3259         gnus and server.
3260         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
3261
3262 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3263
3264         * message.el: Don't autoload former message-utils variables.
3265         (message-strip-subject-trailing-was): Change doc string.
3266
3267         * nnweb.el: Fixes for `gnus-group-make-web-group'.
3268         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
3269         (nnweb-google-search): Add "hl=en" here.
3270         (nnweb-google-parse-1, nnweb-google-create-mapping):
3271         Don't hardcode URL.
3272
3273 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3274
3275         * message.el (message-get-reply-headers, message-followup):
3276         Mention related variables `message-use-followup-to' and
3277         `message-use-mail-followup-to', in the information buffer.
3278
3279         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
3280         of broken groups(-beta).google.com.
3281
3282 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3283
3284         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
3285         parameter to invoked gnus-request-move-article; remove the
3286         redundant gnus-sum-hint-move-is-internal variable; apply the marks
3287         all at once instead of once per article
3288         (gnus-summary-remove-process-mark): accept a list of articles as
3289         well as a single article for processing
3290
3291         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
3292
3293         * nnml.el (nnml-request-move-article): add move-is-internal parameter
3294
3295         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
3296
3297         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
3298
3299         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
3300
3301         * nnimap.el (nnimap-request-move-article): add move-is-internal
3302         parameter and remove the gnus-sum-hint-move-is-internal variable
3303
3304         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
3305
3306         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
3307
3308         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
3309
3310         * nndb.el (nndb-request-move-article): add move-is-internal parameter
3311
3312         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
3313
3314         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
3315
3316 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3317
3318         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
3319         a more conservative way.
3320
3321 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3322
3323         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
3324         buffer, so it moves the window's cursor.
3325
3326 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3327
3328         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
3329         `mm-dissect-multipart' and receive the from field as an (optional)
3330         argument from `mm-dissect-multipart'.
3331         (mm-dissect-multipart): Receive the from field as an argument and
3332         pass it on when we call `mm-dissect-buffer' on MIME parts.
3333         Fixes verification/decryption of signed/encrypted MIME parts.
3334
3335 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * gnus-sum.el (gnus-summary-move-article): set
3338         gnus-sum-hint-move-is-internal for gnus-request-move-article and
3339         whatever it calls (right now, only nnimap-request-move article
3340         respects it)
3341
3342         * nnimap.el (nnimap-request-move-article): when
3343         gnus-sum-hint-move-is-internal is set, don't do the extra
3344         nnimap-request-article
3345
3346 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3347
3348         * nnheader.el (nnheader-find-file-noselect): Add doc string.
3349
3350         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3351         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3352
3353         * gnus-sum.el (gnus-summary-caesar-message):
3354         Apply `gnus-treat-article' after rotation.
3355
3356         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3357         doc string.
3358
3359 2005-02-22  Simon Josefsson  <jas@extundo.com>
3360
3361         * encrypt.el (encrypt-password-cache-expiry): Remove (use
3362         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
3363         <arne@arnested.dk>.
3364         (encrypt): Add password-cache and password-cache-expiry as group
3365         members.
3366
3367 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3368
3369         * smime.el (smime-ldap-host-list): Doc fix.
3370         (smime-ask-passphrase): Use `password-read-and-add' to read (and
3371         cache) password.
3372         (smime-sign-region): Use it.
3373         (smime-decrypt-region): Use it.
3374         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
3375         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3376         fails.
3377         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
3378         certificate from DER to PEM format rather than calling openssl.
3379
3380         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
3381
3382         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
3383         for signing/encryption.
3384
3385         * mml.el (mml-parse-1): Use them.
3386
3387 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3388
3389         * nnrss.el (nnrss-verbose): Removed.
3390         (nnrss-request-group): Use `nnheader-message' instead.
3391
3392 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
3393
3394         * nnrss.el (nnrss-verbose): New variable.
3395         (nnrss-request-group): Make it say nnrss is requesting a group.
3396
3397 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3400         Handle news URL with given port correctly.
3401
3402 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3405         containing special characters.
3406
3407         * gnus-sum.el (gnus-summary-edit-article): Ditto.
3408
3409         * mml.el (mime-to-mml): Ditto.
3410
3411         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
3412         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
3413         (rfc2047-decode-region): Quote decoded words containing special
3414         characters when rfc2047-quote-decoded-words-containing-tspecials
3415         is non-nil.
3416
3417 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3418
3419         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3420
3421         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3422
3423 2005-02-15  Simon Josefsson  <jas@extundo.com>
3424
3425         * nnimap.el (nnimap-debug): Doc fix.
3426
3427         * imap.el (imap-debug): Doc fix.
3428
3429 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
3432
3433 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3434
3435         * gnus.el (spam-contents): improve docs for spam-contents
3436         parameter in its variable incarnation
3437
3438 2005-02-14  Simon Josefsson  <jas@extundo.com>
3439
3440         * smime-ldap.el: Use require instead of load-library for ldap.
3441         (smime-ldap-search): Indent.
3442         (smime-ldap-search-internal): Shorten line.
3443
3444         * smime.el (smime-cert-by-dns): Add doc-string.
3445         (smime-cert-by-ldap-1): Indent.
3446
3447         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
3448         mml-smime-get-dns-ldap.
3449         (mml-smime-encrypt-query): Use new function.  Default to ldap.
3450
3451 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3452
3453         * smime.el: Require smime-ldap.
3454         (smime-ldap-host-list): New variable.
3455         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
3456
3457         * mml-smime.el (mml-smime-encrypt-query): New function.
3458         (mml-smime-encrypt-query): Use it.
3459
3460         * smime-ldap.el: New file.
3461
3462 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
3465
3466 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3467
3468         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3469         argument in doc string.  Make query for type more clear.
3470
3471 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3472
3473         * gnus.el (gnus-group-startup-message): Search for gnus images in
3474         etc/images/gnus.
3475         * mm-util.el (mm-find-charset-region): Likewise.
3476         * smiley.el (smiley-data-directory): Search for smilies in
3477         etc/images/smilies.
3478
3479 2005-02-09  Kim F. Storm  <storm@cua.dk>
3480
3481         Change Emacs release version from 21.4 to 22.1 throughout.
3482         Change Emacs development version from 21.3.50 to 22.0.50.
3483
3484 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
3487
3488         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
3489         non-Mule XEmacs as well.
3490         (mm-decompress-buffer): Signal an error intentionally if it does
3491         not decompress compressed data because auto-compression-mode is
3492         disabled.
3493
3494 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3495
3496         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
3497         an ID in the registry even if it has no groups
3498
3499 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
3502         merge it into mm-decompress-buffer.
3503         (gnus-mime-copy-part): Use the MIME part charset, the value which
3504         a user specified or gnus-newsgroup-charset for decoding, like
3505         gnus-mime-inline-part does; set buffer-file-coding-system to tell
3506         save-buffer what was used.  Suggested by Kevin Ryde
3507         <user42@zip.com.au>.
3508         (gnus-mime-inline-part): Allow the name parameter as well as the
3509         filename parameter; force decompressing of compressed data; always
3510         display contents being not decoded as unibyte.
3511
3512         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
3513         as well as the filename parameter.
3514
3515         * mm-util.el (mm-decompress-buffer): Merge
3516         gnus-mime-jka-compr-maybe-uncompress.
3517         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
3518         of compressed data.
3519
3520 2005-02-08  Simon Josefsson  <jas@extundo.com>
3521
3522         * imap.el (imap-log): Doc fix.
3523
3524 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
3527         the coding cookies; decompress compressed parts.
3528
3529         * mml.el (mml-generate-mime-1): Add the charaset parameter according
3530         to the value which a user specified manually or the coding cookie.
3531
3532         * mm-util.el (mm-string-to-multibyte): New function.
3533         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
3534         (mm-coding-system-to-mime-charset): New function.
3535         (mm-decompress-buffer): New function.
3536         (mm-find-buffer-file-coding-system): New function.
3537
3538         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
3539         (mm-display-inline-fontify): Rewrite for decoding and decompressing
3540         parts.
3541
3542 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3543
3544         * mm-view.el (mm-display-inline-fontify): Decode a part according
3545         to the charset parameter.
3546
3547 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3550         prefix arg is neither nil nor a number, as info specifies.
3551
3552 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
3555         timestamps.
3556
3557 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
3558
3559         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
3560         groups error checking and notify user.
3561
3562 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
3563
3564         * message.el (message-send-mail-function): Check existence of
3565         sendmail-program first before using default value
3566         `message-send-mail-with-sendmail'.  Otherwise use more generic
3567         `smtpmail-send-it'.
3568
3569 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * nntp.el (nntp-request-update-info): Always return nil.
3572
3573 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3574
3575         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3576
3577 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3578
3579         * message.el (message-beginning-of-line): Change the behavior when
3580         invoked between BOL and : so that it first moves backward.
3581
3582 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3583
3584         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3585         article buffer when editing of the article is discarded.
3586         (gnus-article-prepare): Revert.
3587
3588 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * gnus-art.el (gnus-article-prepare):
3591         Remove message-strip-forbidden-properties from the local hook.
3592
3593 2005-01-27  Simon Josefsson  <jas@extundo.com>
3594
3595         * password.el (password-cache-add): Only start one timer per key.
3596         Reported by Derek Atkins <warlord@MIT.EDU>.
3597
3598 2005-01-26  Steve Youngs  <steve@sxemacs.org>
3599
3600         * run-at-time.el: Removed.  It is no longer needed as
3601         timer-funcs.el in the xemacs-base package has a working version of
3602         `run-at-time'.
3603
3604         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
3605
3606         * password.el: Require timer-funcs instead of run-at-time in
3607         XEmacs.
3608         Remove `password-run-at-time' macro.
3609         (password-cache-add): Use `run-at-time' instead of
3610         `password-run-at-time'.
3611
3612         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
3613         Remove `nnheader-cancel-function-timers' alias,
3614         `cancel-function-timers' exists in XEmacs in timer-funcs.
3615
3616         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
3617         for `run-with-idle-timer'.
3618
3619         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
3620         for `run-at-time'.
3621
3622         * mm-url.el: Require timer-funcs at compile time when in XEmacs
3623         for `with-timeout'.
3624
3625         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
3626         the same as for XEmacs 21.4.
3627         No need to ignore `run-with-idle-timer', this function exists in
3628         XEmacs now in timer-funcs.el in the xemacs-base package.
3629         (dgnushack-compile): No need to delete
3630         run-at-time.el from the list of files to compile because it
3631         doesn't exist anymore.
3632
3633 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * mml.el (mml-generate-mime-1): Convert string into unibyte when
3636         inserting " *mml*" buffer's contents into a unibyte temp buffer.
3637
3638 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
3639
3640         * mail-source.el (mail-source-fetch-imap): Search for ^From case
3641         sensitively.
3642
3643 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
3644
3645         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
3646
3647 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3650         which will be inserted according to the multibyteness of a buffer
3651         rather than the type of contents.  Suggested by ARISAWA Akihiro
3652         <ari@mbf.ocn.ne.jp>.
3653
3654         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
3655         of string which old xml.el may return rather than a string.
3656
3657 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
3660
3661 2005-01-16  Simon Josefsson  <jas@extundo.com>
3662
3663         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
3664         idn/idna.el isn't available.
3665         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
3666         <michael@waxrat.com>.
3667
3668         * hashcash.el: Remove non-FSF copyright header.
3669
3670         * hashcash.el (hashcash-extra-generate-parameters): New variable.
3671         (hashcash-generate-payment): Use it.
3672         (hashcash-generate-payment-async): Use it.
3673
3674 2005-01-15  Simon Josefsson  <jas@extundo.com>
3675
3676         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
3677         Suggested by Raymond Scholz <ray-2005@zonix.de>.
3678
3679         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
3680         gnus-summary-idna-message.
3681         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
3682         (gnus-summary-idna-message): New function.
3683
3684 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3685
3686         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
3687         gnus-novice-user.
3688
3689 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * nnrss.el (nnrss-request-delete-group): Delete entries in
3692         nnrss-group-alist as well.
3693         (nnrss-save-server-data): Insert newline.
3694
3695 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * gnus.el (gnus-user-agent): Use list of symbols instead of
3698         symbols.  Display full version number for (S)XEmacs.  Optionally
3699         display (S)XEmacs codename.
3700
3701         * gnus-util.el (gnus-emacs-version): Update for new
3702         `gnus-user-agent'.
3703
3704         * gnus-msg.el (gnus-extended-version): Make it possible to omit
3705         Gnus version.
3706
3707 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
3710         which is unreadable in some setups.
3711
3712 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus-spec.el (gnus-update-format-specifications): Flush the
3715         group format spec cache if it doesn't support decoded group names.
3716
3717 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
3720         to apply decay on score files matching a regexp.
3721
3722 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
3725         compatibility in %g and %c.
3726
3727 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3730         name for only %g and %c.
3731         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
3732         of gnus-tmp-group to decoded group name.
3733         (gnus-group-make-rss-group): Exclude `/'s from group names.
3734
3735 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * nnrss.el (nnrss-get-encoding): Fix regexp.
3738
3739 2004-12-27  Simon Josefsson  <jas@extundo.com>
3740
3741         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3742         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3743         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
3744
3745 2004-12-17  Kim F. Storm  <storm@cua.dk>
3746
3747         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3748
3749         * gnus-sum.el (gnus-summary-mode-map): Likewise.
3750
3751 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3752
3753         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3754
3755 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * nnrss.el: Require rfc2047 and mml.
3758         (nnrss-file-coding-system): New variable.
3759         (nnrss-format-string): Redefine it as an inline function.
3760         (nnrss-decode-group-name): New function.
3761         (nnrss-string-as-multibyte): Remove.
3762         (nnrss-retrieve-headers): Decode group name; don't use
3763         nnrss-format-string.
3764         (nnrss-request-group): Decode group name.
3765         (nnrss-request-article): Decode group name; allow a Message-ID as
3766         well as an article number; don't use nnrss-format-string; encode a
3767         Message-ID string which may contain non-ASCII characters; use
3768         mml-to-mime to compose a MIME article.
3769         (nnrss-request-expire-articles): Decode group name.
3770         (nnrss-request-delete-group): Decode group name.
3771         (nnrss-fetch): Clarify error message.
3772         (nnrss-read-server-data): Use insert-file-contents instead of load;
3773         bind file-name-coding-system; use multibyte buffer.
3774         (nnrss-save-server-data): Bind coding-system-for-write to the
3775         value of nnrss-file-coding-system; bind file-name-coding-system;
3776         add coding cookie.
3777         (nnrss-read-group-data): Use insert-file-contents instead of load;
3778         bind file-name-coding-system; use multibyte buffer.
3779         (nnrss-save-group-data): Bind coding-system-for-write to the
3780         value of nnrss-file-coding-system; bind file-name-coding-system.
3781         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3782         make it work with non-ASCII text.
3783         (nnrss-find-el): Make it work with old xml.el as well.
3784
3785 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3786
3787         * nnrss.el (nnrss-get-encoding): New function.
3788         (nnrss-fetch): Use unibyte buffer initially; bind
3789         coding-system-for-read while performing mm-url-insert; remove ^Ms;
3790         decode contents according to the encoding attribute.
3791         (nnrss-save-group-data): Add coding cookie.
3792         (nnrss-mime-encode-string): New function.
3793         (nnrss-check-group): Use it to encode subject and author.
3794
3795 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3796
3797         * spam.el (spam-check-BBDB): don't get the symbol-value of an
3798         imaginary variable
3799
3800 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3803         correctly even if there are wide characters.
3804
3805 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
3808         downcased symbol names; make a new cache instead of reusing
3809         bbdb-hashtable
3810
3811 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3812
3813         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3814         concatenating segments rather than before concatenating them.
3815         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3816
3817         * message.el (message-get-reply-headers): Bind `extra'.
3818
3819 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * message.el (message-extra-wide-headers): New variable.
3822         (message-get-reply-headers): Use it.
3823
3824 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3825
3826         * gnus-agent.el (gnus-agent-group-path): Decode group name.
3827         (gnus-agent-group-pathname): Ditto.
3828
3829         * gnus-cache.el (gnus-cache-file-name): Decode group name.
3830
3831         * gnus-group.el (gnus-group-make-group): Decode group name.
3832         (gnus-group-make-rss-group): Register the group data after opening
3833         the nnrss group.
3834
3835 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
3836
3837         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
3838         by expiry now get marked as read.
3839
3840 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
3843
3844 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
3845
3846         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
3847         unify Latin characters in XEmacs.
3848         (mm-find-mime-charset-region): Use it.
3849
3850 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-util.el (gnus-delete-directory): New function.
3853
3854         * gnus-agent.el (gnus-agent-delete-group): Use it.
3855
3856         * gnus-cache.el (gnus-cache-delete-group): Use it.
3857
3858 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
3861         names.
3862
3863 2004-12-16  Simon Josefsson  <jas@extundo.com>
3864
3865         * hashcash.el (hashcash-payment-alist): Fix custom :type.
3866
3867 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
3870
3871         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
3872         (gnus-group-set-current-level): Decode group name.
3873
3874 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
3875
3876         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
3877         failed.
3878
3879 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-group.el (gnus-group-delete-group): Decode group name.
3882         (gnus-group-make-rss-group): Encode group name.
3883         (gnus-group-catchup-current): Decode group name.
3884         (gnus-group-kill-group): Decode group name.
3885
3886 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3887
3888         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
3889
3890 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-group.el (gnus-group-make-rss-group):
3893         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
3894
3895         * gnus-start.el (gnus-setup-news): Honor user's setting to
3896         gnus-message-archive-method.  Suggested by Lute Kamstra
3897         <lute@gnu.org>.
3898
3899 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
3900
3901         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
3902         global counterparts of the buffer-local variables.
3903
3904 2004-11-16  Romain Francoise  <romain@orebokech.com>
3905
3906         * gnus-sum.el (gnus-summary-exit): Don't clear the global
3907         counterparts of the buffer-local variables.
3908
3909 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3910
3911         * message.el (message-forbidden-properties): Fixed typo in doc
3912         string.
3913
3914 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3915
3916         * gnus-util.el (gnus-replace-in-string): Added doc string.
3917
3918         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
3919         to avoid problems when splitting mails with many recipients.
3920
3921 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3922
3923         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
3924         pop-to-buffer, covered by the subsequent gnus-configure-windows.
3925
3926 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
3927
3928         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
3929         if there is no hashtable in memory or file modification time is
3930         newer than cached timestamp.
3931
3932 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3933
3934         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
3935         not-matching option.
3936
3937 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
3940         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
3941         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3942         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
3943         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
3944         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
3945
3946 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * message.el (message-forward-make-body-mml): Remove headers
3949         according to message-forward-ignored-headers if a message is decoded.
3950
3951 2004-12-02  Romain Francoise  <romain@orebokech.com>
3952
3953         * message.el (message-forward-make-body-plain): Always remove
3954         headers according to message-forward-ignored-headers.
3955
3956 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
3957
3958         * spam.el (spam-summary-prepare-exit): remove the
3959         gnus-summary-limit pop for now, it has problems with ham marks for
3960         me
3961
3962 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
3963
3964         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
3965         correctly
3966
3967 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
3968
3969         * format-spec.el (format-spec): Message the char.
3970
3971 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3972
3973         * gnus-art.el (gnus-split-methods): reformat comments
3974
3975         * spam.el (spam-summary-prepare-exit): remove article limits
3976         before exiting the summary buffer
3977
3978 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * lpath.el: Remove bbdb-create-internal, bbdb-records,
3981         spam-BBDB-register-routine and spam-enter-ham-BBDB.
3982
3983         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
3984         order to silence the byte compiler.
3985
3986         * spam.el: Fix the way to silence the byte compiler, which
3987         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
3988         bbdb-search-simple, spam-BBDB-register-routine,
3989         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
3990         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
3991         spam-stat-buffer-is-spam, spam-stat-load,
3992         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
3993         spam-stat-save and spam-stat-split-fancy.
3994
3995 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
3998         which may confuse users.
3999         (canlock-password-for-verify): Ditto.
4000
4001         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
4002
4003         * gnus-art.el (gnus-emphasis-alist): Ditto.
4004
4005         * gnus-registry.el (gnus-registry-max-entries): Ditto.
4006
4007         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
4008
4009         * gnus-start.el (gnus-save-killed-list): Ditto.
4010
4011         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
4012         (gnus-sum-thread-tree-root): Ditto.
4013         (gnus-sum-thread-tree-false-root): Ditto.
4014         (gnus-sum-thread-tree-single-indent): Ditto.
4015
4016         * message.el (message-courtesy-message): Ditto.
4017         (message-archive-note): Ditto.
4018         (message-subscribed-address-file): Ditto.
4019         (message-user-fqdn): Ditto.
4020
4021         * spam-report.el (spam-report-gmane-regex): Ditto.
4022
4023         * spam.el (spam-blackhole-good-server-regex): Ditto.
4024
4025 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * mml.el (mml-preview): Widen the message buffer before copying
4028         the contents to the preview buffer; sort headers before previewing.
4029
4030         * message.el (message-hidden-headers): Fix the way to avoid a bug
4031         in the `repeat' widget in Emacs 21.3 or earlier.
4032
4033 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * message.el (message-hidden-headers): Default to "^References:".
4036         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
4037         (message-strip-forbidden-properties): Remove check for obsolete
4038         `message-hidden' text property, hidden headers are not accessible
4039         in the buffer anymore.  From Romain Francoise on January 11, 2004.
4040
4041 2004-11-22  Romain Francoise  <romain@orebokech.com>
4042
4043         * message.el (message-header-format-alist): Add `From' in list
4044         so that it can be sorted.
4045         (message-fix-before-sending): Widen and sort headers before
4046         sending.
4047         (message-hide-headers): Use narrowing to hide headers by moving
4048         them to the top of the buffer and narrowing to the region
4049         underneath.
4050
4051 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4052
4053         * message.el (message-strip-forbidden-properties): Bind
4054         buffer-read-only (etc) to nil.
4055
4056 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
4059         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4060
4061 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
4062
4063         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
4064
4065 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * dns.el (query-dns): Use sit-for to time instead of
4068         accept-process-output, since that doesn't seem to work on udp
4069         sockets.
4070
4071 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
4074
4075 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
4076
4077         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
4078         docstrings.
4079
4080 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * nntp.el (nntp-request-update-info): Return nil if
4083         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
4084         may not call gnus-activate-group which uselessly issues the GROUP
4085         commands for all nntp groups and wastes time.  Reported by Romain
4086         Francoise <romain@orebokech.com>.
4087
4088         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
4089
4090 2004-11-15  Simon Josefsson  <jas@extundo.com>
4091
4092         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
4093         headers separately.
4094         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
4095         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
4096
4097 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * gnus-start.el (gnus-convert-old-newsrc):
4100         Assign legacy-gnus-agent to 5.10.7.
4101
4102 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
4105         start of the lines.
4106
4107 2004-11-14  Magnus Henoch  <mange@freemail.hu>
4108
4109         * hashcash.el (hashcash-default-payment): Change default to 20
4110         (hashcash-default-accept-payment): Change default to 20
4111         (hashcash-process-alist): New variable
4112         (hashcash-generate-payment-async): Add
4113         (hashcash-already-paid-p): Add
4114         (hashcash-insert-payment): Don't generate payments twice
4115         (hashcash-insert-payment-async): Add
4116         (hashcash-insert-payment-async-2): Add
4117         (hashcash-cancel-async): Add
4118         (hashcash-wait-async): Add
4119         (hashcash-processes-running-p): Add
4120         (hashcash-wait-or-cancel): Add
4121         (mail-add-payment): New optional argument.  Conditionally start
4122         asynchronous calculation.
4123         (mail-add-payment-async): Add
4124
4125         * message.el (message-send-mail): Wait for asynchronous hashcash
4126         results.  Don't clobber existing X-Hashcash headers.
4127         (message-setup-1): Call mail-add-payment-async when
4128         message-generate-hashcash is non-nil.
4129
4130 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4131
4132         * message.el (message-use-alternative-email-as-from): Examine the
4133         From header as well; use message-make-from in order to include a
4134         user's full name.
4135
4136 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
4139         default; improve customization type.
4140         (gnus-emphasis-custom-with-format): New macro.
4141         (gnus-emphasis-custom-value-to-external): New function.
4142         (gnus-emphasis-custom-value-to-internal): New function.
4143
4144 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * dns.el (query-dns): Resolve reverse addresses.
4147
4148 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149
4150         * gnus-group.el (gnus-group-get-new-news): Use it.
4151
4152         * gnus-start.el (gnus-check-reasonable-setup): New function.
4153
4154 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
4157         "Args out of range" error.  Reported by Arnaud Giersch
4158         <arnaud.giersch@free.fr>.
4159
4160 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
4161
4162         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
4163         From Stefan Wiens <s.wi@gmx.net>.
4164
4165 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4166
4167         * spam.el (spam group): Add :version.
4168
4169         * pgg-def.el (pgg group): Add :version.
4170
4171 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-art.el (gnus-article-edit-article): Don't associate the
4174         article buffer with a draft file.  This is a temporary measure
4175         against the 2004-08-22 change to gnus-article-edit-mode.
4176
4177 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
4180         (html2text-format-tags): Remove unused variable `attr'.
4181
4182 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4183
4184         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
4185
4186         * tls.el (tls-process-connection-type, tls-success)
4187         (tls-certtool-program): Add :version.
4188
4189         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
4190         (starttls-extra-arguments, starttls-process-connection-type)
4191         (starttls-connect, starttls-failure, starttls-success):
4192
4193         * spam-stat.el (spam-stat): Add :version.
4194
4195         * sieve.el (sieve): Add :version.
4196
4197         * sha1.el (sha1): Add :version.
4198         (sha1-use-external): Remove redundant version.
4199
4200         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
4201         (nnmail-cache-ignore-groups, nnmail-spool-hook)
4202         (nnmail-split-fancy-match-partial-words)
4203         (nnmail-split-lowercase-expanded):
4204
4205         * nndiary.el (nndiary): Add :version.
4206
4207         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
4208
4209         * mml-sec.el (mml-default-sign-method)
4210         (mml-default-encrypt-method, mml-signencrypt-style-alist):
4211         Add :version.
4212
4213         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
4214
4215         * mm-url.el (mm-url-use-external, mm-url-program)
4216         (mm-url-arguments): Add :version.
4217
4218         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
4219         (mm-attachment-file-modes, mm-decrypt-option)
4220         (mm-w3m-safe-url-regexp): Add :version.
4221
4222         * message.el (message-cite-prefix-regexp)
4223         (message-sendmail-envelope-from, message-minibuffer-local-map)
4224         (message-user-fqdn, message-completion-alist): Add :version.
4225
4226         * gnus-win.el (gnus-configure-windows-hook)
4227         (gnus-use-frames-on-any-display): Add :version.
4228
4229         * gnus-art.el (gnus-article-address-banner-alist)
4230         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
4231         (gnus-treat-from-picon, gnus-treat-mail-picon)
4232         (gnus-treat-x-pgp-sig): Add :version.
4233
4234         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
4235         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
4236         (gnus-summary-article-delete-hook)
4237         (gnus-summary-display-while-building): Add :version.
4238
4239         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
4240         (gnus-get-top-new-news-hook):Add :version.
4241
4242         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4243         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
4244
4245         * gnus-registry.el (gnus-registry): Add :version.
4246
4247         * gnus-spec.el (gnus-use-correct-string-widths)
4248         (gnus-make-format-preserve-properties): Add :version.
4249
4250         * gnus.el (gnus-group-charter-alist)
4251         (gnus-group-fetch-control-use-browse-url)
4252         (gnus-install-group-spam-parameters): Add :version.
4253
4254         * gnus-diary.el (gnus-diary): Add :version.
4255
4256         * gnus-delay.el (gnus-delay): Add :version.
4257
4258         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4259         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
4260         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
4261         Add :version.
4262
4263         * gnus-agent.el (gnus-agent-max-fetch-size)
4264         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
4265         (gnus-agent-prompt-send-queue): Add :version.
4266
4267         * deuglify.el (gnus-outlook-deuglify): Add :version.
4268
4269         * html2text.el: Beautify code.  Improve doc strings.  Some
4270         checkdoc cleanup.
4271         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
4272
4273 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
4274
4275         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
4276
4277 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4278
4279         * gnus-registry.el (gnus-registry-hashtb): create the registry
4280         when package is loaded
4281
4282         * spam.el (spam-summary-score-preferred-header): global preference
4283         for people who want to override the default SpamAssassin over
4284         Bogofilter preference (when both are set)
4285         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
4286         (spam-user-format-function-S): check spam-summary-score-preferred-header
4287         (spam-extra-header-to-number): add X-Bogosity header parsing
4288         (spam-user-format-function-S): format the score correctly
4289
4290 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
4293         signature file.  Suggested by Manoj Srivastava
4294         <srivasta@golden-gryphon.com>.
4295
4296         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
4297         iso-2022-jp even in the Japanese language environment.
4298         Suggested by Jason Rumney <jasonr@gnu.org>.
4299
4300 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
4303         use the same characters as the dummy marks; make it free from
4304         getting affected by the language environment.
4305         (gnus-summary-read-group-1): Update mark positions only when the
4306         format spec is updated.
4307
4308         * gnus-spec.el (gnus-update-format-specifications): Return a list
4309         of updated types.
4310
4311 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
4314         of boundp to check if display-warning is available.
4315
4316 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
4319
4320 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * nnspool.el (nnspool-spool-directory): Use news-path if the
4323         news-directory variable is not bound.
4324
4325         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
4326         function instead of display-warning if it is not available.
4327
4328 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4329
4330         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
4331         v5-10: Use `point-at-bol'.
4332
4333 2004-10-26  Simon Josefsson  <jas@extundo.com>
4334
4335         * hashcash.el: Fix URL in comment, reported by Cheng Gao
4336         <chenggao@gmail.com>.
4337
4338 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4339
4340         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
4341         instead.
4342
4343 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
4346         to remove a server from the nnimap-server-buffer-alist
4347         (nnimap-open-connection, nnimap-close-server): use it
4348
4349         * gnus-encrypt.el: removed in favor of encrypt.el
4350
4351 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
4354         running the major-mode function.
4355
4356 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
4359         dummy marks in the right way.
4360
4361 2004-10-18  David Edmondson  <dme@dme.org>
4362
4363         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4364         excessively.
4365
4366 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4367
4368         * gnus-util.el (gnus-split-references): accept a nil references
4369         string and go on blissfully
4370
4371         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
4372         cases where the references string is non-nil but has no references
4373
4374         * encrypt.el: add autoload tags
4375
4376         * spam.el (spam-resolve-registrations-routine): remove article
4377         from unregistration list too.  Reported by David Hanak
4378         <dhanak@isis.vanderbilt.edu>
4379
4380 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4381
4382         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
4383         nil.  Changed custom type.
4384
4385 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
4386
4387         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
4388
4389         * gnus-sum.el (gnus-summary-move-article): Use it.
4390
4391 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * encrypt.el: add autoload cookies
4394
4395         * spam.el (spam-backend-article-list-property)
4396         (spam-backend-get-article-todo-list)
4397         (spam-backend-put-article-todo-list, )
4398         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
4399         resolve registrations separately
4400         (spam-register-routine): format comments
4401         (spam-unregister-routine, spam-register-routine): always call with
4402         specific-articles, no default list
4403         (spam-summary-prepare-exit): use the spam-classifications function
4404
4405         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
4406         gnus-encrypt.el
4407
4408         * encrypt.el: copied from gnus-encrypt.el
4409
4410         * gnus-encrypt.el: commented that it's obsolete
4411
4412 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4413
4414         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
4415         (gnus-score-save): Use it.
4416
4417         * message.el (message-bury): Use `window-dedicated-p'.
4418
4419 2004-10-15  Simon Josefsson  <jas@extundo.com>
4420
4421         * pop3.el (top-level): Don't require nnheader.
4422         (pop3-read-timeout): Add.
4423         (pop3-accept-process-output): Add.
4424         (pop3-read-response, pop3-retr): Use it.
4425
4426 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * spam.el (spam-register-routine): move comment
4429         (spam-verify-bogofilter): we use 'unknown for the initial
4430         spam-bogofilter-valid state, not 'never
4431
4432         * netrc.el (netrc-machine-user-or-password): convenience wrapper
4433         for netrc-machine
4434
4435         * nnimap.el (nnimap-open-connection): use
4436         netrc-machine-user-or-password
4437
4438 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4439
4440         * gnus-registry.el (gnus-registry-unload-hook):
4441         Set as a variable with add-hook.
4442
4443         * nnspool.el (nnspool-spool-directory): Use news-directory instead
4444         of news-path.
4445
4446         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4447
4448         * spam.el: Delete duplicate `provide'.
4449         (spam-unload-hook): Set as a variable with add-hook.
4450
4451 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4452
4453         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4454         in the doc string.
4455
4456         * message.el (message-ignored-news-headers)
4457         (message-ignored-supersedes-headers)
4458         (message-ignored-resent-headers)
4459         (message-forward-ignored-headers): Improve custom type.
4460
4461 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4462
4463         * message.el (message-tokenize-header): Fix 2004-09-06 change
4464         which used point-min in the wrong place.
4465
4466 2004-10-12  Simon Josefsson  <jas@extundo.com>
4467
4468         * net/tls.el (tls-certtool-program): New variable.
4469         (tls-certificate-information): New function, based on
4470         ssl-certificate-information.
4471
4472 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * compface.el: Move the version of ELisp-based uncompface program
4475         to the contrib directory because of the copyright problem.
4476
4477 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4478
4479         * message.el (message-kill-buffer): Raise the current frame.
4480
4481 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * gnus-sum.el: Mention that multibyte characters don't work as marks.
4484
4485         * gnus.el (message-y-or-n-p): Autoload.
4486
4487         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4488         (pop3-password-required, pop3-authentication-scheme)
4489         (pop3-leave-mail-on-server): Made customizable.
4490         (pop3): New custom group.
4491         (pop3-retr): Remove `sleep-for' statements.
4492         Suggested by Dave Love <fx@gnu.org>.
4493
4494         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4495         Windows/DOS.
4496
4497         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4498         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
4499         Dave Love <fx@gnu.org>.
4500
4501         * mml.el (mml-minibuffer-read-disposition): Require match.
4502         Suggested by Dave Love <fx@gnu.org>.
4503
4504 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4505
4506         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
4507         doc string.
4508
4509 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
4512
4513 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4514
4515         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
4516         instead of calling `mm-insert-inline', to decode text/* parts
4517         before displaying them.
4518
4519 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * mm-uu.el (mm-uu-text-plain-type): New variable.
4522         (mm-uu-pgp-signed-extract-1): Use it.
4523         (mm-uu-pgp-encrypted-extract-1): Use it.
4524         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
4525         bind mm-uu-text-plain-type with that value.
4526         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
4527         mm-uu-dissect.
4528
4529 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-group.el (gnus-update-group-mark-positions):
4532         * gnus-sum.el (gnus-update-summary-mark-positions):
4533         * message.el (message-check-news-body-syntax):
4534         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4535         of string-as-multibyte.
4536
4537 2004-10-05  Juri Linkov  <juri@jurta.org>
4538
4539         * gnus-group.el (gnus-update-group-mark-positions):
4540         * gnus-sum.el (gnus-update-summary-mark-positions):
4541         * message.el (message-check-news-body-syntax):
4542         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4543         8-bit unibyte values to a multibyte string for search functions.
4544
4545 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * mm-uu.el (mm-uu-dissect): Allow optional arg.
4548         (mm-uu-dissect-text-parts): New function.
4549
4550         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
4551         dissect text parts.
4552
4553         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4554         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
4555
4556         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
4557
4558         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
4559         gnus-current-topics instead of gnus-current-topic.
4560
4561 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
4562
4563         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
4564
4565 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
4566
4567         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
4568         where approriate.
4569
4570         * nnml.el (nnml-generate-active-info): do.
4571
4572         * nndiary.el (nndiary-generate-active-info): do.
4573
4574         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
4575         (gnus-topic-move): do.
4576
4577         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
4578         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
4579
4580         * gnus-srvr.el (gnus-server-prepare)
4581         (gnus-server-open-all-servers): do.
4582
4583         * gnus-msg.el (gnus-summary-cancel-article)
4584         (gnus-summary-resend-message)
4585         (gnus-summary-mail-crosspost-complaint): do.
4586
4587         * gnus-move.el (gnus-change-server): do.
4588
4589         * gnus-group.el (gnus-group-unmark-all-groups)
4590         (gnus-group-set-current-level): do.
4591
4592 2004-10-04  Simon Josefsson  <jas@extundo.com>
4593
4594         * message.el (message-generate-hashcash): Doc fix.
4595
4596 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
4597
4598         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
4599         avoid infinite recursion via gnus-get-function.
4600
4601 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
4602
4603         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
4604
4605         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
4606
4607         * nnmail.el (nnmail-split-history): do.
4608
4609         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
4610         (nnml-request-delete-group): do.
4611
4612         * nnslashdot.el (nnslashdot-read-groups): do.
4613
4614         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
4615         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
4616
4617         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
4618         (nnspool-sift-nov-with-sed): Use last
4619         (nnspool-retrieve-headers-with-nov): Use mapc.
4620         (nnspool-request-newgroups): Use dolist.
4621         (nnspool-request-group): Use last.
4622
4623         * nntp.el (nntp-read-server-type): Use dolist.
4624
4625         * nnvirtual.el (nnvirtual-create-mapping)
4626         (nnvirtual-update-read-and-marked): Use dolist.
4627         (nnvirtual-convert-headers): Simplify.
4628
4629 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4630
4631         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
4632         support for sync'ing tick marks.
4633
4634 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4637         there's no visible header.
4638
4639 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4640
4641         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
4642         necessary, pass full group name to gnus-request-set-marks.
4643
4644 2004-10-01  Simon Josefsson  <jas@extundo.com>
4645
4646         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
4647         acroread.
4648
4649 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4650
4651         * spam-report.el (spam-report-gmane): Fix interactive.
4652
4653         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
4654
4655         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
4656         when writing file.
4657         (gnus-agent-synchronize-flags): Don't default to being
4658         interactive.
4659
4660 2004-09-30  Simon Josefsson  <jas@extundo.com>
4661
4662         * message.el (message-generate-hashcash): Add.
4663         (message-send-mail): Use it, call mail-add-payment.
4664
4665 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4666
4667         * spam.el (spam-verify-bogofilter): -V, not -sV option
4668
4669 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
4670
4671         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
4672         gnus-requst-update-info with explicit code to sync the in-memory
4673         info read flags with the marks being sync'd to the backend.
4674
4675         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
4676
4677 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4678
4679         * spam.el (spam-verify-bogofilter): new function
4680         (spam-check-bogofilter)
4681         (spam-bogofilter-register-with-bogofilter): use it
4682         (spam-verify-bogofilter): small fixes
4683
4684 2004-09-28  Simon Josefsson  <jas@extundo.com>
4685
4686         * hashcash.el (hashcash-generate-payment): Revert.
4687
4688 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
4691         gnus-extract-references instead of gnus-split-references
4692
4693         * gnus-util.el (gnus-extract-references): new function, analogous
4694         to gnus-split-references but extracts only the message-ID without
4695         anything extra
4696
4697         * hashcash.el (hashcash-generate-payment)
4698         (hashcash-check-payment): do the right thing if hashcash-path is
4699         nil (because the hashcash program could not be found)
4700
4701         * spam.el (spam-use-hashcash): remove comment
4702
4703 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
4704
4705         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
4706         (gnus-cache-enter-article, gnus-cache-remove-article)
4707         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
4708
4709         * gnus-async.el (gnus-async-prefetch-remove-group): do.
4710
4711         * gnus-art.el (article-hide-boring-headers)
4712         (article-translate-strings, article-display-face)
4713         (gnus-article-mime-match-handle-first)
4714         (gnus-article-highlight-headers)
4715         (gnus-article-add-buttons-to-head): do.
4716
4717 2004-09-27  Simon Josefsson  <jas@extundo.com>
4718
4719         * hashcash.el: New version, from
4720         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
4721         ../contrib/.
4722
4723 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4726
4727 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
4728
4729         * gnus-dup.el (gnus-dup-open): Use mapc.
4730         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
4731
4732         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
4733         Reported by Stefan Wiens <s.wi@gmx.net>.
4734
4735         * gnus.el (gnus-shutdown): Use dolist.
4736
4737         * gnus-undo.el (gnus-undo): Use mapc.
4738
4739         * nnrss.el (nnrss-generate-active): do.
4740
4741         * message.el (message-cite-original-without-signature)
4742         (message-cite-original): Use mapc.
4743         (message-do-actions, message-make-forward-subject): Use dolist.
4744
4745 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4746
4747         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
4748         deletion to remove entire duplicate line.  Fixes merged article
4749         number bug.
4750
4751 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4752
4753         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
4754         servers that are offline.  Avoids having gnus-agent-toggle-plugged
4755         first ask if you want to open a server and then, even when you
4756         responded with no, asking if you want to synchronize the server's
4757         flags.
4758         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
4759         multi-line expressions.
4760         (gnus-agent-synchronize-group-flags): New internal function.
4761         Updates marks in memory (in the info structure) AND in the
4762         backend.
4763
4764         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
4765
4766         * nnagent.el (nnagent-request-set-mark): Use
4767         gnus-agent-synchronize-group-flags, not backend's request-set-mark
4768         method, to ensure that synchronization updates marks in the
4769         backend and in the info (in memory) structure.
4770
4771 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
4774         convention fully; don't miss the root article of a thread; make
4775         the X-Draft-From header with correct article numbers.
4776
4777 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
4778
4779         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
4780         unless plugged.  Disable the agent so that an open failure causes
4781         an error.
4782
4783         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
4784         Reverted 2004-09-21 change.  The backend must be opened while
4785         synchronizing flags even when the backend stores the flags
4786         locally.
4787
4788 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
4789
4790         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4791         in `header' match.  Reported by Svend Tollak Munkejord.
4792
4793         * message.el (message-cite-original): Fix use of
4794         `message-cite-articles-with-x-no-archive'.
4795
4796 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
4799         (gnus-window-to-buffer): Ditto.
4800
4801         * mml.el (mml-preview-buffer): New variable.
4802         (mml-preview): Manage window layout with gnus-buffer-configuration.
4803
4804         * gnus-msg.el (gnus-setup-message): Put article numbers into the
4805         X-Draft-From header even if those articles aren't quoted.
4806
4807 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
4808
4809         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
4810         (gnus-request-set-mark, gnus-request-update-mark): Use new
4811         g-s-t-u-l-m to decide to use backend even when unplugged.
4812
4813 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
4816         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
4817
4818 2004-09-20  Simon Josefsson  <jas@extundo.com>
4819
4820         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
4821         "utf-16-le".
4822
4823 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4824
4825         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
4826
4827 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * uudecode.el (uudecode-use-external): Add :version.
4830
4831         * smime.el (smime-CA-file, smime-encrypt-cipher)
4832         (smime-dns-server): Add :version.
4833
4834         * smiley.el (gnus-smiley-file-types): Add :version.
4835
4836         * sha1.el (sha1-use-external): Add :version.
4837
4838         * pgg-def.el (pgg-query-keyserver): Add :version.
4839
4840         * nnmail.el (nnmail-fancy-expiry-targets)
4841         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
4842
4843         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
4844         (nnimap-retrieve-groups-asynchronous): Add :version.
4845         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
4846
4847         * mml.el (mml-content-disposition-parameters)
4848         (mml-insert-mime-headers-always): Add :version.
4849
4850         * mm-util.el (mm-coding-system-priorities):
4851
4852         * mm-decode.el (mm-inline-text-html-with-images)
4853         (mm-keep-viewer-alive-types, mm-external-terminal-program)
4854         (mm-verify-option): Add :version.
4855         (mm-text-html-renderer): Change :version.
4856
4857         * message.el (message-fcc-externalize-attachments)
4858         (message-required-headers, message-draft-headers)
4859         (message-subject-trailing-was-query)
4860         (message-subject-trailing-was-ask-regexp)
4861         (message-subject-trailing-was-regexp, message-mark-insert-begin)
4862         (message-mark-insert-end, message-archive-header)
4863         (message-archive-note, message-cross-post-default)
4864         (message-cross-post-note, message-followup-to-note)
4865         (message-cross-post-note-function, message-use-mail-followup-to)
4866         (message-subscribed-address-functions)
4867         (message-subscribed-address-file, message-subscribed-addresses)
4868         (message-subscribed-regexps, message-allow-no-recipients)
4869         (message-yank-cited-prefix, message-signature-insert-empty-line)
4870         (message-hidden-headers, message-hierarchical-addresses)
4871         (message-mail-user-agent, message-use-idna)
4872         (message-valid-fqdn-regexp)
4873         (message-strip-special-text-properties, message-header-synonyms)
4874         (message-beginning-of-line, message-tab-body-function): Add :version.
4875         (message-insert-canlock, message-wide-reply-confirm-recipients):
4876         Change :version.
4877
4878         * mail-source.el (mail-source-ignore-errors): Add :group, :type
4879         and :version.
4880         (mail-source-delete-old-incoming-confirm)
4881         (mail-source-movemail-program): Add :version.
4882
4883         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
4884         (gnus-agent-cache, gnus-agent): Change :version.
4885
4886         * gnus-util.el (gnus-use-byte-compile): Change :version.
4887
4888         * gnus-sum.el (gnus-summary-make-false-root-always)
4889         (gnus-summary-default-high-score)
4890         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
4891         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
4892         (gnus-read-all-available-headers, gnus-article-emulate-mime)
4893         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
4894         (gnus-sum-thread-tree-single-indent)
4895         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4896         (gnus-sum-thread-tree-leaf-with-other)
4897         (gnus-sum-thread-tree-single-leaf): Add :version.
4898         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
4899         (gnus-article-loose-mime): Change :version.
4900
4901         * gnus-start.el (gnus-backup-startup-file)
4902         (gnus-save-startup-file-via-temp-buffer): Add :version.
4903
4904         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
4905         (gnus-server-offline-face): Add :version.
4906
4907         * gnus-score.el (gnus-adaptive-word-length-limit):
4908
4909         * gnus-msg.el (gnus-gcc-externalize-attachments)
4910         (gnus-debug-files, gnus-debug-exclude-variables)
4911         (gnus-discouraged-post-methods): Change :version.
4912         (gnus-confirm-mail-reply-to-news)
4913         (gnus-confirm-treat-mail-like-news): Add :version.
4914
4915         * gnus-int.el (gnus-server-unopen-status): Add :version.
4916
4917         * gnus-group.el (gnus-group-jump-to-group-prompt)
4918         (gnus-large-ephemeral-newsgroup)
4919         (gnus-fetch-old-ephemeral-headers): Add :version.
4920
4921         * gnus-fun.el (gnus-x-face-directory)
4922         (gnus-convert-pbm-to-x-face-command)
4923         (gnus-convert-image-to-x-face-command)
4924         (gnus-convert-image-to-face-command): Add :version.
4925
4926         * gnus-delay.el (gnus-delay-default-hour): Add :version.
4927
4928         * gnus-cite.el (gnus-cite-blank-line-after-header)
4929         (gnus-article-boring-faces):
4930
4931         * gnus-art.el (gnus-buttonized-mime-types)
4932         (gnus-inhibit-mime-unbuttonizing)
4933         (gnus-treat-display-face)
4934         (gnus-treat-body-boundary): Change :version.
4935         (gnus-body-boundary-delimiter, gnus-picon-databases)
4936         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
4937         (gnus-treat-date-english, gnus-treat-fold-headers)
4938         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
4939         (gnus-treat-mail-picon, gnus-treat-wash-html)
4940         (gnus-article-encrypt-protocol)
4941         (gnus-use-idna, gnus-article-over-scroll)
4942         (gnus-mime-display-multipart-alternative-as-mixed)
4943         (gnus-mime-display-multipart-related-as-mixed)
4944         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
4945         (gnus-ctan-url, gnus-button-ctan-handler)
4946         (gnus-button-handle-ctan-bogus-regexp)
4947         (gnus-button-ctan-directory-regexp)
4948         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
4949         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
4950         (gnus-button-man-level, gnus-button-emacs-level)
4951         (gnus-button-message-level, gnus-button-browse-level): Add :version.
4952
4953         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
4954         (gnus-agent-go-online): Change :version.
4955         (gnus-agent-expire-unagentized-dirs)
4956         (gnus-agent-auto-agentize-methods): Add :version.
4957
4958         * flow-fill.el (fill-flowed-display-column)
4959         (fill-flowed-encode-column): Add :version.
4960
4961         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4962         (gnus-outlook-deuglify-unwrap-max)
4963         (gnus-outlook-deuglify-cite-marks)
4964         (gnus-outlook-deuglify-unwrap-stop-chars)
4965         (gnus-outlook-deuglify-no-wrap-chars)
4966         (gnus-outlook-deuglify-attrib-cut-regexp)
4967         (gnus-outlook-deuglify-attrib-verb-regexp)
4968         (gnus-outlook-deuglify-attrib-end-regexp)
4969         (gnus-outlook-display-hook): Add :version.
4970
4971         * binhex.el (binhex-use-external): Add :version.
4972
4973 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
4974
4975         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
4976         and `invisible'.
4977
4978 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4979
4980         * gnus-registry.el (gnus-registry-trim): watch out for negatives
4981         in gnus-registry-trim
4982
4983 2004-09-13  Simon Josefsson  <jas@extundo.com>
4984
4985         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
4986
4987         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
4988
4989         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
4990         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4991         <yamaoka@jpl.org>.
4992         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
4993         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
4994         <yamaoka@jpl.org>.
4995
4996         * sieve.el (sieve-manage-mode): Ditto.
4997
4998 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
4999
5000         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
5001
5002 2004-09-11  Simon Josefsson  <jas@extundo.com>
5003
5004         * dns-mode.el: Add.
5005
5006         * mm-view.el (mm-display-dns-inline): Add.
5007
5008         * mm-decode.el (mm-inline-media-tests): Add text/dns.
5009         (mm-automatic-display): Ditto.
5010
5011         * mailcap.el (mailcap-mime-data): Add text/dns.
5012         (mailcap-mime-extensions): Map .soa to text/dns.
5013
5014 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
5015
5016         * gnus-art.el (article-decode-mime-words, article-babel)
5017         (gnus-article-highlight-signature, gnus-article-add-buttons)
5018         (gnus-signature-toggle): Remove unnecessary bindings of
5019         `inhibit-read-only' inherited from v5.10 merge.
5020
5021 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
5022
5023         * nntp.el (nntp): New customization group.
5024         (nntp-authinfo-file): Add customization group.
5025
5026         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
5027
5028         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
5029
5030         * gnus.el (to-address, to-list, subscribed)
5031         (large-newsgroup-initial): Ditto.
5032
5033         * flow-fill.el (fill-flowed-display-column)
5034         (fill-flowed-encode-column): Ditto.
5035
5036 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
5037
5038         * message.el (message-tokenize-header, message-send-mail-with-qmail):
5039         Use point-min rather than 1.
5040         (message-send-mail): Use buffer-size rather than point-max.
5041
5042         * gnus-sum.el (gnus-summary-search-article-forward):
5043         Signal a specific `search-failed' rather than a generic `error'.
5044
5045         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
5046         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
5047         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
5048
5049 2004-09-10  Simon Josefsson  <jas@extundo.com>
5050
5051         * nndb.el (require): Remove tcp and duplicate cl.
5052
5053 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-agent.el (directory-files-and-attributes): Move forward.
5056
5057 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5058
5059         * gnus-agent.el (directory-files-and-attributes): Optionally
5060         defined to support XEmacs.
5061
5062 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5063
5064         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
5065         to avoid run-time CL dependencies.
5066         (gnus-agent-unfetch-articles): New function.
5067         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
5068         article numbers even when local .overview file is missing.
5069         (gnus-agent-read-article-number): New function. Only accepts
5070         27-bit article numbers.
5071         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
5072         gnus-agent-read-article-number.
5073         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
5074         from backend while recognizing that article numbers in .overview
5075         must be valid.
5076         (gnus-agent-update-files-total-fetched-for): Use
5077         directory-files-and-attributes to improve performance.
5078         * gnus-int.el (gnus-request-move-article): Use
5079         gnus-agent-unfetch-articles in place of gnus-agent-expire to
5080         improve performance.
5081
5082         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
5083         some users confused by references to .newsrc when they only have a
5084         .newsrc.eld file.
5085         (gnus-convert-mark-converter-prompt,
5086         gnus-convert-converter-needs-prompt): Fixed use of property list.
5087         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
5088         New function. Used internally to only display 'gnus converting
5089         files' message when actually necessary.
5090
5091         * gnus-sum.el (): Removed (require 'gnus-agent) as required
5092         methods now autoloaded.
5093
5094 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-sum.el (gnus-summary-insert-subject): Remove list
5097         identifiers.
5098
5099 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * gnus-picon.el: Fix indentation and closing parenthesis.
5102
5103 2004-09-01  Simon Josefsson  <jas@extundo.com>
5104
5105         * message.el (message-canlock-generate): Require sha1, not
5106         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
5107         to require within a function.  Sadly, if sha1.el isn't loaded, the
5108         let binding in m-c-g will hide the defcustom definition, which is
5109         bad.)
5110
5111         * canlock.el: Require sha1, not sha1-el.
5112
5113         * message.el: Don't autoload sha1 (there is a autoload cookie in
5114         sha1.el).
5115
5116         * sha1-el.el: Renamed to sha1.el.
5117
5118 2004-08-30  Juanma Barranquero  <lektu@terra.es>
5119
5120         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5121
5122 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5123
5124         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5125
5126 2004-08-30  Kim F. Storm  <storm@cua.dk>
5127
5128         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5129
5130         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5131         Add :group 'nnimap.
5132
5133 2004-08-30  Andreas Schwab <schwab@suse.de>
5134
5135         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
5136         ?* and ?\;.
5137
5138         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
5139         and ?\' to symbol instead of whitespace.
5140
5141 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
5144
5145         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
5146         instead of re-search-forward.
5147
5148         * gnus-uu.el (gnus-uu-save-article): Ditto.
5149         (gnus-uu-post-encode-uuencode): Ditto.
5150
5151         * html2text.el (html2text-clean-list-items): Ditto.
5152         (html2text-clean-dtdd): Ditto.
5153         (html2text-format-tags): Ditto.
5154
5155         * message.el (message-send-mail-with-sendmail): Fix regexp.
5156         (message-fill-field-general): Use search-forward instead of
5157         re-search-forward.
5158         (unbold-region): Ditto.
5159
5160         * nnrss.el (nnrss-request-article): Ditto.
5161
5162         * nnslashdot.el (nnslashdot-request-article): Ditto.
5163
5164         * nnweb.el (nnweb-gmane-wash-article): Ditto.
5165
5166         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
5167         "Unrecognized menu descriptor" error in XEmacs.
5168
5169 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
5172         entry.
5173
5174         * gnus-group.el (gnus-group-line-format-alist): Convert the value
5175         of gnus-tmp-news-method into string under XEmacs.  It will be
5176         passed to gnus-correct-length which takes only a string argument.
5177
5178 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-util.el (gnus-bind-print-variables): New macro.
5181         (gnus-prin1): Use it.
5182         (gnus-prin1-to-string): Use it.
5183         (gnus-pp): New function.
5184         (gnus-pp-to-string): New function.
5185
5186         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
5187         pp-to-string with gnus-pp-to-string.
5188         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
5189         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
5190         * gnus-msg.el (gnus-debug): Ditto.
5191         * gnus-score.el (gnus-score-save): Ditto.
5192         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
5193         gnus-pp-to-string.
5194         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
5195         with gnus-pp.
5196         * score-mode.el (gnus-score-pretty-print): Ditto.
5197         * webmail.el (webmail-debug): Ditto.
5198
5199 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * gnus-art.el (article-display-face, article-display-x-face): Use
5202         buffer-read-only.
5203
5204 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-art.el (article-hide-list-identifiers): Bind
5207         inhibit-read-only as t.
5208
5209 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
5212
5213 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5214
5215         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
5216         (gnus-narrow-to-page): Don't assume point-min == 1.
5217         (gnus-article-edit-mode): Derive from message-mode.
5218
5219         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
5220         point-min == 1.
5221
5222         * imap.el (imap-parse-address-list, imap-parse-body-ext):
5223         Disable incorrect use of `assert'.
5224
5225         * message.el (message-mode): Set comment-start-skip.
5226
5227
5228 2004-08-22  Sam Steingold  <sds@gnu.org>
5229
5230         * pop3.el (pop3-leave-mail-on-server): New user variable.
5231         (pop3-movemail): Delete mail only when it is nil.
5232
5233 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
5234
5235         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
5236
5237         * mml.el (mml-preview): Use `pop-to-buffer'.
5238
5239         * message.el (message-goto-mail-followup-to): Insert after "To".
5240         (message-carefully-insert-headers): Add comment.
5241
5242         * gnus.el: Remove unused variable `gnus-article-check-size'.
5243
5244         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
5245
5246         * gnus-art.el (gnus-button-alist): Improve
5247         `gnus-button-handle-library' entry.
5248
5249 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
5250
5251         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
5252         downcase, since XEmacs capitalizes error messages differently.
5253         From Sebastian Freundt <hroptatyr@gna.org>.
5254
5255 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
5256
5257         * nntp.el: Add (require 'gnus) due to reference to
5258         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
5259
5260 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
5261
5262         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
5263         `mm-fill-flowed'.
5264
5265         * mm-decode.el (mm-dissect-singlepart): Check it.
5266
5267 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
5268
5269         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
5270         'imap' for netrc parsing
5271
5272 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5273
5274         * mailcap.el (mailcap-mime-data): Mark as risky.
5275
5276 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
5279         may be included in the encoded word.
5280         (rfc2047-encode): Don't append a space if the encoded word
5281         includes close parenthesis.
5282
5283 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
5286         of text within parentheses.
5287
5288 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
5291         (gnus-encrypt-write-file-contents): the password key is the file
5292         name PLUS the cipher, not just the cipher.  Also remove failed
5293         passwords from the cache.
5294
5295 2004-08-06  Simon Josefsson  <jas@extundo.com>
5296
5297         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
5298         fix.
5299
5300 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
5303         LWSP.
5304
5305 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
5306
5307         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
5308         to append in-reply-to: data to the references: header
5309
5310         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
5311         (netrc-parse): use gnus-encrypt.el functions
5312
5313         * gnus-encrypt.el: new file for encryption support; currently
5314         does only a few GPG ciphers and an internal XOR cipher
5315
5316         * password.el: add comments on using password-read-and-add
5317         (password-read-and-add): new function to read and add the
5318         password to the cache at once
5319
5320 2004-07-28  Simon Josefsson  <jas@extundo.com>
5321
5322         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
5323         parameter (but don't use it, for now).
5324
5325         * imap.el (imap-ssl-open): Use imap-process-connection-type,
5326         instead of hard coding to nil.
5327
5328 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mm-view.el (mm-inline-image-emacs): Open lines under an image
5331         as mm-inline-image-xemacs does.
5332
5333 2004-07-26  Simon Josefsson  <jas@extundo.com>
5334
5335         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
5336         Revert part of 2004-07-17 change below.
5337
5338 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
5341         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5342
5343 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
5346         quotes that actually start with ">" at the beginning of the
5347         lines.
5348
5349 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * rfc2047.el (rfc2047-encode-region): Fix last change.
5352         (rfc2047-encode-parameter): Remove useless concat.
5353
5354 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
5357         encode special characters; fix some kind of misconfigured headers;
5358         signal a real error if debug-on-quit or debug-on-error is non-nil.
5359         (rfc2047-encode-max-chars): New variable.
5360         (rfc2047-encode-1): Use it.
5361         (rfc2047-encode-parameter): New function.
5362
5363         * mml.el (mml-insert-parameter): Remove an excessive space.
5364
5365 2004-07-17  Simon Josefsson  <jas@extundo.com>
5366
5367         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
5368         Kai Grossjohann <kai@emptydomain.de>.
5369         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
5370         (gnus-group-make-menu-bar): Ditto.
5371
5372         * gnus-util.el (gnus-group-server): Add.
5373
5374 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
5375
5376         * message.el (message-clone-locals): Clone sendmail and smtp
5377         variables.
5378
5379 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * rfc2047.el (rfc2047-encode-region): Fix last change.
5382
5383 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5384         From David Hedbor <dhedbor@real.com>.
5385
5386         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
5387         (nnmail-expand-newtext): Lowercase expanded entries if
5388         nnmail-split-lowercase-expanded is non-nil.
5389
5390 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5391
5392         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
5393         characters as non-special.
5394
5395 2004-07-09  Simon Josefsson  <jas@extundo.com>
5396
5397         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
5398         Users will lose all flag changes made while unplugged with
5399         e.g. nntp unless flag synchronization happens, thus `nil' is not a
5400         good default.  See numerous reports on ding mailing list.
5401
5402 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5403
5404         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
5405         add generate-head-function and generate-article-function to the
5406         rfc822-forward entry.
5407         (nndoc-rfc822-forward-generate-article): New function.
5408         (nndoc-rfc822-forward-generate-head): New function.
5409
5410         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
5411
5412 2004-07-06  Dan Christensen  <jdc@uwo.ca>
5413
5414         * gnus-sum.el (gnus-summary-read-group-1): When summary
5415         is unthreaded, respect display group parameter.
5416         (gnus-articles-to-read): Remove unused reference to
5417         display group parameter.
5418
5419 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * nnheader.el (nnheader-uniquify-message-id): New experimental
5422         variable.
5423         (nnheader-nov-read-message-id): Use it.
5424
5425         * spam-report.el (spam-report-gmane): Add interactive.
5426
5427 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
5430         qp-or-base64 for the application/* types.
5431
5432 2004-07-02  Jesper Harder  <harder@ifa.au.dk>
5433
5434         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.  From
5435         Joakim Verona <joakim@verona.se>.
5436
5437 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5438
5439         * gnus-registry.el (gnus-registry-trim): don't allow a negative
5440         trim value
5441
5442 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
5443
5444         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
5445         New macro and function.
5446         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
5447
5448 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
5451         after-load-alist.
5452
5453 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
5456         update info that isn't there.
5457
5458 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5459
5460         * mm-view.el (mm-inline-render-with-function): Use multibyte
5461         buffer; decode html source by charset.
5462
5463         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
5464
5465         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
5466         entry.  From Ilya N. Golubev <gin@mo.msk.ru>.
5467         (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is
5468         loaded under XEmacs.
5469         (): Don't make duplicated entries in mm-mime-mule-charset-alist.
5470
5471 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
5472
5473         * nnheader.el (nnheader-max-head-length): Increase to 8192.
5474
5475 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * mm-util.el (mm-coding-system-p): Return a coding-system.
5478         (mm-mime-mule-charset-alist): Use shift_jis instead of
5479         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
5480         entries for the mime charsets iso-2022-jp-3 and shift_jis.
5481         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
5482         instead of japanese-shift-jis and iso-latin-1 respectively in
5483         order to share the default value with both Emacs and XEmacs-mule.
5484         (mm-mule-charset-to-mime-charset): Make
5485         mm-coding-system-priorities effective.
5486         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
5487         while predicating of candidates upon the priorities.
5488
5489 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
5490
5491         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5492         gnus-uu-invert-processable.
5493
5494         * gnus.el: Autoload gnus-uu-invert-processable.
5495
5496 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * mm-util.el (mm-with-multibyte-buffer): New macro.
5499
5500         * rfc2047.el (rfc2047-encode-string): Use it.
5501         (rfc2047-encode-region): Move point to the end of the region after
5502         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
5503
5504 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
5507         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
5508
5509 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
5512         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
5513         Karl Chen <quarl@nospam.quarl.org>.
5514
5515 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
5516
5517         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
5518         invalid addresses.
5519
5520 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
5521
5522         * spam.el: section markers changed, TODO list revised
5523         (spam-backends): new master list of all installed backends
5524         (spam-summary-exit-behavior): new variable to determine how
5525         messages moves are done at summary exit
5526         (spam-move-spam-nonspam-groups-only)
5527         (spam-process-ham-in-nonham-groups)
5528         (spam-process-ham-in-spam-groups): variables removed, the
5529         spam-summary-exit-behavior variable should be used to manage this
5530         behavior
5531         (spam-old-ham-articles, spam-old-spam-articles): removed
5532         (spam-old-articles): new variable, replacing spam-old-ham-articles
5533         and spam-old-spam-articles
5534         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
5535         empty variables, placeholders for the backends they represent
5536         (spam-set-difference): moved, unchanged
5537         (spam-list-of-processors): variable OBSOLETE, not used anymore
5538         unless the user has a processor variable
5539         (spam-classifications, spam-classification-valid-p)
5540         (spam-backend-properties, spam-backend-property-valid-p)
5541         (spam-backend-function-type-valid-p)
5542         (spam-process-type-valid-p, spam-list-articles): helper functions
5543         (spam-report-articles-gmane, spam-report-articles-resend):
5544         functions removed, they are not needed
5545         (spam-install-backend-super, spam-backend-list)
5546         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
5547         (spam-backend-function, spam-backend-ham-registration-function)
5548         (spam-backend-spam-registration-function)
5549         (spam-backend-ham-unregistration-function)
5550         (spam-backend-spam-unregistration-function)
5551         (spam-backend-statistical-p, spam-backend-mover-p)
5552         (spam-install-backend-alias, spam-install-checkonly-backend)
5553         (spam-install-mover-backend, spam-install-nocheck-backend)
5554         (spam-install-backend, spam-install-statistical-backend)
5555         (spam-install-statistical-checkonly-backend): backend installation
5556         support
5557         (spam-summary-prepare-exit): rewritten to use the new backend code
5558         (spam-group-processor-p): use the new backend code and respect the
5559         summary exit behavior
5560         (spam-mark-spam-as-expired-and-move-routine): removed
5561         (spam-summary-prepare): changed to use the new spam-old-articles
5562         variable
5563         (spam-copy-or-move-routine, spam-copy-spam-routine)
5564         (spam-move-spam-routine, spam-copy-ham-routine)
5565         (spam-move-ham-routine): new code to copy/move ham or spam
5566         (spam-fetch-field-fast): doc and code improved, plus it allows the
5567         'number request
5568         (spam-list-of-checks, spam-list-of-statistical-checks): variables
5569         removed, no longer used
5570         (spam-split, spam-find-spam): use the new backend code
5571         (spam-registration-functions): variable removed, no longer used
5572         (spam-unregister-routine): convenience wrapper
5573         (spam-log-undo-registration, spam-register-routine)
5574         (spam-log-processing-to-registry)
5575         (spam-log-unregistration-needed-p): renamed "check" to "backend"
5576         where possible
5577         (spam-check-gmane-xref, spam-check-regex-headers)
5578         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
5579         (spam-check-whitelist, spam-check-blacklist)
5580         (spam-check-bogofilter-headers, spam-check-spamoracle)
5581         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
5582         (spam-check-crm114-headers): use the spam-split-group that
5583         spam-split prepares, no need to determine it every time
5584
5585         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
5586         the nnheader-parse-naked-head call
5587
5588         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
5589
5590         * gnus-sum.el (gnus-nov-parse-line): add the message number to
5591         the nnheader-nov-read-message-id call
5592
5593 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
5596         gnus-activate-group twice.  Suggested by Markus Peter
5597         <warp@spin.de>.
5598
5599 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-art.el (gnus-article-time-format): Exchange the order of
5602         day and month in the default value; fix customization type.
5603         (article-date-ut): Use add-text-properties.
5604         (article-make-date-line): Use message-make-date instead of
5605         current-time-string.
5606
5607         * message.el (message-fetch-field): Don't use set-text-properties.
5608         (message-make-date): Simplify.
5609
5610         * messagexmas.el (message-xmas-make-date): New function.
5611         (message-xmas-redefine): Defalias message-make-date to it.
5612
5613 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
5616         (rfc2047-encode-region): Treat text within parentheses as special;
5617         show the original text when error has occurred.
5618
5619         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
5620         already-computed method to gnus-activate-group.
5621
5622         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
5623         same select-methods identical Lisp objects.
5624
5625         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
5626         object when modifying the info.
5627
5628 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-srvr.el (gnus-server-set-info): Remove the server from
5631         gnus-opened-servers since it has never been opened with the new
5632         configuration yet.
5633
5634 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
5637         arg to nnheader-generate-fake-message-id.
5638
5639 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
5640
5641         * nnheader.el (nnheader-generate-fake-message-id): accept a
5642         number and build a fake message ID localized to a group and
5643         article number (so it's repeatable from that point on)
5644         (nnheader-fake-message-id-p): change regex to accomodate new fake
5645         ID format
5646
5647         * gnus-sum.el (gnus-get-newsgroup-headers): call
5648         nnheader-generate-fake-message-id with the article number
5649
5650 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
5651
5652         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
5653         end-of-buffer.
5654
5655 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * message.el (message-ignored-supersedes-headers): Add Approved.
5658
5659 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * rfc2047.el (rfc2047-encode-message-header): Remove useless
5662         goto-char.
5663         (rfc2047-encode): Fold the line before encoding.
5664
5665 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * rfc2047.el (rfc2047-encode-message-header): Disabled header
5668         folding -- not all headers can be folded, and this should be done
5669         by the message composition mode.  Probably.  I think.
5670
5671 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
5674         fast.
5675
5676         * gnus-ems.el (gnus-remove-image): Don't use
5677         message-text-with-property; remove only the image found first.
5678
5679         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
5680         found first.
5681
5682 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
5683
5684         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
5685
5686 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * message.el (message-text-with-property): Make it fast and accept
5689         optional arguments.
5690         (message-strip-forbidden-properties): Use it.
5691         (message-fix-before-sending): Follow the m-t-w-p change.
5692
5693         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
5694
5695 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-art.el (article-hide-headers): Don't change the buffer
5698         mistakenly when performing mml-preview even if
5699         gnus-single-article-buffer is nil.
5700
5701 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
5702
5703         * message.el (message-expand-name-databases): New user option.
5704         (message-expand-name): Use it.
5705
5706 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
5707
5708         * spam.el (spam-report-articles-resend)
5709         (spam-report-resend-register-routine): allow ham reporting
5710         (spam-report-resend-register-ham-routine): simple wrapper
5711         (spam-registration-functions): add ham resending functions
5712         (spam-list-of-processors): add ham resend processor
5713
5714         * gnus.el (ham-resend-to): new group parameter
5715         (spam-process): add ham resend option
5716
5717         * spam-report.el (spam-report-resend): allow reporting ham
5718         (spam-report-resend-ham): simple wrapper
5719
5720 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * message.el (message-cite-articles-with-x-no-archive): New
5723         variable.
5724         (message-cite-original): Use it.
5725
5726 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5727
5728         * message.el (message-cite-original): Respect X-No-Archive.
5729
5730 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5731
5732         * gnus-art.el (article-hide-headers): Refer to the values for
5733         gnus-ignored-headers and gnus-visible-headers in the summary
5734         buffer since a user may have set them as group parameters.
5735
5736 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * assistant.el (assistant-node-name): new convenience function
5739         (assistant-render-text, assistant-render-node): error handling,
5740         plus handle multiple next nodes
5741         (assistant-find-next-node): commented out for now
5742         (assistant-find-next-nodes): new function, returns list of next
5743         nodes
5744
5745 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * mail-source.el (mail-source-directory): Fix doc-string.
5748
5749 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
5750
5751         * assistant.el (assistant-render-text, assistant-eval): add :set
5752         widget type, which is different because it takes and returns a
5753         list.  Much hilarity ensues.
5754
5755 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
5758
5759         * gnus-group.el (gnus-group-get-new-news-this-group): Added
5760         doc-string.
5761
5762         * gnus-start.el (gnus-activate-group): Added doc-string.
5763
5764 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
5767
5768 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
5769
5770         * assistant.el (assistant-render-text): trying to add a :set
5771         widget, more to come...
5772
5773         * spam.el (spam-group-spam-contents-p): handle empty groupname
5774         strings
5775         (spam-report-articles-resend)
5776         (spam-register-routine): do registration iff any articles warrant
5777         it.
5778         (spam-summary-prepare-exit): changed log message for nil group
5779         destinations
5780
5781 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
5782
5783         * spam.el (spam-report-resend-register-routine): allow
5784         spam-report-resend-to to be a group parameter or a global value
5785
5786 2004-05-26  Simon Josefsson  <jas@extundo.com>
5787
5788         * starttls.el: Merge with my GNUTLS based starttls.el.
5789         (starttls-gnutls-program, starttls-use-gnutls)
5790         (starttls-extra-arguments, starttls-process-connection-type)
5791         (starttls-connect, starttls-failure, starttls-success): New
5792         variables.
5793         (starttls-program, starttls-extra-args): Doc fix.
5794         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
5795         functions.
5796         (starttls-negotiate, starttls-open-stream): Check
5797         `starttls-use-gnutls' and pass on to corresponding *-gnutls
5798         function if it is set.
5799
5800 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5801
5802         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
5803         structured fields.
5804
5805 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5806
5807         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
5808
5809 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
5810
5811         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
5812         variable.
5813         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
5814         assigning the spam-mark to new messages.
5815
5816 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
5817
5818         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
5819
5820 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * dgnushack.el: Autoload customize-set-variable for XEmacs.
5823
5824         * rfc2047.el (rfc2047-encodable-p): Don't move point.
5825         (rfc2047-decode): Treat the ascii coding-system as raw-text by
5826         default.
5827
5828 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
5829
5830         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
5831         correct data.
5832
5833 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
5834
5835         * spam.el (spam-list-of-processors): use nil for nonexistent processors
5836         (spam-group-processor-p): fixed function so it works properly
5837         (spam-group-processor-multiple-p)
5838         (spam-group-spam-processor-report-gmane-p)
5839         (spam-group-spam-processor-report-resend-p)
5840         (spam-group-spam-processor-bogofilter-p)
5841         (spam-group-spam-processor-blacklist-p)
5842         (spam-group-spam-processor-ifile-p)
5843         (spam-group-ham-processor-ifile-p)
5844         (spam-group-spam-processor-spamoracle-p)
5845         (spam-group-spam-processor-crm114-p)
5846         (spam-group-ham-processor-bogofilter-p)
5847         (spam-group-spam-processor-stat-p)
5848         (spam-group-ham-processor-stat-p)
5849         (spam-group-ham-processor-whitelist-p)
5850         (spam-group-ham-processor-BBDB-p)
5851         (spam-group-ham-processor-spamoracle-p)
5852         (spam-group-ham-processor-copy-p): functions removed with some
5853         prejudice against unneeded code
5854         (spam-report-articles-resend)
5855         (spam-report-resend-register-routine): allow the group/topic
5856         spam-resend-to value to override spam-report-resend-to
5857         (spam-summary-prepare-exit): invoke spam-group-processor-p
5858         properly now
5859
5860         * spam-report.el (spam-report-resend-to, spam-report-resend):
5861         start with resend-to set to nil, and then ask the user if
5862         necessary.  From Daniel Pittman <daniel@rimspace.net>.
5863
5864         * gnus.el (spam-resend-to): new group/topic parameter
5865         (spam-process): move the OBSOLETE processors to the end of the
5866         choices.
5867
5868         * spam-report.el (spam-report-resend): spam-report-resend takes a
5869         list of articles, not separate article numbers.  From Daniel
5870         Pittman <daniel@rimspace.net>.
5871
5872 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
5875         addition to emacs-w3m.
5876
5877 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5878
5879         * assistant.el (assistant-authinfo-data): New function.
5880         (assistant-eval): Eval for entire assistant.
5881
5882         * netrc.el (netrc-services-file): New variable.
5883         (netrc-parse-services): New function.
5884         (netrc-find-service-name): New function.
5885         (netrc-find-service-number): New function.
5886         (netrc-port-equal): New function.
5887         (netrc-machine): Use it.
5888
5889         * nnimap.el (nnimap-open-connection): Use netrc.
5890
5891         * gnus-util.el (gnus-netrc-get): Remove aliases.
5892
5893         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
5894
5895         * assistant.el (wid-edit): Fix compilation.
5896
5897         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
5898
5899 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
5900
5901         * gnus-util.el (gnus-set-file-modes): New function.  (small
5902         patch).
5903
5904 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5905
5906         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
5907
5908         * assistant.el (assistant-render-node): Fix up rendering and
5909         read-only text.
5910         (assistant-render-node): Reset.
5911         (assistant-make-read-only): Not sticky.
5912
5913 2004-05-20  Danny Siu  <dsiu@adobe.com>
5914
5915         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
5916         centered even when gnus-auto-center-summary is t
5917
5918 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * dns.el (dns-get-txt-answer): New function.
5921         (dns-read-txt): Ditto.
5922         (query-dns): Use it.
5923
5924 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
5927         active for foreign groups even if the group level is higher than
5928         the specified value.
5929
5930 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
5933         non-active groups.
5934
5935         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
5936
5937 2004-05-20  Magnus Henoch  <mange@freemail.hu>
5938
5939         * dns.el (dns-read-type): Add support for SVR.  (small patch)
5940
5941 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5942
5943         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
5944         (spam-crm114-header, spam-crm114-spam-switch)
5945         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
5946         (spam-crm114-positive-spam-header)
5947         (spam-crm114-database-directory, spam-list-of-processors)
5948         (spam-group-spam-processor-crm114-p)
5949         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
5950         (spam-generic-score, spam-list-of-checks)
5951         (spam-list-of-statistical-checks, spam-registration-functions)
5952         (spam-check-crm114-headers, spam-crm114-score)
5953         (spam-check-crm114, spam-crm114-register-with-crm114)
5954         (spam-crm114-register-spam-routine)
5955         (spam-crm114-unregister-spam-routine)
5956         (spam-crm114-register-ham-routine)
5957         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
5958         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
5959
5960         * gnus.el: added spam-use-crm114
5961
5962         * spam.el (spam-list-of-processors, spam-registration-functions):
5963         add spam-use-resend
5964         (spam-group-spam-processor-report-resend-p): utility wrapper
5965         (spam-report-articles-gmane): doc fix
5966         (spam-report-articles-resend,
5967         spam-report-resend-register-routine): wrappers around
5968         spam-report-resend-to
5969
5970         * spam-report.el (spam-report-resend-to, spam-report-resend):
5971         support for resending spam
5972         (spam-report-gmane): line length >80 fix
5973
5974         * gnus.el (spam-process): add spam-use-resend
5975
5976 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5977
5978         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
5979         number of processed spam messages.
5980         (spam-ham-copy-or-move-routine): Return the number of processed
5981         ham messages.
5982         (spam-summary-prepare-exit): Use the above values to decide
5983         whether status messages shouled be displayed.
5984
5985 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
5988         `rfc2047-encoding-function-alist' in order to avoid conflicting
5989         with the old version.
5990         (rfc2047-encode-region): Concatenate words containing non-ASCII
5991         characters in structured fields; don't encode space-delimited
5992         ASCII words even in unstructured fields; don't break words at
5993         char-category boundaries.
5994         (rfc2047-encode-1): New function.
5995         (rfc2047-encode): Use it; encode text so that it occupies the
5996         maximum width within 76-column; work correctly on Q encoding for
5997         iso-2022-* charsets.
5998         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
5999         sure not to break a line just after the header name.
6000         (rfc2047-b-encode-region): Removed.
6001         (rfc2047-b-encode-string): New function.
6002         (rfc2047-q-encode-region): Removed.
6003         (rfc2047-q-encode-string): New function.
6004
6005         * mm-util.el (mm-replace-in-string): New function.
6006
6007 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6008
6009         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
6010         get it right.
6011         (gnus-inews-make-draft): Really.
6012
6013 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
6014
6015         * nnmh.el (nnmh-request-list-1): Don't check the link count
6016         before descending.  (small patch)
6017
6018 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
6021         stuff.
6022
6023         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
6024         on real group name.
6025
6026         * gnus-art.el (gnus-signature-limit): Doc fix.
6027
6028         * gnus-msg.el (gnus-inews-make-draft): Quote list.
6029
6030         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
6031
6032 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>
6033
6034         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
6035         isn't a string.
6036
6037 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6038
6039         * gnus-draft.el (gnus-draft-send): Bind
6040         rfc2047-encode-encoded-words.
6041
6042         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
6043         (rfc2047-encodable-p): Say that =? needs encoding.
6044         (rfc2047-encode-encoded-words): New variable.
6045
6046         * gnus-group.el (gnus-group-select-group): Doc fix.
6047
6048         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
6049
6050         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
6051         to nil.
6052
6053         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
6054
6055         * nnheader.el (nnheader-get-lines-and-char): New function.
6056
6057 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * gnus-msg.el (gnus-summary-followup-with-original): Document
6060         yanking of region when active.
6061
6062 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
6065         groups if the group level is higher than the specified value.
6066
6067 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6068
6069         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
6070         (gnus-group-jump-to-group): Added prefix argument using
6071         `gnus-group-jump-to-group-prompt'.  Query before jumping to
6072         non-active group.
6073
6074         * compface.el (uncompface): Be verbose when changing
6075         `uncompface-use-external'.
6076
6077         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
6078         handle manual section.
6079
6080 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6081
6082         * gnus-art.el (gnus-button-alist): Revert previous change.
6083
6084 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
6087
6088 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
6091         whether backend can accept message.
6092
6093         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
6094
6095 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
6096
6097         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
6098         Avoid creating directory when nntp-marks-is-evil is true.
6099         Reported by Reiner Steib.
6100
6101 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * gnus-picon.el (gnus-picon-style): New variable.
6104         (gnus-picon-insert-glyph): Added optional `nostring' argument.
6105         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
6106         Jesper Harder <harder@ifa.au.dk>.
6107
6108 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * message.el (message-fill-field): Return point.
6111         (message-generate-headers): Go to end of field.
6112
6113         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
6114         stuff for non-living groups.
6115
6116 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
6117
6118         * gnus-art.el (gnus-article-followup-with-original)
6119         (gnus-article-reply-with-original): gnus-mark-active-p ->
6120         gnus-region-active-p.
6121
6122 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * spam.el (spam-summary-prepare-exit): fix messages, so they show
6125         only when there is spam or ham to be processed
6126
6127 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6128
6129         * mail-source.el (mail-source-delete-crash-box): Refactor.
6130         (mail-source-fetch): Use it.
6131         (mail-source-fetch-file): Ditto.
6132         (mail-source-fetch-directory): Run postscript in loop.
6133         (mail-source-fetch-pop): Delete.
6134         (mail-source-fetch-maildir): Ditto.
6135         (mail-source-fetch-imap): Ditto.
6136
6137         * imap.el (imap-authenticators): Comment out sasl.
6138
6139         * message.el (message-skip-to-next-address): New function.
6140         (message-fill-header-address): Refactor.
6141         (message-fill-address): Use it.
6142         (message-delete-address): Use it.
6143         (message-fill-header-general): Refactor.
6144         (message-fill-field-address): Rename.
6145         (message-narrow-to-field): Find the start of the header.
6146         (message-header-format-alist): Don't pre-fill.
6147         (message-fill-header): Removed.
6148         (message-insert-header): New function.
6149         (message-shorten-references): Use it.
6150
6151         * rfc2047.el (rfc2047-field-value): Strip props.
6152
6153         * mail-parse.el (mail-header-make-address): New alias.
6154
6155         * ietf-drums.el (ietf-drums-make-address): New function.
6156
6157         * imap.el: Add compiler directives.
6158
6159         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
6160
6161         * gnus-art.el (article-decode-idna-rhs): Don't use
6162         message-idna-inside-rhs-p.
6163
6164 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * message.el (message-idna-inside-rhs-p): Removed.
6167         (message-idna-to-ascii-rhs-1): Use proper address parsing.
6168
6169         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
6170         false positives.
6171
6172 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
6173
6174         * imap.el (imap-sasl-make-mechanisms): Use sasl.
6175
6176 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * nneething.el (nneething-file-name): Don't create spurions
6179         files.
6180
6181         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
6182         (gnus-inews-do-gcc): Remove sleep.
6183
6184         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
6185         part under point.
6186
6187         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
6188         (gnus-agent-regenerate-group): Using nil messages aren't valid.
6189
6190 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
6191
6192         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
6193
6194 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6195
6196         * spam.el (spam-summary-prepare-exit): only produce "marking spam
6197         as expired without moving it" message when there are spam
6198         messages left
6199
6200 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
6201
6202         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
6203         header is not nil.
6204
6205 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
6206
6207         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
6208         nntp-possibly-create-directory, not nntp-possibly-change-group.
6209         (nntp-marks-changed-p): New arg SERVER.
6210         (nntp-request-update-info): Adjust caller.
6211
6212 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
6213
6214         * nntp.el (nntp-save-marks): Pass missing arg.
6215
6216 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6217
6218         * nntp.el: Support marks.
6219         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
6220         (nntp-marks-modtime, nntp-marks-directory): New variables.
6221         (nntp-request-set-mark, nntp-request-update-info)
6222         (nntp-possibly-create-directory, nntp-marks-changed-p)
6223         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
6224         functions.
6225
6226 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
6227
6228         * gnus-xmas.el (gnus-xmas-select-lowest-window)
6229         (gnus-xmas-redefine): Rename.
6230
6231         * gnus-score.el (gnus-score-insert-help): Use
6232         gnus-select-lowest-window.
6233
6234         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
6235         appt-select-lowest-window and rename to gnus-select-lowest-window.
6236
6237         * gnus.el: do.
6238
6239 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6240
6241         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
6242         encodings of MIME-encoded words, in order to improve
6243         interoperability with several broken MUAs.
6244
6245 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6246
6247         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
6248         tags, only when charsets are not specified in headers.
6249         (mm-inline-text-html-render-with-w3m): Ditto.
6250
6251         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
6252         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
6253
6254 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6255
6256         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
6257         instead of MIME-decoded from fields when checking
6258         `gnus-article-address-banner-alist'.
6259
6260 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
6261
6262         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
6263         description rather than subject.
6264
6265 2004-05-02  Steve Youngs  <steve@youngs.au.com>
6266
6267         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
6268
6269 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus.el (gnus-version-number): Bump.
6272
6273 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6274
6275         * gnus.el: No Gnus v0.2 is released.
6276
6277 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * gnus-agent.el (gnus-agent-read-agentview): Inline
6280         gnus-uncompress-range.
6281
6282 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6283
6284         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
6285         `exec-installed-p'.
6286
6287 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6288
6289         * gnus.el (spam-process, spam-autodetect-methods): Add
6290         bsfilter and bsfilter-headers.
6291
6292         * spam.el (spam-bsfilter): New customize group.
6293         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
6294         (spam-bsfilter-header, spam-bsfilter-probability-header)
6295         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
6296         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
6297         (spam-bsfilter-database-directory): New options.
6298         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
6299         (spam-list-of-statistical-checks, spam-registration-functions):
6300         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
6301         (spam-bsfilter-score): New command.
6302         (spam-check-bsfilter-headers, spam-check-bsfilter)
6303         (spam-bsfilter-register-with-bsfilter)
6304         (spam-bsfilter-register-spam-routine)
6305         (spam-bsfilter-unregister-spam-routine)
6306         (spam-bsfilter-register-ham-routine)
6307         (spam-bsfilter-unregister-ham-routine): New functions.
6308         (spam-generic-score): Support bsfilter; Accept an optional argument
6309         to recalcurate spam score even if scoring header has already been
6310         added.
6311         (spam-bogofilter-score, spam-spamassassin-score): Accept an
6312         optional argument to recalcurate spam score even if scoring header
6313         has already been added.
6314
6315 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
6316
6317         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
6318         strings!  Reported by David D. Smith <davidsmith@acm.org>.
6319         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
6320         link is missing.
6321
6322 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
6323
6324         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
6325         (html2text-get-attr): Rewrite.
6326
6327         * message.el (message-setup-1): Remove redundant put-text-property
6328         on mail-header-separator.
6329
6330 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
6331
6332         * gnus-registry.el (gnus-registry-cache-whitespace)
6333         (gnus-registry-action, gnus-registry-spool-action)
6334         (gnus-registry-split-fancy-with-parent): changed message levels
6335         from 5 to 3 or 7, as needed
6336
6337         * spam.el (spam-summary-prepare-exit)
6338         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
6339         (spam-split, spam-find-spam, spam-log-undo-registration)
6340         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
6341         level from 5 to 6
6342
6343 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6344
6345         * gnus-ems.el: Autoload appt-select-lowest-window (revert
6346         2004-03-04 change).
6347
6348 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6349
6350         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
6351         Use mapc when appropriate.
6352
6353         * sieve-manage.el (sieve-manage-open): do.
6354
6355         * nnweb.el (nnweb-insert-html): do.
6356
6357         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
6358         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
6359
6360         * nnspool.el (nnspool-request-group): do.
6361
6362         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
6363         do.
6364
6365         * nnml.el (nnml-request-update-info): do.
6366
6367         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
6368         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
6369
6370         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
6371         (nnimap-request-set-mark): do.
6372
6373         * nnfolder.el (nnfolder-request-update-info): do.
6374
6375         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
6376         do.
6377
6378         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
6379
6380         * gnus-uu.el (gnus-uu-find-articles-matching): do.
6381
6382         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
6383         do.
6384
6385         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
6386         do.
6387
6388         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
6389
6390         * gnus-nocem.el (gnus-nocem-scan-groups): do.
6391
6392         * gnus-int.el (gnus-start-news-server): do.
6393
6394         * gnus-group.el (gnus-group-make-kiboze-group)
6395         (gnus-group-browse-foreign-server): do.
6396
6397 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6398
6399         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
6400         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
6401         <shields@msrl.com>:
6402
6403         * spam.el (spam-necessary-extra-headers): get the extra headers we
6404         may need for spam sorting and scoring
6405         (spam-user-format-function-S): a user format function suitable for
6406         general use
6407         (spam-article-sort-by-spam-status): sorting function for summary
6408         sorting
6409         (spam-extra-header-to-number): get a score from a header
6410         (spam-summary-score): get a numeric score from the headers
6411         (spam-generic-score): oops, function doc in wrong place
6412         (spam-initialize): take symbols when it's run, and install the
6413         extra headers that spam-necessary-extra-headers thinks we need
6414
6415 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6416
6417         * spam.el (spam-summary-prepare-exit): logic and message fix.
6418         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
6419
6420 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
6421
6422         * gnus-sum.el (gnus-set-global-variables)
6423         (gnus-build-all-threads, gnus-get-newsgroup-headers)
6424         (gnus-article-get-xrefs, gnus-summary-best-group)
6425         (gnus-summary-next-article, gnus-summary-enter-digest-group)
6426         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
6427         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
6428         with-current-buffer.
6429
6430 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6431
6432         * spam.el (spam-summary-prepare-exit): simplified logic
6433         (spam-fetch-article-header): read the article header if it's not
6434         available
6435         (spam-list-articles): simplified logic
6436         (spam-filelist-register-routine): found bug with unregister-list
6437
6438         * gnus-registry.el: clarified comments at beginning
6439
6440 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
6441
6442         * message.el (message-cater-to-broken-inn): Remove.
6443         (message-shorten-references): Make sure the total folded length of
6444         References is shorter than 998 characters to cater to a bug in INN
6445         2.3.  Also, don't pretend that references aren't folded -- this
6446         hasn't worked for a while.
6447
6448 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6449
6450         * gnus-agent.el (gnus-agentize):
6451         gnus-agent-send-mail-real-function no longer set to current value
6452         of message-send-mail-function but rather a lambda that calls
6453         message-send-mail-function.  The change makes the agent real-time
6454         responsive to user changes to message-send-mail-function.
6455
6456 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6457
6458         * legacy-gnus-agent.el
6459         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
6460         help from Florian Weimer <fw@deneb.enyo.de>
6461
6462 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * nnmail.el (nnmail-cache-insert): Revert last change.
6465
6466 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * nnmail.el (nnmail-cache-insert): Always check whether
6469         nnmail-cache-ignore-groups matches a group name.
6470
6471 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
6472
6473         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
6474         (spam-find-spam, spam-log-processing-to-registry)
6475         (spam-log-registered-p, spam-log-unregistration-needed-p)
6476         (spam-log-undo-registration): use gnus-message instead of
6477         gnus-error, none of these errors are fatal
6478
6479         * gnus-registry.el (gnus-registry-clean-empty-function)
6480         (gnus-registry-clean-empty): remove only empty entries without
6481         extra data
6482
6483 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6484
6485         * spam-stat.el (spam-stat-buffer-change-to-spam)
6486         (spam-stat-buffer-change-to-non-spam): change (error) to
6487         (gnus-message 8) invocation
6488
6489 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6490
6491         * nntp.el (nntp-via-netcat-command): New variable.
6492         (nntp-via-netcat-switches): New variable.
6493         (nntp-open-via-rlogin-and-netcat): New function.
6494         (nntp-open-connection-function): Doc fix.
6495         (nntp-telnet-command): Doc fix.
6496         (nntp-end-of-line): Doc fix.
6497         (nntp-via-rlogin-command): Doc fix.
6498         (nntp-via-user-name): Doc fix.
6499         (nntp-via-address): Doc fix.
6500
6501 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
6504         error in Emacs 21.1.
6505
6506 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
6509
6510 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6511         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
6512         (gnus-agent-with-refreshed-group): New macro.
6513         (gnus-agent-rename-group): New function.
6514         (gnus-agent-delete-group): New function.
6515         (gnus-agent-save-group-info): Use gnus-command-method when
6516         `method' parameter is nil.  Don't write nil entries into the
6517         active file.
6518         (gnus-agent-get-group-info): New function.
6519         (gnus-agent-fetch-articles): Use
6520         gnus-agent-update-files-total-fetched-for to increment disk space
6521         used.
6522         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
6523         gnus-agent-update-view-total-fetched-for to increment disk space
6524         used.
6525         (gnus-agent-get-local): Added optional parameters to avoid calling
6526         gnus-group-real-name and gnus-find-method-for-group.
6527         (gnus-agent-set-local): Delete stored entry if either min, or max,
6528         are nil.
6529         (gnus-agent-fetch-session): Reworded error/quit messages.  On
6530         quit, use gnus-agent-regenerate-group to record existance of any
6531         articles fetched to disk before the quit occurred.
6532         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
6533         gnus-agent-update-view-total-fetched-for, and
6534         gnus-agent-update-files-total-fetched-for to decrement disk space
6535         used.
6536         (gnus-agent-retrieve-headers): Use
6537         gnus-agent-update-view-total-fetched-for to increment disk space
6538         used.
6539         (gnus-agent-regenerate-group): Replace gnus-group-update-group
6540         with gnus-agent-update-files-total-fetched-for to decrement disk
6541         space and fresh group buffer.
6542         (gnus-agent-inhibit-update-total-fetched-for): New variable.
6543         (gnus-agent-need-update-total-fetched-for): New variable.
6544         (gnus-agent-update-files-total-fetched-for): New function.
6545         (gnus-agent-update-view-total-fetched-for): New function.
6546         (gnus-agent-total-fetched-for): New function.
6547
6548         * gnus-cache.el (gnus-cache-save-buffers): Use
6549         gnus-cache-update-overview-total-fetched-for to change disk space
6550         used by this group.
6551         (gnus-cache-possibly-enter-article): Use
6552         gnus-cache-update-file-total-fetched-for to increment disk space
6553         used by this group.
6554         (gnus-cache-possibly-remove-article): Use
6555         gnus-cache-update-file-total-fetched-for to decrement disk space
6556         used by this group.
6557         (gnus-cache-generate-nov-databases): Purge total fetched cache.
6558         (gnus-cache-rename-group): New function.
6559         (gnus-cache-delete-group): New function.
6560         (gnus-cache-inhibit-update-total-fetched-for): New variable.
6561         (gnus-cache-need-update-total-fetched-for): New variable.
6562         (gnus-cache-with-refreshed-group): New macro.
6563         (gnus-cache-update-file-total-fetched-for): New function.
6564         (gnus-cache-update-overview-total-fetched-for): New function.
6565         (gnus-cache-rename-group-total-fetched-for): New function.
6566         (gnus-cache-delete-group-total-fetched-for): New function.
6567         (gnus-cache-total-fetched-for): New function.
6568
6569         * gnus-group.el: Require gnus-sum and autoload functions to
6570         resolve warnings when gnus-group.el compiled alone.
6571         (gnus-group-line-format): Documented new %F
6572         (size of Fetched data) group line format; identifies disk space
6573         used by agent and cache.
6574         (gnus-group-line-format-alist): Defined new F format.
6575         (gnus-total-fetched-for): New function.
6576         (gnus-group-delete-group): No longer update
6577         gnus-cache-active-altered as gnus-request-delete-group now keeps
6578         the cache in sync.
6579         (gnus-group-list-active): Let the agent store a server's active
6580         list if currently plugged.
6581
6582         * gnus-int.el (gnus-request-delete-group): Use
6583         gnus-cache-delete-group and gnus-agent-delete-group to keep the
6584         local disk in sync with the server.
6585          (gnus-request-rename-group): Use
6586         gnus-cache-rename-group and gnus-agent-rename-group to keep the
6587         local disk in sync with the server.
6588
6589         * gnus-start.el (gnus-get-unread-articles): Cosmetic
6590         simplification to logic.
6591
6592         * gnus-util.el (gnus-rename-file): New function.
6593
6594 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
6595
6596         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
6597         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
6598
6599         * mm-util.el (mm-image-load-path): Handle nil in load-path.
6600         From Christian Neukirchen <chneukirchen@yahoo.de>.
6601
6602 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
6603
6604         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
6605         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
6606
6607 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
6608
6609         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
6610
6611 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
6612
6613         * spam.el (spam-set-difference): new function to replace
6614         gnus-set-difference in spam.el
6615         (spam-summary-prepare-exit): use spam-set-difference
6616
6617 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6618
6619         * gnus-registry.el (gnus-registry-cache-file): updated to use
6620         gnus-dribble-directory OR gnus-home-directory OR ~
6621         (gnus-registry-split-fancy-with-parent): fixed doc
6622
6623 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * message.el (message-exchange-point-and-mark): Use
6626         message-mark-active-p.  Suggested by Jesper Harder
6627         <harder@ifa.au.dk>.
6628
6629 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * message.el (message-exchange-point-and-mark): Don't activate
6632         region if it was inactive.  Suggested by Hiroshi Fujishima
6633         <pooh@nature.tsukuba.ac.jp>.
6634
6635 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-art.el (article-display-face): Display Faces in the same
6638         order as X-Faces.
6639
6640 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
6643
6644 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
6647         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
6648         (gnus-article-mime-hierarchy): Remove.
6649         (gnus-article-mime-hierarchy-next): Remove.
6650         (gnus-article-mode): Revert 2004-03-19 change.
6651         (gnus-article-setup-buffer): Revert 2004-03-19 change.
6652         (gnus-insert-mime-button): Revert 2004-03-19 change.
6653         (gnus-mime-accumulate-hierarchy): Remove.
6654         (gnus-mime-enter-multipart): Remove.
6655         (gnus-mime-leave-multipart): Remove,
6656         (gnus-mime-display-part): Revert 2004-03-19 change.
6657         (gnus-mime-display-alternative): Revert 2004-03-19 change.
6658
6659         * mml.el (mml-preview): Revert 2004-03-19 change.
6660
6661 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
6662
6663         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
6664
6665 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
6668         t while entering a file name using the mm-with-multibyte macro.
6669         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6670
6671         * mm-util.el (mm-with-multibyte): New macro.
6672
6673 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
6676         user option.
6677         (gnus-mime-multipart-functions): Doc and customization fix.
6678         (gnus-article-mime-hierarchy): New variable.
6679         (gnus-article-mime-hierarchy-next): New variable.
6680         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
6681         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
6682         gnus-article-mime-hierarchy-next to nil.
6683         (gnus-insert-mime-button): Show hierarchy numbers.
6684         (gnus-mime-accumulate-hierarchy): New function.
6685         (gnus-mime-enter-multipart): New function.
6686         (gnus-mime-leave-multipart): New function.
6687         (gnus-mime-display-part): Recompute hierarchical MIME structure.
6688         (gnus-mime-display-alternative): Show hierarchy numbers.
6689
6690         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
6691         gnus-article-mime-hierarchy-next to nil.
6692
6693 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
6694
6695         * dns.el: Don't require gnus-xmas.
6696
6697 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
6698
6699         * mml.el (mml-generate-mime-1): Don't use format=flowed with
6700         inline PGP.
6701         (mml-menu): Disable mml-quote-region if mark is inactive.
6702
6703 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6704
6705         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
6706         when the group's active is not available.
6707
6708 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
6711         error.
6712
6713         * gnus-sum.el (gnus-read-header): Don't remove a header for the
6714         parent article of a sparse article in the thread hashtb.  From
6715         Stefan Wiens <s.wi@gmx.net>.
6716
6717 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
6718
6719         * imap.el (imap-store-password): New variable.
6720         (imap-interactive-login): Use it.
6721         Suggested by Mark Plaksin <happy@mcplaksin.org>.
6722
6723 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-art.el (gnus-article-read-summary-keys): Restore new
6726         window-start and hscroll to summary window.
6727
6728 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6729
6730         * gnus-start.el (gnus-convert-old-newsrc): Only write the
6731         conversion message to newsrc-dribble when an actual conversion is
6732         performed.
6733
6734 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
6735
6736         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
6737
6738 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * mm-decode.el (mm-complicated-handles): New function reviving
6741         former definition of mm-multiple-handles.
6742
6743         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
6744         (gnus-mime-delete-part): Use it.
6745
6746 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6747
6748         * gnus-agent.el (gnus-agent-read-local): Bind
6749         nnheader-file-coding-system to gnus-agent-file-coding-system to
6750         avoid the implicit assumption that they will always be equal.
6751         (gnus-agent-save-local): Bind buffer-file-coding-system, not
6752         coding-system-for-write, as the with-temp-file macro first prints
6753         to a buffer then saves the buffer.
6754
6755 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (gnus-article-edit-part): New function.
6758         (gnus-mime-save-part-and-strip): Use it; do query instead of
6759         signaling an error; don't use mm-multiple-handles.
6760         (gnus-mime-delete-part): Ditto.
6761
6762 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6763
6764         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
6765         old file versions.
6766         (gnus-group-prepare-hook): Removed function that converted list
6767         form of gnus-agent-expire-days to group properties.
6768
6769         * gnus-int.el: Autoload gnus-agent-regenerate-group.
6770         (gnus-request-accept-article): Re-indented.
6771
6772         * gnus-start.el (gnus-convert-old-newsrc): Registered new
6773         converters to handle old agent file formats.  Added logic for a
6774         "backup before upgrading warning".
6775         (gnus-convert-mark-converter-prompt): Developers can mark
6776         functions as needing (default), or not needing,
6777         gnus-convert-old-newsrc's "backup before upgrading warning".
6778         (gnus-convert-converter-needs-prompt): Tests whether the user
6779         should be protected from potentially irreversable changes by the
6780         function.
6781
6782         * legacy-gnus-agent.el (): New. Provides converters that are only
6783         loaded when gnus-convert-old-newsrc needs to call them.
6784
6785 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * mail-source.el (mail-source-touch-pop): Doc fix.
6788
6789         * message.el (message-smtpmail-send-it): Doc fix.
6790
6791 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
6792
6793         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
6794
6795         * nnmail.el (nnmail-split-fancy): do.
6796
6797         * gnus-kill.el (gnus-kill, gnus-execute): do.
6798
6799 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6800
6801         * gnus-sum.el (gnus-widget-reversible-match)
6802         (gnus-widget-reversible-to-internal)
6803         (gnus-widget-reversible-to-external): New functions.
6804         (gnus-widget-reversible): New widget.
6805         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
6806
6807 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
6808
6809         * gnus-sum.el (gnus-thread-sort-functions)
6810         (gnus-article-sort-functions): Document `(not F)' items.
6811
6812 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * spam.el (spam-use-gmane-xref): new backend
6815         (spam-gmane-xref-spam-group): variable to control the name of the
6816         Gmane spam group
6817         (spam-blackhole-servers, spam-blackhole-good-server-regex)
6818         (spam-regex-headers-spam, spam-regex-headers-ham)
6819         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
6820         (spam-list-of-checks): added spam-use-gmane-xref to list of
6821         backends and checks
6822         (spam-check-gmane-xref): function for spam-use-gmane-xref
6823
6824         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
6825         an autodetect method
6826
6827 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6828
6829         * gnus-int.el (gnus-request-accept-article): Inform the agent that
6830         articles are being added to a group.
6831         (gnus-request-replace-article): Inform the agent that articles
6832         need to be uncached as the cached contents are no longer valid.
6833
6834 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * binhex.el: Don't autoload executable-find.
6837
6838         * canlock.el: Don't autoload mail-fetch-field.
6839
6840         * dgnushack.el: Autoload c-mode for XEmacs.
6841
6842         * gnus-ems.el: Don't autoload appt-select-lowest-window.
6843
6844         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
6845         rmail-dont-reply-to and rmail-output.
6846
6847         * gnus-score.el: Don't autoload ffap-string-at-point.
6848
6849         * gnus-setup.el: Don't autoload sc-cite-original.
6850
6851         * imap.el: Don't autoload base64-decode-string,
6852         base64-encode-string and md5.
6853
6854         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
6855         and rmail-msg-restore-non-pruned-header.
6856
6857         * mm-decode.el: Don't autoload executable-find.
6858
6859         * mm-url.el: Don't autoload executable-find.
6860
6861         * mm-view.el: Don't autoload diff-mode.
6862
6863         * nndb.el: Don't autoload news-reply-mode, news-setup,
6864         cancel-timer and telnet.
6865
6866         * password.el: Don't autoload run-at-time for Emacs.
6867
6868         * sha1-el.el: Don't autoload executable-find.
6869
6870         * sieve-mode.el: Don't autoload c-mode.
6871
6872         * uudecode.el: Don't autoload executable-find.
6873
6874 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6875
6876         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
6877         (gnus-agent-possibly-alter-active): Avoid null in numeric
6878         comparison.
6879         (gnus-agent-set-local): Refuse to save null in local object table.
6880         (gnus-agent-regenerate-group): The REREAD parameter can now be a
6881         list of articles that will be marked as unread.
6882
6883 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
6886
6887 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
6888
6889         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
6890         language tags.
6891
6892 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6893
6894         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
6895         Don't bind "obarray".
6896
6897         * gnus-sum.el (gnus-thread-sort-functions): Added
6898         `gnus-thread-sort-by-most-recent-number' and
6899         `gnus-thread-sort-by-most-recent-date'.
6900         Reported by Kai Grossjohann <kai@emptydomain.de>.
6901
6902 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
6905
6906 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6907
6908         * gnus-cus.el (gnus-agent-customize-category): Removed
6909         ignore-errors macro reference that required cl to be loaded at
6910         run-time.
6911
6912         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
6913         single-interval range of the form (min . max).  Previously the
6914         range had to look like ((min . max)).  Likewise, return
6915         (min . max) rather than ((min . max)).
6916         (gnus-range-map): Use gnus-range-normalize to accept
6917         single-interval range.
6918
6919         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
6920         the cache, but not the agent, now appear with their usual face.
6921
6922         * dgnushack.el (loaddir): New variable that is bound to the
6923         directory containing the dgnushack.el file. Use loaddir, rather
6924         than srcdir, to update load-path. Change lets dgnushack compile
6925         code in directories other than GNUS/lisp.
6926
6927 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * lpath.el: Don't bind w3m-safe-url-regexp.
6930
6931         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
6932         w3m-safe-url-regexp variable buffer-local.
6933
6934         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6935
6936 2004-02-27  Simon Josefsson  <jas@extundo.com>
6937
6938         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
6939         gnus-group-real-prefix.
6940         (gnus-summary-move-article): Use it, instead of
6941         gnus-group-real-prefix.
6942
6943 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * lpath.el: Bind w3m-safe-url-regexp.
6946
6947         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
6948         w3m-safe-url-regexp variable buffer-local and set it as the value
6949         of mm-w3m-safe-url-regexp.
6950
6951         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
6952
6953         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
6954         parsing gnus-posting-styles when the message is not for replying.
6955
6956         * dgnushack.el: Autoload sgml-mode for XEmacs.
6957
6958         * nnrss.el (nnrss-opml-export): Use
6959         mm-set-buffer-file-coding-system instead of
6960         set-buffer-file-coding-system.
6961
6962 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
6963
6964         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
6965         of checkdoc.el).
6966         * nnrss.el: do.
6967         * gnus-mlspl.el: do.
6968         * gnus-ml.el: do.
6969         * gnus-srvr.el: do.
6970
6971         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
6972
6973 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6974
6975         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
6976         Corrections to custom-manual links.
6977
6978         * gnus-art.el (gnus-article): Ditto.
6979
6980         * mm-decode.el (mime-display, mime-security): Ditto.
6981
6982 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
6983
6984         * flow-fill.el: Typo.
6985
6986 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
6987
6988         * spam-wash.el: New file.
6989
6990 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
6991
6992         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
6993
6994 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
6997         to be run with new-articles as LIST1, not LIST2
6998         (spam-registration-functions): add spam-use-ham-copy as a nil
6999         registration backend
7000
7001 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7002
7003         * spam-stat.el (spam-stat-washing-hook): New option.
7004         (spam-stat-buffer-words): Use it.
7005         (spam-stat-process-directory, spam-stat-test-directory): Use
7006         insert-file-contents-literally.
7007         (spam-stat-coding-system): New variable.
7008         (spam-stat-load, spam-stat-save): Use it.
7009
7010 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * spam-report.el (spam-report-plug-agent): Quote
7013         spam-report-url-to-file and spam-report-url-ping-plain.
7014
7015 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
7016
7017         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
7018         / in mailto URLs.
7019
7020 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * spam-report.el (spam-report-process-queue): Fix interactive use.
7023         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
7024         (spam-report-unplug-agent): Doc fixes.
7025         (spam-report-url-ping-mm-url, spam-report-url-to-file)
7026         (spam-report-agentize, spam-report-deagentize): Autoload
7027
7028 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
7031
7032         * message.el (message-setup-fill-variables): Add mml tags to
7033         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
7034         <ajk@iu.edu>.
7035         (message-mode): Don't modify paragraph-separate there.
7036
7037 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * compface.el (uncompface-use-external): Default to undecided.
7040         (uncompface-use-external-threshold): New variable.
7041         (uncompface-float-time): New macro.
7042         (uncompface): Determine whether to use the external decoder if
7043         uncompface-use-external is undecided.
7044
7045 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046
7047         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
7048         after images.
7049
7050         * gnus-art.el (gnus-mime-display-single): Remove dead code.
7051
7052 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
7053
7054         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
7055
7056         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
7057
7058         * gnus-sum.el (gnus-summary-limit-to-age)
7059         (gnus-summary-limit-children): do.
7060
7061         * gnus-int.el (gnus-request-scan): do.
7062
7063         * gnus-group.el (gnus-group-suspend): do.
7064
7065         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
7066
7067         * gnus-cite.el (gnus-cite-parse-attributions): do.
7068
7069         * gnus-agent.el (gnus-summary-set-agent-mark)
7070         (gnus-agent-regenerate-group): do.
7071
7072         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
7073
7074         * binhex.el (binhex-decode-region-internal): do.
7075
7076 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-fun.el (gnus-face-properties-alist): New user option.
7079         (gnus-display-x-face-in-from): Use it.
7080
7081         * gnus-art.el (article-display-face): Ditto.
7082
7083         * compface.el (uncompface-use-external): Default to nil.
7084
7085 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
7086
7087         * nntp.el (nntp-erase-buffer): New function.
7088         (nntp-retrieve-data, nntp-send-command)
7089         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
7090         (nntp-possibly-change-group): Use it.
7091
7092         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
7093         with-current-buffer.
7094
7095 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
7096
7097         * compface.el: Merge the ELisp-based uncompface program.
7098         (compface): New customization group.
7099         (uncompface-use-external): New user option.
7100         (uncompface): Call uncompface-internal if uncompface-use-external
7101         is nil.
7102         (uncompface-internal): New function.  Note that there are also
7103         some other functions and variables added for this function.
7104
7105 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
7106
7107         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
7108         if necessary.
7109
7110 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * spam-report.el (spam-report-unplug-agent)
7113         (spam-report-plug-agent, spam-report-deagentize)
7114         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
7115         support for the Agent in spam-report: when unplugged, report to a
7116         file; when plugged, submit all the requests
7117
7118         * spam.el (spam-register-routine): improved message about
7119         registration
7120
7121 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
7122
7123         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
7124         dependencies.
7125         (rfc2047-encode): Use it.
7126
7127         * gnus-art.el (gnus-button-marker-list): Move before first
7128         reference.
7129
7130         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7131         (imap-parse-body): Fix format string mismatch.
7132
7133         * gnus-score.el (gnus-summary-increase-score): do.
7134
7135         * nnrss.el (nnrss-close): New function.
7136
7137 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
7138
7139         * nnrss.el (nnrss-make-filename): New function.
7140         (nnrss-request-delete-group, nnrss-read-server-data)
7141         (nnrss-save-server-data, nnrss-read-group-data)
7142         (nnrss-save-group-data): Use it.
7143         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
7144         (nnrss-read-server-data, nnrss-read-group-data): Use load.
7145         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
7146
7147 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
7148
7149         * mml.el (mml-compute-boundary-1): Don't uncompress files.
7150
7151 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
7152
7153         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
7154         files.
7155
7156         * message.el (message-generate-headers-first): Don't quote nil
7157         and t in docstrings.
7158
7159         * imap.el (imap-id): do.
7160
7161         * gnus-agent.el (gnus-agent-consider-all-articles)
7162         (gnus-agent-queue-mail): do.
7163
7164 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
7165
7166         * spam-report.el (spam-report-process-queue): New function.
7167         Process requests from `spam-report-requests-file'.
7168         (spam-report-process-queue): Doc fix.
7169
7170 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
7171
7172         * spam.el (spam-register-routine)
7173         (spam-log-processing-to-registry, spam-log-registered-p)
7174         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7175         change "check" to "spam-check" for semi-clarity
7176
7177 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
7178
7179         * pop3.el: Require nnheader.
7180
7181         * mml-smime.el: Require cl.  Autoload message-fetch-field.
7182
7183         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
7184
7185         * gnus-picon.el: Require cl.
7186
7187         * gnus-fun.el: Require gnus-ems and gnus-util.
7188
7189         * gnus.el (gnus-method-to-server): Move defsubst before first use.
7190
7191         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
7192
7193         * gnus-art.el (gnus-article-edit-mode): Define before first
7194         reference.
7195
7196 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
7197
7198         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
7199         (gnus-uu-post-encoded): Use point-at-bol.
7200
7201         * gnus-topic.el (gnus-group-active-topic-p): do.
7202
7203         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
7204
7205         * gnus-group.el (gnus-group-kill-region): do.
7206
7207         * gnus-art.el (article-date-ut): do.
7208
7209         * message.el (message-fetch-field): Remove redundant
7210         case-fold-search binding.
7211         (message-narrow-to-field): Simplify.
7212
7213 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * spam.el (spam-directory): Derive from `gnus-directory'.
7216
7217         * spam-report.el (spam-report-url-to-file)
7218         (spam-report-requests-file): New function and variable for offline
7219         reporting.
7220         (spam-report-url-ping-function): Add `spam-report-url-to-file'
7221         and user defined function.
7222         (spam-report-url-ping-mm-url): Remove doubled slash.
7223
7224 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
7225
7226         * spam.el (spam-list-of-processors): fixed spamassassin variable names
7227
7228 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
7229
7230         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
7231         format string mismatch.
7232
7233         * sieve.el (sieve-deactivate-all): do.
7234
7235         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
7236
7237         * nnlistserv.el (nnlistserv-kk-wash-article): do.
7238
7239         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
7240
7241         * mm-bodies.el (mm-7bit-chars): Don't include \r.
7242
7243 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
7244
7245         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
7246         the list of checks
7247
7248 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
7249
7250         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
7251         padding.
7252
7253 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
7254
7255         * mm-view.el (mm-fill-flowed): New variable.
7256         (mm-inline-text): Use it.
7257
7258 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
7259
7260         * spam.el (spam-spamassassin-register-ham-routine)
7261         (spam-spamassassin-register-spam-routine): fixed function names
7262
7263 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus.el (gnus-tmp-grouplens): Remove.
7266         (gnus-summary-line-format): Remove grouplens.
7267
7268         * gnus-group.el (gnus-group-line-format): Ditto.
7269
7270         * gnus-spec.el (gnus-format-specs): Ditto.
7271         (gnus-update-format-specifications): Flush the group format spec
7272         cache if there's the grouplens stuff.
7273         (gnus-parse-simple-format): Replace %l with the empty string.
7274
7275 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
7276
7277         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
7278         omission.
7279         From Jerry James  <james@xemacs.org>
7280
7281 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
7284         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7285
7286 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7287
7288         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
7289         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
7290         New macros and functions.
7291         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
7292         Handle > NLINK_MAX messages.
7293         * nnmaildir.el (nnmaildir-request-set-mark): Use
7294         nnmaildir--emlink-p and nnmaildir--eexist-p.
7295
7296 2004-01-25  Alex Schroeder  <alex@gnu.org>
7297
7298         * spam-stat.el (spam-stat-process-directory-age): New option.
7299         (spam-stat-process-directory): Use it.
7300
7301 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
7302
7303         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
7304         (spam-stat-save): Accept prefix argument.
7305
7306 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
7307
7308         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
7309         links" error.
7310
7311 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
7314         the rest of the and/or forms.
7315
7316 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7317
7318         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
7319         compatibility with old .newsrc.eld files.
7320
7321         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
7322
7323         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
7324
7325         * gnus-start.el (gnus-1): do.
7326
7327         * gnus-group.el (gnus-group-line-format-alist): do.
7328
7329         * gnus.el (gnus-use-grouplens, gnus-visual): do.
7330
7331         * gnus-gl.el: Remove.
7332
7333 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7334
7335         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
7336         marks consisting of a single range {for example, (3 . 5)} rather
7337         than a list of a single range { ((3 . 5)) }.
7338
7339 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7340
7341         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
7342         with-current-buffer.
7343         (spam-stat-store-current-buffer): Use insert-buffer-substring to
7344         avoid consing a string.
7345
7346         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
7347         Remove obsolete entries for big5 and gb2312.
7348
7349 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7350
7351         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
7352         uncompressed list.
7353
7354 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
7355
7356         * spam-stat.el (spam-stat-strip-xref): New function.
7357         (spam-stat-process-directory): Use it.
7358
7359         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
7360         here -- it's done in message-fetch-field.
7361
7362 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7363
7364         * gnus-agent.el (gnus-agent-queue-mail,
7365         gnus-agent-prompt-send-queue): New variables.
7366         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
7367         * gnus-draft.el (gnus-group-send-queue): Pass the group name
7368         "nndraft:queue" along to gnus-draft-send.  Use
7369         gnus-agent-prompt-send-queue.
7370         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
7371         is "nndraft:queue".  Suggested by Gaute Strokkenes
7372         <gs234@srcf.ucam.org>
7373
7374         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
7375         (agent-enable-undownloaded-faces): Added
7376         (gnus-agent-cat-groups): Use eval-and-compile, not
7377         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
7378         method of gnus-agent-cat-groups even when the buffer has been
7379         evaled.
7380         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
7381         delete gnus-agent-save-active-1.
7382         (gnus-agent-save-groups): Deleted. Identical to
7383         gnus-agent-save-active.
7384         (gnus-agent-write-active): No longer adjust agent's copy of active
7385         file as agent's adjustments are now stored in their own
7386         file. Removed optional parameter.
7387         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
7388         servers.  Add use of min/max range limits from server's local
7389         file.
7390         (gnus-agent-save-alist): Removed unused optional argument.
7391         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
7392         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
7393         (gnus-agent-set-local): A per-server file that keeps min/max range
7394         limits for articles known to the agent.  Provides a fast mechanism
7395         for altering many active ranges.
7396         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
7397         active file (local makes it unnecessary).
7398         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
7399
7400         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
7401         (agent-enable-undownloaded-faces): Added
7402
7403         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
7404         disable it when sending to "nndraft:queue".
7405         (gnus-group-send-queue): Add safety check to avoid sending queue
7406         when unplugged.
7407
7408         * gnus-group.el (gnus-group-catchup): Use new
7409         gnus-sequence-of-unread-articles, not
7410         gnus-list-of-unread-articles, to avoid exhausting memory with huge
7411         numbers of articles.  Use gnus-range-map to avoid having to
7412         uncompress the unread list.
7413         (gnus-group-archive-directory,
7414         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
7415         reference.
7416
7417         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
7418         (gnus-sorted-range-intersection): Intersection of two ranges
7419         without requiring that they first be uncompressed.
7420
7421         * gnus-start.el (gnus-activate-group): Unless blocked by the
7422         caller, possibly expand the active range to include both cached
7423         and agentized articles.
7424         (gnus-convert-old-newsrc): Rewrote in anticipation of having
7425         multiple version-dependent converters.
7426         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
7427         gnus-agent-save-active.
7428         (gnus-save-newsrc-file): Save dirty agent range limits.
7429
7430         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
7431         gnus-agent-possibly-alter-active.
7432         (gnus-adjust-marked-articles): Faster handling of simple lists
7433
7434 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
7435
7436         * spam-stat.el (spam-stat-test-directory): New optional argument
7437         displays a list of files detected.  Suggested by Andrew Cohen
7438         <cohen@andy.bu.edu>.
7439         (spam-stat-buffer-words-with-scores): Don't narrow and change
7440         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
7441
7442 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
7443
7444         * spam.el (gnus-summary-mode-map): make spam-generic-score the
7445         default scoring function
7446         (spam-generic-score): calls spam-spamassassin-score if
7447         spam-use-spamassassin or spam-use-spamassassin-headers is on;
7448         spam-bogofilter-score otherwise.
7449
7450         From Hubert Chan <hubert@uhoreg.ca>:
7451
7452         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
7453         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
7454         (spam-spamassassin-arguments)
7455         (spam-spamassassin-spam-flag-header)
7456         (spam-spamassassin-positive-spam-flag-header)
7457         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
7458         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
7459         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7460         (spam-list-of-processors, spam-list-of-checks)
7461         (spam-list-of-statistical-checks, spam-registration-functions)
7462         (spam-check-spamassassin-headers, spam-check-spamassassin)
7463         (spam-spamassassin-score)
7464         (spam-spamassassin-register-with-sa-learn)
7465         (spam-spamassassin-register-spam-routine)
7466         (spam-spamassassin-register-ham-routine)
7467         (spam-assassin-register-spam-routine)
7468         (spam-assassin-register-ham-routine): add SpamAssassin support
7469         (spam-bogofilter-score): fix to show article before scoring
7470
7471         * gnus.el (spam-process, spam-autodetect-methods): add
7472         spamassassin and spamassassin-headers
7473
7474         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7475         Suppress unnecessary messages.  From Nevin Kapur
7476         <nkapur@cs.caltech.edu>.
7477
7478 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
7479
7480         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
7481         make-hash-table.
7482
7483 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * canlock.el (base64-encode-string): Don't autoload it.
7486
7487 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * run-at-time.el: Remove useless (require 'itimer),
7490         eval-and-compile and (featurep 'xemacs).
7491
7492 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
7493
7494         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
7495         GROUP is a virtual group.
7496
7497 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
7498
7499         * gnus.el: Autoload `message-y-or-n-p'.
7500
7501 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
7502
7503         * pgg-parse.el: Remove unnecessary (require 'custom).
7504
7505         * pgg-def.el: do.
7506
7507         * nnmail.el: do.
7508
7509         * gnus-undo.el: do.
7510
7511         * gnus-picon.el: do.
7512
7513         * gnus-util.el: do.
7514
7515 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * gnus-sum.el (gnus-pick-line-number): Add autoload.
7518
7519 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
7522         handle, as well as a list.
7523
7524         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
7525         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
7526         (mm-w3m-cid-retrieve): Simplify.
7527
7528 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
7529
7530         * message.el (message-kill-to-signature): Allow prefix arg to
7531         specify number of lines to keep before signature.  From Vasily
7532         Korytov.
7533         (message-kill-to-signature): Change docstring.
7534
7535 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * canlock.el: Always require sha1-el.
7538         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
7539
7540         * message.el: Autoload sha1 only when compiling.
7541
7542         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
7543         eudc-expand-inline for XEmacs.
7544
7545 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * message.el (message-canlock-generate): Require sha1-el.
7548
7549 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
7550
7551         * message.el (message-expand-name): Silence the byte compiler.
7552
7553         * lpath.el: Add detect-coding-system.
7554
7555         * dgnushack.el (dgnushack-compile): Remove obsolete check for
7556         cus-edit.
7557
7558 2004-01-13  Simon Josefsson  <jas@extundo.com>
7559
7560         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
7561         Invoke gnus-score-mode.  Reported by
7562         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7563
7564         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
7565         Jim Blandy <jimb@redhat.com> (tiny change).
7566
7567 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7568
7569         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
7570
7571 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
7572
7573         * spam.el (spam-get-article-as-string): updated to use
7574         gnus-request-article-this-buffer, much simpler
7575         (spam-get-article-as-buffer): removed
7576
7577 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
7578
7579         * message.el (message-expand-name): Use EUDC if the user uses
7580         that.
7581
7582 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7583
7584         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
7585         character for the encoding to avoid consing a string.
7586
7587         * rfc2047.el (rfc2047-decode-string): Don't cons a string
7588         unnecessarily.
7589
7590         * mm-util.el (mm-replace-chars-in-string): Remove.
7591
7592         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
7593         of mm-replace-chars-in-string.
7594
7595 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
7596
7597         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
7598         strings.
7599
7600         * mm-util.el (mm-subst-char-in-string): Support inplace.
7601
7602         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
7603         a new string in every iteration.  Use shy groups.
7604
7605 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
7606
7607         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
7608         (gnus-group-change-level, gnus-kill-newsgroup)
7609         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
7610         (gnus-get-unread-articles, gnus-make-articles-unread)
7611         (gnus-make-ascending-articles-unread): Use accessor
7612         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
7613         to get group information for improved readability.
7614
7615         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
7616
7617         * gnus-soup.el (gnus-soup-group-brew): do.
7618
7619         * gnus-msg.el (gnus-put-message): do.
7620
7621         * gnus-move.el (gnus-group-move-group-to-server): do.
7622
7623         * gnus-kill.el (gnus-batch-score): do.
7624
7625         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
7626         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
7627         (gnus-group-update-group, gnus-group-read-group)
7628         (gnus-group-make-group, gnus-group-make-help-group)
7629         (gnus-group-make-archive-group, gnus-group-make-directory-group)
7630         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
7631         (gnus-group-sort-by-unread, gnus-group-catchup)
7632         (gnus-group-unsubscribe-group, gnus-group-kill-group)
7633         (gnus-group-yank-group, gnus-group-set-info)
7634         (gnus-group-list-groups): do.
7635
7636         * gnus.el (gnus-generate-new-group-name): do.
7637
7638         * gnus-delay.el (gnus-delay-send-queue): do.
7639
7640         * nnvirtual.el (nnvirtual-catchup-group): do.
7641
7642         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
7643         do.
7644
7645         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
7646         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
7647
7648         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
7649         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
7650         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
7651         (gnus-group-make-articles-read): do.
7652
7653 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7654
7655         * gnus-art.el (article-decode-mime-words, article-babel)
7656         (gnus-article-highlight-signature, gnus-article-add-buttons)
7657         (gnus-signature-toggle): Use gnus-with-article-buffer.
7658
7659         * gnus-art.el (gnus-article-highlight-headers)
7660         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
7661
7662         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
7663         (gnus-article-set-globals, gnus-request-article-this-buffer)
7664         (gnus-button-message-id, gnus-article-maybe-hide-headers)
7665         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
7666         (gnus-mime-display-alternative): Use with-current-buffer.
7667
7668 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7669
7670         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
7671         also under 80 char limit, and call gnus-error if needed
7672         (spam-fetch-article-header): finally fixed - it was a
7673         buffer-local variable (gnus-newsgroup-data)
7674         (spam-find-spam): use spam-generate-fake-headers, forget about
7675         spam-insert-fake-headers
7676         (spam-insert-fake-headers): removed
7677
7678 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7679
7680         * deuglify.el (gnus-article-outlook-unwrap-lines)
7681         (gnus-outlook-rearrange-article)
7682         (gnus-outlook-repair-attribution-outlook)
7683         (gnus-outlook-repair-attribution-block)
7684         (gnus-outlook-repair-attribution-other): Remove redundant
7685         save-excursion.
7686
7687 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
7690         (spam-fetch-field-subject-fast)
7691         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
7692         (spam-fetch-article-header): new functions to deal with Gnus
7693         internals for fast retrieval of article header data
7694         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
7695
7696 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7697
7698         * pop3.el (pop3-md5): Remove.
7699         (pop3-apop): Replace pop3-md5 with md5.
7700
7701         * mm-bodies.el: base64 is always built-in.
7702
7703         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7704         with-current-buffer.
7705
7706 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * canlock.el (canlock-insert-header): Remove excessive grouping in
7709         regexp.
7710
7711         * gnus-sum.el (gnus-summary-read-document): Ditto.
7712
7713         * gnus-uu.el (gnus-uu-part-number): Ditto.
7714
7715         * html2text.el (html2text-remove-tags): Ditto.
7716         (html2text-format-tags): Ditto.
7717         (html2text-format-single-elements): Ditto.
7718
7719         * mml.el (mml-parse-1): Ditto.
7720
7721 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7722
7723         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
7724
7725         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
7726
7727         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
7728
7729         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
7730
7731 2003-11-15  Simon Josefsson  <jas@extundo.com>
7732
7733         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
7734         (pgg-gpg-lookup-key): Use regexp match instead of
7735         split-string (split-string is different between emacs 21.2 and
7736         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
7737
7738 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7739
7740         * gnus-art.el (gnus-mime-view-all-parts)
7741         (gnus-article-part-wrapper, gnus-article-view-part): Use
7742         with-current-buffer.
7743
7744 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7745
7746         * spam.el (spam-disable-spam-split-during-ham-respool)
7747         (spam-spamoracle-database, spam-cache-lookups)
7748         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
7749         (spam-group-ham-mark-p, spam-group-spam-mark-p)
7750         (spam-group-ham-marks, spam-group-spam-marks)
7751         (spam-group-spam-contents-p, spam-group-ham-contents-p)
7752         (spam-list-of-processors, spam-list-of-statistical-checks): doc
7753         fix, also add spam-use-blackholes to the statistical checks
7754         (spam-fetch-field-fast): new interface to fetching fields, may
7755         become a macro
7756         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
7757         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
7758         (spam-insert-fake-headers): fake an article when needed
7759         (spam-find-spam): fake article when possible
7760         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
7761         (spam-check-bogofilter-headers): use message-fetch-field instead
7762         of nnmail-fetch-field
7763
7764 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
7767
7768 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7769
7770         * spam.el (spam-split): do not require spam-use-CHECK to be
7771         enabled if that check is passed to spam-split explicitly; also
7772         fix so 'spam doesn't get converted to spam-split-group when
7773         spam-split-symbolic-return is t
7774         (spam-find-spam): find registrations of the article and use those
7775         instead of re-running spam-split to find the spam/ham
7776         classification of the article
7777         (spam-log-processing-to-registry, spam-log-registered-p)
7778         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7779         use gnus-error instead of gnus-message
7780         (spam-log-registration-type): new function to determine the
7781         classification of a message based on registry entries; will
7782         return nil if both 'spam and 'ham are found
7783         (spam-check-BBDB): expand all the BBDB macros here so we can have
7784         a reasonably fast local cache without the loading errors
7785         (spam-cache-lookups): set to t by default
7786         (spam-find-spam): don't try to guess spam-cache-lookups
7787         (spam-enter-whitelist, spam-enter-blacklist): also clear the
7788         spam-caches entry
7789         (spam-filelist-build-cache, spam-filelist-check-cache): better
7790         caching of whitelist/blacklist entries
7791         (spam-check-whitelist, spam-check-blacklist): invoke
7792         spam-from-listed-p with a type, not a cache variable
7793         (spam-from-listed-p): wrap around spam-filelist-check-cache
7794
7795 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7796
7797         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
7798
7799         * nnmail.el (nnmail-split-fancy): do.
7800
7801         * mml.el (mml-parse): do.
7802
7803         * gnus-score.el (gnus-enter-score-words-into-hashtb)
7804         (gnus-score-adaptive): do.
7805
7806 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
7809         (gnus-mime-button-map): Don't set keymap parent.
7810         (gnus-button-ctan-directory-regexp): Use shy grouping.
7811         (gnus-prev-page-map): Don't set keymap parent.
7812         (gnus-prev-page-map): Remove duplicated one.
7813         (gnus-next-page-map): Don't set keymap parent.
7814         (gnus-mime-security-button-map): Ditto.
7815
7816         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
7817         version number.
7818
7819         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
7820
7821 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * canlock.el (canlock-sha1-function): Remove.
7824         (canlock-sha1-function-for-verify): Remove.
7825         (canlock-openssl-program): Remove.
7826         (canlock-openssl-args): Remove.
7827         (canlock-ignore-errors): Remove.
7828         (canlock-sha1-with-openssl): Remove.
7829         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
7830         (canlock-verify): Don't use canlock-ignore-errors.
7831
7832         * sha1-el.el (sha1-string-external): Make it can return a string
7833         in binary form.
7834         (sha1-region-external): Ditto.
7835         (sha1-string-internal): Ditto.
7836         (sha1-region-internal): Ditto.
7837         (sha1-region): Ditto.
7838         (sha1-string): Ditto.
7839         (sha1): Ditto.
7840
7841 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * spam.el (spam-report-articles-gmane): New command.
7844
7845 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus.el: Don't make unnecessary *Group* buffer when loading.
7848
7849         * run-at-time.el (run-at-time-saved): Remove.
7850         (run-at-time): Doc fix.
7851
7852 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7853
7854         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
7855         (gnus-summary-limit-map): Add it.
7856         (gnus-summary-make-menu-bar): do.
7857
7858 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
7859
7860         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
7861         first attempt at some caching support (done for BBDB only now)
7862         (spam-find-spam): set spam-cache-lookups if there are more than 2
7863         addresses to be checked
7864         (spam-clear-cache-BBDB): new function, to be invoked by
7865         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
7866         (spam-check-BBDB): check and use the caches, if
7867         spam-cache-lookups is on
7868         remove superfluous (provide)
7869
7870 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
7873
7874 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
7875
7876         * run-at-time.el (run-at-time-saved): Move to after the definition
7877         of `run-at-time'.
7878
7879         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
7880
7881 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
7884         mm-w3m-local-map-property.
7885
7886         * mm-view.el (mm-w3m-mode-map): Remove.
7887         (mm-w3m-local-map-property): Remove.
7888         (mm-inline-text-html-render-with-w3m): Don't use
7889         mm-w3m-local-map-property.
7890
7891 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7892
7893         * run-at-time.el: New file.
7894
7895         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
7896         under Emacs.
7897
7898         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
7899         of gnus-set-text-properties.
7900
7901         * gnus-uu.el (gnus-uu-save-article): Ditto.
7902
7903         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
7904
7905         * gnus-cite.el (gnus-cite-parse): Ditto.
7906
7907         * gnus-art.el (gnus-button-push): Use set-text-properties instead
7908         of gnus-.
7909
7910         * gnus-xmas.el (run-at-time): Require run-at-time.
7911
7912         * gnus.el: Changed calls to nnheader-run-at-time and
7913         password-run-at-time throughout to use run-at-time directly.
7914
7915         * password.el: Removed definition of run-at-time.
7916
7917         * nnheaderxm.el: Remove definition of run-at-time.
7918
7919 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
7920
7921         * mml.el (mml-minibuffer-read-disposition): Show attachment type
7922         in prompt.
7923
7924 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7925
7926         * messagexmas.el (message-xmas-redefine): Alias
7927         `message-make-caesar-translation-table' to
7928         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
7929         version.
7930
7931         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
7932         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
7933         `gnus-xmas-set-text-properties'.
7934         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
7935         `gnus-xmas-completing-read'.
7936         (gnus-xmas-completing-read): Removed.
7937         (gnus-xmas-open-network-stream): Removed.
7938
7939         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
7940         XEmacs version.
7941
7942         * dns.el (dns-make-network-process): Use `open-network-stream'
7943         instead of `gnus-xmas-open-network-stream'.
7944
7945         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
7946
7947         * .cvsignore: Add auto-autoloads.el, custom-load.el.
7948
7949 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7950
7951         * gnus-art.el (gnus-mime-display-alternative)
7952         (gnus-insert-mime-button, gnus-insert-mime-security-button)
7953         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
7954         Don't use gnus-local-map-property.
7955
7956         * gnus-util.el (gnus-local-map-property): Remove.
7957
7958         * mm-view.el (mm-view-pkcs7-decrypt): Replace
7959         gnus-completing-read-maybe-default with completing-read.
7960
7961         * gnus-util.el (gnus-completing-read): do.
7962         (gnus-completing-read-maybe-default): Remove.
7963
7964 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
7965
7966         * password.el: Only autoload `run-at-time' if not XEmacs.
7967         Only autoload the itimer functions if XEmacs.
7968
7969 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
7972         XEmacsen.
7973
7974         * dgnushack.el: Autoload executable-find for XEmacs.
7975
7976 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
7977
7978         * gnus-art.el (gnus-read-string): Remove.
7979         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
7980         read-string.
7981
7982 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
7983
7984         * netrc.el: autoload password-read
7985         (netrc): new configuration group
7986         (netrc-encoding-method, netrc-openssl-path): configuration
7987         variables for encoding and decoding of files with symmetric
7988         ciphers
7989         (netrc-encode): assistant function to encode a file with
7990         netrc-encoding-method
7991         (netrc-parse): added interactive parameter, added optional
7992         decoding if netrc-encoding-method is non-nil but otherwise
7993         behavior is standard
7994         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
7995         s/encode/encrypt/ everywhere
7996
7997         * spam.el: remove executable-find autoload
7998
7999 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8000
8001         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
8002
8003         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
8004
8005 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * gnus-art.el (gnus-treat-ansi-sequences,
8008         article-treat-ansi-sequences): New variable and function.
8009         Suggested by Dan Jacobson <jidanni@jidanni.org>.
8010
8011         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
8012         Use it.
8013
8014 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8015
8016         * mm-util.el (mm-quote-arg): Remove.
8017
8018         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
8019         shell-quote-argument.
8020
8021         * gnus-uu.el (gnus-uu-command): do.
8022
8023         * gnus-sum.el (gnus-summary-insert-pseudos): do.
8024
8025         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
8026         with make-char.
8027
8028         * mm-util.el (mm-make-char): Remove.
8029
8030         * mml.el (mml-mode): Replace gnus-add-minor-mode with
8031         add-minor-mode.
8032
8033         * gnus-undo.el (gnus-undo-mode): do.
8034
8035         * gnus-topic.el (gnus-topic-mode): do.
8036
8037         * gnus-sum.el (gnus-dead-summary-mode): do.
8038
8039         * gnus-start.el (gnus-slave-mode): do.
8040
8041         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
8042
8043         * gnus-ml.el (gnus-mailing-list-mode): do.
8044
8045         * gnus-gl.el (gnus-grouplens-mode): do.
8046
8047         * gnus-draft.el (gnus-draft-mode): do.
8048
8049         * gnus-dired.el (gnus-dired-mode): do.
8050
8051         * gnus-ems.el (gnus-add-minor-mode): Remove.
8052
8053         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8054         Replace gnus-char-width with char-width.
8055
8056         * gnus-ems.el (gnus-char-width): Remove.
8057
8058         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8059         Replace gnus-char-width with char-width.
8060
8061         * gnus-ems.el (gnus-char-width): Remove.
8062
8063         * spam-stat.el (with-syntax-table): Remove with-syntax-table
8064         definition.
8065         Remove Emacs 20 hash table compatibility code.
8066
8067         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
8068         20 compatibility code.
8069
8070         * spam.el (spam-point-at-eol): Replace with point-at-eol.
8071
8072         * smime.el (smime-point-at-eol): Replace with point-at-eol.
8073
8074         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
8075         with point-at-{eol,bol}.
8076
8077         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
8078
8079         * imap.el (imap-point-at-eol): Replace with point-at-eol.
8080
8081         * flow-fill.el (fill-flowed-point-at-bol,
8082         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
8083
8084         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
8085         Replace with point-at-{eol,bol} throughout all files.
8086
8087 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * ntlm.el (ntlm-string-as-unibyte): New macro.
8090         (ntlm-build-auth-response): Use it.
8091
8092         Remove Emacs 20 stuff:
8093         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
8094         (butlast, mapc, remove): Remove the compiler macros.
8095         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
8096         of delq and copy-sequence.
8097         * gnus-art.el (popup-menu): Remove the compiler macro.
8098         * nnmail.el (nnmail-split-fancy): Don't support customizing with
8099         Emacs 20.
8100
8101 2004-01-05  Simon Josefsson  <jas@extundo.com>
8102
8103         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
8104         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
8105         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
8106         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
8107         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
8108         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
8109         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
8110         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
8111         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
8112         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
8113         ntlm-string-permute, string-lshift into ntlm-string-lshift,
8114         string-xor into ntlm-string-xor.  Suggested by
8115         Jesper Harder <harder@myrealbox.com>.
8116
8117         * ntlm.el: Don't include poem.
8118
8119         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
8120         Jesper Harder <harder@myrealbox.com>.
8121
8122         * sasl-ntlm.el, ntlm.el, md4.el: New files.
8123
8124         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
8125         probably breaks emacs with DL patch, but do we care? Is anyone
8126         still using the DL stuff?)
8127
8128         * sieve-manage.el: Use the password package.
8129         (sieve-manage-read-passwd): Remove.
8130         (sieve-manage-interactive-login): Use password.  Re-add
8131         condition-case around loop.
8132
8133         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
8134         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
8135         the password package.
8136
8137 2003-02-19  Simon Josefsson  <jas@extundo.com>
8138
8139         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
8140         token.
8141
8142 2002-08-07  Simon Josefsson  <jas@extundo.com>
8143
8144         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
8145         (sieve-manage-authenticators):
8146         (sieve-manage-authenticator-alist): Add some SASL mechs.
8147         (sieve-sasl-auth): New function.
8148         (sieve-manage-cram-md5-auth):
8149         (sieve-manage-plain-auth): Rewrite using SASL library.
8150         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
8151         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
8152         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
8153         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
8154
8155 2004-01-05  Simon Josefsson  <jas@extundo.com>
8156
8157         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
8158         New files.
8159
8160 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8161
8162         * gnus-group.el (gnus-no-groups-message): Update.
8163
8164         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
8165
8166 2003-11-09  Simon Josefsson  <jas@extundo.com>
8167
8168         * imap.el: Support for ID IMAP extension (RFC 2971).
8169         (imap-local-variables): Add imap-id.
8170         (imap-id): New variable.
8171         (imap-id): New function.
8172         (imap-parse-response): Parse untagged ID response.
8173         * nnimap.el (nnimap-id): New variable.
8174         (nnimap-open-connection): Use it.
8175
8176 2003-12-28  Simon Josefsson  <jas@extundo.com>
8177
8178         * gnus-score.el (gnus-score-edit-all-score): New.
8179         * gnus-group.el (gnus-group-score-map): Bind it to W e.
8180
8181 2004-01-04  Simon Josefsson  <jas@extundo.com>
8182
8183         * password.el: Add.
8184
8185 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
8186
8187         * dns.el: Add support for AAAA records (see RFC 3596)
8188
8189         * Fix typo PRT -> PTR
8190
8191         * Parse MX, PTR and SOA replies (see RFC 1035)
8192
8193 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8194
8195         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
8196
8197         * Moved to Changelog.2.
8198
8199 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * gnus.el (gnus-version-number): Bump version.
8202
8203 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8204
8205         * gnus.el: No Gnus v0.1 is released.
8206
8207 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8208
8209         * gnus.el: No Gnus v0.0 is released.
8210
8211 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8212
8213         * gnus.el (gnus-version-number): Bump.
8214         (gnus-version): No.
8215
8216 See ChangeLog.2 for earlier changes.
8217
8218     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
8219   Copying and distribution of this file, with or without modification,
8220   are permitted provided the copyright notice and this notice are preserved.
8221
8222 ;; Local Variables:
8223 ;; coding: iso-2022-7bit
8224 ;; End:
8225
8226 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4