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