nnrss: Remove 404 URL in comment
[gnus] / lisp / ChangeLog
1 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el: Rearrange function order to be more logical.
4
5 2010-10-06  Julien Danjou  <julien@danjou.info>
6
7         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8
9         * nnir.el: Fix Swish-E URL.
10         Fix Namazu URL.
11
12         * message.el (message-change-subject): Remove 404 URL in a comment.
13
14 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
17         called interactively.
18
19         * gnus-util.el (gnus-remove-if): Allow hash table.
20         (gnus-remove-if-not): New function.
21
22         * gnus-art.el (gnus-mime-view-part-as-type)
23         * gnus-score.el (gnus-summary-score-effect)
24         * gnus-sum.el (gnus-read-move-group-name):
25         Replace remove-if-not with gnus-remove-if-not.
26
27         * gnus-group.el (gnus-group-completing-read):
28         Regard collection as a hash table if it is not a list.
29
30 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * shr.el (shr-render-td): Allow blank/missing <TD>s.
33
34         * shr.el: Document the table-rendering algorithm.
35
36 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
39         for Emacsen having no `libxml-parse-html-region' support.
40
41 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
44         invalid URLs.
45
46         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
47         line-broken.
48         (shr-tag-img): Ignore image fetching errors.
49         (shr-overlays-in-region): Compute overlay positions correctly.
50
51         * mm-decode.el (mm-shr): Require shr.
52
53         * gnus-art.el (gnus-blocked-images): Move variable here.
54
55         * shr.el (shr-insert-table): Bind free variable.
56
57         * mm-decode.el (mm-shr): Bind shr-content-function.
58
59         * shr.el (shr-content-function): New variable.
60
61         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
62         added for symmetry.
63
64         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
65
66         * gnus-group.el (gnus-group-make-group): Doc fix.
67
68         * nnimap.el (nnimap-request-newgroups): Return success.
69
70         * shr.el (shr-find-elements): New function.
71         (shr-tag-table): Put all the images after the table.
72         (shr-tag-table): Really inhibit images inside the table.
73         (shr-collect-overlays): Copy over overlays from the TD elements to the
74         main document.
75
76         * mm-decode.el (mm-shr): Bind shr-blocked-images to
77         gnus-blocked-images.
78
79 2010-10-05  Julien Danjou  <julien@danjou.info>
80
81         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
82         (gnus-html-maximum-image-size): Add this function.
83         (gnus-html-put-image): Use gnus-html-maximum-image-size.
84
85         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
86         server-value of the capability is nil.
87
88 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * shr.el (shr-tag-em): Add <EM> tag.
91
92 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
93
94         * sieve-manage.el (sieve-manage-default-stream): Make default stream
95         customizable.
96
97         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
98         handing broken links to browse-url.
99
100 2010-10-05  Julien Danjou  <julien@danjou.info>
101
102         * gnus-util.el (gnus-emacs-completing-read)
103         (gnus-iswitchb-completing-read): Use autoload rather than require.
104
105 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
108         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
109         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
110         iswitchb-temp-buflist for XEmacs.
111
112         * gnus-util.el (gnus-completing-read-function): Exclude
113         gnus-icompleting-read and gnus-ido-completing-read from candidates for
114         XEmacs since iswitchb.el is very old and ido.el is unavailable in
115         XEmacs.
116
117         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
118         not to use `delete-dups' that is unavailable in XEmacs 21.4.
119
120         * gnus-html.el: Don't require help-fns under XEmacs.
121         (gnus-html-schedule-image-fetching): Work for XEmacs.
122
123         * mm-decode.el (mm-shr): Decode contents by charset.
124
125 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
128         unknown.
129
130         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
131         (shr-get-image-data): Ensure against the cache file missing.
132
133         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
134         for data.
135
136         * spam-report.el (spam-report-url-ping-plain): Don't query about
137         killing the process.
138
139         * shr.el (shr-render-td): Protect against too-wide text.
140
141 2010-10-04  Julien Danjou  <julien@danjou.info>
142
143         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
144         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
145
146         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
147         retrieved.
148
149 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * shr.el (browse-url): Required.
152         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
153         lines.
154         (shr-show-alt-text, shr-browse-image): New commands.
155         (shr-browse-url, shr-copy-url): New commands.
156
157         * gnus-sum.el (gnus-widen-article-window): New variable.
158         (gnus-summary-select-article-buffer): Use it.
159
160         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
161         without @ signs.
162
163 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
164
165         * nnir.el (nnir-run-imap): Remove spurious space in search string.
166
167 2010-10-04  Julien Danjou  <julien@danjou.info>
168
169         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
170         for XEmacs.
171
172 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
175
176         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
177         (nnimap-close-server): Implement.
178
179         * dgnushack.el (iswitchb): Require to shut up the compiler.
180
181         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
182         (shr-insert): Tweak line breaking.
183         (shr-insert): Handle <pre> better.
184         (shr-tag-li): Get <li> indentation right.
185         (shr-tag-li): Get <li> indentation even righter.
186         (shr-tag-blockquote): Ensure paragraph start.
187         (shr-make-table): Tweak table generation.
188         (shr-make-table): Fix typo.
189
190         * shr.el: Implement table rendering.
191
192 2010-10-04  Julien Danjou  <julien@danjou.info>
193
194         * gnus-html.el (gnus-html-put-image): Fix resize image code.
195
196 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * shr.el (shr-insert): Use string anchors instead of line anchors.
199
200 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * shr.el: Add headings.
203         (shr-ensure-paragraph): Actually work.
204         (shr-tag-li): Make <ul> prettier.
205         (shr-insert): Get white space at the beginning/end of elements right.
206         (shr-tag-p): Collapse subsequent <p>s.
207         (shr-ensure-paragraph): Don't insert double line feeds after blank
208         lines.
209         (shr-insert): \t is also space.
210         (shr-tag-s): Fix "s" tag name function.
211         (shr-tag-s): Fix face prop name.
212
213 2010-10-03  Julien Danjou  <julien@danjou.info>
214
215         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
216
217         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
218         gnus-window-inside-pixel-edges.
219
220         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
221         gnus-ems.
222
223         * mm-view.el (mm-inline-image-emacs): Support image resizing.
224
225         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
226         function.
227
228         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
229         resize choice.
230
231 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
234         beginning of the buffer.
235
236         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
237         article buffer again.
238
239         * shr.el (shr-tag-p): Don't insert newlines at the start of the
240         buffer.
241
242         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
243         when it's at the start of the buffer.
244
245         * shr.el (shr-tag-blockquote): Convert name.
246         (shr-rescale-image): Use the right image-size variant.
247
248         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
249         buffer isn't shown, then select the current article first instead of
250         bugging out.
251         (gnus-summary-select-article-buffer): Show both the article and summary
252         buffers again.
253
254         * shr.el (shr-fontize-cont): Protect against regions with no text.
255         Rename tag functions to shr-tag-* for enhanced security.
256         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
257
258 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
259
260         * shr.el (shr-insert):
261         * pop3.el (pop3-movemail):
262         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
263         loaded.
264
265 2010-10-03  Glenn Morris  <rgm@gnu.org>
266
267         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
268
269         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
270
271         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
272
273         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
274
275         * gnus-util.el (gnus-make-local-hook): Simplify.
276
277 2010-10-02  Julien Danjou  <julien@danjou.info>
278
279         * gnus-util.el (gnus-iswitchb-completing-read): New function.
280         (gnus-ido-completing-read): New function.
281         (gnus-emacs-completing-read): New function.
282         (gnus-completing-read): Use gnus-completing-read-function.
283         Add gnus-completing-read-function.
284
285 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * shr.el (shr-insert-document): Autoload.
288         (shr-img): Be silent.
289         (shr-insert): Add a newline after every picture before text.
290         (shr-add-font): Use overlays for combining faces.
291         (shr-insert): Pass upwards the text start point.
292
293         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
294         possible.
295         (mm-shr): New function.
296
297 2010-10-02  Julien Danjou  <julien@danjou.info>
298
299         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
300         should go backward.
301
302 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
303
304         * shr.el (shr): Fix typo in provide call.
305
306 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * shr.el: New file.
309
310         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
311
312         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
313         completing read.
314
315 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
318         we're being queried about.  Suggested by Dan Jacobson.
319
320         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
321         by Jason Eisner.
322
323         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
324         table, too.  Suggested by Stefan Wiens.
325         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
326         the table unnecessary.  Suggested by Stefan Wiens.
327
328         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
329         longer needed, and probably doesn't work either, as pointed out by
330         Stefan Wiens.
331         (gnus-summary-exit): Remove call to the clearing function.
332         (gnus-summary-exit-no-update): Ditto.
333
334         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
335         instead of gnus-eval-in-buffer-window to avoid popping up frames.
336         Reported by Stefan Monnier.
337         (gnus-summary-save-in-rmail): Ditto.
338
339         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
340         article buffer, instead of both the article buffer and the summary
341         buffer.  Sort of suggested by Dan Jacobson.
342
343         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
344
345         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
346         Suggested by Dan Jacobson.
347
348         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
349         documentation clearer.
350
351         * message.el (message-shorten-references): Comment on the number "21".
352         Suggested by Stefan Monnier.
353
354         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
355         Suggested by Dan Jacobson.
356
357         * gnus.el (gnus-large-newsgroup): Mention
358         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
359
360         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
361         externalize attachments.  Bug reported by Steve Wen.
362
363         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
364         really message anything to the user.
365
366         * nnmail.el (nnmail-article-group): Allow using the fancy split method
367         directly.
368
369         * nnimap.el (nnimap-request-group): Low higher than high to signal no
370         messages in empty groups.
371
372 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
373
374         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
375         non-UIDNEXT group.
376
377 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
380         not the value from the collection.
381
382         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
383         values.  This sometimes happens on some groups that have no info.
384         (nnimap-request-newgroups): New function.
385
386 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
389         check into `gnus-registry-initialize'.
390         (gnus-registry-initialize): Ditto.
391         Fix and extend header docs.
392
393 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
396         regexp backtrace overflows.
397
398         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
399         for starttls that tls.el implements; i.e. openssl.
400
401         * tls.el (tls-starttls-switches): Give up on using starttls with
402         gnutls-cli.
403         (tls-program): Add --insecure to be consistent with the defaults from
404         openssl s_client.  Now all three commands are insecure.
405
406 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * lpath.el: Bind completion-styles-alist for XEmacs.
409
410         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
411         (gravatar-create-image): New function that's an alias to
412         gnus-xmas-create-image, gnus-create-image, or create-image.
413         (gravatar-data->image): Use it.
414
415 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
418         install the nnregistry refer method.
419         (gnus-registry-install-hooks): Use it.
420         (gnus-registry-unfollowed-groups): Add nnmairix to the default
421         unfollowed groups.
422
423 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
424
425         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
426         expanding threads.
427
428 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
429
430         * nnir.el: Use the server names without suffixes (bug #7009).
431
432         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
433         unencrypted to STARTTLS, if possible.
434
435 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
436
437         * message.el (message-ignored-supersedes-headers): Strip Injection-*
438         headers before superseding.
439
440 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * nnrss.el (nnrss-use-local): Add documentation.
443
444         * nnimap.el (nnimap-extend-tls-programs): New function.
445         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
446         (nnimap-wait-for-connection): Accept the greeting from the stupid
447         output from openssl s_client -starttls, too.
448
449         * tls.el (tls-starttls-switches): New variable.
450         (tls-find-starttls-argument): Use it.
451         (open-tls-stream): Ditto.
452
453         * netrc.el (netrc-credentials): Return the value of the "default"
454         entry.
455         (netrc-machine): Ditto.
456
457         * nnimap.el (nnimap-find-article-by-message-id): Really return the
458         article number.
459         (nnimap-split-fancy): New variable.
460         (nnimap-split-incoming-mail): Use it.
461
462         * nntp.el (nntp-server-list-active-group): Document.
463
464         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
465         SELECT to get the message-id.
466
467         * mail-source.el (mail-sources): Removed webmail support.
468         (defvar): Ditto.
469         (mail-source-fetcher-alist): Ditto.
470         (mail-source-fetch-webmail): Removed.
471
472         * webmail.el: Removed -- doesn't seem relevant any more.
473
474         * gnus.el: Fix up make-obsolete-variable declarations throughout.
475
476         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
477         the \r.
478
479 2010-09-30  Julien Danjou  <julien@danjou.info>
480
481         * gnus-agent.el (gnus-agent-add-group): Fix call to
482         gnus-completing-read.
483
484 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * nndoc.el (nndoc-retrieve-groups): New function.
487
488         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
489         `default', use nnmail-split-methods.
490         (nnimap-request-article): Downcase the NILs so that they are nil.
491
492         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
493         symbol.
494
495         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
496         code, since if the user has requested network, that's what they ought
497         to get.
498         (nnimap-request-set-mark): Erase the buffer before issuing commands.
499         (nnimap-split-rule): Mark as obsolete.
500
501         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
502         variable.
503
504         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
505         correct slot, too.
506
507 2010-09-29  Julien Danjou  <julien@danjou.info>
508
509         * gnus.el (gnus-local-domain): Declare variable obsolete.
510
511         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
512         computing.
513         (gnus-ido-completing-read): Require ido.
514
515 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-registry.el: Don't prompt on load, which makes it impossible to
518         build Gnus.
519
520         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
521         when interpreting the structures.
522         (nnimap-request-accept-article): Add \r\n to the lines to make this
523         work with Cyrus.
524
525         * nndraft.el (nndraft-request-expire-articles): Use the group name
526         instead if "nndraft".  Fix found by Nils Ackermann.
527
528 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
529
530         * nnregistry.el: Added.
531
532 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
533
534         * nnmail.el (group, group-art-list, group-art):
535         Remove unneeded directives.
536
537 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
538
539         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
540         (mm-mime-charset)
541         * rfc2047.el (rfc2047-syntax-table)
542         * utf7.el (utf7-utf-16-coding-system): Comment fix.
543
544         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
545         rather than `insert-file-contents' and `eval-region'.
546
547         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
548         construction.
549
550         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
551
552         * time-date.el: No need to require cl for Emacs 21.
553
554 2010-09-29  Julien Danjou  <julien@danjou.info>
555
556         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
557         replacement of `gnus-gravatar-relief' to mimic
558         `gnus-faces-properties-alist'.
559         Add :version property.
560
561 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * mail-source.el (mail-source-report-new-mail)
564         * message.el (message-default-mail-headers)
565         * mm-decode.el (mm-valid-image-format-p): Comment fix.
566
567         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
568
569 2010-09-28  Julien Danjou  <julien@danjou.info>
570
571         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
572         mail-address contains the same string as real-name.
573
574         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
575         non-blank in header, otherwise it'll get stripped.
576
577         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
578         real-name, and then for mail address rather than doing : or , search.
579
580 2010-09-27  Julien Danjou  <julien@danjou.info>
581
582         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
583         (gnus-server-goto-server): Use gnus-completing-read.
584
585         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
586
587         * mm-util.el (defalias): Use gnus-completing-read.
588         (mm-codepage-setup): Use gnus-completing-read.
589
590         * smime.el (smime-sign-buffer): Use gnus-completing-read.
591         (smime-decrypt-buffer): Use gnus-completing-read.
592
593         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
594
595         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
596         (mml-minibuffer-read-disposition): Use gnus-completing-read.
597         (mml-insert-multipart): Use gnus-completing-read.
598
599         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
600
601         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
602
603         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
604
605         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
606
607         * gnus.el (gnus-read-method): Use gnus-completing-read.
608
609         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
610
611         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
612         (gnus-mime-action-on-part): Use gnus-completing-read.
613         (gnus-article-encrypt-body): Use gnus-completing-read.
614
615         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
616         (gnus-topic-move-matching): Use gnus-completing-read.
617         (gnus-topic-copy-matching): Use gnus-completing-read.
618         (gnus-topic-sort-topics): Use gnus-completing-read.
619         (gnus-topic-move): Use gnus-completing-read.
620
621         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
622         (gnus-agent-add-group): Use gnus-completing-read.
623
624         * nnmairix.el (nnmairix-create-server-and-default-group): Use
625         gnus-completing-read.
626         (nnmairix-update-groups): Use gnus-completing-read.
627         (nnmairix-get-server): Use gnus-completing-read.
628         (nnmairix-backend-to-server): Use gnus-completing-read.
629         (nnmairix-goto-original-article): Use gnus-completing-read.
630         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
631
632         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
633
634         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
635         (gnus-group-make-useful-group): Use gnus-completing-read.
636         (gnus-group-make-web-group): Use gnus-completing-read.
637         (gnus-group-add-to-virtual): Use gnus-completing-read.
638         (gnus-group-browse-foreign-server): Use gnus-completing-read.
639
640         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
641         (gnus-summary-limit-to-extra): Use gnus-completing-read.
642         (gnus-summary-execute-command): Use gnus-completing-read.
643         (gnus-summary-respool-article): Use gnus-completing-read.
644         (gnus-read-move-group-name): Use gnus-completing-read.
645
646         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
647         (gnus-summary-score-effect): Use gnus-completing-read.
648
649         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
650
651         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
652         right completing-read function.
653         (gnus-use-ido): New variable
654         (gnus-completing-read-with-default): Remove.
655
656 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
659         x-focus-frame.
660
661         * nnimap.el (auth-source-forget-user-or-password)
662         (auth-source-user-or-password): Autoload.
663
664         * message.el (message-from-style, message-interactive)
665         (message-cite-prefix-regexp, message-sendmail-envelope-from)
666         (message-yank-prefix, message-indentation-spaces, message-signature)
667         (message-signature-file): Add comment.
668
669 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
672         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
673         new articles.
674
675         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
676         parts.
677         (nnimap-request-article): Work with the t setting, too.
678
679         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
680         that you don't get flashes of other buffers.
681         (gnus-summary-show-complete-article): Intern before setting.
682
683 2010-09-27  David Engster  <dengste@eml.cc>
684
685         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
686         well as HEADERS.
687         (nnmairix-retrieve-headers): Provide new argument for the above.
688
689 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * gnus-sum.el (gnus-summary-move-article): Don't alter
692         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
693         group.
694
695         * nnimap.el (nnimap-update-info): Don't destructively alter active.
696
697         * message.el (message-cite-prefix-regexp): Revert my last edit.
698
699         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
700         variable instead of the Gnus variable.
701
702         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
703
704         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
705         again.
706
707         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
708         since some servers don't like it.
709         (nnimap-open-connection): Forget credentials if the server says the
710         password was wrong.
711         (nnimap-parse-line): Protect against invalid data.
712
713         * gnus-sum.el (gnus-summary-move-article): Add comment.
714         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
715         nothing alters it while scanning for new messages.
716
717         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
718         which may or may not help.
719         (nnimap-open-connection): If we're doing a stream connection, and then
720         discover we're on a STARTTLS-capable server, then open a STARTTLS
721         connection instead.
722
723 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnimap.el (utf7): Required.
726
727         * message.el (message-cite-prefix-regexp): Remove "}" from citation
728         prefix.
729
730 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
731
732         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
733
734 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * nnimap.el (nnimap-request-accept-article): Message the error on
737         error.
738
739 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
742
743 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * nndoc.el (nndoc-request-list): Return success always.
746
747         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
748         `fetch-old' -- we only want to fetch the articles we've requested.  The
749         rest are in the agent, probably.
750         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
751         disappeared server" to something low.  It's not important.
752
753         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
754         arrived before the FETCH data.
755
756         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
757         target here, because we don't know the Gnus name of the group.
758
759         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
760         for the correct group.
761
762         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
763
764         * gnus.el (gnus): Give a final warning after startup.
765
766         * gnus-util.el (gnus-action-message-log): New variable.
767         (gnus-message): Use it.
768         (gnus-final-warning): New function.
769
770         * nnimap.el (nnimap-open-connection): Record the greeting.
771         (nnimap): Add greeting.
772
773 2010-09-26  Julien Danjou  <julien@danjou.info>
774
775         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
776         arguments.
777         (gnus-html-wash-images): Fix spec computing to include start/end.
778
779         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
780
781 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
784         deletion.
785         (nnimap-retrieve-headers): Don't select the group, because that's
786         already done by nnimap-possibly-change-group.
787
788         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
789         (gnus-picon-transform-address): Use it.
790
791         * mail-source.el (mail-source-value): Revert previous patch.
792
793         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
794         on failure.
795         (nnimap-open-connection): Look up both virtual and physical server name
796         credentials.
797
798         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
799
800 2009-02-07  Dave Love  <fx@gnu.org>
801
802         * tls.el (open-tls-stream): Don't query killing process.
803
804 2009-02-08  Dave Love  <fx@gnu.org>
805
806         * gnus-win.el (gnus-window-to-buffer-helper,
807         gnus-all-windows-visible-p): Function needn't be a symbol.
808
809         * mail-source.el (mail-source-value): Function needn't be a symbol.
810
811 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * message.el (message-cite-prefix-regexp): Remove } from the cite
814         prefix.
815
816         * gnus-art.el (gnus-treatment-function-alist): Do picons before
817         highlight again, so that the highlight is correct.
818
819         * gnus-picon.el (gnus-picon): Remove again.
820         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
821
822         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
823         doing the header highlightling, so that the background colour of the
824         picon is correct.
825
826         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
827         (gnus-picon): Ditto.
828         (gnus-picon): Reinstate.  The background colour for picons is white.
829         (gnus-picon-insert-glyph): Make the background white.
830
831         * nnml.el (nnml-open-nov): Don't return dead buffers.
832
833         * auth-source.el (auth-source-create): Query the user for whether to
834         store the credentials.
835
836         * netrc.el (netrc-store-data): New function.
837
838         * auth-source.el (auth-source-user-or-password): Use the existing auth
839         sources, if any, for creation.
840
841         * gnus.el (gnus-group-fast-parameter): Return the last matching
842         parameter instead of the first matching parameter.
843
844 2010-09-26  Julien Danjou  <julien@danjou.info>
845
846         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
847
848 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * mml2015.el (mml2015-use): Remove gpg support.
851
852         * mml1991.el (mml1991-function-alist): Remove gpg function.
853         (mml1991-gpg-sign): Removed.
854
855 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
856
857         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
858         (gnus-browse-unsubscribe-current-group): Document it.
859         (gnus-browse-unsubscribe-group): Use it.
860
861 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
862
863         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
864         address to the To list for easier response.
865
866         * gnus.el (gnus-play-startup-jingle): Removed.
867         (gnus-splash): Don't play jingle.
868         (gnus): Silence gnus-load message.
869
870         * gnus-art.el (gnus-treat-play-sounds): Removed.
871
872         * gnus.el (gnus-play-jingle): Remove audio support.
873
874         * gnus-cus.el (gnus-score-customize): Remove audio reference.
875
876         * earcon.el: Removed -- no users.
877
878         * gnus-audio.el: Removed -- no users of this package.
879
880         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
881
882         * gnus-start.el (gnus-setup-news): Remove nocem support.
883
884         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
885
886         * gnus.el (gnus-use-nocem): Removed.
887
888         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
889         Removed.
890
891         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
892         uses NoCeM any more.
893
894         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
895         (gnus-button-ctan-handler): Ditto.
896         (gnus-button-handle-ctan-bogus-regexp): Ditto.
897         (gnus-button-ctan-directory-regexp): Ditto.
898         (gnus-button-handle-ctan): Ditto.
899         (gnus-button-tex-level): Ditto.
900         (gnus-button-alist): Removed CTAN stuff.
901
902 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903
904         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
905         nnimap-streaming test.
906
907         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
908         servers twice.
909
910         * nnimap.el (nnimap-open-connection): Add more error reporting when
911         nnimap fails early.
912
913         * nnheader.el (nnheader-get-report-string): New function.
914         (nnheader-get-report): Use it.
915
916         * gnus-int.el (gnus-check-server): Say what the error was when opening
917         failed.
918
919         * nnimap.el (nnimap-wait-for-response): Search further when we're not
920         using streaming.
921
922 2010-09-25  Julien Danjou  <julien@danjou.info>
923
924         * gnus-html.el (gnus-html-rescale-image): Use our defalias
925         gnus-window-inside-pixel-edges.
926
927 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
930
931         * mm-decode.el (mm-save-part): Allow saving to other directories the
932         normal Emacs way.
933
934         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
935         by Jay Berkenbilt.
936
937         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
938         there isn't a single byte.
939
940         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
941         just do it.  It doesn't really seem to matter what the user responds
942         here, I think, so it's just a confusing question.
943
944         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
945         non-streaming case.
946
947         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
948         (gnus-article-encrypt-body): Use it.
949
950         * gnus-sum.el (gnus-summary-show-complete-article): New command and
951         keystroke.
952
953         * nnimap.el (nnimap-find-wanted-parts-1): Use
954         gnus-fetch-partial-articles.
955
956         * gnus-art.el (gnus-fetch-partial-articles): New variable.
957
958         * nnimap.el (nnimap-insert-partial-structure): New function.
959         (nnimap-get-partial-article): New function.
960         (nnimap-request-article): Use it.
961         (nnimap-wait-for-response): Return whether the wait was successful.
962         (nnimap-finish-retrieve-group-infos): Don't do anything if the
963         retrieval wasn't successful.
964         (nnimap-retrieve-group-data-early): Allow throttling servers.
965         (nnimap-streaming): New variable.
966         (nnimap-fetch-partial-articles): Removed.
967
968         * mm-decode.el (mm-with-part): Protect against killed buffers.
969
970         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
971         for prettier summary display.
972
973 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
974
975         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
976         directly.
977
978 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
981         apparently third-party libraries depend on it.
982
983         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
984         before starting negotiation.
985
986         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
987         privacy reasons.
988         (gnus-treat-mail-gravatar): Ditto.
989
990         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
991         buffer when inserting images.  Inserting text into the headers, for
992         instance, can make them invalid.
993
994 2010-09-25  Julien Danjou  <julien@danjou.info>
995
996         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
997         variables.
998
999         * nnheader.el: Remove useless variables news-reply-yank-from and
1000         news-reply-yank-message-id.
1001
1002         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1003         variables.
1004
1005         * mml1991.el: Remove useless mml1991-verbose.
1006
1007         * gnus.el: Remove useless variable gnus-use-generic-from.
1008         Remove obsolete variable gnus-topic-indentation.
1009
1010         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1011
1012         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1013
1014         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1015
1016         * gnus-group.el: Remove useless gnus-group-icon-cache.
1017         Remove useless gnus-ephemeral-group-server.
1018
1019         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1020
1021         * mml2015.el: Remove useless mml2015-verbose.
1022
1023         * mml-smime.el: Remove useless mml-smime-verbose.
1024
1025         * gnus.el: Remove useless gnus-local-domain.
1026
1027         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1028         gnus-gravatar-size.
1029
1030         * gnus-art.el: Remove useless gnus-treat-translate.
1031
1032 2010-09-24  Julien Danjou  <julien@danjou.info>
1033
1034         * gnus-sum.el: Add support for Gravatars.
1035
1036         * gnus-art.el: Add support for Gravatars.
1037
1038         * gnus-gravatar.el: Add this file.
1039
1040         * gravatar.el: Add this file.
1041
1042 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1045
1046         * gnus-group.el (gnus-group-fetch-faq): Removed.
1047
1048         * gnus.el (gnus-group-faq-directory): Removed.
1049
1050         * gnus-group.el (gnus-group-fetch-charter): Removed.
1051
1052         * gnus.el (gnus-group-charter-alist): Removed.
1053
1054         * gnus-group.el (gnus-group-archive-directory): Removed.
1055         (gnus-group-recent-archive-directory): Ditto.
1056         (gnus-group-make-archive-group): Removed.
1057
1058         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1059
1060         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1061         use the same article number for all the cached articles.
1062
1063         * nnimap.el (nnimap-command): Register the last command time so
1064         that we can use it for idling NOOPs.
1065         (nnimap-open-connection): Start the keeplive timer.
1066         (nnimap-make-process-buffer): Store all the process buffers.
1067         (nnimap-keepalive): New function.
1068
1069         * starttls.el: (starttls-open-stream): Add autoload cookie.
1070
1071 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1072
1073         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1074         handling.
1075
1076 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1079         its data structures.
1080
1081         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1082         instead of the cl.el copy-list.
1083         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1084         equalp.
1085
1086 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1089         and tool-bar-local-item-from-menu.
1090
1091         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1092         mode-line-highlight face for Emacs.
1093
1094         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1095         loading gnus-sum.elc; fix comment for canlock-verify.
1096         (gnus-article-jump-to-part): Use read-number.
1097         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1098         Emacs pre-21 compatible code for help-echo.
1099         (gnus-article-next-page-1): No need to adjust the number of lines.
1100         (gnus-article-describe-bindings): Always use help-buffer.
1101
1102         * gnus-audio.el (gnus-audio-inline-sound)
1103         * gnus-cus.el (gnus-custom-mode)
1104         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1105
1106         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1107
1108         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1109         compatible code.
1110
1111 2010-09-24  Glenn Morris  <rgm@gnu.org>
1112
1113         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1114         visiting the fcc file in rmail-mode.
1115
1116         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1117
1118 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * nnir.el: Silence the byte compiler.
1121
1122         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1123         alias to browse-url-url-encode-chars if any.
1124         (gnus-html-encode-url): Use it.
1125
1126 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-start.el (gnus-use-backend-marks): New variable.
1129         (gnus-get-unread-articles-in-group): Use it.
1130
1131         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1132         makeover.
1133
1134 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1135
1136         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1137
1138 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1141         Removed.
1142         (gnus-setup-news-hook): Removed
1143         gnus-fixup-nnimap-unread-after-getting-new-news.
1144
1145         * gnus-int.el (gnus-request-update-info): Protect against backends not
1146         having the function.
1147
1148         * nnimap.el (nnimap-stream): Mention starttls.
1149         (nnimap-open-connection): Add starttls support.
1150
1151 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1152
1153         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1154
1155 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1158         BODYSTRUCTUREs.
1159         (nnimap-transform-headers): Unfold quoted {42} headers.
1160
1161         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1162         the info.
1163         (gnus-get-unread-articles): Only call updatep on backends that support
1164         it.
1165
1166         * nnweb.el (nnweb-request-update-info): NOOP.
1167
1168         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1169
1170         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1171         since it only deals with marks.
1172
1173         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1174         gnus-request-marks, and make a new gnus-request-update-info.
1175
1176         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1177         the active instead of the high number, which is usually too low.
1178
1179 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1180
1181         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1182         * encrypt.el: Removed.
1183
1184 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1187         server in symbolic form.
1188
1189         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1190         0.9.
1191
1192 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1195         (nnimap-update-info): Fix up code slightly.
1196
1197         * gnus-int.el (gnus-open-server): Add tracing for performance
1198         debugging.
1199
1200         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1201         (gnus-group-insert-group-line): Pass the real group name so that it
1202         gets the right data.
1203
1204         * gnus-start.el (gnus-get-unread-articles): Don't have
1205         `gnus-get-unread-articles-in-group' update info, since that can be
1206         really slow and doesn't seem to be needed?
1207
1208 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1209
1210         * time-date.el (date-to-time): Try using parse-time-string first before
1211         using the slower timezone-make-date-arpa-standard.
1212
1213 2010-09-22  Julien Danjou  <julien@danjou.info>
1214
1215         * gnus-group.el (gnus-group-insert-group-line): Call
1216         gnus-group-highlight-line.
1217         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1218         default hook list.
1219         (gnus-group-update-eval-form): Add new function.
1220         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1221         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1222
1223 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1226         immediate, then expire all articles.
1227         (nnimap-update-info): Fix off-by-one errors.
1228         (nnimap-flags-to-marks): Would return no marks lists for group with no
1229         flags.  Instead return the other data.
1230
1231 2010-09-22  Julien Danjou  <julien@danjou.info>
1232
1233         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1234         Only return an icon.
1235         (gnus-group-insert-group-line): Compute icon to return.
1236
1237         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1238         variable.
1239         (gnus-html-image-fetched): Only cache if
1240         gnus-html-image-automatic-caching is set.
1241         (gnus-html-image-fetched): Check for errors.
1242
1243 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1246         once per method on `g'.  This ensures that backends like nnfolder don't
1247         open all their folders.
1248
1249         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1250         (nnimap-request-list): Nix out group in the correct buffer.
1251         (nnimap-parse-flags): Implement by using `read' instead of
1252         hand-parsing.
1253         (nnimap-flags-to-marks): Pass on permanent-flags.
1254         (nnimap-make-process-buffer): Record the server name.
1255         (nnimap-parse-flags): Fix typo.
1256         (nnimap-request-scan): Run split on the server in general, not just a
1257         single group.
1258
1259         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1260         parameter, and propagate this downwards.
1261
1262         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1263         since EXAMINE changes it on the server.
1264
1265         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1266         this command might take a while.
1267
1268 2010-09-22  Julien Danjou  <julien@danjou.info>
1269
1270         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1271         harmful if you have 2 images side-by-side, they can't be properly
1272         update on text deletion.  Using text-property is safer here.
1273         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1274         data.
1275
1276 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * nnimap.el (nnimap-expunge-inbox): Removed.
1279         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1280         (nnimap-expunge): Flip default to t.
1281
1282         * gnus.el (gnus-method-to-server): Don't push things to the cache
1283         unless it's unique.
1284         (gnus-server-to-method): Ditto.
1285
1286 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1287
1288         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1289
1290 2010-09-22  Julien Danjou  <julien@danjou.info>
1291
1292         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1293         get the start of data.
1294         (gnus-html-encode-url): Add this function to encode special chars in
1295         URL.
1296         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1297         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1298
1299         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1300         default.
1301         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1302
1303         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1304         images alt-text.
1305         (gnus-html-put-image): Put alt-text as help-echo.
1306
1307 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1310         * mm-util.el (mm-decompress-buffer)
1311         * nnir.el (nnir-run-find-grep)
1312         * pop3.el (pop3-list): Use 3rd arg of split-string.
1313
1314         * time-date.el (format-seconds): Comment fix.
1315
1316         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1317         and byte-optimize-form-code-walker.
1318         (dgnushack-make-auto-load): Don't advise make-autoload.
1319
1320         * lpath.el: Remove Emacs 21 stuff.
1321
1322 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1325         outside the active range.  Suggested by Dan Christensen.
1326
1327         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1328         slightly later to avoid double-getting it.
1329
1330         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1331         previous patch.
1332
1333         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1334
1335 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1336
1337         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1338
1339 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-int.el (gnus-open-server): Give a better error message in the
1342         "go offline" case.
1343
1344         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1345         marks for nnimap, which is seldom the right thing to do.
1346
1347         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1348         (gnus-same-method-different-name): New function.
1349
1350         * nnimap.el (parse-time): Require.
1351
1352         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1353         method in the presence of many similar methods.
1354
1355         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1356
1357         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1358         nnml-inhibit-expiry.
1359
1360         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1361         find out whether methods are equal.
1362
1363         * nnimap.el (nnimap-find-expired-articles): New function.
1364         (nnimap-process-expiry-targets): New function.
1365         (nnimap-request-move-article): Request the article before looking at
1366         what the Message-ID is.  Fix found by Andrew Cohen.
1367         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1368
1369         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1370         for oldness in addition to being a predicate.
1371
1372         * nnimap.el (nnimap-request-group): When we have zero articles, return
1373         the right data to Gnus.
1374         (nnimap-request-expire-articles): Only delete articles immediately if
1375         the target is 'delete.
1376
1377         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1378         method, this would bug out.
1379
1380         * gnus-group.el (gnus-group-expunge-group): Renamed from
1381         gnus-group-nnimap-expunge, and implemented as a normal interface
1382         function.
1383
1384         * gnus-int.el (gnus-request-expunge-group): New function.
1385
1386         * nnimap.el (nnimap-request-create-group): Implement.
1387         (nnimap-request-expunge-group): New function.
1388
1389 2010-09-21  Julien Danjou  <julien@danjou.info>
1390
1391         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1392         (gnus-html-cache-expired): Add new function.
1393         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1394         wethever we should display image for fetch it.
1395         Compute alt-text earlier to pass it to the fetching function too.
1396         (gnus-html-schedule-image-fetching): Change function argument to only
1397         get one image at a time, not a list.
1398         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1399         cache.
1400         (gnus-html-get-image-data): New function to retrieve image data from
1401         cache.
1402         (gnus-html-put-image): Change buffer argument to use image data rather
1403         than file, and place image above region rather than inserting a new
1404         one. Do not take alt-text as argument, since it's useless now: we place
1405         the image above alt-text.
1406         (gnus-html-prune-cache): Remove.
1407         (gnus-html-show-images): Start to fetch image when we find one, do not
1408         push into a temporary list.
1409         (gnus-html-prefetch-images): Only fetch image if they have expired.
1410         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1411         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1412
1413 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1416
1417 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1420         spec inser "*" if the group isn't active instead of 0.
1421
1422         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1423         opening the server.
1424         (nnimap-request-delete-group): Implement group deletion.
1425         (nnimap-transform-headers): Return the size of the entire message in
1426         the Bytes header, not just the size of the first part.
1427         (nnimap-request-move-article): When moving an article from nnimap,
1428         request the article first so the accepting form has an article to
1429         accept.  Reported by Dan Christensen.
1430         (nnimap-command): Make sure that the error message doesn't error out.
1431
1432 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1433
1434         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1435         we haven't requested anything.
1436
1437 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1440         "".  Fix found by Andrew Cohen.
1441
1442         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1443         instead of -encode-string.
1444
1445 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1446
1447         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1448
1449         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1450         by mm-subst-char-in-string.
1451
1452 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453
1454         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1455         waiting for the connection string.
1456
1457         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1458         arriving.
1459
1460         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1461         bogus characters.  This allows selecting certain Gmail groups.
1462
1463         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1464         (nnimap-fetch-partial-articles): New variable.
1465         (nnimap-open-connection): When looking for credentials, also use the
1466         nnimap-server-port.
1467         (nnimap-request-article): Return the group/article number, so that Gnus
1468         `^' works as expected.
1469         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1470         them.
1471
1472         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1473         comments.
1474         (gnus-methods-sloppily-equal): New function.
1475         (gnus): When using the development version of Gnus, load the gnus-load
1476         file.
1477
1478         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1479         `gnus-open-server' on each method before trying to scan them etc.  This
1480         ensures that all the backend parameters are set correctly.
1481
1482         * nnimap.el (nnimap-authenticator): New variable.
1483         (nnimap-open-connection): Allow anonymous login.
1484         (nnimap-transform-headers): The chars header is called Chars not
1485         Bytes.
1486         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1487         drops.
1488
1489         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1490         patch, found by Knut Anders Hatlen.
1491
1492 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1493
1494         * gnus-agent.el (gnus-agent-batch-confirmation)
1495         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1496         to gnus-message.
1497         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1498         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1499         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1500         * gnus-int.el (gnus-open-server): Likewise.
1501         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1502         (gnus-score-check-syntax): Likewise.
1503         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1504         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1505         Likewise.
1506         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1507
1508 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1511         calling conventions so that prefetch doesn't bug out.
1512
1513 2010-09-19  Julien Danjou  <julien@danjou.info>
1514
1515         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1516         rather than `subst-char-in-region' in order to be able to replace ASCII
1517         char by UTF-8 ones.
1518
1519         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1520         than curl.
1521         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1522         the right URL and ALT text on images.
1523         (gnus-html-wash-tags): Fix tag case.
1524         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1525         (gnus-article-html): Add -o display_ins_del=2 option.
1526         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1527
1528 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1531         the extra mail headers, which sometimes seem to happen for unknown
1532         reasons.
1533
1534         * mail-parse.el (mail-header-encode-parameter): Define as
1535         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1536         (or most, perhaps?) mail readers don't understand the latter, but do
1537         understand the former.
1538
1539         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1540         to nil, so that no methods are automatically agentized.  I think this
1541         is probably what most users want.
1542
1543         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1544         from url-retrieve, for instance about invalid URLs.
1545
1546         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1547         groups that have no articles.
1548         (nnimap-request-article): Check that we really got an article when we
1549         requested one.
1550
1551         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1552         doesn't exist.
1553
1554         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1555         nntp buffer so the agent can save it.
1556         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1557         that CRLF doesn't get translated to \n.
1558         (nnimap-open-connection): Don't make 'shell commands only send \n.
1559
1560 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1561
1562         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1563         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1564         Update var name.
1565         (nnml-generate-nov-file): Use dolist.
1566         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1567         Use with-current-buffer.
1568
1569 2010-09-18  Julien Danjou  <julien@danjou.info>
1570
1571         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1572         parallel.
1573
1574 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575
1576         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1577         the range update right.
1578         (nnimap-request-group): Don't make `M-g' bug out on group with no
1579         marks.
1580         (nnoo): Required, so that other packages can require nnimap.
1581         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1582         command we're looking for.  This helps when the server sends more
1583         responses after we've gotten everything we expected.
1584         (nnimap): Add a `newlinep' field to keep track of end-of-line
1585         conventions.
1586         Don't send CRLF to things that don't want it.
1587         (nnimap-request-accept-article): Ditto.
1588
1589 2010-09-18  Julien Danjou  <julien@danjou.info>
1590
1591         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1592         than curl to retrieve images.
1593
1594 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1597         the marks.
1598         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1599         (nnimap-wait-for-connection): New function.
1600         (nnimap-open-connection): If we have PREAUTH, don't query for login
1601         credentials.
1602         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1603         when doing a partial update.
1604
1605 2010-09-18  Julien Danjou  <julien@danjou.info>
1606
1607         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1608         tags.
1609
1610 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * nnimap.el (nnimap-credentials): New function.
1613         (nnimap-open-connection): Use the new function to look for credentials
1614         also on the numeric equivalents of "imap" and "imaps".
1615
1616         * gnus-start.el (gnus-activate-group): Send the info to
1617         gnus-request-group.
1618
1619         * nnimap.el (nnimap-request-group): Have the "check" version of the
1620         function parse flags and update the info, so that a `M-g' get a total
1621         resync of all flags from the group.
1622
1623         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1624         to allow backends to alter the info on group selection.  Also alter all
1625         the backend -request-group functions to take the parameter.
1626
1627         * nnimap.el (nnimap-store-info): New function.
1628         (nnimap-update-info): Store the info for later usage.
1629         (nnimap-request-group): Use the stored info for the dont-check case, so
1630         that we don't retrieve all marks when we enter a group.
1631
1632         * nnimap.el: Use deffoo instead of defun for interface functions.
1633
1634         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1635         update the group info.  This makes the nndraft groups, for instance, go
1636         back to their old behaviour.
1637
1638         * gnus-sum.el (gnus-select-newsgroup): Indent.
1639
1640         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1641         in.
1642         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1643         nothing.
1644
1645         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1646         from methods that are denied.
1647
1648         * gnus-int.el (gnus-method-denied-p): New function.
1649
1650         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1651         store the password instead of netrc.
1652         (nnimap-open-connection): Don't error out when we can't make a
1653         connections.
1654
1655         * auth-source.el (auth-source-create): In the password prompt, say what
1656         we're querying for.  Also prompt for user name if that hasn't been
1657         given.
1658
1659         * nnimap.el (nnimap-with-process-buffer): Removed.
1660
1661 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1662
1663         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1664         method when we're reading from the agent.
1665
1666         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1667
1668         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1669         that's probably most useful for users.
1670
1671         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1672         "failed" all the time.
1673
1674         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1675         ...)) with (with-current-buffer ... ).
1676
1677         * nntp.el (nntp-open-server): Return whether the open was successful or
1678         not.
1679
1680         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1681         select an unread unseen article first.
1682
1683         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1684         /etc/services, supply some sensible port defaults.
1685
1686         * dgnushack.el: Define netrc-credentials.
1687
1688 2010-09-17  Julien Danjou  <julien@danjou.info>
1689
1690         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1691
1692 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1693
1694         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1695         doesn't have any parameters.
1696
1697 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1700         only upcased checks.
1701
1702         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1703
1704         * nnimap.el (nnimap-open-shell-stream): New function.
1705         (nnimap-open-connection): Use it.
1706         (nnimap-transform-headers): Get the number of lines in each message.
1707         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1708         number of lines.
1709         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1710         problem.
1711
1712         * utf7.el (utf7-encode): Autoload.
1713
1714         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1715         to allow the mail splitting to not return a default group.  This is
1716         useful for nnimap, which will leave unmatched mail in the inbox.
1717
1718         * nnimap.el: Rewritten.
1719
1720         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1721         nnimap usage.
1722
1723         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1724         if the move is internal, so that nnimap can do fast internal moves.
1725
1726         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1727         data.
1728         (gnus-read-active-for-groups): Support finishing the early retrieval of
1729         data.
1730
1731         * gnus-range.el (gnus-range-nconcat): New function.
1732
1733         * gnus-int.el (gnus-finish-retrieve-group-infos)
1734         (gnus-retrieve-group-data-early): New functions.
1735
1736 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1737
1738         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1739         (nnrss-retrieve-groups):
1740         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1741         (pop3-quit): Use with-current-buffer.
1742
1743 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1746         instead of nnheader-accept-process-output.
1747
1748         * dgnushack.el (dgnushack-compile): Add comment.
1749
1750         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1751
1752         * gnus-html.el (gnus-html-schedule-image-fetching)
1753         (gnus-html-prefetch-images): Replace process-kill-without-query by
1754         gnus-set-process-query-on-exit-flag.
1755
1756 2010-09-16  Romain Francoise  <romain@orebokech.com>
1757
1758         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1759
1760 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761
1762         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1763         parameter to unintern is mandatory-ish in Emacs 24.
1764
1765         * gnus-html.el (gnus-html-schedule-image-fetching)
1766         (gnus-html-prefetch-images): Check for curl before using it.
1767
1768         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1769         depend on curl, which isn't essential.
1770
1771         * imap.el: Revert back to version
1772         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1773         seem problematic.
1774
1775 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1776
1777         * gnus-registry.el (gnus-registry-install-shortcuts):
1778         Explicitly pass `obarray' to `unintern' to avoid a warning.
1779
1780 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1783         change.
1784
1785         * nnrss.el (nnrss-request-list): Removed this function and related
1786         functions, including the moreover stuff.
1787
1788 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * nnrss.el (nnrss-retrieve-groups): New function.
1791
1792 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1793
1794         * .dir-locals.el: Add no-byte-compile cookie.
1795
1796 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1797
1798         * time-date.el (format-seconds): Comment fix.
1799
1800         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1801         for back end that doesn't support request-scan.
1802
1803 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1806         then do request scans from the backends.
1807
1808         * netrc.el (netrc-credentials): New conveniency function.
1809
1810         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1811         avoid running a hook per line, since this takes a lot of time,
1812         profiling shows.
1813         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1814         directly if gnus-visual-p is true.
1815
1816 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1819         groups; replace mapcar with dolist which is a bit faster; pass groups
1820         info to gnus-read-active-file-1.
1821         (gnus-read-active-file-1): Scan only specified groups if the new
1822         optional arg `infos' is given.
1823
1824 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1827
1828         * pop3.el (pop3-movemail): Removed.
1829         (pop3-streaming-movemail): Renamed to pop3-movemail.
1830
1831         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1832         don't restrict end-tag searches to the end of the line.
1833
1834 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1837         articles of every unchecked group to t, which means unknown since the
1838         server has never been opened.
1839
1840 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * gnus-html.el (gnus-html-show-alt-text): New command.
1843         (gnus-html-browse-image): Ditto.
1844         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1845         to browse the image directly.
1846         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1847         better.
1848
1849         * gnus-async.el (gnus-async-article-callback): Call
1850         `gnus-html-prefetch-images' unconditionally.
1851
1852         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1853         before feeding URLs to curl.
1854
1855 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1858         internal images as deletable by `W D D'.
1859
1860         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1861         (gnus-async-article-callback): Fix typo.
1862
1863 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1864
1865         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1866         current line to work around bugs in the output from w3m.
1867
1868         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1869         for groups that want that.
1870
1871         * nntp.el (nntp-wait-for-string): Supply a timeout for
1872         accept-process-output to ensure progress.
1873
1874         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1875         level to get unread articles from, then use that for foreign groups,
1876         too.
1877
1878         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1879         confuses the rest of the function.
1880
1881         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1882         for the methods that support -retrieve-groups, too.
1883
1884         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1885
1886 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1889         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1890
1891         * pop3.el: Require cl when compiling.
1892         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1893
1894 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895
1896         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1897         that aren't going to be activated.
1898         (gnus-get-unread-articles): Fix up the last commit.
1899
1900         * gnus-html.el (gnus-article-html): Allow calling without specifying
1901         the handle.  In that case, dissect the buffer first.
1902
1903         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1904
1905         * nnimap.el (nnimap-open-connection): Revert the change that would look
1906         into authinfo for imaps instead of imap.
1907
1908         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1909         say that you don't want to call gnus-request-group with don-check, but
1910         do check the reponse.  This is for virtual groups only.
1911         (gnus-get-unread-articles): Count the archive groups as secondary, so
1912         that they're activated the same way as before.
1913
1914         * imap.el (imap-message-map): Removed optional buffer parameter, since
1915         no callers use it.
1916         (imap-message-get): Ditto.
1917         (imap-message-put): Ditto.
1918         (imap-mailbox-map): Ditto.
1919         (imap-mailbox-put): Ditto.
1920         (imap-mailbox-get): Ditto.
1921         (imap-mailbox-get): Revert last change for this function.
1922
1923         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1924         case-insensitively.
1925         (nnimap-debug): Removed.
1926
1927         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1928         to use `imap-fetch' instead.  According to the comments, this should be
1929         safe, since all other IMAP clients use the 1:* syntax.
1930         (imap-enable-exchange-bug-workaround): Removed.
1931         (imap-debug): Removed -- doesn't seem very useful.
1932
1933         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1934         mail from a file, and the file doesn't exist.
1935
1936         * imap.el (imap-log): New convenience function used throughout instead
1937         of repeating the same code all over the place.
1938
1939         * pop3.el (pop3-streaming-movemail): Return t for success.
1940
1941         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1942         .authinfo if we're using ssl connection.
1943
1944         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1945         already have if we're in a main Gnus `g' run.
1946
1947         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1948
1949 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1952
1953         * nnmh.el (nnmh-request-list-1): Bind `file'.
1954
1955         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1956         alias to set-process-query-on-exit-flag or process-kill-without-query.
1957         (pop3-open-server): Use it.
1958
1959 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1962         box to the Incoming file.  Fixes mistake in previous checkin.
1963
1964         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1965         request loop (for debugging purposes) removed.
1966
1967         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1968         culprit is more visible.
1969         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1970         (nnml-add-incremental-nov): New functions to do "incremental" nov
1971         updates, where we just append to the end of the existing nov files
1972         without reading/writing them in full.
1973
1974         * mail-source.el (mail-source-delete-crash-box): Really only check the
1975         incoming files once in a while.
1976
1977         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1978
1979         * mail-source.el (mail-source-delete-crash-box): Only check the
1980         incoming files for deletion once per day to save a lot of file
1981         accesses.
1982
1983         * pop3.el (pop3-logon): Fix up unbound variable typo.
1984
1985         * mail-source.el (pop3-streaming-movemail): Autoload.
1986
1987         * pop3.el (pop3-streaming-movemail): Respect
1988         pop3-leave-mail-on-server.
1989
1990         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1991         retrieval.
1992
1993         * pop3.el (pop3-process-filter): Removed unused function.
1994         (pop3-streaming-movemail, pop3-send-streaming-command)
1995         (pop3-wait-for-messages, pop3-write-to-file)
1996         (pop3-number-of-responses): New functions for streaming pop3
1997         retrieval.
1998
1999         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2000         come from no known methods.
2001         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2002         list.
2003
2004         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2005         message sizes.
2006         (pop3-movemail): Use erase-buffer instead of looping and deleting
2007         regions, which seems rather odd.
2008
2009         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2010         file once per `g' run.
2011
2012         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2013         directories.  This makes the draft queue directory work.
2014
2015         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2016         data from the backends, so that we only request the list of groups from
2017         each method once.  This should speed things up considerably.
2018
2019         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2020         detect that it's not implemented.
2021
2022         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2023         we actually do recurse down into the tree, but don't stat all leaf
2024         nodes.
2025
2026         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2027         then say so instead of bugging out.
2028
2029         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2030         files exist before trying to read them.
2031
2032         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2033         around <pre_int>.
2034
2035         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2036
2037         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2038
2039 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2040
2041         * mm-util.el (mm-image-load-path): Just return the image directories,
2042         not all directories in the path in addition to the image directories.
2043         (mm-image-load-path): Maintain a cache of the image directories so that
2044         the `g' command in Gnus doesn't have to stat dozens of directories each
2045         time.
2046
2047         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2048         (gnus-html-wash-tags): Add a new `i' command to insert images.
2049         (gnus-html-insert-image): New command and keystroke.
2050         (gnus-html-redisplay-with-images): New command and keystroke.
2051         (gnus-html-show-images): Renamed command.
2052         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2053         spacers.
2054         (gnus-html-wash-tags): Decode entities at the end, so that entities
2055         inside the tags don't mess up the rest of the "parsing".
2056
2057         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2058         so that nnimap methods aren't agentized by default.  There's apparently
2059         many problems related to agent/imap behaviour.
2060
2061         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2062
2063         * gnus-html.el: Doc fix.
2064
2065 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2068         specifier-spec-list for Emacs 21.
2069
2070         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2071         glyph-width and glyph-height instead of display-graphic-p and
2072         image-size; make avoidance of displaying small images work for XEmacs.
2073
2074         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2075         for XEmacs.
2076
2077         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2078         of symbol that holds plist data.
2079         (gnus-process-plist): Remove plist of process after getting it.
2080
2081 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082
2083         * message.el (message-generate-hashcash): Change default to
2084         'opportunistic if hashcash is installed.
2085
2086         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2087         (gnus-html-put-image): Only call image-size once, since it's somewhat
2088         time-consuming on remote X servers.
2089
2090 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2093         type on data, not a file name.
2094
2095         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2096         window-pixel-edges for Emacs 21.
2097
2098         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2099         decoded contents.
2100         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2101
2102 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2105         group line format, since it isn't very interesting.
2106
2107         * gnus-agent.el (gnus-agent-short-article),
2108         (gnus-agent-long-article): Increase values for these two variables,
2109         since most people are likely to have more network connection and
2110         storage than before.
2111
2112         * gnus.el (gnus-refer-article-method): Change default to 'current.
2113         When referring an article, the common behaviour is to refer it from the
2114         current select method, not the native select method.  The chances of
2115         the native select method having the message in question is rather slim
2116         these days.
2117
2118         * gnus-sum.el (gnus-auto-select-subject): Change default to
2119         `unseen-or-unread'.  I think it's likely that most people want to
2120         select an unseen article over a previously seen, but unread one.
2121
2122         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2123         means that in the article buffer none of the minor mode elements will
2124         be shown, usually, and this is not desirable in most cases.
2125
2126         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2127         that commands like `d' (and the like) go to the next line in the
2128         buffer, instead of the next unread article.  I think this is the
2129         behaviour that is most natural for most users.
2130         (gnus-single-article-buffer): Change default to nil, so that people can
2131         have as many article buffers open as they have summary buffer.  I think
2132         this is the most natural way for the groups to behave.
2133
2134         * message.el (message-generate-new-buffers): Change default to
2135         `unsent', so that all new message buffers start their names with the
2136         string "*unsent", and it's easier to find the buffers if you move from
2137         them.
2138
2139 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2142         small.  They're probably tracking images.
2143         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2144         (gnus-html-rescale-image): Yet another try at getting the image sizing
2145         right.
2146
2147         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2148         nntp-marks-file-name is nil.
2149
2150 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * gnus-html.el (gnus-html-wash-tags)
2153         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2154         Better logging.
2155
2156 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2157
2158         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2159
2160         * gnus-html.el (gnus-html-wash-tags): Check the value of
2161         gnus-blocked-images in the summary buffer.
2162
2163 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2166
2167 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2170         like "a", it seems like.
2171         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2172         since it needs to be picked from the correct buffer.
2173
2174         * nnwfm.el: Removed.
2175
2176         * nnlistserv.el: Removed.
2177
2178 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2179
2180         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2181         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2182
2183 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * nnkiboze.el: Removed.
2186
2187         * nndb.el: Removed.
2188
2189         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2190         alt text.
2191         (gnus-html-rescale-image): Try to get the rescaling logic right for
2192         images that are just wide and not tall.
2193
2194         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2195         overshadow variable bindings.
2196
2197 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2198
2199         * gnus-html.el (gnus-html-wash-tags)
2200         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2201         extra logging.
2202
2203 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2206         (gnus-max-image-proportion): New variable.
2207         (gnus-html-rescale-image): New function.
2208         (gnus-html-put-image): Rescale images.
2209
2210 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2211
2212         Fix up some byte-compiler warnings.
2213         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2214         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2215         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2216         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2217         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2218         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2219         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2220
2221 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * gnus-html.el (gnus-article-html): Decode contents by charset.
2224
2225 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2228         (gnus-html-frame-width, gnus-blocked-images)
2229         * message.el (message-prune-recipient-rules): Add custom version.
2230         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2231
2232         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2233         functions.
2234
2235         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2236         gnus-process-get.
2237
2238 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2239
2240         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2241         instead of lsub directly.
2242
2243 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244
2245         * nnwarchive.el: Removed.
2246
2247         * gnus-soup.el: Removed.
2248
2249         * nnsoup.el: Removed.
2250
2251         * nnultimate.el: Removed.
2252
2253         * gnus-html.el (gnus-blocked-images): New variable.
2254
2255         * message.el (message-prune-recipients): New function.
2256         (message-prune-recipient-rules): New variable.
2257
2258         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2259         guess whether a long line is natural text or not.
2260
2261         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2262         gnus-process-plist and friends for compatibility.
2263
2264 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2265
2266         * gnus-html.el: Require packages that define macros used in this file.
2267         (gnus-article-mouse-face): Declare to silence byte-compiler.
2268         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2269         process-get.
2270         (gnus-html-put-image): Use plist-get to avoid getf.
2271         (gnus-html-prefetch-images): Use with-current-buffer.
2272
2273 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-ems.el: Provide compatibility functions for
2276         gnus-set-process-plist.
2277
2278         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2279         header-line-format for XEmacs 21.4.
2280
2281         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2282         * gnus.el (gnus-valid-select-methods)
2283         * message.el (message-send-mail-partially-limit)
2284         * mm-decode.el (mm-text-html-renderer)
2285         * mml.el (mml-insert-mime-headers-always)
2286         * smiley.el (smiley-regexp-alist): Bump custom version.
2287
2288 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * gnus-html.el: require mm-url.
2291         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2292         with the url to `url'.
2293         (gnus-html-wash-tags): Support cid: URLs/images.
2294
2295 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2298         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2299         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2300
2301         * gnus-move.el: Removed file, since it doesn't really work.
2302
2303         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2304         UTF-8.  This seems to fix problems with some German web feeds.
2305
2306         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2307         at the top so that the proper colours are applied.
2308
2309         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2310         don't have dots in their names.
2311
2312         * gnus-art.el (gnus-article-view-part): Doc fix.
2313
2314         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2315         XEmacs-compatible.
2316         (gnus-html-put-image): Don't do images on non-graphic displays.
2317
2318         * nnslashdot.el: Removed this unused backend.
2319
2320         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2321         actions.
2322         (gnus-undo-register-1): Revert last change.
2323
2324         * gnus-group.el (gnus-group-completing-read): Protect against not
2325         having completion-styles bound.
2326
2327         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2328         make broken recipients happier.
2329
2330         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2331
2332         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2333         point parameter.
2334
2335         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2336
2337         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2338         completion-styles for group selection.
2339
2340 2009-02-04  Andreas Schwab  <schwab@suse.de>
2341
2342         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2343         headers and regexp-quote the match if necessary.
2344
2345 2009-03-24  Miles Bader  <miles@gnu.org>
2346
2347         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2348         the blinking smiley.
2349
2350 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2351
2352         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2353         blink smiley.
2354
2355 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2358         where the dribbel file lives exists.
2359
2360         * message.el (message-send-mail-partially-limit): Change the default to
2361         nil, since most people don't want this.
2362
2363         * mm-url.el (mm-url-decode-entities): Also decode entities like
2364         &#x3212.
2365
2366 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2367
2368         * gnus-sum.el (gnus-summary-idna-message):
2369         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2370         Hyperlink urls in docstrings with URL `...'.
2371
2372 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2373
2374         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2375         functions.
2376
2377 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2380         say what the mouseover text should be.
2381
2382         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2383         version of the mm-w3m-safe-url-regexp variable to only download images
2384         in the groups where we want that to happen.
2385
2386         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2387
2388         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2389         easier debugging.
2390         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2391         big pictures in the article buffer.
2392
2393         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2394         gnus-article-html.
2395         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2396         w3m.
2397
2398         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2399
2400 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2403         which doesn't exist.
2404
2405         * message.el (message-inhibit-ecomplete): New variable to allow some
2406         function to inhibit ecomplete address storage.
2407         (message-resend): Disable ecomplete message storage when resending
2408         messages.
2409
2410         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2411
2412 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2415         Save excursion while copying, moving, and deleting articles in order to
2416         prevent the cursor from jumping to unforeseen place.
2417
2418 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * lpath.el: No need to bind bookmark-current-buffer,
2421         bookmark-yank-point and bookmark-make-record-function.
2422
2423 2010-08-17  Glenn Morris  <rgm@gnu.org>
2424
2425         * gnus-sync.el: Require gnus components whose functions are used.
2426
2427         * gnus-art.el (bookmark-make-record-function):
2428         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2429         Declare for compiler.
2430
2431         * mm-url.el (mml-compute-boundary): Autoload.
2432
2433 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2436
2437 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2438
2439         Typo fix "hoo4a" -> "hook".
2440
2441         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2442
2443 2010-08-14  Glenn Morris  <rgm@gnu.org>
2444
2445         * gnus-sync.el (gnus-sync): Fix defgroup version.
2446
2447 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2450
2451         * gnus-sync.el: Fix docs.
2452         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2453         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2454
2455 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2456
2457         Optimizations for gnus-sync.el.
2458
2459         * gnus-sync.el: Add docs about gnus-sync-backend
2460         possibilities.
2461         (gnus-sync-save): Remove unnecessary message.
2462         (gnus-sync-read): Optimize and show what groups were skipped.
2463
2464 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2465
2466         Minor bug fixes for gnus-sync.el.
2467
2468         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2469         read the sync on get-new-news.
2470
2471         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2472         quiet.
2473
2474         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2475
2476 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2477
2478         Make saving and restoring of hidden threads work with overlays.
2479         Patch applied by Ted Zlatanov.
2480
2481         * gnus-sum.el (gnus-hidden-threads-configuration)
2482         (gnus-restore-hidden-threads-configuration): Update to deal with text
2483         properties, rather than searching for a magic character.
2484
2485 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2486
2487         New gnus-sync.el library for synchronization of marks.
2488
2489         * gnus-sync.el: New library for synchronization of marks.
2490
2491         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2492         renamed from `gnus-registry-grep-in-list'.
2493
2494         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2495
2496         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2497
2498 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2501         determining charset of text fails.
2502
2503 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * nnmail.el (nnmail-get-new-mail-1): Revert.
2506
2507         * nnml.el (nnml-active-number): Make sure names of newly created groups
2508         in nnml-group-alist are encoded.
2509
2510 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2511
2512         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2513         containing non-ASCII characters in active file for nnml back end.
2514
2515 2010-07-24  David Engster  <dengste@eml.cc>
2516
2517         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2518         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2519
2520 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2521
2522         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2523         tag (Bug#6654).
2524
2525 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2528         the article buffer, not the summary buffer.
2529
2530 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2533         Emacs 23 as well.
2534
2535 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2538         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2539
2540 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2541
2542         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2543         Patch applied by Karl Fogel.
2544
2545         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2546         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2547
2548 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2549
2550         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2551         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2552         C-w still not working correctly from Article buffers; Thierry's
2553         patch to fix that will be applied after this.
2554
2555         * gnus-art.el (bookmark-make-record-function): New local variable.
2556
2557         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2558         article buffer.
2559         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2560
2561 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2562
2563         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2564         on changes in bookmark.el.
2565
2566 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2569         `no-log' instead of message not to log prompt string.
2570
2571 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2572
2573         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2574         the *other* type of HTML form submission.
2575
2576 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2577
2578         * auth-source.el (auth-source-pick): If choice does not contain a
2579         questioned keyword, set the check to t.
2580
2581 2010-06-12  Romain Francoise  <romain@orebokech.com>
2582
2583         * gnus-util.el (gnus-date-get-time): Move up before first use.
2584
2585 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2588         (gnus-article-edit-part): Bind it to make last part that is substituted
2589         or deleted visible.
2590         (gnus-mime-display-single): Buttonize part of which id equals to
2591         gnus-mime-buttonized-part-id.
2592
2593 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2594
2595         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2596         (gnus-dd-mmm): Use gnus-date-get-time.
2597         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2598         simplify logic.
2599         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2600         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2601
2602 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2603
2604         * auth-source.el (top): Autoload `secrets-list-collections',
2605         `secrets-create-item', `secrets-delete-item'.
2606         (auth-sources): Fix tag string.
2607         (auth-get-source, auth-source-retrieve, auth-source-create)
2608         (auth-source-delete): New defuns.
2609         (auth-source-pick): Rewrite in order to avoid 2 passes.
2610         (auth-source-forget-user-or-password): New parameter USERNAME.
2611         (auth-source-user-or-password): New parameters CREATE-MISSING and
2612         DELETE-EXISTING.  Retrieve password interactively, if needed.
2613
2614 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2615
2616         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2617         deleting unused directories when gnus-expert-user is t.
2618
2619 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2622         for each temp file when gnus-article-browse-delete-temp is ask.
2623
2624 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2625
2626         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2627         Lisp calls to delete-backward-char by calls to delete-char.
2628
2629 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2630
2631         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2632
2633 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2634
2635         * password-cache.el (password-cache-remove): Fix docstring.
2636
2637 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2640         article unless decoding article to be saved.
2641
2642 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2645         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2646         generated within the mm-with-unibyte-current-buffer macro.
2647
2648 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2651         to nil when we're in a mml-preview buffer and no group is selected.
2652
2653 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2654
2655         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2656         when catching the `C-g'.  Reported by "Leo".
2657
2658 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * message.el (message-forward-make-body-plain)
2661         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2662         multibyte-string-p.
2663
2664         * lpath.el: Revert.
2665
2666 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * message.el (message-forward-make-body-mml): Assume original message
2669         is multibyte string; error on unibyte.
2670         (message-forward-make-body-plain): Ditto; don't add excessive newline
2671         in body end.
2672
2673         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2674
2675 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2676
2677         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2678         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2679
2680 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2681
2682         * mm-extern.el (mm-extern-url): Don't use
2683         mm-with-unibyte-current-buffer.
2684         (mm-extern-cache-contents): Use with-current-buffer instead of
2685         save-excursion + set-buffer.
2686
2687 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * mm-util.el (mm-emacs-mule): Remove.
2690
2691 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2692
2693         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2694         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2695         change.
2696
2697 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2700         bind the default value of enable-multibyte-characters to nil.
2701
2702 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * message.el (message-forward-make-body-plain)
2705         (message-forward-make-body-mml):
2706         Don't use mm-with-unibyte-current-buffer.
2707
2708 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2709
2710         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2711
2712 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2713
2714         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2715         (Bug#5592).
2716
2717 2010-05-07  Julien Danjou  <julien@danjou.info>
2718
2719         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2720         it to mm-pipe-part.
2721
2722         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2723         it is given.
2724
2725 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * binhex.el (binhex-decode-region-internal)
2728         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2729         (dns-query)
2730         * nnweb.el (nnweb-gmane-search)
2731         * pgg-parse.el (pgg-parse-armor)
2732         * pgg.el (pgg-verify-region)
2733         * sha1.el (sha1-string-external)
2734         * uudecode.el (uudecode-decode-region-internal)
2735         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2736         XEmacs.
2737
2738         * gnus-art.el (gnus-article-browse-html-parts)
2739         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2740         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2741         make-temp-file.
2742
2743         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2744         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2745         compiling.
2746
2747         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2748         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2749         XEmacs when compiling.
2750
2751         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2752         gnus-pick-mode-off-hook for XEmacs when compiling.
2753         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2754         gnus-binary-mode-off-hook for XEmacs when compiling.
2755
2756         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2757         nil if char-charset is not available.
2758
2759         * imap.el (imap-disable-multibyte)
2760         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2761         macros.
2762
2763         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2764         instead of encode-coding-string.
2765
2766         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2767         'xemacs) instead of mm-emacs-mule to switch function definitions.
2768         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2769
2770         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2771         bind temporary-file-directory for XEmacs;
2772         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2773         timer-set-function for XEmacs 21.4 and SXEmacs;
2774         bind timer-list for XEmacs 21.4 and SXEmacs;
2775         fbind char-charset and find-charset-region for non-Mule XEmacs;
2776         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2777         encode-coding-region and encode-coding-string for XEmacs having no
2778         file-coding feature.
2779
2780 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2781
2782         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2783
2784 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2787         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2788
2789 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2790
2791         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2792         alias `jka-compr-delete-temp-file' no longer exists.
2793
2794 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2795
2796         Use define-minor-mode in Gnus where applicable.
2797         * mml.el (mml-mode): Use define-minor-mode.
2798         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2799         (gnus-undo-mode): Use define-minor-mode.
2800         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2801         (gnus-dead-summary-mode): Use define-minor-mode.
2802         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2803         Initialize in declaration.
2804         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2805         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2806         (gnus-mailing-list-mode): Use define-minor-mode.
2807         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2808         (gnus-draft-mode): Use define-minor-mode.
2809         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2810         (gnus-dired-mode): Use define-minor-mode.
2811
2812 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2813
2814         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2815         handles on recursive mml-to-mime translation and check them for
2816         boundary delimiter collisions.  Reported by Greg Troxel.
2817
2818 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2821
2822 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2823
2824         * mm-util.el (mm-find-buffer-file-coding-system):
2825         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2826
2827 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2828
2829         * message.el (message-generate-headers): Record insertion of optional
2830         headers as well.  Otherwise the check to prevent repeated insertion of
2831         optional headers is a no-op.
2832
2833 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2834
2835         * smime.el: Don't mention CVS.
2836
2837         * nnrss.el (nnrss-fetch): Don't mention CVS.
2838
2839         * nnir.el: Don't mention CVS.
2840
2841 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2842
2843         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2844
2845 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * lpath.el: Fbind bookmark-default-handler,
2848         bookmark-get-bookmark-record, bookmark-make-record-default,
2849         bookmark-prop-get for Emacs <23 and XEmacs.
2850
2851 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2852
2853         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2854         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2855         Use with-current-buffer to silence the byte-compiler.
2856         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2857         bother to require `gnus'.
2858         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2859
2860 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2861
2862         * gnus-sum.el (gnus-summary-bookmark-make-record)
2863         (gnus-summary-bookmark-jump): New functions.
2864         (gnus-summary-mode): Setup bookmark support.
2865
2866 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2867
2868         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2869         if set.
2870
2871 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2874         gnus-article-browse-html-save-cid-image; make it work recursively for
2875         forwarded messages as well.
2876         (gnus-article-browse-html-parts): Work when prefix arg is given.
2877         (gnus-article-browse-html-article): Doc fix.
2878
2879 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2880
2881         * message.el (message-default-mail-headers):
2882         (message-default-headers): Carry the value mail-default-headers over
2883         into message-default-mail-headers, rather than message-default-headers.
2884
2885 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2886
2887         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2888         charset.
2889
2890         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2891         charset into the <meta> tag when the article is encoded to utf-8.
2892
2893 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2896         directories as well.
2897         (gnus-article-browse-html-parts): Work for images that do not specify
2898         file names; delete temp directory when quitting; insert header at the
2899         right place; use file: scheme for image files.
2900
2901 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2902
2903         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2904         (gnus-article-browse-html-parts): Use it to make temporary cid image
2905         files in addition to html file so that browser may display them.
2906
2907 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2910
2911 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2912
2913         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2914
2915 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2916
2917         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2918         about Secret Service API sources.  Improve Customize options.
2919         (auth-source-pick): Change to accept any number of search parameters.
2920         Implement fallbacks iteratively, not recursively.  Add scoring on the
2921         second pass and sort by score.  Call Secret Service API when needed.
2922         (auth-source-user-or-password): Use it.  Call Secret Service API
2923         directly when needed to get the user name and the password.
2924
2925 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2926
2927         * message.el (message-interactive): Doc fix.
2928         (message-qmail-inject-args): Reflow.
2929         (message-kill-to-signature): Fix typo in docstring.
2930
2931         * smiley.el (smiley-buffer): Fix typo in docstring.
2932
2933 2010-03-24  Glenn Morris  <rgm@gnu.org>
2934
2935         * mail-source.el (gnus-message): Declare.
2936         (mail-source-delete-old-incoming): Require gnus-util.
2937
2938 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2941
2942         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2943
2944         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2945         password-cache's default if it is not bound.
2946         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2947         password-cache-expiry's default if it is not bound.
2948
2949         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2950         available in Emacs 21.
2951
2952         * lpath.el: Suppress compiler warnings for:
2953         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2954         XEmacs;
2955         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2956         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2957         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2958
2959 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2960
2961         * auth-source.el (auth-sources): Fix up definition so extra parameters
2962         are always inline.
2963
2964 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2965
2966         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2967         wasn't updated after mismatch.  Clear cached mailbox info correctly
2968         when uidvalidity changes.
2969         (nnimap-group-prefixed-name): New function to avoid some code
2970         duplication.
2971         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2972         (nnimap-request-group): Use it.
2973         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2974         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2975         with many imap folders.  This is done by caching the group status from
2976         the imap server persistently in a group parameter `imap-status'.  (This
2977         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2978         but not persistently, so every Gnus startup was still very slow.)
2979
2980 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2981
2982         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2983         delete the extra newline.  Otherwise editing of :string and :number
2984         types don't work.
2985
2986 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2987
2988         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2989         secrets.el dependency.
2990         (auth-sources): Add optional user name.  Add secrets.el configuration
2991         choice (unused right now).
2992
2993 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2994
2995         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2996         `gnus-registry-install-shortcuts' fill in the functions.
2997
2998         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2999         warnings.
3000         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3001         (gnus-registry-install-shortcuts): Populate and use it in a
3002         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3003
3004 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3005
3006         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3007         In-place substitutions for the group name encoding/decoding.
3008         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3009         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3010         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3011         (nnimap-update-unseen, nnimap-request-list)
3012         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3013         (nnimap-request-set-mark, nnimap-split-to-groups)
3014         (nnimap-split-articles, nnimap-request-newgroups)
3015         (nnimap-request-create-group, nnimap-request-accept-article)
3016         (nnimap-request-delete-group, nnimap-request-rename-group)
3017         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3018         `encoded-mbx' for consistency.
3019         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3020         variable `imap-current-mailbox'.
3021
3022         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3023         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3024
3025 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3026
3027         * pop3.el (pop3-display-message-size-flag): Display message size byte
3028         counts during POP3 download.
3029         (pop3-movemail): Use it.
3030         (pop3-list): Implement listing of available messages.
3031
3032 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3033
3034         * nnir.el (nnir-get-article-nov-override-function): New function to
3035         override the normal NOV retrieval.
3036         (nnir-retrieve-headers): Use it.
3037
3038 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3039
3040         * auth-source.el (netrc-machine-user-or-password): Autoload.
3041
3042 2010-03-19  Glenn Morris  <rgm@gnu.org>
3043
3044         Stop message.el from loading about 40 libraries it doesn't always need.
3045         The general approach is to autoload rather than require, and to
3046         require in the specific functions rather than the file.  (Bug#5642)
3047
3048         * gmm-utils.el: Don't require wid-edit.
3049         (widget-create-child-value, widget-convert, widget-default-get):
3050         Autoload.
3051
3052         * gnus-util.el: Don't require time-date, netrc.
3053         (message-fetch-field, gnus-group-name-decode): Declare rather than
3054         autoloading.
3055         (gnus-fetch-field): Require message.
3056         (gnus-decode-newsgroups): Require gnus-group.
3057
3058         * ietf-drums.el: Don't require time-date.
3059
3060         * message.el: Don't require hashcash, canlock, ecomplete.
3061         Do require mail-utils.  Require nnheader only when compiling.
3062         (smtpmail-default-smtp-server): Remove declaration.
3063         (message-send-mail-function): Check smtpmail-default-smtp-server
3064         is bound rather than requiring smtpmail.
3065         (message-auto-save-directory, message-insert-signature): Use
3066         expand-file-name rather than nnheader-concat.
3067         (nnheader-insert-file-contents): Autoload.
3068         (hashcash-wait-async): Declare.
3069         (message-send-mail): Only call gnus-setup-posting-charset if
3070         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3071         (message-send-mail-with-sendmail): Require sendmail.
3072         (canlock-password, canlock-password-for-verify): Declare.
3073         (message-canlock-password): Require canlock.
3074         (nnheader-get-report): Autoload.
3075         (gnus-setup-posting-charset): Declare.
3076         (message-send-news): Require gnus-msg.
3077         (message-make-references, message-make-in-reply-to): Use mail-header-id
3078         rather than the alias mail-header-message-id.
3079         (ecomplete-add-item, ecomplete-save): Declare.
3080         (message-put-addresses-in-ecomplete): Require ecomplete.
3081         (ecomplete-display-matches): Autoload.
3082
3083         * mm-decode.el: Don't require mailcap, gnus-util.
3084         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3085         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3086         Autoload.
3087         (mailcap-mime-extensions): Declare.
3088
3089         * mm-encode.el: Don't require mailcap.
3090         (mailcap-extension-to-mime): Autoload.
3091
3092         * mml-sec.el: Don't require password-cache.
3093
3094         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3095         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3096         (mml-minibuffer-read-type): Require mailcap.
3097         (mml-preview): Require gnus-msg.
3098
3099         * mml1991.el: Require password-cache.
3100         (password-cache-expiry): Remove declaration.
3101
3102         * mml2015.el: Require password-cache.
3103         (password-cache-expiry): Remove declaration.
3104
3105         * nneething.el (mailcap): Require mailcap.
3106
3107         * nnheader.el (declare-function): Add compatibility stub.
3108         (message-remove-header): Declare rather than autoload.
3109         (nnheader-replace-header): Require message.
3110
3111         * nnimap.el (declare-function): Add compatibility stub.
3112         (netrc-parse, netrc-machine-user-or-password): Declare.
3113         (nnimap-open-connection): Require netrc.
3114
3115         * nntp.el (declare-function): Add compatibility stub.
3116         (netrc-parse, netrc-machine, netrc-get): Declare.
3117         (nntp-send-authinfo): Require netrc.
3118
3119         * rfc2047.el: Don't require qp.
3120         (quoted-printable-encode-region, quoted-printable-decode-string):
3121         Autoload.
3122
3123         * sieve-mode.el: Don't require easymenu.
3124         (easy-menu-add-item): Autoload it.
3125
3126         * spam-stat.el (time-to-number-of-days): Autoload it.
3127
3128 2010-03-19  Glenn Morris  <rgm@gnu.org>
3129
3130         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3131
3132 2010-03-18  Glenn Morris  <rgm@gnu.org>
3133
3134         * hashcash.el (declare-function): Remove duplicate definition.
3135
3136 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3137
3138         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3139         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3140         value if any backslash escapes).
3141
3142 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3145         if it is available.  (bug#5647)
3146
3147         * lpath.el: Suppress compiler warning for coding-system-from-name for
3148         Emacs 21 and XEmacs.
3149
3150 2010-03-14  Juri Linkov  <juri@jurta.org>
3151
3152         * hmac-def.el:
3153         * hmac-md5.el:
3154         * netrc.el: Fix keywords.
3155
3156 2010-02-26  Glenn Morris  <rgm@gnu.org>
3157
3158         * message.el (message-send-mail-function): Change the default, so that
3159         it inherits from a customized send-mail-function.  (Bug#5643)
3160
3161 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3162
3163         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3164         shell-command-to-string signals an error (bug#5299).
3165
3166 2010-02-24  Glenn Morris  <rgm@gnu.org>
3167
3168         * message.el (message-smtpmail-send-it)
3169         (message-send-mail-with-mailclient): Doc fixes.
3170
3171 2010-02-16  Glenn Morris  <rgm@gnu.org>
3172
3173         * message.el (message-default-mail-headers): Change the default value
3174         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3175
3176 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3179         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3180
3181 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3182
3183         * time-date.el (date-to-time): Doc fix (Bug#5408).
3184
3185 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3186
3187         * message.el (message-mail): Just pass yank-action on to message-setup.
3188         (message-setup): Handle (FUN . ARGS) form of yank-action.
3189         (message-with-reply-buffer, message-widen-reply)
3190         (message-yank-original): Handle non-buffer values of
3191         message-reply-buffer (Bug#4080).
3192         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3193
3194 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3195
3196         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3197         Fix typo in docstring.
3198
3199 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3200
3201         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3202         response.
3203
3204 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3205
3206         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3207
3208         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3209
3210         * message.el (message-check-news-header-syntax): Protect against a
3211         string that `rfc822-addresses' returns when parsing fails.
3212
3213 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3216         (gnus-previous-char-property-change): New functions.
3217
3218         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3219
3220 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3221
3222         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3223         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3224
3225 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3226
3227         * message.el (message-exchange-point-and-mark): Rework last change to
3228         avoid using optional arg of exchange-point-and-mark, for backward
3229         compatibility.
3230
3231 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3232
3233         * message.el (message-exchange-point-and-mark): Call
3234         exchange-point-and-mark with an argument rather than setting
3235         mark-active by hand (Bug#5175).
3236
3237 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * nntp.el (nntp-service-to-port): Work for service expressed with
3240         numeric string; replace [:digit:] with [0-9] for XEmacs.
3241
3242 2009-12-17  Glenn Morris  <rgm@gnu.org>
3243
3244         * gnus-group.el (gnus-bug-group-download-format-alist):
3245         Change emacs entry to debbugs.gnu.org.  Bump :version.
3246
3247 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3250
3251 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * message.el (message-info): Explain why we use `Info-goto-node'.
3254
3255 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3258
3259 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3260
3261         * message.el (message-completion-in-region): New compatibility function.
3262         (message-expand-group): Use it.
3263
3264 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3267         with no unread article should be listed if the 2nd arg `predicate' is
3268         given.
3269
3270 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3273
3274 2009-11-29  Juri Linkov  <juri@jurta.org>
3275
3276         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3277         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3278         on `gnus-recenter'. (Bug#4698, Bug#4981)
3279
3280 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3281
3282         * sha1.el (sha1-string-external): default-directory "/" in case
3283         otherwise non-existent.  process-connection-type pipe for touch of
3284         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3285
3286 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3287
3288         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3289         it's comms related and sgml-mode.el has "comm" on that basis too.
3290
3291 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3294         containing tspecial characters if they have been already quoted.
3295
3296 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3297
3298         * dns-mode.el (auto-mode-alist): Purecopy string.
3299
3300 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3301
3302         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3303
3304 2009-10-24  Glenn Morris  <rgm@gnu.org>
3305
3306         * gnus-art.el (help-xref-stack-item): Define for compiler.
3307
3308 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3309
3310         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3311
3312 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3315
3316 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3317
3318         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3319         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3320
3321 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3324         (gnus-overlays-in): New alias to overlays-in.
3325
3326         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3327         gnus-overlay-get, and gnus-delete-overlay.
3328         (gnus-summary-show-thread): Make it work as well for systems in which
3329         next-single-char-property-change is not available.
3330         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3331
3332         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3333         (gnus-overlay-get): New alias to extent-property.
3334         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3335
3336         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3337         SXEmacs.
3338
3339         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3340         SXEmacs.
3341
3342 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3345
3346 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3347
3348         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3349         and XEmacs that don't have `remove-overlays'.
3350
3351 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3352
3353         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3354         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3355         selective display.  Use overlays instead.
3356
3357 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3358
3359         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3360
3361 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3362
3363         * spam-stat.el (spam-stat-load): Fix typo in message.
3364
3365 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3366
3367         * dig.el (dig-invoke): Fix typo in docstring.
3368         (query-dig): Reflow docstring.
3369
3370 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3371
3372         * gnus-art.el (gnus-article-encrypt-body):
3373         * message.el (message-check-recipients):
3374         * mm-util.el (mm-codepage-setup):
3375         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3376         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3377
3378 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3379
3380         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3381         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3382         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3383         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3384         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3385
3386 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3387
3388         * dig.el: Add "Keywords: comm", as per net-utils.el.
3389
3390 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3391
3392         * dig.el (dig-mode): Use define-derived-mode.
3393
3394 2009-09-19  Glenn Morris  <rgm@gnu.org>
3395
3396         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3397
3398 2009-09-18  Glenn Morris  <rgm@gnu.org>
3399
3400         * gnus-diary.el (gnus-diary-check-message):
3401         * message.el (message-insert-formatted-citation-line):
3402         * nnbabyl.el (top-level):
3403         * nndiary.el (nndiary-schedule):
3404         Fix typos in condition-case handlers.
3405
3406 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3409         configuration that provides the sole article window in a frame;
3410         position point correctly after deleting a part.
3411
3412 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3413
3414         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3415         (spam-resolve-registrations-routine): Use it to unregister articles
3416         that change status.
3417
3418 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3421         with XEmacs.
3422         (parse-time-string-chars): Use it.
3423
3424 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3425
3426         * imap.el (imap-interactive-login): Better messages.
3427         (imap-open): Fix bug with renamed buffer on reconnect.
3428         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3429         for easier debugging and cleaner code.  On successful (guessed based on
3430         server capabilities) secondary authentication, set imap-state
3431         correctly.
3432         (imap-last-authenticator): Define imap-last-authenticator as a variable
3433         to avoid warnings.
3434
3435 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * nnrss.el (nnrss-request-article): Remove binding of
3438         default-enable-multibyte-characters that has gotten needless by
3439         the 2007-07-13 change in rfc2047-encode-message-header.
3440
3441         * mml.el (mml-insert-multipart): Error on the message header.
3442         (mml-insert-part): Error on the message header; position point at
3443         the end of a MIME tag.
3444
3445 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * time-date.el (autoload): Expand define-obsolete-function-alias into
3448         defalias and make-obsolete for old Emacsen that Gnus supports.
3449         (with-no-warnings): Define it for old Emacsen.
3450         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3451         is available.
3452         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3453         float-time is available; suppress compile warning for time-to-seconds.
3454
3455         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3456         (gnus-float-time): Alias to float-time if it exists.
3457
3458         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3459         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3460         float-time is available; suppress compile warning for time-to-seconds.
3461
3462         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3463         XEmacs.
3464
3465 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * imap.el (imap-message-map): Docstring fix.
3468
3469 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3472         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3473         Add the optional argument `encoding' that overrides the default.
3474
3475         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3476         mm-encode-buffer.
3477
3478 2009-09-04  Glenn Morris  <rgm@gnu.org>
3479
3480         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3481         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3482         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3483         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3484         * mm-util.el (mm-with-unibyte-current-buffer)
3485         (mm-find-buffer-file-coding-system):
3486         * yenc.el (yenc-decode-region): Use default-value rather than
3487         default-enable-multibyte-characters.
3488
3489 2009-09-03  Glenn Morris  <rgm@gnu.org>
3490
3491         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3492         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3493         than default-enable-multibyte-characters.
3494
3495 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3496
3497         * gnus-art.el (gnus-article-read-summary-keys):
3498         Fix gnus-buffer-configuration's value temporarily used.
3499
3500 2009-09-02  Glenn Morris  <rgm@gnu.org>
3501
3502         * gnus-util.el (gnus-float-time): New function.
3503         * gnus-delay.el (gnus-delay-article):
3504         * gnus-sum.el (gnus-thread-latest-date):
3505         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3506         * nnspool.el (nnspool-request-newgroups):
3507         Use gnus-float-time rather than time-to-seconds.
3508         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3509
3510         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3511         (gnus-header-subject-face, gnus-header-newsgroups-face)
3512         (gnus-header-name-face, gnus-header-content-face):
3513         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3514         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3515         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3516         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3517         (gnus-cite-face-11):
3518         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3519         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3520         (gnus-server-closed-face, gnus-server-denied-face)
3521         (gnus-server-offline-face):
3522         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3523         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3524         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3525         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3526         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3527         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3528         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3529         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3530         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3531         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3532         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3533         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3534         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3535         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3536         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3537         (gnus-summary-high-undownloaded-face)
3538         (gnus-summary-low-undownloaded-face)
3539         (gnus-summary-normal-undownloaded-face)
3540         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3541         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3542         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3543         (gnus-splash-face):
3544         * message.el (message-header-to-face, message-header-cc-face)
3545         (message-header-subject-face, message-header-newsgroups-face)
3546         (message-header-other-face, message-header-name-face)
3547         (message-header-xheader-face, message-separator-face)
3548         (message-cited-text-face, message-mml-face):
3549         * sieve-mode.el (sieve-control-commands-face)
3550         (sieve-action-commands-face, sieve-test-commands-face)
3551         (sieve-tagged-arguments-face):
3552         * spam.el (spam-face):
3553         Mark face aliases with "-face" in the name as obsolete.
3554
3555 2009-09-01  Glenn Morris  <rgm@gnu.org>
3556
3557         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3558         than goto-line.
3559
3560 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3563         Don't move point if the command is invoked inside the message header.
3564
3565 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3566
3567         * imap.el (imap-send-command): Simplify.
3568         (imap-wait-for-tag): point-max -> buffer-size.
3569
3570 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3571
3572         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3573         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3574         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3575         * nnir.el (nnir-swish-e-index-file):
3576         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3577         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3578         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3579         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3580         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3581         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3582
3583 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3586         Don't save excursion.
3587
3588 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3589
3590         * nnheader.el (nnheader-find-file-noselect):
3591         * mm-util.el (mm-insert-file-contents):
3592         Use (default-value 'major-mode) instead of default-major-mode.
3593
3594 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3595
3596         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3597
3598 2009-08-26  Glenn Morris  <rgm@gnu.org>
3599
3600         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3601         than placing in files.el.
3602
3603 2009-08-25  Glenn Morris  <rgm@gnu.org>
3604
3605         * nnir.el (top-level): Don't require cl at run-time.
3606         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3607         Replace cl-function substitute with gnus-replace-in-string.
3608         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3609         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3610         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3611         simplified expansions.
3612
3613 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3614
3615         * dig.el (dig): Add autoload cookie.
3616
3617 2009-08-22  Glenn Morris  <rgm@gnu.org>
3618
3619         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3620         goto-line.
3621
3622 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3623
3624         * parse-time.el (parse-time-string-chars): Save match data.
3625
3626 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3627
3628         * parse-time.el (parse-time-string-chars): Compute using character
3629         classes, to handle non-ascii characters (Bug#3190).
3630
3631 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3632
3633         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3634
3635         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3636         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3637         (gnus-mm-display-part, gnus-mime-display-single)
3638         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3639         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3640
3641         * gnus-sum.el
3642         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3643         (gnus-summary-move-article): Add expirable mark to articles copied or
3644         moved to group that has auto-expire turned on if the option is non-nil.
3645
3646 2009-07-24  Glenn Morris  <rgm@gnu.org>
3647
3648         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3649         Fix typo.  (Bug#3903)
3650
3651 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3654         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3655         that should not be used for draft articles.
3656         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3657         that has no concern in minor mode keys.
3658         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3659         Abolish.
3660
3661 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3664         article without making inquiry to a user for unknown encoding.
3665
3666         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3667         (nnmaildir--scan): Assume i-node and device number that file-attributes
3668         returns might be cons-cell.
3669
3670         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3671
3672         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3673
3674 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3675
3676         * auth-source.el: Remove docs now in auth.texi.  Don't use
3677         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3678         `auth-source-hide-passwords' and use them.
3679
3680 2009-07-15  Glenn Morris  <rgm@gnu.org>
3681
3682         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3683
3684 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3685
3686         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3687         excessive whitespace from the default values of title and description.
3688
3689 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3692         mail-fetch-field to fetch Content-Description header in order to
3693         exclude newlines.
3694
3695 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3696
3697         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3698         format used by GnuPG 2.0.11.
3699
3700 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3703         to deleted part.
3704
3705 2009-05-30  David Engster  <dengste@eml.cc>
3706
3707         * nnmairix.el: Remove old documentation in the commentary block.
3708         (nnmairix-request-group): Do not update active file for nnml back ends.
3709         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3710         end so that overview files are ignored.
3711         (nnmairix-update-groups): Make updating the groups more robust by using
3712         marks.
3713         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3714         with dollar characters in message-id.
3715
3716 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3719         2008-12-25 in dns.el.
3720
3721 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3722
3723         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3724         could happen if the text is only composed of spaces and/or tabs.
3725
3726 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3727
3728         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3729         when sending a queued message to avoid extra mml tags.
3730
3731 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3734
3735 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3738         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3739         rmail-toggle-header for XEmacs;
3740         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3741
3742 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-dired.el: Remove autoload for gnus-setup-message.
3745         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3746         displaying Gnus logo; always use compose-mail.
3747
3748 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3751
3752 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3755         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3756         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3757         available.
3758         (gnus-nocem-epg-verify): New function.
3759
3760 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3763
3764 2009-02-15  Glenn Morris  <rgm@gnu.org>
3765
3766         * gnus-util.el (rmail-insert-rmail-file-header)
3767         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3768         autoloads.
3769         (rmail-default-rmail-file): Remove unnecessary declaration.
3770         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3771
3772 2009-02-14  Glenn Morris  <rgm@gnu.org>
3773
3774         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3775         variable (only used in gnus-util, which declares it anyway).
3776         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3777         which was only needed by gnus-art (changed to not use it any more).
3778         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3779         only used in gnus-util, which autoloads it itself.
3780         (rmail-update-summary): Fix autoload.
3781
3782         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3783         rather than rmail-output-to-rmail-file.
3784
3785 2009-02-07  Glenn Morris  <rgm@gnu.org>
3786
3787         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3788         autoload of function that no longer exists.
3789         (rmail-toggle-header): Declare.
3790         (message-forward-rmail-make-body): Handle mbox Rmail.
3791
3792 2009-01-31  Glenn Morris  <rgm@gnu.org>
3793
3794         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3795         2009-01-09 change.
3796
3797 2009-01-31  Dave Love  <fx@gnu.org>
3798
3799         * imap.el (imap-fetch-safe): Bind debug-on-error.
3800         (imap-debug): Add imap-fetch-safe.
3801
3802 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3805         (auth-source-forget-all-cached): New convenience function.
3806         (auth-source-user-or-password): Accept list of modes or a single mode.
3807
3808         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3809         auth-source modes.
3810
3811         * netrc.el (netrc-machine-user-or-password): Use list of
3812         auth-source modes.
3813
3814         * nnimap.el (nnimap-open-connection): Use list of
3815         auth-source modes.
3816
3817         * nntp.el (nntp-send-authinfo): Use list of
3818         auth-source modes.
3819
3820 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3821
3822         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3823         now.
3824
3825 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3828         coding system in XEmacs; add a workaround for XEmacs.
3829
3830         * lpath.el: Fbind coding-system-aliasee.
3831
3832 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3835         of current-language-environment.
3836
3837 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3838
3839         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3840         available at runtime.
3841
3842 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3845
3846 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3847
3848         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3849         the greatest positive fixnum value doesn't work under an XEmacs with
3850         bignum support; use the most-positive-fixnum constant instead,
3851         available since Emacs 21.1 with cl and XEmacs 21.1.
3852
3853 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3856         XEmacs gets not to work.
3857
3858 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3859
3860         * mm-util.el (mm-coding-system-priorities): Allow the value like
3861         "Japanese (UTF-8)" of current-language-environment.
3862
3863 2009-01-09  Glenn Morris  <rgm@gnu.org>
3864
3865         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3866         with last-command-event.
3867
3868 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3869
3870         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3871         in the doc string.
3872
3873         * message.el (message-fix-before-sending): Amend comment.
3874
3875 2009-01-08  Dave Love  <fx@gnu.org>
3876
3877         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3878
3879 2009-01-07  David Engster  <dengste@eml.cc>
3880
3881         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3882         simplified server definitions by converting it via
3883         gnus-server-to-method.
3884
3885 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3888         parameter's operands.
3889
3890 2009-01-06  David Engster  <dengste@eml.cc>
3891
3892         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3893         primary select method (for gnus-group-mark-article-as-read).
3894
3895 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3896
3897         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3898         `(gnus)Face', not `(gnus)X-Face'.
3899
3900 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * mm-util.el (mm-ucs-to-char): New function.
3903
3904         * mm-url.el (mm-url-decode-entities): Use it.
3905
3906         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3907         unicode-to-char.
3908
3909 2009-01-05  Dave Love  <fx@gnu.org>
3910
3911         * time-date.el: Require cl for `declare'.
3912
3913 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3916         Dave Love.
3917
3918 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3919
3920         * message.el (message-fix-before-sending): Add `eight-bit' to
3921         illegible-text check.
3922
3923 2009-01-03  Michael Olson  <mwolson@gnu.org>
3924
3925         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3926         `headers' is nil.  This can occur if the IMAP server does not have
3927         permissions to read messages from a folder, but can write new messages
3928         to the folder.
3929         (nnimap-request-article-part): Do not insert `data' if it is nil.
3930
3931         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3932         characters which will confuse `read', so skip past them.
3933
3934 2009-01-01  Dave Love  <fx@gnu.org>
3935
3936         * imap.el (imap-string-to-integer): Fix typo.
3937         (imap-fetch-safe): New function.
3938         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3939
3940         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3941
3942         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3943         (imap-parse-greeting): Fix doc strings.
3944         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3945         (imap-parse-flag-list): Make messages unique.
3946         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3947
3948         * nnimap.el: Fix author email.
3949         (nnimap-split-rule): Add FIXME comment.
3950         (nnimap-debug): Fix doc string.
3951
3952 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3953
3954         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3955
3956 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3959         nslookup if resolv.conf isn't available.
3960         (dns-query): Rename from query-dns.
3961         (dns-query-cached): Rename from query-dns-cached.
3962
3963 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3966         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3967         to check if those variables exist (first appeared in Emacs 18.50).
3968
3969 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * mm-util.el (mm-line-number-at-pos): New function.
3972
3973         * spam-report.el (spam-report-process-queue): Use it.
3974
3975 2008-12-24  David Engster  <dengste@eml.cc>
3976
3977         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3978         parameters that haven't existed as variables as buffer-local variables.
3979
3980 2008-12-23  Dave Love  <fx@gnu.org>
3981
3982         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3983         cadar.
3984
3985         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3986         imap-starttls-p.
3987         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3988
3989 2008-12-22  Dave Love  <fx@gnu.org>
3990
3991         * imap.el: Fix author email.  Doc fixes.
3992         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3993         reply.
3994
3995 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3996
3997         * spam-report.el (spam-report-gmane-max-requests): New constant.
3998         (spam-report-gmane-wait): New variable.
3999         (spam-report-gmane-ham, spam-report-gmane-spam)
4000         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4001         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4002         the server.
4003
4004         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4005         Add explanations.
4006
4007         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4008         nnheader-accept-process-output and nnheader-read-timeout if available.
4009         (pop3-movemail): Use it.
4010
4011         * message.el (message-check-news-body-syntax): Fix signature check if
4012         there's an attachment.
4013
4014 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * mm-util.el: Add comments to the mm- emulating functions.
4017
4018 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4021         by Stephen Berman <stephen.berman@gmx.net>.
4022
4023 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * mm-util.el (mm-substring-no-properties): New function.
4026         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4027         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4028         (mm-string-to-multibyte): Doc fix.
4029
4030         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4031
4032 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * mml.el (mml-attach-file): Strip text properties from file name.
4035         (Bug#1574)
4036
4037 2008-12-16  Glenn Morris  <rgm@gnu.org>
4038
4039         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4040
4041 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4044         knows since the charset specified might be a bogus alias that
4045         mm-charset-synonym-alist provides.
4046
4047 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4048
4049         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4050         "ISO_8859-1".
4051
4052         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4053
4054 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * mm-util.el (mm-charset-eval-alist):
4057         Define it before mm-charset-to-coding-system.
4058         (mm-charset-to-coding-system): Add optional argument `silent';
4059         define it before mm-charset-override-alist.
4060         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4061         default value if it can be used in Emacs currently running;
4062         silence mm-charset-to-coding-system.
4063
4064 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4067         `allow-override' which says whether to use `mm-charset-override-alist'.
4068         (rfc2047-decode-encoded-words): Use it.
4069
4070         * mm-util.el (mm-charset-override-alist): Fix custom type;
4071         add `(gb2312 . gbk)' to choices.
4072
4073 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4076         fast.
4077
4078         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4079
4080         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4081
4082 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4083
4084         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4085         on links.
4086
4087         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4088
4089 2008-12-03  Lute Kamstra  <lute@gnu.org>
4090
4091         * sha1.el: Remove leading * from docstrings of defcustoms,
4092         deffaces, defconsts and defuns.
4093
4094 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4097         users' addresses that don't have domain parts.
4098         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4099         rather than message-narrow-to-head since there will be the message
4100         header separator.
4101
4102 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4103
4104         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4105         since the result is inserted in a unibyte buffer anyway.
4106         (nnimap-demule-use-string-to-multibyte): Remove.
4107         (nnimap-demule): Alias it to mm-string-to-multibyte.
4108
4109 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4110
4111         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4112         variable for debugging bug#464 and bug#1174.
4113         (nnimap-demule): Use it.
4114
4115 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4116
4117         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4118         score calculation correctly.
4119
4120 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4121
4122         * message.el (message-send-mail): Just set the buffer to unibyte
4123         rather than use mm-with-unibyte-current-buffer which does a lot more.
4124         (message-send-mail-partially): Don't bother with
4125         mm-with-unibyte-current-buffer since it's already been made unibyte by
4126         message-send-mail.
4127
4128 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4129
4130         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4131
4132 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4133
4134         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4135
4136 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4139         require itself and to remove `with-no-warnings'.
4140
4141 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4142
4143         * starttls.el (starttls-any-program-available): Get the name of the
4144         available TLS layer program.
4145         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4146         well as the host name in the "opening" message.
4147
4148         * auth-source.el (auth-source-cache, auth-source-do-cache)
4149         (auth-source-user-or-password): Cache passwords and logins by default,
4150         allow override with `auth-source-do-cache'.
4151         (auth-source-forget-user-or-password): Allow users to remove cache
4152         entries if needed.
4153
4154 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4155
4156         * md4.el (md4-buffer): Fix typo in docstring.
4157         (md4, md4-64): Doc fixes.
4158         (md4-pack-int32): Reflow docstring.
4159
4160 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4161
4162         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4163         condition-case to only the forward-sexp call.
4164
4165 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4166
4167         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4168         quotes contained.  Make it more robust regardless by an extra
4169         condition-case wrapper.
4170
4171 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4174
4175 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * nnml.el (nnml-request-expire-articles): Check if the function set to
4178         `nnmail-expiry-target' returns the symbol `delete'.
4179
4180         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4181
4182         * nnmail.el (nnmail-expiry-target): Fix custom type.
4183
4184 2008-10-02  Glenn Morris  <rgm@gnu.org>
4185
4186         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4187         Silence compiler warning.
4188
4189 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4190
4191         * tls.el (open-tls-stream): Show the actual command being
4192         executed, instead of the format string.
4193
4194 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * lpath.el: Fbind codepage-setup for Emacs 23.
4197
4198 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4199
4200         * mml.el (mml-menu): Don't assume mml2015 is bound.
4201
4202 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4205         exists.
4206
4207 2008-09-27  Glenn Morris  <rgm@gnu.org>
4208
4209         * gnus-util.el (mail-header-remove-comments): Autoload it.
4210
4211 2008-09-27  Andreas Schwab  <schwab@suse.de>
4212
4213         * gnus-util.el (gnus-split-references): Strip comments.
4214         (gnus-parent-id): Likewise.
4215
4216 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4217
4218         * message.el (message-confirm-send): Fix version.
4219
4220 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * message.el (message-idna-to-ascii-rhs-1): Use
4223         mail-extract-address-components rather than mail-header-parse-addresses
4224         that is an alias by default to ietf-drums-parse-addresses that does not
4225         support non-ASCII names in headers' contents.
4226
4227 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * message.el (message-confirm-send): Fixed variable documentation to
4230         avoid the "y/n" wording.
4231
4232 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4233
4234         * message.el (message-set-auto-save-file-name): Save to a different
4235         filename so multiple messages (especially drafts) can be recovered.
4236
4237 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * message.el (message-confirm-send): Add appropriate version.
4240
4241 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4244         defvar.
4245
4246 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4247
4248         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4249         (mm-pkcs7-enveloped-magic): Ditto.
4250
4251 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4252
4253         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4254         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4255
4256 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4259         default, it's better.
4260
4261 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4264         summary line gnus-number property and ignore them (with a warning
4265         message).
4266
4267 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4270         macro caddr in the interactive form since it won't be expanded.
4271
4272 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4275         `charset'; fix name of function called recursively.
4276         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4277
4278 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4281         (gnus-mime-set-charset-parameters): New function.
4282         (gnus-mime-view-part-as-charset): Use it to correctly display part
4283         specifying wrong charset.
4284
4285 2008-09-08  David Engster  <dengste@eml.cc>
4286
4287         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4288         in completing-read for back end server.
4289
4290 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4291
4292         * message.el (message-confirm-send): New variable to confirm sending a
4293         message.
4294         (message-send): Use it.
4295
4296 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4297
4298         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4299
4300 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4303
4304 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4305
4306         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4307         prevent tracking too many groups.
4308         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4309         Use it.
4310
4311 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4312
4313         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4314         moving point to the bottom of the window in order to avoid recentering.
4315
4316 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4319
4320         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4321         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4322         (gnus-article-beginning-of-window): Fix calculation.
4323
4324 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * gnus-msg.el (gnus-summary-supersede-article)
4327         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4328         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4329         message header.
4330
4331 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4332
4333         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4334         pending output coming after the status change.
4335
4336 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4337
4338         * message.el:
4339         * gnus-start.el:
4340         * gnus-registry.el: Remove VMS support.
4341
4342 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4345         macro.
4346         (rfc2104-hash): Use it.
4347
4348 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4351         (gnus-summary-sort-by-most-recent-date): New commands.
4352         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4353         and menu entries.
4354
4355 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4358         don't redisplay article for raw contents; remove plural articles stuff.
4359
4360         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4361         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4362         on gnus-summary-save-article; display results properly.
4363
4364 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * lpath.el: No need to fbind ns-focus-frame.
4367
4368 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4371
4372 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4375         gnus-save-all-headers.
4376
4377 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4378
4379         * gnus-util.el (ns-focus-frame): Remove declaration.
4380         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4381         like x.
4382
4383 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4384
4385         * rfc2104.el (rfc2104-zero): Delete defconst.
4386         (rfc2104-hex-alist): Likewise.
4387         (rfc2104-hex-to-int): Delete func.
4388         (rfc2104-hexstring-to-bitstring): Likewise.
4389         (rfc2104-nybbles): New defconst.
4390         (rfc2104-hash): Rewrite for speed.
4391
4392 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * tls.el (open-tls-stream): Make it work with the 2nd argument
4395         BUFFER that is a string but does not exist as a buffer object, as
4396         mentioned in the doc-string.
4397
4398 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4401         SXEmacs.
4402
4403 2008-07-16  Glenn Morris  <rgm@gnu.org>
4404
4405         * gnus-util.el (ns-focus-frame): Declare for compiler.
4406
4407 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4410         set as a group parameter.
4411         (gnus-summary-save-in-pipe): Work when it is called independently.
4412         (gnus-summary-pipe-to-muttprint): Don't modify
4413         gnus-summary-pipe-output-default-command.
4414
4415 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4416
4417         * message.el (message-send-mail-with-sendmail):
4418         Display the error message.
4419
4420 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-art.el (gnus-default-article-saver):
4423         Add gnus-summary-save-in-pipe to choices.
4424         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4425         gnus-summary-pipe-output-default-command as the default command.
4426         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4427         instead of gnus-last-shell-command.
4428
4429         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4430         New user option.
4431         (gnus-summary-muttprint-program): Mention the value will be changed.
4432         (gnus-summary-save-article): Force showing of all headers.
4433         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4434
4435 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4436
4437         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4438
4439 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4440
4441         * nnimap.el (nnimap-id):
4442         * sieve-manage.el (sieve-manage-open): Doc fixes.
4443
4444 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4445
4446         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4447         if available.
4448
4449 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4450
4451         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4452
4453         * nnkiboze.el (nnkiboze-generate-group):
4454         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4455
4456         * nnmairix.el: Require CL.
4457
4458 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * dgnushack.el: Autoload get-display-table and put-display-table for
4461         XEmacs 21.5.
4462
4463         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4464         21.4 and SXEmacs.
4465
4466 2008-06-15  David Engster  <dengste@eml.cc>
4467
4468         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4469
4470 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4471
4472         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4473         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4474         runtime choice under XEmacs.
4475
4476         * gnus-sum.el (gnus-summary-set-display-table):
4477         Use `gnus-put-display-table', `gnus-get-display-table',
4478         `gnus-set-display-table' for the display table, instead of `aset'.
4479
4480         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4481         Use `gnus-put-display-table', `gnus-get-display-table',
4482         `gnus-set-display-table' for the display table.
4483
4484 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4485
4486         * nnmairix.el: Add autoloads.
4487
4488 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * nnmairix.el (nnmairix-delete-recreate-group)
4491         (nnmairix-update-and-clear-marks): Fix error messages.
4492
4493 2008-06-14  David Engster  <dengste@eml.cc>
4494
4495         * nnmairix.el: Upgrade to version 0.6.
4496         (nnmairix-group-toggle-propmarks-this-group)
4497         (nnmairix-group-toggle-readmarks-this-group)
4498         (nnmairix-group-delete-recreate-this-group)
4499         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4500         (nnmairix-remove-tick-mark-original-article): New commands.
4501         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4502         (nnmairix-propagate-marks-to-nnmairix-groups)
4503         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4504         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4505         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4506         functions needed for marks propagation and manipulation of read marks.
4507         (nnmairix-update-groups): New function.
4508         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4509         (nnmairix-determine-original-group-from-registry)
4510         (nnmairix-determine-original-group-from-path)
4511         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4512         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4513         New helper functions.
4514         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4515         keystrokes for new commands.
4516         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4517         (nnmairix-request-group): Check allow-fast group parameter.
4518         (nnmairix-request-create-group): Set allow-fast group parameter if
4519         nnmairix-allowfast-default is set.
4520         (nnmairix-close-group): Propagate marks upon closing if needed.
4521         (nnmairix-group-toggle-threads-this-group): Use new.
4522         nnmairix-group-toggle-parameter helper function.
4523         (nnmairix-search): Better check for empty search result.
4524         (nnmairix-goto-original-article): Use new helper functions for
4525         determining original article.
4526         (nnmairix-show-original-article): Make sure message-id is in brackets.
4527         (nnmairix-call-mairix-binary): Change variable name.
4528         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4529         helper function.
4530         (nnmairix-widget-toggle-activate): Fix doc string.
4531
4532 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * nnir.el: Require edmacro when compiling with XEmacs.
4535         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4536         available in Emacs 21.
4537
4538 2008-06-11  Glenn Morris  <rgm@gnu.org>
4539
4540         * gnus-util.el (x-focus-frame):
4541         * gnus.el (image-size):
4542         * mm-decode.el (image-size): Declare.
4543
4544         * gnus-picon.el (declare-function): Add compat definition.
4545         (image-size): Declare.
4546
4547         * gnus-group.el (tool-bar-map):
4548         * gnus-sum.el (tool-bar-map): Define for compiler.
4549
4550         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4551
4552         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4553
4554         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4555         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4556         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4557         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4558         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4559         * sieve-manage.el, spam-report.el, spam.el:
4560         Remove unnecessary eval-and-compile of autoloads.
4561
4562 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4563
4564         * auth-source.el: Precise Tramp doc.
4565
4566 2008-06-07  Glenn Morris  <rgm@gnu.org>
4567
4568         * nnmairix.el: Remove unnecessary eval-when-compile.
4569
4570 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * lpath.el: Fbind propertize for XEmacs 21.4.
4573
4574 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * nnir.el: Move here from ../contrib.
4577
4578 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4579
4580         * gnus-util.el (gnus-read-shell-command): New function.
4581         * mm-decode.el (mm-pipe-part):
4582         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4583
4584 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4585
4586         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4587
4588 2008-06-03  Glenn Morris  <rgm@gnu.org>
4589
4590         * pop3.el (nnheader-accept-process-output): Autoload it.
4591
4592 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4595         are not 2-digit hexadecimal characters that follow `%'s.
4596
4597 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * message.el (message-bogus-recipient-p): Fix type in doc string.
4600         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4601         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4602         Improve custom options.
4603         (message-bogus-recipient-p): Adjust accordingly.
4604
4605 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4606
4607         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4608         long-form month and day names.
4609
4610 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * dgnushack.el: Autoload debug, eudc-expand-inline and
4613         pgg-snarf-keys-region for XEmacs.
4614
4615         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4616
4617         * nnmairix.el: Require edmacro when compiling with XEmacs.
4618
4619 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4620
4621         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4622         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4623
4624 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4625
4626         * auth-source.el: Add more docs.
4627
4628         * netrc.el (netrc-machine): Always match if the port is not given.
4629
4630 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4633         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4634         retrieval faster in some cases, but might make CPU usage larger.  If
4635         this has any bad side effects, we might revert this change.
4636
4637         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4638         seems to make mail retrieval much, much faster.
4639         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4640         unconditionally.
4641
4642         * gnus-draft.el (gnus-group-send-queue): Bind
4643         message-send-mail-partially-limit to nil to avoid being prompted.
4644
4645 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4646
4647         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4648
4649         * message.el (message-bogus-address-regexp): Fix and improve custom
4650         type.
4651         (message-setup-hook): Add message-check-recipients as custom option.
4652
4653 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * message.el (message-cite-function): Remove bogus autoload which crept
4656         in during merge from v5-10.
4657
4658 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4661
4662         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4663
4664         * auth-source.el: Preliminary Tramp docs.
4665         (auth-sources): Change the default auth-sources to use
4666         EPA .gpg files.
4667
4668 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4669
4670         * nntp.el: Autoload `auth-source-user-or-password'.
4671         (nntp-send-authinfo): Use it.
4672
4673         * nnimap.el: Autoload `auth-source-user-or-password'.
4674         (nnimap-open-connection): Use it.
4675
4676         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4677         for the gnus-message function.
4678         (auth-source-user-or-password): Use it.
4679
4680 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4681
4682         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4683         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4684         (rfc2104-hash): Use it.
4685
4686 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4687
4688         * gnus-art.el (gnus-article-toggle-truncate-lines):
4689         Don't use `iff' in docstring.
4690
4691 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4692
4693         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4694
4695         * gnus-util.el (gnus-extract-address-component-name)
4696         (gnus-extract-address-component-email): Convenience functions around
4697         `gnus-extract-address-components'.
4698
4699         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4700         Use `gnus-extract-address-component-email' to fix bug of comparing full
4701         sender name to `user-mail-address'.
4702
4703 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4704
4705         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4706         catch/throw to optimize.
4707         (gnus-registry-find-keywords): Just use member to find a keyword.
4708
4709 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4710
4711         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4712         is current before calling gnus-server-prepare.
4713         (gnus-server-setup-buffer, gnus-server-update-server)
4714         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4715
4716 2008-05-04  Juri Linkov  <juri@jurta.org>
4717
4718         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4719         (mailcap-file-default-commands): Use mailcap-replace-in-string
4720         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4721         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4722
4723 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4724
4725         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4726
4727 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4728
4729         * gnus.el: Bump version to 0.11.
4730
4731 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4732
4733         * gnus.el: No Gnus v0.10 is released.
4734
4735 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4736
4737         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4738         hooks.
4739         (gnus-update-read-articles): Speed up non-marks-using users.
4740         (gnus-use-marks): Define gnus-use-marks.
4741         (gnus-propagate-marks): Rename variable to something more sensible.
4742
4743 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4744
4745         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4746         (gmm-image-load-path-for-library): Fix typos in docstrings.
4747         (gmm-message): Reflow docstring.
4748
4749 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * mail-source.el (mail-source-set-1, mail-source-bind):
4752         Move auth-source code out of the macro to clean it up and fix bugs.
4753
4754 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4757         by sender if it's equal to user-mail-address, it's likely to be
4758         useless.
4759
4760         * mail-source.el (mail-source-bind): Don't use user or password if they
4761         are not bound.  Unintern them if they are nil.  Don't use server unless
4762         it's bound, and default it to empty string otherwise.
4763
4764 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4765
4766         * mail-source.el: Load auth-source.el.
4767         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4768         get user name or password, if auth-sources is set up.
4769
4770         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4771         strategy of splitting with parent.
4772         (gnus-registry-split-fancy-with-parent)
4773         (gnus-registry-post-process-groups): Use it and fix prior
4774         bug (returning a list as the split result).
4775
4776         * auth-source.el (auth-sources): Remove server parameter.
4777         (auth-source-pick, auth-source-user-or-password)
4778         (auth-source-user-or-password-imap)
4779         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4780         (auth-source-user-or-password-sftp)
4781         (auth-source-user-or-password-smtp): Remove server parameter.
4782
4783 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4784
4785         * smime.el (smime-sign-region, smime-encrypt-region)
4786         (smime-decrypt-region):
4787         Remove redundant calls to `generate-new-buffer-name'.
4788
4789 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4790
4791         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4792         Don't use QP for message/rfc822.
4793         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4794
4795 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4796
4797         * sieve-manage.el (sieve-string-bytes): Remove.
4798         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4799         correct byte-length only if the process's coding-system is the same as
4800         the one used internally by Emacs to represent strings.
4801
4802 2008-04-22  Juri Linkov  <juri@jurta.org>
4803
4804         * mailcap.el (mailcap-file-default-commands): New function.
4805
4806 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4807
4808         * message.el (message-signature-separator, message-cite-function):
4809         Change custom version.
4810
4811 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4812
4813         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4814         commands.
4815         (tls-checktrust): Ditto.
4816
4817 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4818
4819         * mm-decode.el (mm-display-external): Make temp file read-only.
4820
4821 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4822
4823         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4824         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4825         `C-c C-f d'.
4826
4827 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4828
4829         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4830
4831 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * gnus.el: Bump version to 0.9.
4834
4835 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4836
4837         * gnus.el: No Gnus v0.8 is released.
4838
4839 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * mail-source.el (mail-source-value):
4842         Prefer fboundp to functionp so it works with macros as well.
4843
4844 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4845
4846         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4847         Fix last change in case the element is not even a symbol.
4848
4849 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4850
4851         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4852         Prefer fboundp to functionp so it works with macros as well.
4853
4854 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4855
4856         * auth-source.el: Added docs.
4857         (auth-sources): Modify format to support server.
4858         (auth-source-pick, auth-source-user-or-password)
4859         (auth-source-user-or-password-imap)
4860         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4861         (auth-source-user-or-password-sftp)
4862         (auth-source-user-or-password-smtp): Add server parameter.
4863
4864 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4865
4866         * gnus-registry.el: Initialize the registry when gnus-registry-install
4867         is t.
4868
4869 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4870
4871         * compface.el (uncompface): Make buffer unibyte.
4872
4873 2008-04-05  Glenn Morris  <rgm@gnu.org>
4874
4875         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4876
4877 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4878
4879         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4880         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4881
4882         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4883         multibyteness after rather than before erasing it.
4884
4885         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4886         mm-with-multibyte.
4887         (gnus-request-article-this-buffer): Make sure the proper decoding is
4888         used if gnus-original-article-buffer happens to be unibyte.
4889
4890         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4891         default-enable-multibyte-characters.
4892
4893         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4894         default-enable-multibyte-characters.
4895
4896         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4897
4898         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4899
4900 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4901
4902         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4903         (imap-message-copyuid-1): Use it.
4904         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4905         J. Williams in
4906         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4907
4908         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4909         imap-enable-exchange-bug-workaround.
4910         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4911
4912 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4913
4914         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4915         a 100 byte status-checks into a 2-3MB transfer for each group.
4916         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4917         to enable bug workaround or not.
4918         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4919
4920 2008-03-31  Glenn Morris  <rgm@gnu.org>
4921
4922         * message.el (mml2015-use): Declare for compiler.
4923         (message-info): Require mml2015 when appropriate.
4924
4925 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4928         whitespace.
4929
4930 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4931
4932         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4933         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4934         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4935         (nntp-service-to-port): New function.
4936         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4937         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4938         (nntp-open-netcat-stream): New function.
4939         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4940
4941 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4942
4943         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4944
4945 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4946
4947         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4948
4949 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4950
4951         * dns.el (dns-write): Use set-buffer-multibyte.
4952
4953 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4954
4955         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4956
4957 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * message.el (message-signature-separator): Change default.
4960         Improve custom type.
4961         (message-cite-function): Change default to
4962         message-cite-original-without-signature.
4963
4964         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4965         toggle.
4966
4967         * message.el (message-check-news-body-syntax): Fix signature check.
4968         (message-setup-1): Mark buffer as unmodified _after_ running
4969         message-setup-hook and handling message-alternative-emails.
4970         (message-shorten-references): Be more strict when building list of
4971         valid references to comply with GNKSA.
4972
4973         * gnus-group.el (gnus-read-ephemeral-bug-group)
4974         (gnus-read-ephemeral-debian-bug-group)
4975         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4976
4977         * message.el (message-info): Don't use booleanp which isn't supported
4978         in Emacs 21 and XEmacs.
4979
4980 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4983         gnus-group-gmane-group-download-format.
4984         (gnus-group-read-ephemeral-gmane-group): Rename from
4985         gnus-group-read-ephemeral-gmane-group.
4986         (gnus-read-ephemeral-gmane-group-url): Rename from
4987         gnus-group-read-ephemeral-gmane-group-url.
4988         (gnus-bug-group-download-format-alist): New variable.
4989         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4990         (gnus-read-ephemeral-emacs-bug-group): New commands.
4991
4992 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4993
4994         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4995         (gnus-visible-headers): Improve custom type.
4996
4997 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * mml.el (mml-menu): Add workarounds for XEmacs.
5000
5001         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5002         X-Boundary header.
5003
5004         * message.el (message-simplify-recipients): Fix previous commit.
5005
5006 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         * mm-util.el (mm-set-buffer-multibyte): New function.
5009         * mm-decode.el (mm-copy-to-buffer): Use it.
5010
5011 2008-03-19  Glenn Morris  <rgm@gnu.org>
5012
5013         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5014         Accidentally removed in the sync process with Emacs.
5015
5016 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * message.el (message-alter-recipients-discard-bogus-full-name):
5019         New function.
5020         (message-alter-recipients-function): New variable.
5021         (message-get-reply-headers): Use it.
5022         (message-replace-header): New helper function.
5023         (message-recipients-without-full-name): New variable.
5024         (message-simplify-recipients): New command.
5025
5026         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5027
5028         * message.el (message-info): Handle EasyPG manual.
5029
5030         * mml.el (mml-menu): Add entry for EasyPG.
5031
5032 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5033
5034         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5035         parameter.
5036
5037         * message.el (message-disassociate-draft): Specify drafts group name
5038         fully.
5039
5040 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5041
5042         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5043         unnecessary duplicates from the match list.
5044
5045 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5046
5047         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5048
5049         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5050
5051         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5052         args of `how-many' of which the XEmacs version doesn't take; declare
5053         Info-index-next as function.
5054
5055 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * gnus-score.el (gnus-score-headers): Fix handling of
5058         gnus-inhibit-slow-scoring.
5059
5060         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5061         string.
5062         (gnus-button-url-regexp): Improve handling of parenthesis.
5063         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5064         (gnus-button-handle-info-keystrokes): Handle index entries.
5065
5066 2008-03-15  Glenn Morris  <rgm@gnu.org>
5067
5068         * parse-time.el (parse-time-string): Simplify.
5069
5070 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5073         Incoming* files.
5074
5075 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5076
5077         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5078         (auth-source-pick): Use it.
5079
5080 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5081
5082         * binhex.el (binhex-decode-region-internal):
5083         * uudecode.el (uudecode-decode-region-internal):
5084         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5085         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5086         setting default-enable-multibyte-characters.
5087
5088 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5089
5090         * auth-source.el (auth-source-protocols)
5091         (auth-source-protocols-customize, auth-source-choices): Added and
5092         modified variable customizations and defaults.
5093         (auth-source-pick, auth-source-user-or-password)
5094         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5095         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5096         (auth-source-user-or-password-sftp)
5097         (auth-source-user-or-password-smtp): Use new variables and provide an
5098         interface to netrc.el.
5099
5100 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5103         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5104         Make sure the nntp port to specify is a string.
5105
5106 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * nntp.el: Use with-current-buffer.
5109         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5110         dubious mm-with-unibyte-current-buffer.
5111         (nntp-with-open-group-function): New function extracted from
5112         nntp-with-open-group macro.
5113         (nntp-with-open-group): Use the function, so it's easier to debug.
5114         Add indentation and debugging info.
5115         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5116         the use of the netcat alternatives.
5117
5118         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5119         Avoid mm-string-as-multibyte as well.
5120
5121         * nnweb.el (nnweb-insert-html):
5122         Remove use of nnheader-string-as-multibyte.
5123
5124         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5125         (nnheader-string-as-multibyte): Remove.
5126
5127         * mm-view.el: Use inhibit-read-only.
5128         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5129         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5130         or unibyte-string.
5131
5132         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5133         (mm-uu-yenc-extract): Use with-current-buffer.
5134
5135         * gnus-soup.el (gnus-soup-send-packet): Don't use
5136         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5137
5138         * nnmh.el: Use with-current-buffer.
5139         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5140         mm-string-as-multibyte on the output of mm-encode-coding-string.
5141
5142         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5143         (nnimap-request-move-article): Use with-current-buffer.
5144
5145         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5146         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5147         conversion uses string-make-unibyte rather than string-as-unibyte.
5148
5149         * gnus-msg.el: Use with-current-buffer.
5150
5151         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5152
5153 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5154
5155         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5156         string for caching if it is 'PIN.
5157
5158 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * lpath.el: Consider the case without Emacs/W3.
5161
5162 2008-03-08  Glenn Morris  <rgm@gnu.org>
5163
5164         * time-date.el (date-to-time, time-subtract, time-add)
5165         (safe-date-to-time): Doc fixes.
5166
5167 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * mail-source.el (mail-source-delete-old-incoming-confirm):
5170         Change default to nil.
5171         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5172
5173 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * lpath.el: Rearrange.
5176
5177         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5178         (gnus-article-goto-prev-page): Work for articles having ^L's.
5179
5180         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5181
5182         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5183
5184 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5185
5186         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5187         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5188         (gnus-bookmark-jump): Adjust some variable names.
5189
5190 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5191
5192         * auth-source.el: New package.
5193         (auth-source-choices): Add customization entry point variable.
5194
5195         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5196         bug.
5197
5198 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5201         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5202         (gnus-registry-install-shortcuts): Rename from
5203         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5204         the `gnus-registry-mark-map' keymap dynamically from
5205         `gnus-registry-marks'.  The generated functions update the summary line
5206         when a registry mark is added or deleted, and will call
5207         `gnus-registry-install-p' (see the comments in the code).
5208         (gnus-registry-user-format-function-M): Use concat intelligently.
5209
5210         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5211         the registry mark functions.
5212
5213 2008-03-05  Glenn Morris  <rgm@gnu.org>
5214
5215         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5216         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5217         gnus-art.
5218         (top-level): No need to load own source when compiling.
5219
5220 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5221
5222         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5223         Suggested by <chris.anderton@zetnet.co.uk>.
5224
5225 2008-03-04  Glenn Morris  <rgm@gnu.org>
5226
5227         * gnus-sum.el (top-level): No need to require gnus when compiling,
5228         since unconditionally required near start of file.
5229         (gnus-summary-display-while-building): Move definition before use.
5230
5231 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5234         formatting function.
5235
5236 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5237
5238         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5239         with plists.
5240         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5241         Use new format.
5242
5243 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5246         `where-is-internal' that returns a range of key sequences.
5247
5248 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5249
5250         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5251
5252         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5253         (gnus-summary-jump-to-group): Consider windows on other displayed
5254         frames as well.  Similar changes might be needed elsewhere, but that's
5255         the one I've bumped into during my use.
5256
5257         * nndoc.el (nndoc-oe-dbx-type-p):
5258         * gnus-msg.el (gnus-debug):
5259         * gnus-group.el (gnus-update-group-mark-positions):
5260         Use mm-string-to-multibyte.
5261
5262 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5263
5264         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5265         doesn't handle NotDashEscaped.
5266
5267         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5268         (mml-dnd-attach-options): Fix typo in custom choice.
5269
5270         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5271         nndoc-article-type to mbox.
5272         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5273
5274         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5275         to nil, instead of html2text.
5276
5277         * imap.el (imap-debug): Add `imap-ping-server'.
5278
5279         * gnus-bookmark.el: Add FIXMEs.
5280
5281         * message.el (message-form-letter-separator)
5282         (message-send-form-letter-delay): New variables.
5283         (message-send-form-letter): Use them.  New command to send form
5284         letters.  Requested by Uwe Siart.
5285         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5286
5287 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * Update copyright years.
5290
5291 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5292
5293         Sync from EMACS_22_BASE.
5294
5295         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5296
5297 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5298
5299         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5300         empty author.
5301
5302 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5303
5304         * gnus-registry.el (gnus-registry-marks): Add variable for
5305         customization of marks and their appearance.
5306         (gnus-registry-read-mark): Use it.
5307         (gnus-registry-do-marks): Add utility function to loop through
5308         `gnus-registry-marks'.
5309         (gnus-registry-install-shortcuts-and-menus): Add function to install
5310         shortcuts and menus.
5311         (gnus-registry-initialize): Use it.
5312         (gnus-registry-default-mark): Clarify documentation.
5313
5314 2008-02-29  Glenn Morris  <rgm@gnu.org>
5315
5316         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5317         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5318         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5319         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5320         Change defcustom :version from 23.0 to 23.1.
5321
5322 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * gnus-registry.el (gnus-registry-follow-group-p)
5325         (gnus-registry-post-process-groups): Add functions to aid registry
5326         splitting and improve logging.  Clarify behavior in function
5327         documentation.
5328         (gnus-registry-split-fancy-with-parent): Use them.
5329
5330 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5331
5332         * gnus-art.el: Use with-current-buffer.
5333
5334 2008-02-27  David Engster  <dengste@eml.cc>
5335
5336         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5337         Express real group name in the response.
5338
5339 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5342         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5343         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5344         autoload gnus-registry-fetch-group when compiling.
5345         (nnmairix-request-group-with-article-number-correction): Remove
5346         unreferenced argument passed to nnmairix-call-backend.
5347
5348 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5351         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5352         Wilde.
5353
5354 2008-02-27  Glenn Morris  <rgm@gnu.org>
5355
5356         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5357         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5358         variables to defconsts.  Convert comments to doc-strings.
5359         (nnmairix-last-server, nnmairix-current-server): Convert from free
5360         variables to defvars.  Convert comments to doc-strings.
5361         (gnus-registry-fetch-group): Autoload.
5362         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5363         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5364         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5365         caddr.
5366         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5367         nnmairix-request-group-with-article-number-correction call.
5368         (nnmairix-fast, nnmairix-group): New, less general names, for free
5369         variables passed from nnmairix-request-group to
5370         nnmairix-request-group-with-article-number-correction.  Declare.
5371         (nnmairix-request-group-with-article-number-correction):
5372         Use nnmairix-fast, nnmairix-group rather than fast, group.
5373
5374 2008-02-26  David Engster  <dengste@eml.cc>
5375
5376         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5377         version 0.5.
5378
5379 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5380
5381         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5382         instead of making an extra function call.  Don't add the current group
5383         to articles only when they have the group.  Use
5384         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5385         Reported by David <de_bb@arcor.de>.
5386
5387 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5390         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5391
5392 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * mail-source.el (mail-source-delete-incoming): Change default.
5395         Supplement doc string.
5396
5397         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5398
5399 2008-02-14  Glenn Morris  <rgm@gnu.org>
5400
5401         * time-date.el (format-seconds): New function.
5402
5403 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * nnmail.el (nnmail-message-id-cache-file): Derive from
5406         `gnus-home-directory'.
5407
5408 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5409
5410         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5411         Document negative prefix.
5412
5413         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5414
5415 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5416
5417         * message.el (message-unsent-separator): Add the Exim bounce
5418         separator.
5419
5420 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5421
5422         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5423         list.
5424         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5425         recipient/signer list.
5426
5427 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * Makefile.in (datarootdir): Define.
5430         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5431         name that might contain whitespace.
5432
5433 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5436         fbound (Emacs 23 unicode), signal an error.
5437
5438 2008-02-08  Glenn Morris  <rgm@gnu.org>
5439
5440         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5441
5442 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5443
5444         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5445         ports to the calls to `netrc-machine-user-or-password' in addition to
5446         "imap" and "imaps".
5447
5448 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5449
5450         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5451
5452         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5453
5454 2008-02-01  Kenichi Handa  <handa@m17n.org>
5455
5456         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5457         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5458         (rfc2104-hash): Convert the result of concat to unibyte string.
5459
5460 2008-02-01  Dave Love  <fx@gnu.org>
5461
5462         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5463         coding-system-for-read.
5464         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5465
5466 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5469         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5470         <hanche@math.ntnu.no>.
5471
5472 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5475
5476         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5477
5478 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5479
5480         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5481         * message.el (message-beginning-of-line): Use featurep instead of bound
5482         tests in order to resolve conditionals at compile time.
5483
5484 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5485
5486         * mail-source.el (mail-sources): Add `group' choice.
5487
5488         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5489         parameter `in-group' to control into which group the articles go.
5490         Add treatment of `group' mail-source.
5491
5492 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5495
5496         * mm-decode.el (mm-dissect-buffer): Decode description.
5497
5498         * mml.el (mml-to-mime): Encode message header first.
5499
5500 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5503         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5504
5505         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5506         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5507
5508 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5509
5510         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5511
5512 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5515         prefix keys.
5516         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5517         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5518         gnus-xmas.el.
5519
5520         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5521         (gnus-xmas-article-describe-bindings): New function.
5522         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5523         gnus-xmas-article-describe-bindings.
5524
5525         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5526
5527 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5528
5529         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5530         Add new variables for article mark management.
5531         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5532         list of extra data entries which, when present, will indicate that the
5533         article ID should not be trimmed from the registry.
5534         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5535         functions.
5536         (gnus-registry-read-mark): New function to read a mark name from the
5537         user.
5538         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5539         (gnus-registry-set-article-mark-internal): New functions to add and
5540         remove marks.
5541         (gnus-registry-get-article-marks): New function to show the marks for
5542         an article, or retrieve them for further use.
5543
5544 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5547         keys when no argument is given.
5548
5549 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * imap.el (imap-ping-server): New variable.
5552         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5553         (imap-ping-server): Minor doc string fixes.
5554
5555 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5556
5557         * imap.el (imap-ping-server): New function.
5558         (imap-opened): Call imap-ping-server.
5559
5560 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5561
5562         * gnus-sum.el (gnus-article-sort-by-random)
5563         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5564         jidanni@jidanni.org.
5565
5566 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * gnus-art.el (gnus-article-describe-bindings): New function.
5569         (gnus-article-read-summary-keys): Use it.
5570         (gnus-article-mode-map): Bind `C-h b' to it.
5571
5572 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5575         XEmacs.
5576         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5577         against non-character events.
5578
5579         * lpath.el: Fbind map-keymap for Emacs 21.
5580
5581 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5584         command.
5585         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5586         instead of END.  Change name of the temp file.
5587         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5588         customizable.
5589
5590 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5593         bind `S W' to gnus-article-wide-reply-with-original; set default
5594         binding to gnus-article-read-summary-send-keys.
5595         (gnus-article-read-summary-keys): Fix the order of keys; display
5596         continuation keys correctly in the echo area; describe bindings
5597         correctly when keys end with `C-h'.
5598         (gnus-article-read-summary-send-keys): New function.
5599         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5600         for gnus-article-read-summary-send-keys; display continuation keys
5601         correctly in the echo area.
5602         (gnus-article-reply-with-original): Ignore prefix argument.
5603         (gnus-article-wide-reply-with-original): New function.
5604
5605         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5606         Emacs 21.
5607
5608 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5611         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5612
5613 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5616         (gnus-group-read-ephemeral-gmane-group): New command.
5617
5618 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5619
5620         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5621
5622 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * message.el (message-send-mail-function): Increase custom version.
5625
5626         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5627         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5628
5629 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5632         for the cases where imap-authenticate is called with a nil buffer
5633         parameter.
5634
5635 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5638         html parts correctly; support forwarded messages.
5639         (gnus-article-browse-html-article): Remove work buffers.
5640
5641         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5642         compiling.
5643         (netrc-bound-and-true-p): New macro.
5644         (netrc-parse): Use it instead of bound-and-true-p that is not available
5645         in XEmacs 21.4.
5646
5647 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         * gnus-registry.el (gnus-registry-mark-article)
5650         (gnus-registry-article-marks): Add functionality to mark articles
5651         through the Gnus registry.
5652
5653         * encrypt.el: Clarify documentation for the new pgg method.
5654         (encrypt-file-alist): Add PGG option.
5655         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5656         functionality.  Abstract password key and messaging to external
5657         functions.
5658         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5659         (encrypt-message-method-and-cipher): Add new convenience external
5660         functions.
5661         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5662         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5663
5664         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5665         (netrc-parse): Use encrypt-file-alist to determine if
5666         encrypt-find-model or encrypt-insert-file-contents should be used.
5667
5668         * encrypt.el: Clarify documentation.  Load password-cache or
5669         password, whichever one is found first, instead of autoloading.
5670
5671 2007-12-19  Glenn Morris  <rgm@gnu.org>
5672
5673         * mml.el (message-options-set, message-narrow-to-head)
5674         (message-in-body-p, message-mail-p, message-encode-message-body):
5675         Autoload.
5676         (message-remove-header, message-narrow-to-headers-or-head)
5677         (message-subscribed-p, message-make-mail-followup-to)
5678         (message-position-on-field, message-news-p)
5679         (message-options-set-recipient, message-generate-headers)
5680         (message-sort-headers): Declare as functions.
5681
5682 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5685         convention in doc string.
5686
5687 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5690         title to html parts.
5691         (gnus-article-browse-html-article): Pass message header to it.
5692
5693         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5694
5695 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5698         or password compatible with XEmacs.
5699
5700 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5703         format document.
5704         (gnus-mime-delete-part): Don't write description line if empty.
5705         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5706
5707 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5708
5709         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5710         (gnus-summary-mark-read-and-unread-as-read)
5711         (gnus-summary-mark-current-read-and-unread-as-read)
5712         (gnus-summary-mark-unread-as-ticked): Doc fix.
5713         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5714
5715 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5718         Christoph Conrad <christoph.conrad@gmx.de>.
5719
5720 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5721
5722         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5723         yes-or-no-p.
5724
5725 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mm-decode.el (mm-add-meta-html-tag): New function.
5728         (mm-save-part-to-file, mm-pipe-part): Use it.
5729
5730         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5731         gnus-y-or-n-p instead of y-or-n-p.
5732         (gnus-article-browse-html-parts): Work with message/external-body; use
5733         mm-add-meta-html-tag.
5734
5735 2007-12-11  Glenn Morris  <rgm@gnu.org>
5736
5737         * gnus-cache.el: Require gnus-sum not just when compiling.
5738
5739         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5740
5741         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5742         definitions before use.
5743
5744         * mm-decode.el: Require gnus-util.
5745         (mm-remove-part): Only call delete-annotation on XEmacs.
5746
5747         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5748
5749         * nnmail.el: Require gnus-int.
5750
5751         * spam.el: Move `require's before `eval-when-compile's.
5752
5753         * gnus-ems.el (gnus-alive-p):
5754         * gnus-fun.el (message-goto-eoh):
5755         * gnus-util.el (gnus-group-name-decode):
5756         * mail-source.el (gnus-compress-sequence):
5757         * message.el (Info-goto-node, format-spec):
5758         * mm-bodies.el (message-options-get):
5759         * mm-decode.el (mm-view-pkcs7):
5760         * mm-util.el (gmm-write-region):
5761         * mml-smime.el (mml-compute-boundary)
5762         (gnus-completing-read-with-default):
5763         * mml.el (widget-button-press, gnus-make-hashtable):
5764         * mml1991.el (mm-decode-content-transfer-encoding)
5765         (mm-encode-content-transfer-encoding)
5766         (message-options-get, message-options-set):
5767         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5768         * nnfolder.el (gnus-request-group):
5769         * nnheader.el (ietf-drums-unfold-fws):
5770         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5771         * smime.el (gnus-run-mode-hooks):
5772         * spam-stat.el (gnus-message): Autoload.
5773
5774         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5775         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5776         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5777         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5778         Add declare-function compatibility definition.
5779
5780         * gnus-cache.el (nnvirtual-find-group-art):
5781         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5782         (gnus-add-image, gnus-add-wash-type):
5783         * gnus-group.el (nnkiboze-score-file):
5784         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5785         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5786         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5787         (message-tokenize-header, gnus-get-buffer-create)
5788         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5789         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5790         * gnus.el (gnus-group-decoded-name):
5791         * mail-source.el (imap-capability):
5792         * mm-bodies.el (message-options-set):
5793         * mm-decode.el (gnus-configure-windows):
5794         * mm-extern.el (message-goto-body):
5795         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5796         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5797         (epg-sub-key-validity, message-options-set):
5798         * mml.el (widget-event-point, gnus-configure-windows):
5799         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5800         * mml2015.el (epg-check-configuration, epg-configuration)
5801         (message-options-set):
5802         * nndb.el (nndb-request-article):
5803         * nnfolder.el (gnus-request-create-group):
5804         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5805         * nnmaildir.el (gnus-group-mark-article-read):
5806         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5807         * rfc1843.el (message-fetch-field):
5808         * spam.el (gnus-extract-address-components):
5809         Declare as functions.
5810
5811 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5814
5815         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5816
5817         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5818         bind show-trailing-whitespace for XEmacs.
5819
5820 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5823         new no-op macro for backward compatibility.
5824
5825         * imap.el (imap-string-to-integer): New function.
5826
5827 2007-12-09  Glenn Morris  <rgm@gnu.org>
5828
5829         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5830
5831         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5832         * message.el, mm-view.el, sieve-manage.el, smime.el:
5833         Add declare-function compatibility definition.
5834
5835         * gnus-art.el (w3-region, w3m-region, Info-menu):
5836         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5837         * gnus-sum.el (gnus-get-predicate):
5838         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5839         * message.el (mail-abbrev-in-expansion-header-p):
5840         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5841         (w3m-detect-meta-charset, w3m-region):
5842         * sieve-manage.el (password-read, password-cache-add)
5843         (password-cache-remove):
5844         * smime.el (password-read-and-add): Declare as functions.
5845
5846 2007-12-08  David Kastrup  <dak@gnu.org>
5847
5848         * gnus-sum.el (gnus-summary-simplify-subject-query):
5849         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5850         `message'.
5851
5852 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5855         it to bind idna-program, installation-directory, defined-colors, and
5856         face-attribute for XEmacs of the version that compiles defcustom forms.
5857
5858 2007-12-07  Glenn Morris  <rgm@gnu.org>
5859
5860         * gnus-art.el (article-make-date-line): Revert previous change.
5861
5862 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5863
5864         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5865
5866 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5867
5868         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5869         Call gnus-add-to-range ranges only once with a prepared article-list.
5870
5871 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5872
5873         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5874         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5875         group names with backslashes.  Reported by Tassilo Horn
5876         <tassilo@member.fsf.org>.
5877
5878 2007-12-06  Deepak Goel  <deego3@gmail.com>
5879
5880         * gnus-art.el (article-make-date-line):
5881         * gnus-start.el (gnus-load):
5882         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5883
5884 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (gnus-use-idna)
5887         * gnus-start.el (gnus-site-init-file)
5888         * message.el (message-use-idna)
5889         * mm-uu.el (mm-uu-hide-markers)
5890         * smiley.el (smiley-style): Revert changes that suppress warnings.
5891
5892 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5895         specify charset to html source.  Reported by Christoph Conrad
5896         <christoph.conrad@gmx.de>.
5897
5898 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5901         idna-program in order to suppress byte compile warning issued by XEmacs
5902         that came to byte compile the default value section of defcustom forms
5903         recently.
5904
5905         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5906         value of installation-directory.
5907
5908         * message.el (message-use-idna): Don't directly refer to the value of
5909         idna-program.
5910
5911         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5912
5913         * smiley.el (smiley-style): Don't directly call face-attribute.
5914
5915 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5918
5919         * gnus-dired.el: Reduce Gnus dependencies.
5920         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5921         require.  Use autoloads instead.
5922         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5923         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5924         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5925         (gnus-dired-mode): Adjust doc string.
5926         (gnus-dired-mail-mode): New variable.
5927         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5928         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5929         (gnus-dired-mail-buffers): New function.  Return mail or message
5930         composition buffers.
5931         (gnus-dired-attach): Use it.
5932         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5933         NO-DECODE.
5934         (gnus-dired-print): Use `gnus-print-buffer' depending on
5935         `gnus-dired-mail-mode'.
5936
5937 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * rfc2047.el (rfc2047-encoded-word-regexp)
5940         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5941         explaining what regexp patterns are for.
5942
5943 2007-12-04  Glenn Morris  <rgm@gnu.org>
5944
5945         * password.el: Move to password-cache.el.
5946
5947         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5948         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5949         * mml-smime.el (password-read, password-cache-add)
5950         (password-cache-remove):
5951         No need to autoload, since mml-sec requires password.
5952
5953         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5954         * message.el (gnus-extract-address-components):
5955         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5956
5957         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5958         password.
5959
5960 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5961
5962         * mailcap.el: Reduce dependencies.
5963         (mail-header-parse-content-type): Autoload.
5964         (mailcap-delete-duplicates): New alias.
5965         (mailcap-mime-info): Add optional argument NO-DECODE.
5966         (mailcap-mime-types): Use mailcap-delete-duplicates.
5967
5968         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5969
5970 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5971
5972         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5973         (imap-parse-status): Upcase status-att for servers that sends them
5974         lower-case (e.g., MS Exchange 2007).
5975
5976 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5979         function.
5980
5981         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5982         (gnus-uu-yenc-article): New function.
5983
5984         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5985
5986         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5987         buffer.
5988
5989 2007-12-02  Glenn Morris  <rgm@gnu.org>
5990
5991         * binhex.el (binhex): New custom group.
5992         (binhex-decoder-program, binhex-decoder-switches)
5993         (binhex-use-external): Move to the binhex custom group.
5994
5995         * uudecode.el (uudecode): New custom group.
5996         (uudecode-decoder-program, uudecode-decoder-switches)
5997         (uudecode-use-external): Move to the uudecode custom group.
5998
5999         * netrc.el (top-level): Don't load `encrypt' features.
6000         (netrc-parse): Don't use encrypt.
6001         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6002
6003         * encrypt.el: Remove file.
6004
6005 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6008         matches on patches.
6009
6010         * gnus-art.el (gnus-article-browse-html-article): Mention
6011         `mm-text-html-renderer' in the doc string.
6012
6013         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6014         string.  Add comments.
6015
6016         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6017         if rhs is ASCII.
6018
6019 2007-12-01  Glenn Morris  <rgm@gnu.org>
6020
6021         * mail-source.el (top-level): Require format-spec before
6022         eval-when-compile.
6023
6024 2007-11-30  Glenn Morris  <rgm@gnu.org>
6025
6026         * encrypt.el: Require password, rather than autoloading password-read.
6027
6028 2007-11-29  Glenn Morris  <rgm@gnu.org>
6029
6030         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6031         (sasl-make-client, sasl-next-step, sasl-step-data)
6032         (sasl-step-set-data): Declare as functions.
6033
6034 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6035
6036         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6037
6038 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6039
6040         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6041         certs should be verified and what is to be done in the event of a
6042         verification failure.
6043
6044         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6045         caller can indicate whether the cache should be disregarded for this
6046         call.  This way the result of the call is reproducible at all times and
6047         can be considered a canonical server name for the supplied method.
6048         (gnus-agent-method-p): Canonicalize server names by pushing their
6049         method through `gnus-method-to-server' using the no-cache argument.
6050
6051         * gnus-srvr.el (gnus-server-insert-server-line): Call
6052         `gnus-method-to-server' with `no-cache' argument.
6053
6054         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6055         gnus-agent-possibly-synchronize-flags as this should be called when the
6056         server is actually being opened.
6057         (gnus-agent-possibly-synchronize-flags)
6058         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6059         flags file of an agentized server to the latter function.
6060
6061         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6062         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6063         after a connection has been established successfully.
6064
6065 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6066
6067         * gnus-art.el (article-display-face): Force to display face if called
6068         interactively; check if gnus-article-x-face-too-ugly matches author.
6069         (article-display-x-face): Display face even if From header is missing
6070         as article-display-face does.
6071
6072 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6073
6074         * hashcash.el (message-narrow-to-headers-or-head)
6075         (message-fetch-field, message-goto-eoh)
6076         (message-narrow-to-headers): Declare as functions.
6077
6078 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6079
6080         * mail-source.el (mail-sources): Default to fetch from file for
6081         compatibility with default of nnmail-spool-file.
6082
6083 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6086         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6087         to look for encoded word that should be encoded again.
6088         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6089         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6090         encoding pattern.
6091         (rfc2047-decode-region): Switch strict regexp and loose one according
6092         to rfc2047-allow-irregular-q-encoded-words.
6093
6094 2007-11-25  Romain Francoise  <romain@orebokech.com>
6095
6096         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6097
6098 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * tls.el (tls-program): Provide more custom choices from
6101         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6102         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6103
6104 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6107         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6108
6109         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6110         `nnmail-spool-file'.
6111
6112         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6113         `nnmail-spool-file'.
6114
6115         * gnus-move.el (gnus-change-server): Ditto.
6116
6117         * gnus-kill.el (gnus-batch-score): Ditto.
6118
6119         * gnus-cache.el (gnus-jog-cache): Ditto.
6120
6121         * gnus-msg.el (gnus-summary-reply):
6122         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6123
6124 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6127         version.  Minor improvement to doc strings.
6128         (tls-program): Add comment.
6129
6130 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6131
6132         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6133         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6134         mismatch between the hostname provided in the certificate and the name
6135         of the host connnecting to.
6136         (open-tls-stream): Use them.  Check certificates against trusted root
6137         certificates.
6138
6139 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * gnus-cache.el (gnus-cache-generate-nov-databases):
6142         Use nnml-generate-nov-databases-directory instead of
6143         nnml-generate-nov-databases-1.
6144
6145 2007-11-24  Glenn Morris  <rgm@gnu.org>
6146
6147         * message.el (message-tool-bar-retro): Update for rename
6148         mail_send.xpm->mail-send.xpm.
6149
6150 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6153         `smime-ldap-search' for Emacs 22 and up.
6154
6155 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6156
6157         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6158
6159         * message.el (message-send-mail-function): Fix error convention.
6160         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6161         (message-widen-reply, message-send-mail, message-talkative-question)
6162         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6163         (message-clone-locals, message-send-news): Use with-current-buffer.
6164         (message-insert-or-toggle-importance): Remove unused var `valid'.
6165         (message-make-references): Remove unused var `new-references'.
6166         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6167
6168 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6169
6170         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6171         (spam-split-symbolic-return-positive): Reflow docstring.
6172         (spam-backends, spam-summary-exit-behavior)
6173         (spam-mark-ham-unread-before-move-from-spam-group)
6174         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6175         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6176         (spam-clear-cache, spam-backend-check, spam-install-backend)
6177         (spam-install-statistical-backend, spam-list-of-processors)
6178         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6179         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6180         (spam-check-crm114, spam-initialize, spam-unload-hook):
6181         Fix typos in docstrings.
6182
6183 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6186         been checked if they have never been read and those group levels are
6187         higher than the one that a user specified.
6188
6189 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6192         foreign groups unless a group level is specified by a user.
6193         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6194
6195 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6196
6197         * message.el (message-send-mail-function): Require sendmail.
6198
6199 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * message.el (message-send-mail-function): Check for smtpmail too.
6202
6203         * utf7.el (utf7-encode, utf7-decode): Use coding system
6204         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6205
6206         * message.el (message-send-mail-function): New function.
6207         (message-send-mail-function): Set default using
6208         message-send-mail-function.  Adjust doc string.
6209         (message-send-mail-with-mailclient): New function.
6210
6211 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6212
6213         * smime.el (from):
6214         * rfc2047.el (message-posting-charset):
6215         * qp.el (mm-use-ultra-safe-encoding):
6216         * pop3.el (parse-time-months):
6217         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6218         * nnml.el (files):
6219         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6220         (jka-compr-compression-info-list, ange-ftp-path-format)
6221         (efs-path-regexp):
6222         * nndiary.el (files):
6223         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6224         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6225         (epg-digest-algorithm-alist, inhibit-redisplay)
6226         (password-cache-expiry):
6227         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6228         (pgg-output-buffer, password-cache-expiry):
6229         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6230         (efs-path-regexp):
6231         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6232         (inhibit-redisplay):
6233         * mm-uu.el (file-name, start-point, end-point, entry)
6234         (gnus-newsgroup-name, gnus-newsgroup-charset):
6235         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6236         (latin-unity-ucs-list):
6237         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6238         (mm-uu-binhex-decode-function):
6239         * message.el (gnus-message-group-art, gnus-list-identifiers)
6240         (rmail-enable-mime-composing, gnus-local-organization)
6241         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6242         (gnus-read-active-file, facemenu-add-face-function)
6243         (facemenu-remove-face-function, gnus-article-decoded-p)
6244         (tool-bar-mode):
6245         * mail-source.el (display-time-mail-function):
6246         * gnus-util.el (nnmail-pathname-coding-system)
6247         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6248         (gnus-original-article-buffer, gnus-user-agent)
6249         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6250         (xemacs-codename, sxemacs-codename, emacs-program-version):
6251         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6252         * gnus-start.el (gnus-agent-covered-methods)
6253         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6254         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6255         (gnus-newsgroup-headers, gnus-group-list-mode)
6256         (gnus-group-mark-positions, gnus-newsgroup-data)
6257         (gnus-newsgroup-unreads, nnoo-state-alist)
6258         (gnus-current-select-method, mail-sources)
6259         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6260         (nnmail-spool-file, gnus-cache-active-hashtb):
6261         * gnus-mh.el (mh-lib-progs):
6262         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6263         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6264         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6265         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6266         (gnus-group-buffer):
6267         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6268         (font-lock-set-defaults):
6269         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6270         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6271         (gnus-summary-post-menu, total-parts, type, condition, length):
6272         * gnus-agent.el (gnus-agent-read-agentview):
6273         * flow-fill.el (show-trailing-whitespace):
6274         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6275         eval-and-compile wrappers for byte compiler pacifiers.
6276
6277         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6278         (mm-display-inline-fontify): Check for featurep 'xemacs not
6279         extent-list.
6280
6281         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6282         itimer-list.
6283         (mm-create-image-xemacs): Only do something for XEmacs.
6284         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6285
6286         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6287
6288         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6289         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6290
6291 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6292
6293         * nnimap.el (nnimap-split-download-body):
6294         * gnus-demon.el (gnus-demon):
6295         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6296
6297 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6300         macros.
6301         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6302         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6303         copy data from unibyte buffer to multibyte current buffer.
6304         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6305         to copy data from unibyte current buffer to multibyte buffer.
6306         (nntp-make-process-buffer): Make process buffer unibyte.
6307
6308         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6309
6310 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6311
6312         * pop3.el (pop3-open-server): Accept and process data more robustly at
6313         connexion start to avoid spurious "POP SSL connexion failed" errors.
6314
6315 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6318         read group names.
6319
6320 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6323
6324 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6325
6326         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6327         (nnmail-save-active): Use a unibyte buffer when saving active file,
6328         which may contain non-ASCII group names.
6329
6330         * nnml.el (nnml-request-group): Decode group names in messages.
6331
6332 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * message.el (message-citation-line-function)
6335         (message-insert-formatted-citation-line): Fix spelling of
6336         `message-insert-formated-citation-line'.
6337
6338 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6341
6342 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6345         nnmail-pathname-coding-system.
6346
6347         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6348         that a user enters; decode group names in messages.
6349
6350         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6351
6352 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6355
6356         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6357
6358         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6359         risky local variable.
6360
6361         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6362
6363 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6364
6365         * encrypt.el: Improve documentation to fix function name typo.
6366         Reported by Daiki Ueno <ueno@unixuser.org>.
6367
6368 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6371         even if the point is not in the last page of an article.
6372         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6373         back to the previous page.
6374
6375 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6378
6379 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6382
6383 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6384
6385         * message.el (message-check-news-body-syntax): Avoid
6386         mm-string-as-multibyte.
6387         (message-hide-headers): Don't assume (point-min)==1.
6388
6389 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * message.el (message-remove-blank-cited-lines): Fix if remove is
6392         given.
6393         (message-bogus-address-regexp): New variable.
6394         (message-bogus-recipient-p): New function.
6395         (message-check-recipients): New command.
6396         (message-syntax-checks): Add `bogus-recipient'.
6397         (message-fix-before-sending): Add `bogus-recipient'.
6398
6399         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6400         (gnus-treat-body-boundary): Don't test window-system.
6401
6402 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6403
6404         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6405
6406 2007-10-28  Miles Bader  <miles@gnu.org>
6407
6408         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6409         at compile-time too.
6410
6411 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6412
6413         * gnus-msg.el (gnus-message-setup-hook): Add
6414         `message-remove-blank-cited-lines' to options.
6415
6416 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * message.el (message-remove-blank-cited-lines): New function.
6419         Suggested by Karl Plästerer.
6420
6421 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6424         mapc.
6425
6426         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6427         (top-level): Use mapc to set functions to be traced for debugging.
6428
6429         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6430         called for effect with while loop.
6431
6432         * message.el (message-talkative-question): Replace mapcar called for
6433         effect with mapc.
6434
6435         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6436         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6437         called for effect with dolist.
6438
6439         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6440
6441         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6442         gnus-extra-headers and nnmail-extra-headers.
6443
6444         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6445         called for effect with dolist.
6446         (top-level): Use mapc to set functions to be traced for debugging.
6447
6448         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6449         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6450         dolist.
6451
6452         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6453         Replace mapcar called for effect with mapc.
6454         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6455         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6456         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6457         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6458
6459         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6460         remove-if that's a cl function.
6461
6462         * webmail.el (webmail-debug): Replace mapcar called for effect with
6463         dolist.
6464
6465         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6466         with mapc.
6467
6468 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6471         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6472         with while loop.
6473
6474         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6475         functions from article-* functions.
6476         (gnus-multi-decode-header): Replace mapcar called for effect with
6477         dolist.
6478
6479         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6480         (gnus-bookmark-show-details): Replace mapcar called for effect with
6481         while loop.
6482
6483         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6484         called for effect with while loop.
6485
6486         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6487         with dolist.
6488
6489         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6490         mapcar called for effect with dolist.
6491
6492         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6493
6494         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6495         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6496         Replace mapcar called for effect with dolist.
6497         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6498         mapc.
6499
6500         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6501         Replace mapcar called for effect with dolist.
6502         (gnus-topic-list): Replace mapcar called for effect with mapc.
6503
6504         * gnus.el: Use mapc instead of mapcar to add autoloads.
6505
6506 2007-10-23  Richard Stallman  <rms@gnu.org>
6507
6508         * gnus-group.el (gnus-group-highlight): Mark as risky.
6509
6510 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus.el (gnus-server-to-method): Return method found first in
6513         gnus-newsrc-alist.
6514
6515         * gnus-art.el (gnus-article-highlight-signature)
6516         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6517         button overlay without the front stickiness.
6518
6519 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6520
6521         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6522         overview buffer needed a catch to receive its throw.
6523         (gnus-agent-flush-cache): Declared as interactive to make this function
6524         easier to use.
6525
6526 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6529         `next-line'.
6530
6531 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6534         exclude address matching message-dont-reply-to-names.
6535
6536 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-util.el (gnus-string<): New function.
6539
6540         * gnus-sum.el (gnus-article-sort-by-author)
6541         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6542
6543 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6546         the frame-focus tag is set in gnus-buffer-configuration.
6547
6548 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6551         the front stickiness.
6552
6553 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6556         url pattern; remove duplicate one.
6557         (gnus-article-extend-url-button): New function.
6558         (gnus-article-add-buttons): Use it.
6559         (gnus-button-push): Use concatenated url that it makes.
6560
6561 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6562
6563         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6564
6565 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6566
6567         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6568         Don't hardcode point-min==1.
6569
6570 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6573         Fix comment about "iso8859-1".
6574
6575 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6576
6577         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6578         ones returned from the verify-function.
6579
6580         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6581         mml2015-extract-cleartext-signature if extraction failed.
6582
6583 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6584
6585         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6586         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6587         failed.
6588
6589 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6592
6593 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6596         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6597         recommends to use EasyPG instead of PGG.
6598
6599         * pgg.el: Revert to revision 6.23.2.16.
6600
6601         * pgg-def.el: Revert to revision 6.6.2.14.
6602
6603         * pgg-gpg.el: Revert to revision 6.23.2.34.
6604
6605 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6606
6607         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6608         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6609         thread for both the null and zero (kill/expire thread) universal prefix
6610         cases.
6611         (gnus-summary-expire-thread): Add new function to expire a thread,
6612         using gnus-summary-kill-thread.
6613         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6614         shortcuts for gnus-summary-expire-thread.
6615         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6616         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6617
6618 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6619
6620         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6621         extras value, so an extras entry can be deleted.
6622         (gnus-registry-delete-extra-entry): Use it.
6623         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6624         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6625         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6626         storage through the gnus-registry, and provide an appropriate API for
6627         it.
6628
6629 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6632         Suggested by Leo <sdl.web@gmail.com>.
6633
6634         * gnus.el: Do.
6635
6636 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6639         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6640
6641         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6642
6643         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6644         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6645
6646 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6649         newline.
6650         (nnmbox-request-accept-article): Don't change article in source buffer;
6651         narrow to header to use message-fetch-field rather than
6652         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6653         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6654         as delimiters; make sure article ends with newline.
6655         (nnmbox-delete-mail): Correct last position of article to be deleted;
6656         ignore X-Gnus-Newsgroup header in article body.
6657         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6658         positions; make sure article ends with newline.
6659
6660         * message.el (message-display-abbrev): Don't infloop when a user
6661         inserts SPC in the beginning of header.
6662
6663         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6664         coding-system-for-read and coding-system-for-write for XEmacs having no
6665         file-coding feature.
6666
6667         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6668
6669 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6670
6671         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6672         list of groups not followed by default.  Fix type to be regexp.
6673         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6674
6675 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6676
6677         * hmac-def.el (define-hmac-function): Switch from old-style to
6678         new-style backquotes.
6679
6680         * md4.el (md4-make-step): Likewise.
6681
6682 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6685         raw-text coding system when saving .newsrc file, which may contain
6686         non-ASCII group names.
6687
6688 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-cus.el (gnus-score-extra): New widget.
6691         (gnus-score-extra-convert): New function.
6692         (gnus-score-customize): Use it for Extra.
6693
6694 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6695
6696         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6697         (mml2015-mailcrypt-clear-verify): Use it.
6698         (mml2015-gpg-clear-verify): Use it.
6699         (mml2015-pgg-clear-verify): Use it.
6700         (mml2015-epg-clear-verify): Replace the current part with the output
6701         from GnuPG; don't extract the plaintext by itself.
6702
6703         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6704         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6705         mml2015-clear-verify-function; don't touch the armor headers or
6706         dash-escaped text here.
6707
6708 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6711         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6712         parts, or application/octet-stream as a last resort.
6713         (gnus-mime-view-part-as-type): Don't toggle display.
6714         (gnus-mime-view-part-as-charset): Don't turn off display before
6715         querying charset.
6716
6717         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6718         stuff to undisplayer function in Emacs.
6719         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6720
6721         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6722         text/calendar parts.
6723
6724 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6727         decoding text/calendar parts.
6728
6729         * message.el (message-forward-make-body-mime): Always mark body as
6730         having no illegible text; remove signed-or-encrypted argument.
6731         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6732
6733         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6734         (mml-generate-mime-1): Don't encode body if it is specified to be in
6735         raw form; don't make buffer be unibyte when inserting multibyte string.
6736
6737 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6738
6739         * sha1.el: Fix up comment style.
6740         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6741         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6742
6743         * hex-util.el: Fix up comment style.
6744         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6745
6746         * gnus-salt.el: Use with-current-buffer.
6747         (gnus-pick-setup-message): Fix long-standing typo.
6748
6749 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * imap.el (imap-logout-timeout): New variable.
6752         (imap-logout, imap-logout-wait): New functions.
6753         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6754
6755         * nnimap.el (nnimap-logout-timeout): New server variable.
6756         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6757         nnimap-logout-timeout.
6758
6759         * gnus-art.el (gnus-article-summary-command-nosave)
6760         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6761
6762 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * gnus.el (gnus-maximum-newsgroup): New variable.
6765
6766         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6767         according to gnus-maximum-newsgroup.
6768
6769         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6770         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6771         Limit the range of articles according to gnus-maximum-newsgroup.
6772
6773 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6774
6775         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6776         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6777         Don't perform gnus-configure-windows here; reuse existing sticky
6778         article buffer.
6779
6780         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6781         it doesn't exist in gnus-article-mode.
6782
6783 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6786         (gnus-agent-decoded-group-name): New function.
6787         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6788         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6789
6790 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6791
6792         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6793         Add binding for gnus-sticky-article.
6794         (gnus-summary-exit): Don't kill sticky article buffers.
6795
6796         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6797         article buffer.
6798         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6799         (gnus-kill-sticky-article-buffers): New commands.
6800
6801 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * nntp.el (nntp-xref-number-is-evil): New server variable.
6804         (nntp-find-group-and-number): If it is non-nil, don't trust article
6805         numbers in the Xref header.
6806
6807 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-agent.el (gnus-agent-read-group): New function.
6810         (gnus-agent-flush-group, gnus-agent-expire-group)
6811         (gnus-agent-regenerate-group): Use it.
6812         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6813         nnmail-pathname-coding-system.
6814
6815 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6818
6819         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6820         that are unread as unread, and also as selected so that information of
6821         marks having been changed by a user may be updated when exiting group.
6822
6823 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6826         calculated ignoring signature parts to gnus-treat-article.
6827
6828 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6831         a point here in order to keep the window start.
6832         (gnus-insert-mime-security-button): Make a button overlay without the
6833         front stickiness.
6834         (gnus-mime-display-security): Goto the end of a button.
6835
6836         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6837
6838 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6841         group-name-at-point.
6842         (gnus-group-completing-read): New function that offers decoded
6843         non-ASCII group names for completion.
6844         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6845         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6846         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6847         (gnus-group-fetch-control): Use it.
6848         (gnus-fetch-group): Use group-name-at-point for the initial value
6849         rather than the default value; use gnus-alive-p.
6850
6851         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6852         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6853         (gnus-summary-post-news): Use gnus-group-completing-read.
6854
6855         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6856         (gnus-read-move-group-name): Decode group name for completion.
6857
6858 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6859
6860         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6861         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6862         Yamaoka slightly modified the code).
6863
6864 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6867         (nnmail-split-incoming): Bind it.
6868
6869         * nnml.el (nnml-group-name-charset): New function.
6870         (nnml-decoded-group-name): Use it; don't decode group name if
6871         nnmail-group-names-not-encoded-p is non-nil.
6872         (nnml-encoded-group-name): New function.
6873         (nnml-group-pathname): Inline nnml-decoded-group-name.
6874         (nnml-request-expire-articles): Decode group name in message.
6875         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6876         nnmail-pathname-coding-system.
6877         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6878         not decoded ones according to nnmail-group-names-not-encoded-p.
6879         (nnml-generate-active-info): Use nnml-encoded-group-name.
6880
6881 2007-08-08  Glenn Morris  <rgm@gnu.org>
6882
6883         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6884         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6885         doc-strings and comments.
6886
6887 2007-07-25  Glenn Morris  <rgm@gnu.org>
6888
6889         * Relicense all FSF files to GPLv3 or later.
6890
6891 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * gnus-sum.el (gnus-summary-move-article): Make
6894         gnus-summary-respool-article work.
6895
6896 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6899         string.
6900
6901 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6902
6903         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6904         that should be ignored when comparing distant RSS articles with local
6905         ones.
6906         (nnrss-make-hash-index): New function.  Create a hash index according
6907         to the ignored fields.
6908         (nnrss-check-group): Use it.
6909
6910 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6913
6914         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6915
6916         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6917         the new optional argument ENCODED is non-nil.
6918         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6919         coding system for encoding group name.
6920         (gnus-group-make-rss-group): Pass un-encoded group name to
6921         gnus-group-make-group.
6922         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6923         encoded.
6924
6925         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6926         Encode group name to which articles are moved or copied.
6927         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6928         coding system for encoding Newsgroup, Followup-To and Xref headers.
6929
6930         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6931         marks; use nnheader-file-coding-system to write a file.
6932         (nnagent-retrieve-headers): Bind file-name-coding-system to
6933         nnmail-pathname-coding-system.
6934
6935         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6936
6937         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6938         (nnml-request-article, nnml-request-create-group)
6939         (nnml-request-rename-group, nnml-find-id)
6940         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6941         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6942         (nnml-save-marks): Use nnml-group-pathname instead of
6943         nnmail-group-pathname.
6944
6945         (nnml-request-create-group, nnml-request-expire-articles)
6946         (nnml-request-move-article, nnml-request-delete-group)
6947         (nnml-deletable-article-p, nnml-possibly-create-directory)
6948         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6949         (nnml-open-marks): Bind file-name-coding-system to
6950         nnmail-pathname-coding-system.
6951
6952         (nnml-request-article): Pass server argument to nnml-find-group-number.
6953         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6954         server argument to nnml-possibly-create-directory.
6955         (nnml-request-accept-article): Pass server argument to
6956         nnml-active-number and nnml-save-mail.
6957         (nnml-find-group-number): Pass server argument to nnml-find-id.
6958         (nnml-request-update-info): Pass server argument to
6959         nnml-marks-changed-p.
6960
6961         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6962         (nnml-save-mail, nnml-active-number): Add server argument.
6963
6964         (nnml-request-delete-group): Warn if group is missing.
6965         (nnml-get-nov-buffer): Decode group name.
6966         (nnml-generate-active-info): Encode group name.
6967         (nnml-open-marks): Decode group name in messages.
6968
6969 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6972         if it is not specified.
6973         (gnus-article-pipe-part, gnus-article-save-part)
6974         (gnus-article-interactively-view-part, gnus-article-copy-part)
6975         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6976         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6977         (gnus-article-replace-part, gnus-article-delete-part)
6978         (gnus-article-view-part-as-type): Pass raw prefix argument to
6979         gnus-article-part-wrapper.
6980
6981 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6982
6983         * gnus-agent.el (gnus-agent-save-active): Bind
6984         nnheader-file-coding-system to gnus-agent-file-coding-system.
6985
6986         * gnus-cache.el (gnus-cache-save-buffers)
6987         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6988         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6989         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6990         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6991         (gnus-cache-generate-active, gnus-cache-rename-group)
6992         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6993         (gnus-cache-update-overview-total-fetched-for): Bind
6994         file-name-coding-system to nnmail-pathname-coding-system.
6995         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6996         variables.
6997         (gnus-cache-decoded-group-name): New function.
6998         (gnus-cache-file-name): Use it.
6999         (gnus-cache-generate-active): Use non-decoded group name for active.
7000
7001         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7002         right place.
7003         (gnus-write-active-file): Don't break non-ASCII group names.
7004
7005         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7006         nnmail-pathname-coding-system.
7007
7008         * lpath.el: Bind default-file-name-coding-system,
7009         file-name-coding-system and language-info-alist for XEmacs.
7010
7011         * gnus-uu.el (gnus-uu-decode-save): Typo.
7012
7013 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7016
7017 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7020         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7021         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7022         (gnus-agent-flush-group, gnus-agent-flush-cache)
7023         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7024         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7025         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7026         (gnus-agent-regenerate-group)
7027         (gnus-agent-update-files-total-fetched-for)
7028         (gnus-agent-update-view-total-fetched-for): Bind
7029         file-name-coding-system to nnmail-pathname-coding-system.
7030         (gnus-agent-group-pathname): Don't encode file names by
7031         nnmail-pathname-coding-system.
7032         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7033         coding-system-for-write instead of buffer-file-coding-system to
7034         gnus-agent-file-coding-system.
7035
7036         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7037         Decode group name.
7038
7039         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7040
7041         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7042         (gnus-read-newsrc-el-file): Make group names unibyte.
7043
7044         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7045         nnmail-pathname-coding-system.
7046
7047         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7048         (nnrss-request-delete-group): Bind file-name-coding-system to
7049         nnmail-pathname-coding-system.
7050         (nnrss-read-server-data, nnrss-read-group-data): Bind
7051         file-name-coding-system correctly.
7052         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7053
7054         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7055         (nntp-server-to-method-cache): New variable.
7056         (nntp-group-pathname): New function that decodes non-ASCII group names.
7057         (nntp-possibly-create-directory, nntp-marks-changed-p)
7058         (nntp-save-marks, nntp-open-marks): Use it.
7059         (nntp-possibly-create-directory, nntp-open-marks):
7060         Bind file-name-coding-system to nnmail-pathname-coding-system.
7061         (nntp-open-marks): Decode group names when bootstrapping marks.
7062
7063         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7064         Newsgroups and Folowup-To headers.
7065
7066 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7069         (gnus-server-closed-face, gnus-server-denied-face)
7070         (gnus-server-offline-face): Remove variable.
7071         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7072
7073         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7074         of modifying message-stack directly for XEmacs.
7075
7076         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7077         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7078         if the coding-system argument is nil for XEmacs.
7079
7080         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7081         mm-charset-override-alist.
7082
7083         * rfc2047.el: Don't require base64; require rfc2045 for the function
7084         rfc2045-encode-string.
7085         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7086         to quote the parameter value.
7087
7088 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7091         form in gnus-group-name-charset-method-alist.
7092
7093         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7094         overrides the default layout edit-form.
7095
7096         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7097
7098         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7099
7100 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7103         as unfetched articles.
7104
7105 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7108
7109 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7112         original back end that keeps marks in the local system.
7113
7114 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7117         arg of pop-to-buffer for XEmacs.
7118         (gnus-article-read-summary-keys): Ditto; don't restore window
7119         configuration if summary command ends up with neither article buffer
7120         nor summary buffer; describe bindings if summary keys end with C-h.
7121
7122 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * message.el (message-fix-before-sending): Skip raw message part to be
7125         forwarded while checking illegible text.
7126         (message-forward-make-body-mime, message-forward-make-body): Mark
7127         signed or encrypted raw message as having no illegible text.
7128
7129 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7132         (gnus-message-with-timestamp-1): New macro.
7133         (gnus-message-with-timestamp): New function.
7134         (gnus-message): Use them.
7135
7136         * nnheader.el (nnheader-message): Use them.
7137
7138 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7141         .newsrc.eld file.
7142
7143 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-agent.el (gnus-agent-fetch-headers)
7146         (gnus-agent-retrieve-headers): Bind
7147         gnus-decode-encoded-address-function to identity.
7148
7149         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7150         available also when the server returns simply a dot.
7151
7152         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7153
7154 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7157
7158 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-ems.el (gnus-x-splash): Make it work.
7161
7162         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7163         from being used.
7164
7165         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7166
7167 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7170         4th and the 5th arguments.
7171
7172         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7173         the front stickiness.
7174         (gnus-article-summary-command-nosave): Correct the order of the
7175         arguments passed to pop-to-buffer.
7176         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7177         summary command ends up with the article buffer.
7178
7179         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7180         the same faces.
7181
7182 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7183
7184         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7185
7186 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7187
7188         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7189         * gnus-sum.el (gnus-summary-highlight):
7190         * pgg.el (pgg-sign-region, pgg-sign):
7191         * mail-source.el (mail-source-delete-old-incoming-confirm):
7192         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7193
7194 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-art.el (gnus-mime-view-part-externally)
7197         (gnus-mime-view-part-internally): Fix predicate function passed to
7198         completing-read.
7199
7200         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7201
7202         * gnus.el (gnus-update-message-archive-method): Add :version.
7203
7204 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus.el (gnus-update-message-archive-method): New variable.
7207
7208         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7209         according to gnus-message-archive-method if
7210         gnus-update-message-archive-method is non-nil.
7211
7212 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7215         by Loic Dachary <loic@dachary.org>.
7216         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7217
7218 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * message.el (message-pop-to-buffer): Add switch-function argument.
7221         (message-mail): Pass switch-function argument to it.
7222
7223 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7224
7225         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7226         Improve doc string.
7227
7228 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7231         (gnus-header-content)
7232         * gnus-cite.el (gnus-cite-10)
7233         * gnus-srvr.el (gnus-server-closed)
7234         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7235         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7236         (gnus-group-mail-3-empty, gnus-group-mail-low)
7237         (gnus-group-mail-low-empty, gnus-splash)
7238         * message.el (message-header-to, message-header-cc)
7239         (message-header-subject, message-header-other, message-header-name)
7240         (message-header-xheader, message-separator, message-cited-text)
7241         (message-mml): Lighten colors of faces used for dark background.
7242
7243 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7244
7245         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7246         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7247
7248 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * message.el (message-narrow-to-headers-or-head):
7251         Ignore mail-header-separator in the body.
7252
7253 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7256         same as window size.
7257
7258 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7259
7260         * message.el (message-font-lock-keywords): Use message-header-xheader
7261         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7262         ahead of the anything pattern, to get it recognised.
7263
7264 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7267         spam.el loads uses it in the compiled defadvice form.
7268
7269 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7270
7271         * gnus-sum.el (gnus-articles-to-read)
7272         (gnus-summary-insert-old-articles): Don't truncate group name for
7273         `read-string'.
7274
7275         * gnus-util.el (gnus-limit-string): Delete this function.
7276
7277         * gnus-sum.el (gnus-simplify-subject-fully): Use
7278         `truncate-string-to-width' instead.
7279
7280 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7281
7282         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7283         if, on summary exit, the next group has to be selected.
7284         (gnus-summary-exit): Use it.
7285
7286 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7289         non-break space.
7290
7291 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7294         Check if group is not a directory.
7295         (nnfolder-request-expire-articles): Don't delete articles if the target
7296         group is not available.
7297
7298         * nnml.el (nnml-request-create-group): Properly check if group is not a
7299         file.
7300         (nnml-request-expire-articles): Don't delete articles if the target
7301         group is not available.
7302
7303         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7304         Don't quote characters that are within parentheses.
7305
7306 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7309         (gnus-handle-ephemeral-exit): Select article according to it.
7310
7311 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7312
7313         * message.el (message-insert-formated-citation-line): Remove newline.
7314         (message-citation-line-format): Add final \n here so that the user can
7315         avoid a blank line.
7316
7317 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7318
7319         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7320         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7321         Update lanl/arXiv support.
7322
7323 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * gnus.el: Bump version number.
7326
7327 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328
7329         * gnus.el (gnus-version-number): Bump version.
7330
7331 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7332
7333         * gnus.el: No Gnus v0.6 is released.
7334
7335 2007-04-27  Didier Verna  <didier@xemacs.org>
7336
7337         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7338         * gmm-utils.el (gmm-regexp-concat): here.
7339         * message.el: Don't require 'gnus-util.
7340         (message-dont-reply-to-names): Handle name change above.
7341         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7342
7343 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7346         since the initial value varies according to the system.
7347
7348 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7351
7352 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7353
7354         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7355
7356 2007-04-24  Didier Verna  <didier@xemacs.org>
7357
7358         Improve the type of gnus-ignored-from-addresses.
7359         * gnus-util.el (gnus-orify-regexp): New function.
7360         * message.el (gnus-util): Require it.
7361         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7362         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7363         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7364
7365 2007-04-24  Didier Verna  <didier@xemacs.org>
7366
7367         * gnus-sum.el:
7368         * gnus-utils.el: Fix some trailing whitespaces.
7369
7370 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7373         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7374         article's Message-ID; refer parent article in summary buffer.
7375
7376         * message.el (message-bounce): Call mime-to-mml.
7377
7378         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7379         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7380         optimize and/or forms properly.
7381
7382 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7385         URL.
7386
7387 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7390
7391 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7394         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7395         displayed of multipart/alternative part if it is invoked from summary
7396         buffer.
7397
7398         * mm-view.el (mm-inline-text-html-render-with-w3m)
7399         (mm-inline-text-html-render-with-w3m-standalone)
7400         (mm-inline-render-with-function): Use mail-parse-charset by default.
7401
7402 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7403
7404         * parse-time.el (parse-time-string-chars): Check if CHAR
7405         is less than the length of parse-time-syntax.
7406
7407 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7410         from gnus-newsgroup-processable.
7411
7412 2007-04-16  Didier Verna  <didier@xemacs.org>
7413
7414         * gnus-msg.el (gnus-configure-posting-styles): Handle
7415         message-signature-directory properly with :file syntax.  Reported by
7416         "Leo".
7417
7418 2007-04-11  Didier Verna  <didier@xemacs.org>
7419
7420         New user option: message-signature-directory.
7421         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7422         * message.el (message-insert-signature): Ditto.
7423         * message.el (message-signature-file): Doc update.
7424         * message.el (message-signature-directory): New.
7425
7426 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-msg.el (gnus-inews-yank-articles): Use
7429         message-exchange-point-and-mark instead of exchange-point-and-mark.
7430
7431 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * message.el (message-yank-original): Make sure cited text ends with
7434         newline; don't exchange point and mark.
7435
7436 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7437
7438         * tls.el (open-tls-stream): Properly handle case where there
7439         is no associated buffer.
7440
7441 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7442
7443         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7444         message-yank-original, make sure (< mark TEXT point).
7445
7446 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * message.el (message-fill-column): New variable.
7449         (message-mode): Use it.  Add comment on a possible new hook.
7450
7451         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7452         (nnmail-get-new-mail): Reformat.
7453
7454         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7455
7456         * gmm-utils.el: Fix Commentary.
7457         (gmm-tool-bar-from-list): Fix typo in doc string.
7458
7459 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7460
7461         * message.el (message-yank-original): Don't switch point and mark
7462         unnecessarily to put point and mark as documented.
7463
7464 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7467         from the message heads.
7468
7469 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7470
7471         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7472         article buffer does not have a window.  This may not be the best
7473         solution but is certainly better than setting the start of the null,
7474         that is the current, window.
7475
7476 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7479         (gnus-draft-setup): Run it.
7480
7481         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7482         gnus-score-fast-scoring.  Allow regexp.
7483         (gnus-score-headers): Use it.
7484
7485         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7486         XEmacs.
7487
7488         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7489         string.
7490         (gnus-button-alist): Also catch `<f1> k ...'.
7491         (gnus-treat-display-x-face): Fix doc string.
7492
7493 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7494
7495         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7496         evaluation of gnus-extended-version to ensure correct generation of the
7497         User-Agent header when message-generate-headers-first is used.
7498
7499 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7500
7501         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7502         hashcash-path is nil.  Don't call callback with incorrect number of
7503         parameters if val is 0.
7504
7505 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7506
7507         * message.el (message-required-news-headers):
7508         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7509
7510 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7511
7512         * tls.el (open-tls-stream): In handshake-waiting loop,
7513         don't wait more if there is output available to process.
7514
7515 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7516
7517         * tls.el (tls-program): Doc fix.
7518
7519 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * message.el (message-generate-new-buffers): Change the meaning of the
7522         nil value; add `standard' to the choices; treat t as `unique'; improve
7523         doc string.
7524         (gnus-select-frame-set-input-focus): Autoload.
7525         (message-buffer-name): Search for the existing message buffer if
7526         message-generate-new-buffers is nil or `standard'; treat the value t of
7527         message-generate-new-buffers as `unique'.
7528         (message-pop-to-buffer): Raise the frame already displaying the message
7529         buffer; clear the echo area after querying.
7530         (message-setup): Pass the `continue' argument to compose-mail.
7531         (message-mail): Prefer `switch-function' if it is given; search for the
7532         existing message buffer if the `continue' argument is non-nil; pass
7533         continue and switch-function arguments to compose-mail by way of
7534         message-setup.
7535         (message-mail-other-window): Adjust argument of message-setup.
7536         (message-mail-other-frame): Ditto.
7537
7538 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7541         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7542         to turn font-lock on when turning gnus-message-citation-mode on.
7543
7544 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7545
7546         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7547         (mml-smime-function-alist): New variable; add epg as the backend.
7548         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7549         mml-smime- functions instead.
7550         * mm-view.el: Require smime.
7551
7552 2007-03-05  Didier Verna  <didier@xemacs.org>
7553
7554         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7555         instead of just inheritance for posting styles.
7556         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7557
7558 2007-02-24  Chris Moore  <dooglus@gmail.com>
7559
7560         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7561         * pgg-pgp.el (pgg-pgp-encrypt-region):
7562         * pgg-gpg.el (pgg-gpg-encrypt-region):
7563         Check pgg-encrypt-for-me if no other recipients.
7564
7565 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7566
7567         * tls.el (tls-certtool-program): Fix custom type.
7568
7569 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7572         and point-at-eol instead of line-(beginning|end)-position.
7573
7574         * assistant.el (assistant-parse-buffer): Ditto.
7575
7576         * netrc.el (netrc-parse-services): Ditto.
7577
7578 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7579
7580         * mml2015.el (mml2015-epg-find-usable-key): New function.
7581         (mml2015-epg-sign): Use it.
7582         (mml2015-epg-encrypt): Use it.
7583
7584 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * message.el (message-make-in-reply-to): Quote name containing
7587         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7588         if there are special characters.  Reported by NAKAJI Hiroyuki
7589         <nakaji@jp.freebsd.org>.
7590
7591 2007-02-27  Didier Verna  <didier@xemacs.org>
7592
7593         Include the group parameters as well as the topic ones in the
7594         inheritance filter process.
7595         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7596         argument GROUP-PARAMS-LIST.
7597         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7598
7599 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * nntp.el (nntp-never-echoes-commands)
7602         (nntp-open-connection-functions-never-echo-commands): New variables.
7603         (nntp-send-command): Use them.
7604
7605 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7606
7607         * mml2015.el (mml2015-epg-verify): Simplified.
7608
7609 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * mml.el (mml-content-disposition-alist): New user option.
7612         (mml-content-disposition): New function.
7613         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7614         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7615
7616 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7617
7618         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7619         verification.
7620
7621 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7622
7623         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7624         articles posted in the last 24 hours.
7625
7626 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7627
7628         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7629
7630 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7631
7632         * nntp.el (nntp-send-command): Don't wait for echoes when
7633         nntp-open-ssl-stream is used.
7634
7635 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7638         (gnus-message-add-citation-keywords)
7639         (gnus-message-remove-citation-keywords): Remove.
7640         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7641         directly, make the variables in font-lock-defaults buffer-local, add
7642         gnus-message-citation-keywords to them and then update the value of
7643         font-lock-keywords.
7644
7645 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * message.el (message-cite-original-1): Don't call
7648         gnus-article-highlight-citation.
7649
7650         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7651         citations; fix line count.
7652
7653 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7656         (gnus-message-add-citation-keywords)
7657         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7658         versions of font-lock-add-keywords and font-lock-remove-keywords to
7659         work with XEmacs correctly.
7660
7661 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-cite.el (gnus-cite-face-list): Set the values of
7664         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7665         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7666         (gnus-message-cite-prefix-regexp): New variable.
7667         (gnus-message-search-citation-line): Use it; protect against long
7668         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7669         the 0th match data for Emacs.
7670         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7671         (gnus-message-add-citation-keywords): Append keywords rather than
7672         prepending; emulate font-lock-add-keywords if it is not available.
7673         (gnus-message-remove-citation-keywords): Emulate
7674         font-lock-remove-keywords if it is not available.
7675
7676         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7677
7678         * message.el (message-cite-prefix-regexp): Set the value of
7679         gnus-message-cite-prefix-regexp.
7680
7681 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7682
7683         * nnweb.el (nnweb-google-parse-1): Update parser.
7684
7685 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7686
7687         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7688
7689 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7690
7691         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7692         regexp.
7693
7694 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7697         string-to-multibyte.
7698         (uudecode-decode-region-internal): Use it.
7699
7700         * lpath.el: Fbind string-as-multibyte for XEmacs.
7701
7702 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7705         custom choice.
7706
7707         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7708
7709 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7710
7711         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7712
7713         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7714         `write-region' to respect `mm-inhibit-file-name-handlers'.
7715
7716 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7719         Use gnus-home-directory instead of "~/" or "$HOME".
7720
7721 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7722
7723         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7724         to mention filename.
7725         Add comments at beginning regarding usage.
7726         (encrypt-write-file-contents): Change interactive so a string is
7727         acceptable.  If the file has no associated model, show an error instead
7728         of a nonsense prompt.
7729
7730 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7731
7732         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7733         Thanks to Yoshihiko Yamada for kind notification of this typo.
7734
7735 2007-01-12  Kenichi Handa  <handa@m17n.org>
7736
7737         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7738         multibyte buffer.
7739
7740 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * gnus-score.el (gnus-score-fast-scoring): New variable.
7743         (gnus-score-headers): Use it.
7744
7745         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7746
7747         * message.el (message-cite-original-1): Call
7748         gnus-article-highlight-citation if requested.
7749         (message-make-from): Allow name and address as optional arguments.
7750
7751         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7752
7753         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7754         bugs to doc string.
7755         (gnus-button-alist): Add mid\\|message-id.
7756         (gnus-button-fetch-group): Extend for use in
7757         `browse-url-browser-function'.
7758         (gnus-button-url-regexp): Try to catch paired parentheses like in
7759         Wikipedia URLs.
7760
7761         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7762         Suggested by Simon Krahnke <overlord@gmx.li>.
7763
7764 2007-01-13  Romain Francoise  <romain@orebokech.com>
7765
7766         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7767         Update copyright.
7768
7769 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7770
7771         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7772
7773 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7774
7775         * gnus-registry.el (gnus-registry-unfollowed-groups)
7776         (gnus-registry-split-fancy-with-parent): Fix documentation.
7777
7778 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7779
7780         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7781         from nnweb groups.
7782
7783 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7784
7785         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7786         Xref urls.  Erase buffer before requesting head.
7787
7788 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7791         customizable.
7792
7793 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7794
7795         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7796         no signing key is found.
7797         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7798         no encrypting and/or signing key is found.
7799
7800 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7803
7804 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7805
7806         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7807         headers read from disk with the ones newly found in the current search.
7808         This should no longer cause problems, because the article numbers in
7809         Gmane's `nov.php' output are ignored since the previous change.
7810
7811 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7812
7813         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7814
7815 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7818         replace-regexp-in-string; bind url-version; fbind display-images-p and
7819         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7820         find-face and set-itimer-function for Emacs; bind itimer-list for
7821         Emacs.
7822
7823         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7824
7825 2007-01-01  Romain Francoise  <romain@orebokech.com>
7826
7827         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7828
7829 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7830
7831         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7832         `define-minor-mode' macro definition expanded properly.
7833         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7834         exclude it there.
7835
7836         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7837         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7838         `fboundp' test.
7839         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7840         This is OK to autoload in (S)XEmacs now.
7841
7842 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7845         keystroke.
7846         (gnus-summary-limit-to-singletons): Fix typo.
7847
7848         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7849         else fails.
7850
7851 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7852
7853         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7854         docstring.
7855
7856         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7857         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7858         (gnus-summary-insert-dormant-articles): Fix typo in message.
7859
7860 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7863         nil for XEmacs.
7864         (gnus-message-citation-mode): Don't autoload in XEmacs.
7865
7866         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7867
7868 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7869
7870         * nnimap.el (nnimap-expunge-search-string): Mention
7871         nnimap-search-uids-not-since-is-evil in docstring.
7872
7873 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * spam.el: Revert to make-obsolete-variable because
7876         define-obsolete-variable-alias is not supported in Emacs 21.
7877
7878         * spam.el (spam-ifile-path, spam-ifile-database-path)
7879         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7880         make-obsolete-variable.
7881         (spam-bsfilter-path, spam-bsfilter-program)
7882         (spam-spamassassin-path, spam-spamassassin-program)
7883         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7884         use "path" inappropriately.
7885         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7886         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7887         variable names.
7888
7889 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7890
7891         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7892         summary buffer.
7893
7894         * password.el (password-cache-remove): Use clear-string to burn
7895         password, if available.
7896
7897 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7900
7901         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7902
7903         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7904         (gnus-message-highlight-citation): Move defcustom here from
7905         gnus-cite.el.
7906         (gnus-message-citation-mode): Autoload.
7907
7908         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7909         checks to make it compile with XEmacs.
7910         (gnus-message-citation-mode): New minor mode.
7911         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7912         (gnus-message-highlight-citation): New variables.
7913         (gnus-message-search-citation-line)
7914         (gnus-message-add-citation-keywords)
7915         (gnus-message-remove-citation-keywords)
7916         (turn-on-gnus-message-citation-mode)
7917         (turn-off-gnus-message-citation-mode): New functions.
7918
7919 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7920
7921         * gnus-cite.el: Enable highlighting of different citation levels in
7922         message-mode.
7923
7924 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * message.el (message-make-fqdn): Fix comment.
7927         (message-bogus-system-names): Add ".local".
7928
7929         * spam.el (spam-ifile-path, spam-ifile-program)
7930         (spam-ifile-database-path, spam-ifile-database)
7931         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7932         Don't use "path" inappropriately.
7933         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7934         strings.
7935         (spam-check-ifile, spam-ifile-register-with-ifile)
7936         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7937         new variable names.
7938
7939         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7940         (gnus-treat-display-smileys): Simplify using
7941         gnus-image-type-available-p.
7942
7943         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7944         available.
7945
7946         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7947         `display-images-p' if available.
7948
7949 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7952         one after turning on the buffer's multibyteness instead of decoding
7953         them directly in the unibyte buffer that causes unexpected conversion
7954         in Emacs 23 (unicode).
7955
7956 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7957
7958         * message.el (message-generate-hashcash): Fix custom type.
7959
7960 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7963
7964 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7967         disconnect icons.  Add help text.
7968
7969 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7970
7971         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7972         negated to be consistent with the others we handle.
7973
7974 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7977         version of gnus-summary-buffer to something, so that we can use two
7978         article buffers at the same time.
7979
7980 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7981
7982         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7983         trigger all the extra headers.
7984         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7985         sorting.
7986
7987 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7988
7989         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7990         solid groups.
7991
7992 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7993
7994         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7995
7996 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * legacy-gnus-agent.el: Add Copyright notice.
7999
8000 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8001
8002         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8003
8004 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8007
8008         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8009         to make it work reliably in CVS Emacs.
8010         (gnus-summary-limit-strange-charsets-predicate)
8011         (gnus-summary-limit-to-predicate): New functions.
8012
8013 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8014
8015         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8016         specifying array size.
8017         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8018         array if it is too small.
8019         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8020         (gnus-sort-threads-loop): New function.
8021
8022 2006-12-06  Chris Moore  <dooglus@gmail.com>
8023
8024         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8025         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8026
8027 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8028
8029         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8030         options.
8031
8032 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033
8034         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8035         DOS-ing the recipient.
8036
8037         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8038         the headers when creating the mapping to avoid mismappings.
8039         (nnweb-gmane-create-mapping): Always nix out old mapping.
8040
8041 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8044         and mm-verify-option to never.
8045
8046 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8047
8048         * message.el (message-signed-or-encrypted-p): New function.
8049         (message-forward-make-body): Use it.
8050
8051         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8052         Replace encode-coding-string with mm-encode-coding-string.
8053
8054 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * nneething.el (nneething-decode-file-name): Replace
8057         decode-coding-string with mm-decode-coding-string.
8058
8059         * gnus-int.el (gnus-open-server): Say failed server's name.
8060
8061 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8062
8063         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8064         strings to a single string.  Quote `errors-file-name'.
8065         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8066         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8067         Adjust calls.  Use `shell-quote-argument'.
8068
8069 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8070
8071         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8072         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8073
8074         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8075         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8076         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8077         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8078         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8079         (gnus-subscribe-newsgroup, gnus-1):
8080         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8081         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8082         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8083         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8084
8085 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8086
8087         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8088         keystroke.
8089         (gnus-summary-limit-to-bodies): Implement headersp.
8090
8091 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8094
8095 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8098
8099 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8100
8101         * message.el (message-generate-hashcash): Expand range of values to
8102         include `opportunistic'.
8103         (message-send-mail): Use it.
8104
8105 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8106
8107         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8108         and comment it.
8109
8110         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8111
8112 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8113
8114         * gnus-util.el (gnus-extract-address-components): Improve comment.
8115
8116 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * gnus-util.el (gnus-extract-address-components): Work with address in
8119         which the name portion contains @.
8120
8121         * lpath.el: Fbind custom-autoload.
8122
8123 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8124
8125         * gnus.el (gnus-start): Move custom group up.
8126         (gnus-select-method): Don't autoload, but make it available for
8127         `customize-variable'.
8128         (gnus-getenv-nntpserver): Don't autoload.
8129
8130 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8131
8132         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8133
8134 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8135
8136         * message.el (message-sendmail-extra-arguments): New variable.
8137         (message-send-mail-with-sendmail): Use it.
8138
8139 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8142         mm-with-unibyte-current-buffer to make string unibyte.
8143
8144         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8145         mm-string-as-multibyte.
8146
8147 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8148
8149         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8150         Reported by Werner Koch <wk@gnupg.org>.
8151
8152 2006-11-14  Daiki Ueno  <ueno@p360>
8153
8154         * mml2015.el: Autoload epa-select-keys when compiling.
8155
8156 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8157
8158         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8159         message-options.
8160         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8161
8162 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8163
8164         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8165         EasyPG (< 0.0.6).
8166         (mml2015-always-trust): New user option.
8167         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8168         prompt.
8169
8170 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * nntp.el (nntp-authinfo-force): New variable.
8173         (nntp-send-authinfo): Use it.
8174
8175 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8178         decode encoded words.  Improve prompt.  Add comment about forwarding.
8179         (message-replacement-char): Move up.
8180
8181 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8182
8183         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8184         instead of gnus-intersection because arguments of gnus-sorted-nunion
8185         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8186
8187 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8190         (message-simplify-subject-functions): Enable
8191         message-strip-subject-encoded-words by default.
8192
8193 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8194
8195         * message.el (message-strip-subject-encoded-words): New function.
8196         (message-simplify-subject-functions): New variable.
8197         (message-simplify-subject): Use it.  Fix typo in doc string.
8198         Support message-strip-subject-encoded-words.
8199
8200 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8201
8202         * gnus-diary.el (gnus-diary-delay-format-function):
8203         * nndiary.el (nndiary-reminders):
8204         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8205
8206 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8207
8208         * gnus-art.el (article-hide-boring-headers): Fetch date from
8209         gnus-original-article-buffer to avoid problems with localized date
8210         strings.
8211
8212 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8215
8216 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8219         New variables.
8220         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8221         (mm-charset-synonym-alist): Move some entries to
8222         mm-codepage-iso-8859-list.
8223         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8224         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8225
8226 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8229
8230 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8233         with Emacs 21 and XEmacs.
8234
8235 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8236
8237         * spam.el (spam-parse-address): New function for better parsing,
8238         catching errors, etc.
8239         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8240
8241 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * mm-view.el: Add interactive arg to html2text autoload.
8244
8245 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8246
8247         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8248
8249 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8252         variables.
8253         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8254         (mm-charset-synonym-alist): Move some entries to
8255         mm-codepage-iso-8859-list.
8256
8257         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8258
8259 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * message.el (message-citation-line-format)
8262         (message-insert-formated-citation-line): Fix implementation of %E, %N
8263         and %n according to the doc string.
8264
8265 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8266
8267         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8268         car-safe to avoid bad parses.
8269
8270 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8273         names.
8274
8275         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8276
8277 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8280         header.
8281
8282         * message.el (message-draft-headers): Add Date.
8283         (message-headers-to-generate): Fix typo in docstring.
8284
8285         * nndraft.el (nndraft-required-headers): New variable.
8286         (nndraft-generate-headers): Use it.
8287
8288         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8289
8290 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8291
8292         * gnus-registry.el (gnus-registry-wash-for-keywords)
8293         (gnus-registry-find-keywords): New functions to allow easy searching of
8294         articles that are in the registry.
8295
8296 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8297
8298         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8299         ietf-drums-parse-address instead of gnus-extract-address-components.
8300         Reported by Damien Elmes <damien@repose.cx>.
8301
8302 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * gnus.el (gnus-mime): Remove unused custom group.
8305
8306 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8307
8308         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8309         "blank line" when searching for end of armor headers.
8310
8311 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gmm-utils.el (gmm-write-region): Fix variable name.
8314
8315 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8316
8317         * gmm-utils.el (gmm-write-region): New function based on compatibility
8318         code from `mm-make-temp-file'.
8319
8320         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8321
8322         * nnmaildir.el (nnmaildir--update-nov)
8323         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8324         Use `gmm-write-region'.
8325
8326 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8329         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8330
8331         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8332
8333         * message.el (message-replacement-char): New variable.
8334         (message-fix-before-sending): Use it.
8335         (message-simplify-subject): New function to remove duplicate code.
8336         (message-reply, message-followup): Use it.
8337
8338         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8339         gnus-summary-limit-to-articles.
8340
8341 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-util.el (gnus-with-local-quit): New macro.
8344
8345         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8346
8347 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8348
8349         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8350         ignore non-string data.
8351
8352 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8353
8354         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8355         non-string data (needs to be done in the registry too).
8356
8357 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8358
8359         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8360         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8361         (gnus-registry-split-fancy-with-parent)
8362         (gnus-registry-fetch-simplified-message-subject-fast)
8363         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8364         Remove text properties on ingress into the registry and when it's saved.
8365         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8366         registry from entries with no groups.
8367
8368 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8369
8370         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8371         function to remove string properties.
8372
8373 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * gmm-utils.el (gmm): Adjust custom version.
8376
8377         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8378         custom version.
8379
8380         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8381
8382 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * gnus-art.el (gnus-insert-prev-page-button)
8385         (gnus-insert-next-page-button): Simplify.  Reformat.
8386
8387 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8388
8389         * gnus-art.el (gnus-insert-prev-page-button)
8390         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8391
8392 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8393
8394         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8395
8396 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8397
8398         * gnus-art.el (gnus-insert-mime-button)
8399         (gnus-insert-mime-security-button):
8400         Apply gnus-article-button-face to MIME and security buttons.
8401
8402 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8405         readable.
8406
8407 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8410
8411 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8412
8413         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8414         `browse-url-of-file' instead of `browse-url'.
8415
8416 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8417
8418         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8419         regexp.  Articles containing quotation were cut prematurely.
8420
8421 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * message.el (message-cite-original-1): Use nobody by default for the
8424         value of From header.
8425         (message-reply): Ditto.
8426
8427 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8428
8429         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8430         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8431         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8432
8433 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8436         mails in the doc string.  Add some URLs in comment.
8437         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8438
8439 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8442         backslashes handling and the way to find boundaries of quoted strings.
8443
8444 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8445
8446         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8447         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8448         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8449         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8450
8451 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8454         doc string.
8455         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8456
8457 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * lpath.el: Fbind epg-check-configuration.
8460
8461 2006-09-06  Simon Josefsson  <jas@extundo.com>
8462
8463         * mml2015.el (mml2015-use): Doc fix, mention epg.
8464
8465 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8466
8467         * mml2015.el (mml2015-use): Default to epg, if available.
8468
8469 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8470
8471         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8472         message-sender.
8473         (mml1991-epg-encrypt): Ditto.
8474         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8475         message-sender.
8476         (mml2015-epg-encrypt): Ditto.
8477
8478 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8479
8480         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8481         several common directories.
8482
8483 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8484
8485         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8486         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8487
8488 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-art.el (article-decode-encoded-words): Make it fast.
8491
8492 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8495
8496         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8497         in quoted string into `\'.
8498
8499 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8502         Use standard-syntax-table.
8503
8504 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * gnus-art.el (gnus-decode-address-function): New variable.
8507         (article-decode-encoded-words): Use it to decode headers which are
8508         assumed to contain addresses.
8509         (gnus-mime-delete-part): Remove useless `or'.
8510
8511         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8512         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8513         (gnus-nov-parse-line): Use it to decode From header.
8514         (gnus-get-newsgroup-headers): Ditto.
8515         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8516
8517         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8518         (mail-decode-encoded-address-string): New alias.
8519
8520         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8521         New function.
8522         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8523         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8524         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8525         (rfc2047-decode-string): Ditto.
8526         (rfc2047-decode-address-region): New function.
8527         (rfc2047-decode-address-string): New function.
8528
8529 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * message.el (message-caesar-buffer-body): Allow rotating headers.
8532
8533         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8534
8535         * message.el (message-insert-formated-citation-line): Fix %f.
8536         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8537
8538 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8541         (gnus-bookmark-mouse-available-p): New macro.
8542         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8543         (gnus-bookmark-bmenu-show-infos): Use it.
8544         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8545         (gnus-bookmark-bmenu-hide-infos): Ditto.
8546         (gnus-bookmark-remove-properties): New function.
8547         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8548         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8549         (gnus-bookmark-write-file): Bind coding-system-for-write.
8550         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8551         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8552         group before selecting it.
8553         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8554         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8555         quit-window if it is not available; use gnus-mouse-2 and bind it to
8556         gnus-bookmark-bmenu-select-by-mouse.
8557         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8558         (gnus-bookmark-bmenu-select-by-mouse): New function.
8559
8560 2006-08-13  Romain Francoise  <romain@orebokech.com>
8561
8562         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8563         space.
8564
8565 2006-08-10  Romain Francoise  <romain@orebokech.com>
8566
8567         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8568         (dns-mode-soa-auto-increment-serial): New user option.
8569         (dns-mode-soa-maybe-increment-serial): New function.
8570         (dns-mode): Add the latter to `write-contents-functions'.
8571
8572 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * compface.el (uncompface): Use binary rather than raw-text-unix.
8575
8576 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * compface.el (uncompface): Make sure the eol conversion doesn't take
8579         place when communicating with the external programs.  Reported by
8580         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8581
8582 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8585
8586 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8587
8588         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8589         Make it more robust by parsing author and date independently.
8590
8591 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8594
8595 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8596
8597         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8598         first matching secret key.
8599         (mml2015-epg-encrypt): Ditto.
8600
8601         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8602         first matching secret key.
8603         (mml1991-epg-encrypt): Ditto.
8604
8605         * mml2015.el (mml2015-encrypt-to-self): New user option.
8606         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8607         mml2015-epg-encrypt-to-self is set.
8608
8609         * mml1991.el (mml1991-encrypt-to-self): New variable.
8610         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8611         mml1991-epg-encrypt-to-self is set.
8612
8613         * mml2015.el (mml2015-signers): New user option.
8614         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8615         (mml2015-epg-encrypt): Allow to select signing keys.
8616
8617         * mml1991.el (mml1991-signers): New variable.
8618         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8619         (mml1991-epg-encrypt): Allow to select signing keys.
8620
8621 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * nnheader.el (nnheader-insert-head): Make it work even if the file
8624         uses CRLF for the line-break code.
8625
8626 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8627
8628         * mml2015.el: Require mml-sec instead of password.
8629         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8630         (mml2015-cache-passphrase): Inherit the default value from
8631         mml-secure-cache-passphrase.
8632         (mml2015-passphrase-cache-expiry): Inherit the default value from
8633         mml-secure-passphrase-cache-expiry.
8634
8635         * mml1991.el: Require mml-sec instead of password.
8636         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8637         (mml1991-cache-passphrase): Inherit the default value from
8638         mml-secure-cache-passphrase.
8639         (mml1991-passphrase-cache-expiry): Inherit the default value from
8640         mml-secure-passphrase-cache-expiry.
8641
8642         * mml-sec.el: Require password.
8643         (mml-secure-verbose): New user option.
8644         (mml-secure-cache-passphrase): New user option.
8645         (mml-secure-passphrase-cache-expiry): New user option.
8646
8647 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8648
8649         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8650         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8651         andreas@altroot.de (Andreas Vögele).
8652
8653         FIXME: Use `tiny change'?
8654
8655 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8656
8657         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8658         workaround for the url package included with Emacs.
8659
8660         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8661
8662 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8665         correctly.  This fixes a bug caused by the 2006-05-12 change.
8666
8667 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8668
8669         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8670         some information about the error when saying that the `bogus' mail
8671         group will be used.
8672
8673 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8676         string.
8677
8678 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8679
8680         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8681
8682 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8683
8684         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8685
8686 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8687
8688         * mml1991.el (mml1991-function-alist): Add epg.
8689         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8690         (mml1991-epg-encrypt): New functions.
8691
8692 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8693
8694         * mml2015.el (mml2015-verbose): New variable.
8695         (mml2015-cache-passphrase): Ditto.
8696         (mml2015-passphrase-cache-expiry): Ditto.
8697         (mml2015-function-alist): Add epg.
8698         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8699         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8700         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8701         functions.
8702
8703 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8704
8705         * message.el (message-cite-original-1): Preserve region when removing
8706         quoted text due to X-No-Archive in order to avoid bogus attribution
8707         when citing multiple messages.
8708
8709 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8710
8711         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8712         Kenneth Jacker <khj@be.cs.appstate.edu>.
8713
8714 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8715
8716         * gnus-diary.el (gnus-user-format-function-d)
8717         (gnus-user-format-function-D): Autoload.
8718
8719         * imap.el (Commentary): Fix typo.
8720
8721         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8722         2006-04-22 contribution.
8723
8724 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8725
8726         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8727         It didn't really fix the bogosity I'm seeing with solid web groups.
8728
8729 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8730
8731         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8732         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8733         created using server names.  If we use the feature without declaring
8734         it, Gnus does not properly manage server and group state.
8735
8736         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8737         bound.
8738
8739 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8740
8741         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8742         looking up the method using GROUP's prefix before inventing a new one.
8743         It is used on killed/unknown groups in various places where returning
8744         an all-new method isn't expected by the caller.
8745
8746         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8747         and match semantics of gnus-group-real-prefix.
8748
8749 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * nnmail.el (nnmail-broken-references-mailers): New variable.
8752         (nnmail-ignore-broken-references): New function generalizing
8753         nnmail-fix-eudora-headers.
8754         (nnmail-fix-eudora-headers): Now obsolete.
8755
8756         * gnus-art.el (gnus-button-handle-custom): Support
8757         `customize-apropos*'.
8758
8759 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760
8761         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8762
8763         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8764         articles.
8765
8766 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * message.el (message-cite-reply-above): New variable.
8769         (message-yank-original): Use it.
8770
8771 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8774
8775 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8776
8777         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8778         as read.
8779
8780         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8781
8782 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8785         (gnus-bookmark-default-file): Use gnus-directory.
8786         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8787         Remove "*" in doc string.
8788         (gnus-bookmark-write-file): Simplify.
8789         (gnus-bookmark-maybe-sort-alist): Use `when'.
8790         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8791         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8792         FIXME about Emacs 21 and XEmacs compatibility.
8793         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8794         compatibility.
8795         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8796         compatibility.
8797         (gnus-bookmark-menu-heading): Fix version.
8798
8799 2006-06-19  Bastien Guerry  <bzg@altern.org>
8800
8801         * gnus-bookmark.el: New file.
8802
8803 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * message.el (message-syntax-checks): Doc fix.
8806
8807 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8808
8809         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8810         unsubscribed groups as if they were killed ones.  It causes duplicate
8811         entries in gnus-newsrc-alist.
8812
8813 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * message.el (message-syntax-checks): Doc fix.
8816         (message-send-mail): Add check for continuation headers.
8817         (message-check-news-header-syntax): Fix regexp used to check for
8818         continuation headers.
8819
8820 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8823
8824 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8827
8828 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8831         default-truncate-lines.
8832
8833 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8836         to fill the utf-8 entry.
8837
8838         * lpath.el: Fbind unicode-precedence-list.
8839
8840 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8841
8842         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8843
8844 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8845
8846         * gnus-agent.el (directory-files-and-attributes): Move all the way
8847         forward (the third and final move).
8848         (gnus-agent-read-agentview): Trap reconstruction errors due to
8849         nonexistant directory.  Handle by returning nil.
8850
8851 2006-05-30  Didier Verna  <didier@xemacs.org>
8852
8853         * message.el (message-dont-reply-to-names): Update the custom type.
8854         * message.el (message-dont-reply-to-names): New defsubst: potentially
8855         convert a list of regexps into a single one.
8856         * message.el (message-get-reply-headers): Use it.
8857         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8858
8859 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-agent.el (directory-files-and-attributes): Move forward.
8862
8863 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * gnus-ml.el (gnus-mailing-list-subscribe)
8866         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8867         (gnus-mailing-list-message): Fix doc strings.
8868
8869 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8870
8871         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8872         of doing it manually.
8873
8874 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8875
8876         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8877         comment.
8878
8879 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8880
8881         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8882         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8883         (gnus-agent-read-local): All symbols allocated in my-obarray.
8884         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8885         (gnus-agent-regenerate-group): Check numeric names to see if they are
8886         messages or groups.
8887         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8888         better way of do this...)
8889
8890         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8891         'dummy.group' (there should be a better way of do this...)
8892
8893 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8896         (gnus-saved-headers): Ditto.
8897         (gnus-default-article-saver): Mention functions may have properties.
8898         (gnus-article-save): Override gnus-save-all-headers and
8899         gnus-saved-headers by :headers property which saver function may have.
8900         (gnus-summary-save-in-file): Add :headers property.
8901         (gnus-summary-write-to-file): Ditto.
8902
8903         * gnus-sum.el (gnus-summary-save-article): Bind
8904         gnus-prompt-before-saving to t when saving many articles in a file;
8905         always show all headers.
8906
8907         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8908
8909 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8912         marks.
8913
8914         * message.el (message-indent-citation): Add optional arguments to allow
8915         using it outside of message buffers.
8916
8917         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8918         (gnus-article-treat-unfold-headers): Use it.
8919         (gnus-article-truncate-lines): New variable.
8920         (gnus-article-mode): Use it.
8921         (gnus-article-toggle-truncate-lines): New function.
8922
8923         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8924         gnus-article-toggle-truncate-lines.
8925
8926         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8927         coding system in XEmacs, use binary.
8928
8929 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8932         after-load-alist.
8933
8934         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8935         this function should save decoded articles.
8936         (gnus-summary-write-to-file): Use property to specify this function
8937         should save decoded articles and specify gnus-summary-save-in-file
8938         should be used to save articles other than the first one when saving
8939         many articles.
8940         (gnus-summary-save-body-in-file): Use property to specify this
8941         function should save decoded articles.
8942         (gnus-summary-write-body-to-file): Use property to specify this
8943         function should save decoded articles and specify
8944         gnus-summary-save-body-in-file should be used to save articles other
8945         than the first one when saving many articles.
8946
8947         * gnus-sum.el (gnus-summary-save-article): Simplify.
8948
8949 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * gnus-art.el (gnus-default-article-saver): Add
8952         gnus-summary-write-body-to-file.
8953         (gnus-article-save-coding-system): Don't use coding system object
8954         in XEmacs.
8955         (gnus-read-save-file-name): Add optional `dir-var' argument which
8956         specifies directory in which files are saved; work even if optional
8957         `variable' argument is not specified.
8958         (gnus-summary-write-to-file): Read file name.
8959         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8960         (gnus-summary-write-body-to-file): New function.
8961
8962         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8963         (gnus-summary-local-variables): Add it.
8964         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8965         (gnus-summary-save-article): Remove optional `decode' argument;
8966         determine whether to decode articles by the value of
8967         gnus-default-article-saver; when saving many files using
8968         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8969         it first and use gnus-summary-save-in-file or
8970         gnus-summary-save-body-in-file thereafter unless
8971         gnus-prompt-before-saving is always; move point to article which
8972         will be saved.
8973         (gnus-summary-save-article-file): Revert.
8974         (gnus-summary-write-article-file): Revert.
8975         (gnus-summary-save-article-body-file): Revert.
8976         (gnus-summary-write-article-body-file): New function.
8977
8978 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * gnus-art.el (gnus-default-article-saver): Doc fix.
8981         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8982         from gnus-summary-save-article-coding-system, and default to a
8983         certain coding system.
8984         (gnus-output-to-file): Add coding cookie and encode text according
8985         to gnus-article-save-coding-system; don't use mm-append-to-file.
8986
8987         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8988         gnus-art.el and rename to gnus-article-save-coding-system.
8989         (gnus-summary-save-article): Require gnus-art; don't show all
8990         headers if it decodes articles; don't add coding cookie here;
8991         don't bind mm-text-coding-system-for-write.
8992         (gnus-summary-save-article-file): Save decoded articles.
8993         (gnus-summary-write-article-file): When saving many files, use
8994         gnus-summary-write-to-file first and gnus-summary-save-in-file
8995         thereafter unless gnus-prompt-before-saving is always.
8996         (gnus-summary-save-article-body-file): Save decoded articles.
8997
8998         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8999
9000 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * nnrss.el (nnrss-check-group): Bind hash-index.
9003
9004 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9005
9006         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9007         its hash index.  Store this hash in `nnrss-group-data'.
9008         (nnrss-read-group-data): Update accordingly.
9009
9010 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9013         entry.
9014
9015         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9016         gnus-article-browse-html-article.
9017
9018 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9019
9020         * gnus-sum.el (gnus-summary-mime-map): Add
9021         gnus-article-browse-html-article.
9022
9023         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9024
9025 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9026
9027         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9028         suitable coding systems in customize.
9029
9030 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * mail-source.el (mail-sources): Fix custom type.
9033
9034 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9037         (gnus-summary-expire-articles-now): Shorten prompt.
9038
9039         * gmm-utils.el (wid-edit): Require.
9040         (defun-gmm): Renamed from `gmm-defun-compat'.
9041         (gmm-image-search-load-path): Use it.
9042         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9043
9044 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9047         variable.
9048         (gnus-summary-save-article): Add optional `decode' argument.  If
9049         it is set and gnus-summary-save-article-coding-system is non-nil,
9050         save decoded article.
9051         (gnus-summary-write-article-file): Save decoded article if
9052         gnus-summary-save-article-coding-system is non-nil.
9053
9054         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9055         type.
9056
9057 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9060
9061 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9064         first to test gnus-single-article-buffer which may be buffer-local.
9065
9066         * gnus-sum.el (gnus-summary-setup-buffer): Make
9067         gnus-single-article-buffer buffer-local and nil in ephemeral
9068         group; make gnus-article-buffer, gnus-article-current, and
9069         gnus-original-article-buffer always buffer-local.
9070         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9071         group.
9072         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9073
9074 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * nnml.el (nnml-request-compact-group): Compressed files might not
9077         have .gz extension.
9078
9079 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9080
9081         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9082         (mm-copy-to-buffer): Use with-current-buffer.
9083         (mm-display-part): Simplify.
9084         (mm-inlinable-p): Add optional arg `type'.
9085
9086 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9087
9088         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9089         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9090         Try harder to show the attachment internally or externally using
9091         gnus-mime-view-part-as-type.
9092
9093 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * message.el (message-from-style, message-signature-separator)
9096         (message-user-organization-file, message-send-mail-function)
9097         (message-citation-line-function, message-yank-prefix)
9098         (message-indent-citation-function, message-signature)
9099         (message-signature-file, message-signature-insert-empty-line):
9100         Remove autoloads.
9101
9102         * gnus-art.el (gnus-buttonized-mime-types): Remove
9103         "multipart/signed".  Revert 2006-04-26 change.
9104
9105 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * gnus.el (gnus-version-number): Bump version.
9108
9109 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9110
9111         * gnus.el: No Gnus v0.5 is released.
9112
9113 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9114
9115         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9116         fetching articles by message-id.
9117
9118 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119
9120         * message.el (hashcash): Require hashcash as normal.
9121
9122         * ecomplete.el (ecomplete-highlight-match-line): Use
9123         point-at-eol.
9124         (ecomplete-highlight-match-line): Use `highlight', because that
9125         face exists in both Emacs and XEmacs.
9126
9127         * message.el (message-display-abbrev): Use point-at-bol.
9128
9129         * mail-source.el: Don't require timer/timer-funcs.
9130
9131         * gnus-async.el: Ditto.
9132
9133         * password.el: Ditto.
9134
9135         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9136
9137         * mm-url.el: Ditto.
9138
9139         * gnus-xmas.el: Don't require timer-funcs.
9140
9141         * mm-util.el: Require timer/timer-funcs.
9142
9143 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9144
9145         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9146         Close.
9147
9148 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9151         unibyte after clear-decrypt function runs.
9152
9153         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9154         returns as a unibyte string.
9155
9156 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * lpath.el: Revert.
9159
9160         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9161         (pgg-gpg-process-sentinel): Revert.
9162
9163         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9164         (pgg-pgp-lookup-key): Revert.
9165
9166         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9167         (pgg-pgp5-lookup-key): Revert.
9168
9169         * pgg.el (pgg-fetch-key): Revert.
9170
9171 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * lpath.el: Fbind string-as-multibyte for XEmacs.
9174
9175         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9176         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9177         (mml1991-pgg-encrypt): Ditto.
9178
9179         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9180         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9181         a multibyte buffer.
9182
9183         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9184         (pgg-pgp-lookup-key): Ditto.
9185
9186         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9187         (pgg-pgp5-lookup-key): Ditto.
9188
9189         * pgg.el (pgg-fetch-key): Ditto.
9190
9191 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * message.el (message-user-organization-file): Check several
9194         locations of the organization file.
9195
9196         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9197         Add gnus-article-view-part-as-type.
9198
9199         * gnus-art.el (gnus-article-view-part-as-type): New function.
9200
9201         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9202         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9203
9204         * mml.el: Simplify autoload.
9205         (mml-mode): defvar dnd-protocol-alist instead of using
9206         symbol-value.
9207         (mml-default-directory): New variable.
9208         (mml-minibuffer-read-file): Use it.
9209         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9210
9211         * message.el (message-citation-line-format): New variable.
9212         (message-insert-formated-citation-line): New function.
9213         (message-citation-line-function): Add
9214         `message-insert-formated-citation-line' to custom type.
9215
9216         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9217         to doc string.
9218
9219         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9220         depending on mm-verify-option.
9221
9222 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9223
9224         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9225         binding pgg-* variables; reimplement the section which prevents
9226         MIME header from being signed.
9227         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9228         pgg-text-mode; remove a blank line at the top of body.
9229
9230         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9231         lines at the top of body; use gnus-newsgroup-charset if there's no
9232         Charset header.
9233
9234 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * message.el (message-self-insert-commands): Doc fix.
9237
9238         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9239         (mm-uu-pgp-encrypted-test): Ditto.
9240         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9241         between header and body; return application/pgp-encrypted handle
9242         if decryption failed; decode decrypted body by charset.
9243
9244         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9245         element match to application/pgp-*.
9246
9247 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9248
9249         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9250         HTML.
9251
9252 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * mail-source.el (mail-source-call-script): Message the error
9255         string.
9256
9257 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258
9259         * gnus-util.el (gnus-byte-compile): Use it.
9260
9261 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9262
9263         * gnus-util.el (kill-empty-logs): New function.
9264
9265 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9266
9267         * message.el (message-mail-alias-type): Doc fix.
9268         (message-mail-alias-type-p): New function.
9269         (message-send): Use it.
9270         (message-mode): Ditto.
9271         (message-strip-forbidden-properties): Ditto.
9272
9273         * ecomplete.el (ecomplete-database-file-coding-system): New
9274         variable.
9275         (ecomplete-save): Use it.
9276         (ecomplete-setup): Use it.
9277
9278 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * message.el (message-self-insert-commands): New variable.
9281         (message-strip-forbidden-properties): Use it.
9282
9283 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9286         that doesn't make XEmacs choke.
9287
9288 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * gnus-util.el (gnus-replace-in-string):
9291         Prefer replace-regexp-in-string over of replace-in-string.
9292
9293 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-util.el (gnus-select-frame-set-input-focus):
9296         Use select-frame-set-input-focus if it is available in XEmacs; use
9297         definition defined in Emacs 22 for old Emacsen.
9298
9299         * dgnushack.el: Autoload unmorse-region for XEmacs.
9300
9301         * lpath.el: Bind cursor-in-non-selected-windows and
9302         select-frame-set-input-focus for XEmacs.
9303
9304 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9307
9308 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9309
9310         * gnus-registry.el (gnus-registry-cache-save): Remove text
9311         properties when saving via the temp buffer.
9312
9313 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * message.el (message-generate-hashcash): Honor custom type.
9316
9317 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9318
9319         * message.el (message-generate-hashcash): Default to non-nil when
9320         hashcash is found.
9321
9322         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9323         (gnus-refer-thread-limit): Increase default to 500.
9324
9325         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9326
9327         * flow-fill.el (fill-flowed): Allow delete-space.
9328
9329 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9332         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9333         Remove autoloads.
9334
9335 2006-04-18  Simon Josefsson  <jas@extundo.com>
9336
9337         * message.el (message-generate-hashcash): Default to.
9338
9339 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9342         concatenating segments rather than before concatenating them.
9343
9344 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9347
9348 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9351
9352         * message.el (message-forward-make-body-plain): Allow
9353         message-forward-ignored-headers to be a list.
9354         (message-remove-ignored-headers): Factor out into function.
9355         (message-forward-make-body-mml): Use it.
9356
9357         * imap.el (imap-quote-specials): New function.
9358         (imap-login-auth): Quote specials.
9359
9360         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9361         (rfc2231-parse-string): Allow concatanation of parameters that
9362         aren't contiguous.  The test case is
9363           (mail-header-parse-content-type "message/external-body;
9364             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9365             access-type=LOCAL-FILE;
9366             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9367
9368 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9369
9370         * nntp.el (nntp-accept-process-output): Return the value of
9371         `nnheader-accept-process-output'.
9372
9373 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9374
9375         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9376         (gnus-button-alist): Recognize more diff formats.
9377         (gnus-button-patch): Strip directory.
9378
9379 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9382         Emacs 22 when setting focus.
9383
9384 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * gnus-art.el (gnus-article-treat-types): Do treatment of
9387         text/x-verbatim parts.
9388         (gnus-button-patch): New command.
9389
9390         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9391         addresses that contain invalid characters.
9392
9393 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * message.el (message-put-addresses-in-ecomplete): Use
9396         gnus-replace-in-string.
9397         (message-is-yours-p): Use the more correct
9398         mail-header-parse-address instead of
9399         mail-extract-address-components.
9400         (message-put-addresses-in-ecomplete): Fix typo.
9401
9402         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9403         keystroke.
9404
9405         * gnus-art.el (gnus-treatment-function-alist): Change order of
9406         newsgroups/generic header folding to avoid double-folding.
9407
9408         * message.el (message-hidden-headers): Add X-Draft-From.
9409
9410         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9411         command.
9412         (gnus-summary-repeat-search-article-backward): New command.
9413
9414         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9415         groups in the parent topic.
9416
9417 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9418
9419         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9420         (spam-extra-header-to-number): Return the CRM114 number as a
9421         number instead of a string.
9422
9423 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424
9425         * gnus-art.el (gnus-face-properties-alist): Moved here from
9426         gnus-fun.
9427
9428         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9429
9430 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * message.el (message-strip-forbidden-properties): Only display on
9433         self-insert-command.
9434
9435         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9436         reindent.
9437         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9438
9439 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9440
9441         * smiley.el (smiley-style): Fix typo.
9442
9443 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9444
9445         * hashcash.el (hashcash-insert-payment-async-2): Use
9446         message-goto-eoh instead of doing it manually.
9447         (mail-add-payment): Use message-narrow-to-header instead of trying
9448         to do the same itself.
9449
9450         * message.el (message-hidden-headers): Add Face.
9451
9452         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9453         reparenting code.
9454         (gnus-summary-reparent-children): Refactored out code.
9455         (gnus-summary-thread-map): New keystroke.
9456         (gnus-summary-reparent-children): Make into command.
9457
9458         * smiley.el (smiley-style): Default to `medium' if using a large
9459         font.
9460
9461         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9462         does it itself.
9463
9464         * message.el (message-point-in-header-p): Simplify definition.
9465
9466 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * nnagent.el (nnagent-request-set-mark): Silence log file
9469         writing.
9470         (nnagent-request-set-mark): Use write-region instead of
9471         append-to-file.
9472
9473         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9474         strange select method.
9475
9476         * ecomplete.el (ecomplete-display-matches): Get highlightling
9477         right.
9478         (ecomplete-display-matches): Use literals.
9479         (ecomplete-display-matches): Disable message logging.
9480
9481         * message.el (message-display-abbrev): Small optimization.
9482
9483         * ecomplete.el (ecomplete-display-matches): Allow automatic
9484         display.
9485
9486         * message.el (message-strip-forbidden-properties): Display
9487         abbrevs.
9488         (message-display-abbrev): Get automatic display right.
9489
9490         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9491         keystrokes.
9492
9493 2006-04-13  Romain Francoise  <romain@orebokech.com>
9494
9495         TODO: Backport to v5-10!
9496
9497         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9498         Moved here (and renamed) from gnus-registry.el.
9499
9500         * gnus-registry.el: Require gnus-util.
9501         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9502
9503 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9504
9505         * gnus-group.el (gnus-group-catchup-current): Change
9506         if-then-else-if-then-else into cond.
9507         (gnus-group-catchup): Indent.
9508         (group-name-at-point): New function.
9509         (gnus-fetch-group): Provide default from thing at point.
9510
9511 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * message.el (message-display-abbrev): Fix regexp.
9514
9515         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9516         choosing.
9517         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9518         dead variables.
9519
9520         * message.el (message-newline-and-indent): Remove debugging.
9521         (message-display-abbrev): Use new implementation.
9522
9523 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * gnus-art.el (gnus-article-mode): Set
9526         cursor-in-non-selected-windows to nil.
9527
9528         * smiley.el: Revert previous change.
9529         (smiley-data-directory): defvar it before using it in the
9530         defcustom of `smiley-style'.
9531
9532 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * message.el (message-newline-and-indent): New function.
9535
9536         * ecomplete.el: Implement more bits.
9537
9538         * message.el (message-put-addresses-in-ecomplete): Clean up the
9539         string.
9540
9541         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9542
9543         * gnus-sum.el (gnus-summary-save-parts): Bind
9544         gnus-summary-save-parts-counter and use it to make unique file
9545         names.
9546
9547         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9548
9549         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9550         parameter to say whether to actually parse the individual
9551         addresses.
9552
9553         * message.el (message-put-addresses-in-ecomplete): New function.
9554         (ecomplete): Require.
9555         (message-mail-alias-type): Add ecomplete as an option.
9556
9557 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9558
9559         * flow-fill.el (fill-flowed): Remove trailing space from blank
9560         quoted lines.
9561
9562 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * smiley.el (smiley-style): Move definition later to avoid a
9565         compilation warning.
9566
9567 2006-04-12  Kenichi Handa  <handa@m17n.org>
9568
9569         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9570         buffer and then decode the buffer text if necessary.
9571         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9572         first, and after mm-encode-body, change the buffer to unibyte.
9573         Use mm-disable-multibyte instead of set-buffer-multibyte.
9574
9575 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9578         Content-Type header instead of Content-Disposition header.
9579         (gnus-mime-inline-part): Ditto.
9580         (gnus-mime-view-part-as-charset): Ignore charset that the part
9581         specifies.
9582
9583         * mm-decode.el (mm-display-part): Work with external parts and
9584         usual parts similarly.
9585
9586         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9587         instead of gnus-display-mime.
9588
9589         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9590         instead of with-temp-buffer.
9591
9592         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9593         tag to summarized topics part in order to encode non-ASCII text.
9594
9595 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * smiley.el (smiley-style): New variable.
9598         (smiley-directory): New function.
9599         (smiley-data-directory): Derive from `smiley-style' using
9600         `smiley-directory'.
9601         (smiley-regexp-alist): Add new entries.
9602
9603         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9604         (gnus-article-browse-delete-temp): Add :version.
9605
9606 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9607
9608         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9609         the sieve region.
9610
9611 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * gnus.el (gnus-version-number): Bump version.
9614
9615 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9616
9617         * gnus.el: No Gnus v0.4 is released.
9618
9619 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9622         layout.
9623
9624         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9625         unknown charset.
9626
9627         * message.el (message-header-synonyms): Add Original-To to the
9628         default.
9629
9630         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9631         optional parameter.
9632
9633 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * gnus-fun.el (gnus): Require it for gnus-directory.
9636
9637 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9640
9641 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9642
9643         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9644
9645 2006-04-05  Simon Josefsson  <jas@extundo.com>
9646
9647         * password.el (password-reset): New function.
9648
9649 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9650
9651         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9652         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9653
9654 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9655
9656         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9657         Some whitespace was matched into the url, which broke browsing hits
9658         > 100 when mm-url-use-external was nil.
9659
9660 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9663         gnus-extra-headers for 'Newsgroups.
9664
9665         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9666         bound.
9667
9668 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9669
9670         * pgg-gpg.el: Clean up process buffers every time gpg processes
9671         complete.
9672
9673 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9674
9675         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9676         doc string.
9677
9678 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9679
9680         * pgg-gpg.el (pgg-gpg-process-filter)
9681         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9682
9683         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9684         lines, temporary fix.
9685
9686 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9689
9690 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9691
9692         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9693         default-enable-multibyte-characters.  This reverts the change from
9694         revision 6.17 which is no longer necessary because the passphrase
9695         is sent separately now.  GnuPG messages are unreadable under
9696         multibyte locales with default-enable-multibyte-characters set to
9697         nil.
9698
9699 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * message.el (message-tool-bar-gnome): Move "spell".
9702
9703 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9706         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9707         instead.
9708
9709 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9710
9711         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9712         newsgroups handling for NNTP overviews which don't include
9713         Newsgroups.
9714
9715 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9716
9717         * message.el (message-resend): Bind message-generate-hashcash to nil.
9718
9719 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9720
9721         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9722         when searching for already-paid recipients.
9723
9724 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9725
9726         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9727         passphrases when it is not needed.
9728         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9729         passphrase stuff from gpg, should only be necessary when you use
9730         gpg with a smartcard.
9731
9732 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * mml.el (mml-insert-mime): Ignore cached contents of
9735         message/external-body part.
9736
9737         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9738         (mm-insert-part): Ditto.
9739
9740 2006-03-23  Simon Josefsson  <jas@extundo.com>
9741
9742         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9743         Reiner.
9744         (pgg-gpg-use-agent-p): Use it again.
9745
9746 2006-03-23  Simon Josefsson  <jas@extundo.com>
9747
9748         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9749         older emacsen.
9750         (pgg-gpg-use-agent-p): Don't use it.
9751
9752 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9755         if we can.
9756
9757 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9758
9759         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9760         (pgg-gpg-update-agent): New function.
9761         (pgg-gpg-use-agent-p): New function.
9762         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9763         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9764         (pgg-gpg-sign-region): Use it.
9765
9766 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9769         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9770
9771 2006-03-21  Simon Josefsson  <jas@extundo.com>
9772
9773         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9774         <wilde@sha-bang.de>.
9775         (pgg-gpg-use-agent): New variable.
9776         (pgg-gpg-process-region): Use it.
9777         (pgg-gpg-encrypt-region): Likewise.
9778         (pgg-gpg-encrypt-symmetric-region): Likewise.
9779         (pgg-gpg-decrypt-region): Likewise.
9780         (pgg-gpg-sign-region): Likewise.
9781         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9782
9783 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9784
9785         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9786
9787         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9788         Add comment on version.
9789
9790 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * smiley.el: Add missing test smiley.
9793
9794 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * mm-decode.el (mm-with-part): New macro.
9797         (mm-get-part): Use it; work with message/external-body as well.
9798         (mm-save-part): Treat name and filename equally.
9799
9800         * mm-extern.el (mm-extern-cache-contents): New function.
9801         (mm-inline-external-body): Use it; force the part to be displayed;
9802         move undisplayer added to the cached handle to the parent.
9803
9804         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9805         (gnus-mime-view-part-as-type): Work with message/external-body.
9806
9807         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9808
9809 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9812         images in image-load-path.  [Sync with image.el, revision 1.60, in
9813         Emacs.]
9814
9815 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9818         path rather than symbol.  Always return list of directories.
9819         Guarantee that image directory comes first.  [Sync with image.el,
9820         revision 1.59, in Emacs.]
9821
9822         * message.el (message-make-tool-bar): Adjust to new API of
9823         `gmm-image-load-path-for-library'.
9824
9825         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9826
9827         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9828
9829 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9830
9831         * gnus-art.el (gnus-article-only-boring-p):
9832         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9833         intangible text.
9834         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9835
9836 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9839         `defun' instead of `gmm-defun-compat'.
9840
9841 2006-03-14  Simon Josefsson  <jas@extundo.com>
9842
9843         * message.el (message-unique-id): Don't use message-number-base36
9844         if (user-uid) is a float.
9845         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9846
9847 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9850
9851         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9852         empty line between a part and a message part.
9853
9854 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * smiley.el: Add more test smileys.
9857         (smiley-data-directory, smiley-regexp-alist)
9858         (gnus-smiley-file-types): Fix doc strings.
9859         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9860         adding new elements.
9861         (smiley-mouse-map): Unused code.  Make it a comment.
9862
9863 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9866         scan latest NoCeM messages instead of old ones.
9867         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9868         delimiters that are recently used.
9869         (gnus-nocem-load-cache): Add autoload cookie.
9870
9871         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9872
9873         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9874         level which is larger than gnus-use-nocem is specified.
9875
9876         * gnus-group.el (gnus-group-get-new-news): Ditto.
9877
9878 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * gnus-util.el (gnus-tool-bar-update): New function.
9881
9882         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9883         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9884
9885         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9886
9887         * gnus-group.el (gnus-group-redraw-when-idle)
9888         (gnus-group-redraw-check): Remove.
9889         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9890
9891 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9894         if optional last element is specified in splits (FIELD VALUE...).
9895
9896 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9899         to gmm-image-load-path-for-library.  Call with no-error argument.
9900         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9901
9902         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9903
9904         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9905
9906         * gmm-utils.el (gmm-image-load-path): Remove alias.
9907
9908 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * gmm-utils.el (gmm-image-load-path): Add alias.
9911
9912         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9913         nnml-generate-nov-databases-1.
9914         (nnml-generate-nov-databases): Use it.
9915         (nnml-generate-nov-databases-directory): Document no-active
9916         argument.
9917
9918         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9919         directory if path is t.  Add no-error.
9920
9921         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9922         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9923
9924         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9925         resetting gnus-article-browse-html-temp-list.
9926
9927         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9928         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9929         Add example to docstring.  Rename local variables.  Move error
9930         checks to default case in cond and simplify.
9931
9932 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9935         handle is multipart when calling it recursively.
9936         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9937
9938 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9939
9940         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9941         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9942
9943 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9946         is loaded.
9947
9948         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9949         loaded.
9950
9951 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9954         to "Emacs 23 (unicode)" in doc string.
9955
9956         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9957         "Emacs 23 (unicode)" in comment.
9958
9959 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9962
9963         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9964         characters 160 through 255 in Emacs 23.
9965
9966 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9969         gnus-article-browse-html-temp.
9970         (gnus-article-browse-delete-temp): Make it customizable.  Add
9971         `file'.  Adjust doc string.
9972         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9973         query for each file.  Adjust doc string.
9974         (gnus-article-browse-html-parts): Add
9975         `gnus-article-browse-delete-temp-files' to
9976         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9977
9978 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9979
9980         * gnus-art.el (gnus-article-browse-html-temp)
9981         (gnus-article-browse-delete-temp): New variables.
9982         (gnus-article-browse-delete-temp-files): New function.
9983         (gnus-article-browse-html-parts): Use it.
9984
9985 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9988
9989         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9990         string.
9991
9992         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9993         gnus-summary-insert-new-articles when unplugged.  Remove
9994         gnus-summary-search-article-forward.
9995
9996         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9997         display-visual-class instead of display-color-cells.
9998
9999 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * dgnushack.el: Autoload customize-group for XEmacs.
10002
10003         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10004         message/* containing non-ASCII text properly.
10005
10006 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * message.el: Require gmm-utils, remove autoloads.
10009         (message-tool-bar): Set default based on
10010         gmm-tool-bar-style.
10011         (message-tool-bar-gnome): Add gmm-customize-mode.
10012
10013         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10014         gmm-tool-bar-style.
10015         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10016
10017         * gnus-group.el (gnus-group-tool-bar): Set default based on
10018         gmm-tool-bar-style.
10019         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10020
10021         * gmm-utils.el (gmm-image-directory): Rename variable from
10022         gmm-image-load-path.
10023         (gmm-image-load-path): Use gmm-image-directory.
10024         (gmm-customize-mode): New function.
10025         (gmm-tool-bar-style): New variable.
10026
10027         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10028         gnus-group-redraw-line-number.
10029         (gnus-group-redraw-check): Simplify.
10030         (gnus-group-tool-bar-update): Remove redraw check.
10031         (gnus-group-make-tool-bar): Add redraw check.
10032
10033 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10034
10035         * gnus-art.el (gnus-button): Add missing parentheses.
10036
10037 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * lpath.el: Fbind line-number-at-pos.
10040
10041 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10044
10045 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-art.el (gnus-button): New face.
10048         (gnus-article-button-face): Use it.
10049
10050         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10051         gnus-summary-next-page.  Re-order.
10052
10053         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10054         next-node are now included.
10055         (gnus-group-redraw-line-number): New internal variable.
10056         (gnus-group-redraw-check): Helper function for updating the tool
10057         bar.
10058         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10059
10060         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10061
10062         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10063         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10064         Use it to match format of Spamassassin 3.0 and later.  Reported by
10065         IRIE Tetsuya <irie@t.email.ne.jp>.
10066         (spam-check-bogofilter)
10067         (spam-bogofilter-register-with-bogofilter): Fix args of
10068         `gnus-error' calls.
10069
10070 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10073         unnecessary interaction when sending queued mails.  Reported by
10074         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10075
10076 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10077
10078         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10079         first or last are nil.
10080
10081 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10082
10083         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10084
10085 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10086
10087         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10088
10089 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * dns.el (query-dns): Protect more against buggy tcp output.
10092
10093 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10096         nov.php.
10097
10098 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10099
10100         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10101         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10102         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10103         output on the server side.
10104         (nnweb-google-create-mapping): Update regexps and add some
10105         progress indication.
10106
10107 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10110         gnus-agent-toggle-plugged.  Re-order icons.
10111         (gnus-group-tool-bar-gnome): Add
10112         gnus-group-{prev,next}-unread-group.
10113         (gnus-group-tool-bar-gnome): Re-order icons.
10114
10115         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10116         gnus-summary-insert-new-articles.
10117
10118         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10119         comments.
10120
10121         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10122         also available in Emacs 21.3.
10123
10124         * message.el (message-fix-before-sending): Change "Emacs 22" to
10125         "Emacs 23 (unicode)" in comment.
10126
10127         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10128         "Emacs 23 (unicode)" in comment.
10129
10130         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10131         comment.
10132         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10133
10134         * mm-view.el (mm-fill-flowed): Add :version.
10135
10136 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10137
10138         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10139         and load-path.
10140
10141 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * message.el: Autoload gmm-image-load-path.
10144         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10145         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10146         consitency.
10147
10148         * gmm-utils.el (gmm-image-load-path): Also search in
10149         "../etc/images".  Don't set gmm-image-load-path if we don't find
10150         the image.
10151
10152 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gmm-utils.el (gmm-image-load-path): Don't make
10155         `gmm-image-load-path' include subdirectories which the second arg
10156         `image' might specify.
10157
10158         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10159         subdirectory to icon file names.
10160
10161         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10162
10163 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10164
10165         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10166         gmm-image-load-path calls.
10167
10168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10169
10170         * message.el (message-make-tool-bar): Ditto.
10171
10172         * mml.el (mml-preview): Added comment concerning tool bar icons.
10173
10174         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10175         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10176
10177         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10178         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10179
10180         * message.el (message-tool-bar-gnome): Use new icon names.
10181         (message-make-tool-bar): Use `gmm-image-load-path'.
10182
10183         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10184         functions from MH-E.
10185         (gmm-image-load-path): New variable from MH-E.
10186         (gmm-image-load-path): New function from MH-E.  Added arguments
10187         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10188         *-image-load-path-called-flag.
10189
10190 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10191
10192         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10193
10194 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10195
10196         * nnimap.el (nnimap-request-move-article): Change folder back to
10197         source group before deleting.
10198
10199 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10202
10203         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10204         mm-url.
10205
10206         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10207
10208 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10211         coding system which mm-charset-to-coding-system returns for a
10212         given charset is valid.
10213
10214 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10215
10216         * html2text.el (html2text-remove-tag-list):
10217         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10218
10219 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10220
10221         * gnus-cus.el: Revert 2005-10-17 change.
10222
10223 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-art.el (article-strip-banner): Call
10226         article-really-strip-banner only when the regexp match is made.
10227
10228 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-art.el (article-strip-banner): Use
10231         gnus-extract-address-components instead of
10232         mail-header-parse-addresses to make it work with non-ASCII text;
10233         remove mail-encode-encoded-word-string.
10234
10235         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10236         values which are surrounded with \"...\"; make it never cause a
10237         Lisp error; give up parsing of parameters if it failed in
10238         extracting type.
10239
10240 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10241
10242         * smime.el (smime-cert-by-ldap-1): Fix bug where
10243         `smime-ldap-search' returns results without userCertificates.
10244
10245 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10248
10249 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * spam.el (spam-check-spamassassin-headers): Adapt format for
10252         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10253         <ari@mbf.ocn.ne.jp>.
10254         (spam-list-of-processors): Add spam-use-gmane.
10255
10256 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10259         make-temp-file; make it work with XEmacs as well.
10260
10261         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10262         mm-make-temp-file.
10263
10264         * mm-decode.el (mm-display-external): Use the 3rd arg of
10265         mm-make-temp-file.
10266         (mm-create-image-xemacs): Ditto.
10267
10268 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10271         with message-narrow-to-headers.
10272         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10273         (gnus-draft-check-draft-articles): New function.
10274         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10275
10276 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * gnus-art.el (gnus-article-browse-html-parts):
10279         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10280         Don't use suffix argument for mm-make-temp-file for Emacs 21
10281         compatibility.  Remove useless `format'.
10282
10283 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10284
10285         * nnweb.el (nnweb-google-wash-article): Update regexps.
10286         (nnweb-group-alist): Use defvoo instead of defvar.
10287
10288 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10291         re-loading nn* modules.
10292
10293 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10296         for `tool-bar-mode' and don't check it's default-value.
10297
10298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10299
10300         * message.el (message-make-tool-bar): Ditto.
10301
10302         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10303         `substring'.  Shorten tmp-file name.
10304
10305         * gnus.el: Remove bogus comment.
10306
10307 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10308
10309         * gnus-art.el (gnus-article-browse-html-parts): New function.
10310         (gnus-article-browse-html-article): New function for viewing html
10311         articles with a browser.
10312
10313 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10314
10315         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10316         in elisp.
10317         (pgg-gpg-encrypt-symmetric-region): Ditto.
10318         (pgg-gpg-sign-region): Ditto.
10319
10320         * pgg-def.el (pgg-text-mode): New variable.
10321
10322         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10323         (mml2015-pgg-encrypt): Ditto.
10324
10325         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10326         (mml1991-pgg-encrypt): Ditto.
10327
10328 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10331         message-make-date instead of current-time-string.
10332
10333         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10334         to gnus-decoded which mm-uu might set.
10335
10336 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10339         don't decode quoted parameters; remove misimported Emacs code.
10340         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10341         (rfc2231-decode-encoded-string): Don't use split-string which
10342         behaves differently according to Emacs version; use
10343         mm-decode-coding-region to convert charset to coding-system.
10344         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10345         (rfc2231-encode-string): Remove misimported Emacs code.
10346
10347 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10350         when calling mail-header-parse-content-type.
10351         (article-de-quoted-unreadable): Ditto.
10352         (article-de-base64-unreadable): Ditto.
10353         (article-wash-html): Ditto.
10354
10355         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10356         calling mail-header-parse-content-type and
10357         mail-header-parse-content-disposition.
10358         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10359         mail-header-parse-content-type.
10360
10361         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10362         insert charset and format parameters; encode description after
10363         inserting it to buffer.
10364         (mml-insert-parameter): Fold lines properly even if a parameter is
10365         segmented into two or more lines; change the max column to 76.
10366
10367         * rfc1843.el (rfc1843-decode-article-body): Don't use
10368         ignore-errors when calling mail-header-parse-content-type.
10369
10370         * rfc2231.el (rfc2231-parse-string): Return at least type if
10371         possible; don't cause an error even if it fails in parsing of
10372         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10373         (rfc2231-encode-string): Don't break lines at the beginning, leave
10374         it to mml-insert-parameter.
10375
10376         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10377         calling mail-header-parse-content-type.
10378
10379 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * spam-report.el (spam-report-gmane-use-article-number):
10382         Improve doc string.
10383         (spam-report-gmane-internal): Check if a suitable header was found
10384         in the article.
10385
10386 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10389         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10390
10391 2006-02-05  Romain Francoise  <romain@orebokech.com>
10392
10393         Update copyright notices of all files in the gnus directory.
10394
10395 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10396
10397         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10398
10399 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10402         segmented lines of parameter value to cope with Thunderbird 1.5
10403         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10404         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10405         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10406
10407 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10408
10409         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10410         parts.
10411
10412 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10413
10414         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10415         there's only one active file for all servers.
10416         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10417         solid groups.  Gnus might have used a FAST request to select the group.
10418         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10419         and nnweb-search redundantly in the active file.
10420         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10421         (nnweb-request-create-group): Don't use ARGS.
10422         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10423         initialisations.  Let nnoo do the work.
10424
10425 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10428         Say the part has been decoded.
10429
10430         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10431
10432 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10433
10434         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10435         mailcap-viewer-test-cache when there's no 'test clause, since that
10436         will invert the meaning of a "nil" test previously determined by
10437         mailcap-mailcap-entry-passes-test.
10438
10439 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10442         compiling.
10443
10444         * gnus-sum.el: Ditto.
10445
10446         * message.el: Don't bind tool-bar-map when compiling.
10447
10448 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10451
10452 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10453
10454         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10455         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10456         current Google Groups.
10457
10458 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10461         and tool-bar-mode.
10462
10463         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10464         and tool-bar-mode.
10465
10466         * message.el (message-tool-bar-update): Simplify.
10467         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10468
10469         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10470         gnus-summary-buffer.
10471         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10472         gnus-summary-reply.
10473
10474         * gmm-utils.el (gmm): Add :version.
10475
10476 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * Makefile.in (clean): New rule.
10479         (distclean): Use it.
10480
10481 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10482
10483         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10484         autoload.
10485
10486 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gmm-utils.el (gmm-verbose): Add :group.
10489
10490 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10491
10492         * message.el: Change some comments WRT tool-bars.
10493
10494         * gnus-sum.el (gnus-summary-tool-bar)
10495         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10496         (gnus-summary-tool-bar-zap-list): New variables.
10497         (gnus-summary-make-tool-bar): Complete rewrite using
10498         `gmm-tool-bar-from-list'.
10499
10500         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10501         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10502         variables.
10503         (gnus-group-make-tool-bar): Complete rewrite using
10504         `gmm-tool-bar-from-list'.
10505         (gnus-group-tool-bar-update): New function.
10506
10507         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10508
10509 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10512         is dissected into a single part of which the type is the same as
10513         the given one; decode charset.
10514
10515 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10516
10517         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10518         into alists as symbol not string, since that's what
10519         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10520         look for.
10521
10522 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10525         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10526
10527         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10528
10529 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10530
10531         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10532         (gnus-xmas-mime-security-button-menu): New function.
10533
10534         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10535         (gnus-mime-security-button-menu): New definition.
10536         (gnus-mime-security-button-map): Use them.
10537         (gnus-mime-security-button-menu): New function.
10538         (gnus-insert-mime-security-button): Addition to help echo.
10539         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10540         (gnus-mime-security-pipe-part): New functions.
10541
10542         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10543         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10544
10545         * mm-decode.el (mm-handle-set-disposition): Remove.
10546         (mm-handle-set-description): Remove.
10547
10548 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10551         (mm-w3m-standalone-supports-m17n-p): New function.
10552         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10553         w3m usage.
10554
10555         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10556         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10557
10558 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * message.el (message-tool-bar-zap-list): Use
10561         gmm-tool-bar-zap-list as custom type.
10562         (message-tool-bar-update): New function.
10563         (message-tool-bar, message-tool-bar-gnome)
10564         (message-tool-bar-retro): Add message-tool-bar-update.
10565         (message-tool-bar-gnome): Add flyspell-buffer.
10566
10567         * gnus-util.el (gnus-error): Describe `args'.
10568
10569         * gmm-utils.el (gmm-error): Describe `args'.
10570         (gmm-tool-bar-zap-list): New widget.
10571         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10572
10573 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10576         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10577         the number of recursive calls.
10578
10579         * mm-decode.el (mm-handle-set-disposition): New macro.
10580         (mm-handle-set-description): New macro.
10581
10582 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10585         encoding.
10586
10587 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * message.el (message-tool-bar-zap-list, message-tool-bar)
10590         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10591         (message-tool-bar-local-item-from-menu): Remove.
10592         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10593         (message-make-tool-bar): New function.
10594         (message-mode): Use `message-make-tool-bar'.
10595
10596         * gmm-utils.el: New file.
10597         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10598         (gmm-lazy): New widget copied from `nnmail.el'.
10599         (gmm-tool-bar-from-list): New function for creating customizable
10600         tool bars.
10601         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10602         output.
10603         (gmm): Add :prefix to defgroup.
10604
10605 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10606
10607         * gmm-utils.el (gmm-widget-p): New function.
10608
10609 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10610
10611         * mml.el (mml-attach-file): Describe `description' in doc string.
10612         (mml-menu): Add Emacs MIME manual and PGG manual.
10613
10614 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10615
10616         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10617
10618 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10619
10620         * nntp.el (nntp-end-of-line): Doc fix.
10621
10622 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10623
10624         * imap.el (imap-open): Handle case where buffer is a buffer
10625         object.
10626
10627 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10628
10629         * gnus-delay.el (gnus-delay): Don't autoload.
10630         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10631         to be re-loaded when customizing the `gnus-delay' group.
10632
10633 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10634
10635         * message.el (message-insert-citation-line): Use newlines.
10636
10637 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10638
10639         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10640         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10641         these routines, so the passphrase can be managed externally and
10642         passed in to the system.
10643         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10644         pgg-add-passphrase-to-cache function.
10645
10646         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10647         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10648         these routines, so the passphrase can be managed externally and
10649         passed in to the system.
10650         (pgg-pgp5-sign-region): Use new name of
10651         pgg-add-passphrase-to-cache function.
10652
10653 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10654
10655         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10656         part of the decoded armor to find the key-identifier.
10657         (pgg-gpg-lookup-key-owner): New function to return the
10658         human-readable identifier of a key owner.
10659         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10660         itself.
10661         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10662         the key value) if we have a key and can match it against a secret
10663         key.  Also, added a note pointing out fact that the prompt only
10664         indicates the first matching key.
10665
10666         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10667         pgg-decrypt-region.
10668         (pgg-add-passphrase-to-cache): Rename from
10669         `pgg-add-passphrase-cache' to reduce confusion (all callers
10670         changed).
10671         (pgg-remove-passphrase-from-cache): Rename from
10672         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10673         changed).
10674         (pgg-read-passphrase, pgg-add-passphrase-cache)
10675         (pgg-remove-passphrase-cache): Add informative docstrings.
10676         (pgg-decrypt): Convey provided passphrase in subordinate call to
10677         pgg-decrypt-region.
10678
10679 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10680
10681         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10682         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10683         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10684         'passphrase' argument, so the passphrase can be managed externally
10685         and then passed in to the system.
10686
10687         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10688         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10689         so the passphrase cache can be used reliably with identifiers
10690         besides a pgp packet's key id.
10691
10692         * pgg-gpg.el (pgg-gpg-encrypt-region)
10693         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10694         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10695         these routines, so the passphrase can be managed externally and
10696         passed in to the system.
10697
10698         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10699         'notruncate' argument, so the passphrase cache can be used
10700         reliably with identifiers besides a pgp packet's key id.
10701
10702 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10703
10704         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10705         symmetric encryption.
10706         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10707         encrypted session key.
10708         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10709         message ask for the passphrase in a proper way.
10710
10711         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10712         New user commands for symmetric encryption.
10713
10714 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10717
10718         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10719
10720 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10721
10722         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10723
10724 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * mm-decode.el (mm-inlined-types): Add application/pgp.
10727         (mm-automatic-display): Ditto.
10728
10729         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10730         part as text.
10731
10732 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * nnrss.el: Update copyright.
10735         (nnrss-opml-import): Query whether to subscribe to each entry.
10736
10737         * gnus-art.el:
10738         * gnus-sum.el:
10739         * gnus-xmas.el:
10740         * messagexmas.el:
10741         * mm-uu.el:
10742         * mm-view.el: Update copyright.
10743
10744 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10745
10746         * message.el (message-info): New function.
10747         (message-mode-menu): Add it.
10748         Update copyright.
10749
10750         * ChangeLog: Fix and update copyright.
10751
10752 2006-01-13  Romain Francoise  <romain@orebokech.com>
10753
10754         * message.el (message-forward-subject-name-subject): Prefer the
10755         address to 'nowhere' if the sender has no name.
10756         Fix typo.  Update copyright year.
10757
10758 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (article-wash-html): Use
10761         gnus-summary-show-article-charset-alist if a numeric arg is given.
10762         (gnus-article-wash-html-with-w3m-standalone): New function.
10763
10764         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10765         mm-inline-text-html-render-with-w3m-standalone.
10766         (mm-text-html-washer-alist): Map w3m-standalone to
10767         gnus-article-wash-html-with-w3m-standalone.
10768         (mm-inline-text-html-render-with-w3m-standalone): New function.
10769
10770 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10773         Improve LaTeX.
10774
10775 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10778         (nnrss-request-article): Render text/plain parts as HTML.
10779
10780         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10781         the buffer.
10782
10783 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10786         custom definition of `gnus-posting-styles'.
10787
10788         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10789         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10790
10791 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10794         Use nntp for bug archive.
10795
10796 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10799         parts.
10800         (nnrss-normalize-date): New function converts ISO 8601 date into
10801         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10802         (nnrss-check-group): Use it.
10803
10804 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10807
10808         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10809         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10810         (nnrss-insert-w3): Ditto.
10811
10812 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10815         the articles to be forwarded including the case where neither a
10816         number of articles nor a region is specified.
10817
10818 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10819
10820         * nnrss.el (nnrss-request-article): Fix last change; fill
10821         text/plain parts.
10822
10823 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10826         in text/plain part.
10827         (nnrss-check-group): Don't add excessive newline to dc:subject.
10828
10829 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10830
10831         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10832         article.
10833
10834 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10837         (nnml-use-compressed-files, nnml-save-mail): Support other
10838         comression programs such as bzip2.
10839
10840 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * dns.el (query-dns): Make sure we check the buffer size before
10843         removing tcp headers.
10844
10845 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10848         remove MIME buttons associated with multipart/alternative parts.
10849         (gnus-mime-display-alternative): Tag buttons using `article-type'
10850         text property.
10851
10852         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10853         associated with multipart/alternative parts.
10854
10855         * gnus-art.el (gnus-signature-separator): Fix custom type.
10856
10857         * mm-decode.el (mm-inlined-types): Fix custom type.
10858         (mm-keep-viewer-alive-types): Ditto.
10859         (mm-automatic-display): Ditto.
10860         (mm-attachment-override-types): Ditto.
10861         (mm-inline-override-types): Ditto.
10862         (mm-automatic-external-display): Ditto.
10863
10864 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * spam-report.el (spam-report-user-mail-address)
10867         (spam-report-user-agent): New variables.
10868         (spam-report-url-ping-plain): Use spam-report-user-agent.
10869
10870 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10871
10872         * gnus-art.el (gnus-button-handle-custom): Do not just use
10873         `customize-apropos' for any "M-x customize-*" button but the
10874         function called for.  Accept both the function name and its
10875         argument in order to achieve this.
10876         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10877         function name to `gnus-button-handle-custom' in case of "M-x
10878         customize-*" buttons.
10879
10880 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10883         multipart/alternative and add xref to mm-discouraged-alternatives
10884         in doc string.
10885
10886         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10887         gnus-buttonized-mime-types in doc string.
10888
10889 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10892         Suggest image/.* in the doc string.
10893
10894 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10897         message-marks (Debian bug #342521).
10898
10899 2005-12-12  Simon Josefsson  <jas@extundo.com>
10900
10901         * password.el (password-read-from-cache): Add.
10902         (password-read): Use it.
10903
10904 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10907         us-ascii as a MIME charset.
10908
10909         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10910         against the case where the 2nd arg TYPE is nil.
10911
10912 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * pop3.el (pop3-stream-type): Fix custom version.
10915
10916         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10917
10918 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10919
10920         * mm-decode.el (mm-display-external): Add missing cdr.
10921
10922 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10925         RFC1524) if it is in mailcap or add a suffix according to
10926         mailcap-mime-extensions when generating a temp filename; postpone
10927         deleting a temp file for 2 seconds for some wrappers, shell
10928         scripts, and so on, which might exit right after having started a
10929         viewer command as a background job.
10930
10931 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10932
10933         * nntp.el (nntp-marks-directory): Fix custom group.
10934
10935         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10936         steps when < 10.
10937
10938         * gnus-start.el (gnus-no-server-1): Mention
10939         `gnus-level-default-subscribed' in doc string.
10940
10941 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10942
10943         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10944         parens.
10945
10946 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * gnus-xmas.el (gnus-use-toolbar): Revert.
10949         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10950         gnus-use-toolbar is default.
10951
10952         * messagexmas.el (message-use-toolbar): Revert.
10953         (message-setup-toolbar): Use global default-toolbar if
10954         message-use-toolbar is default.
10955
10956 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10959         according to default-toolbar-visible-p.
10960
10961         * messagexmas.el (message-use-toolbar): Ditto.
10962
10963 2005-11-26  Dave Love  <fx@gnu.org>
10964
10965         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10966         (tls-program, tls-success): Provide openssl alternative.
10967
10968         * starttls.el: Doc fixes.
10969         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10970         SERVICE to PORT.
10971
10972         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10973         port null or service name.
10974         (starttls-negotiate): Autoload.
10975
10976 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * message.el (message-kill-to-signature): Fix interactive spec.
10979
10980 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * pop3.el (pop3-open-server): Recognize a string as a service name.
10983
10984 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10985
10986         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10987
10988 2005-11-23  Dave Love  <fx@gnu.org>
10989
10990         Add pop3s, pop3/starttls.
10991
10992         * pop3.el (pop3-authentication-scheme): Clarify doc.
10993         (open-tls-stream, starttls-open-stream): Autoload.
10994         (pop3-stream-type): New.
10995         (pop3-open-server): Use it.
10996
10997         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10998         for POP.
10999         (mail-source-keyword-map): Add :stream for POP.
11000         (mail-source-fetch-pop): Use pop3-stream-type.
11001
11002 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11005         of current-time-string.
11006
11007 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11008
11009         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11010         date header.
11011
11012 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11013
11014         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11015         it can seriously impact performance as it bypasses the agent's
11016         local caches.
11017
11018 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11019
11020         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11021         must be explicitly online rather than "not explicitly offline" for
11022         its flags to be synchronized.
11023
11024         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11025         that gnus-uu-unmark-thread will function correctly.
11026
11027         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11028         1024K is instead displayed as 1M.
11029
11030 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11031
11032         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11033
11034 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11035
11036         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11037
11038 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11039
11040         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11041         error message to display actual error condition.
11042         (gnus-agent-save-local): Avoid saving symbols that are bound to
11043         nil as they simply result in a warning message in
11044         gnus-agent-read-local.
11045
11046 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11049         rather than make-variable-buffer-local for file-precious-flag.
11050
11051 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11052
11053         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11054         for duplicates which are removed.  The invalid sort check then
11055         triggers a rescan after the sort as sorting may have moved
11056         duplicate entries such that they can be cheaply detected.
11057
11058 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11061
11062 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11063
11064         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11065         internal variable to a custom variable.  Changed default value
11066         from compressed(2) to uncompressed(1).
11067         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11068         support for uncompressed agentview files.  Taken together, reading
11069         the agentview file should now be 6-7 times faster.
11070
11071 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11072
11073         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11074         as a buffer-local variable.  This avoids creating truncated
11075         dribble files as a result of a hang up, eg.
11076
11077 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11078
11079         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11080         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11081         XEmacs.
11082
11083 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11084
11085         * gnus-start.el (gnus-start-draft-setup): Enforce
11086         `gnus-draft-mode' for nndraft:drafts at startup.
11087
11088         * gnus.el (gnus-splash): Change custom group.
11089         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11090         allow-list argument.
11091
11092         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11093         string.
11094
11095 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * gnus-art.el (gnus-default-article-saver): Add user-defined
11098         `function' to custom type.
11099
11100 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11101
11102         * imap.el (imap-open): Handle case where buffer is a buffer
11103         object.
11104
11105 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11106
11107         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11108         long lines.
11109         (gnus-cache-delete-group): Wrap doc strings.
11110
11111         * gnus-agent.el (gnus-agent-rename-group)
11112         (gnus-agent-delete-group): Wrap doc strings.
11113
11114 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * messagexmas.el (message-use-toolbar): Change the valid values
11117         into default, top, bottom, left, and right.
11118         (message-toolbar-thickness): New variable.
11119         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11120         well.
11121         (message-setup-toolbar): Make it work.
11122
11123         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11124         (gnus-use-toolbar): Change the valid values into default, top,
11125         bottom, left, and right.
11126         (gnus-toolbar-thickness): New variable.
11127         (gnus-xmas-setup-toolbar): New function.
11128         (gnus-xmas-setup-group-toolbar): Use it.
11129         (gnus-xmas-setup-summary-toolbar): Use it.
11130
11131 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11132
11133         * gnus-start.el (gnus-1): Add "native" to
11134         gnus-predefined-server-alist.
11135
11136         * gnus.el (gnus-method-to-server): Don't add "native" to the
11137         lists here, because that leads to problems when
11138         gnus-select-method is bound.
11139
11140 2005-11-09  Simon Josefsson  <jas@extundo.com>
11141
11142         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11143         use (not sort-by-date) instead.
11144
11145 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11146
11147         * gnus-delay.el (gnus-delay-group): Don't autoload.
11148         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11149         to be re-loaded when customizing the `gnus-delay' group.
11150
11151 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11152
11153         * message.el: Revert last changes.
11154         (message-insert-citation-line): Use newlines.
11155
11156 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11157
11158         * message.el (message-courtesy-message)
11159         (message-mark-insert-begin, message-mark-insert-end)
11160         (message-elide-ellipsis, message-cancel-message)
11161         (message-add-header, message-change-subject)
11162         (message-cross-post-followup-to-header)
11163         (message-cross-post-insert-note, message-reduce-to-to-cc)
11164         (message-widen-reply, message-delete-not-region)
11165         (message-kill-to-signature, message-insert-signature)
11166         (message-insert-importance-high, message-insert-importance-low)
11167         (message-insert-or-toggle-importance)
11168         (message-insert-disposition-notification-to)
11169         (message-indent-citation, message-yank-original)
11170         (message-cite-original-without-signature, message-cite-original)
11171         (message-insert-citation-line, message-position-on-field)
11172         (message-fix-before-sending, message-send-mail-partially)
11173         (message-send-mail, message-send-mail-with-sendmail)
11174         (message-send-mail-with-qmail, message-send-news)
11175         (message-check-news-header-syntax, message-generate-headers)
11176         (message-insert-courtesy-copy, message-fill-address)
11177         (message-fill-header, message-shorten-references)
11178         (message-setup-1, message-cancel-news)
11179         (message-forward-make-body-plain, message-forward-make-body-mime)
11180         (message-forward-make-body-mml, message-encode-message-body)
11181         (message-forward-make-body-digest-plain)
11182         (message-forward-make-body-digest-mime)
11183         (message-use-alternative-email-as-from): Insert `hard-newline'
11184         instead of ordinary newlines.
11185
11186 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * message.el (message-generate-headers): Downcase the argument
11189         given to message-check-element.
11190
11191 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11192
11193         * nntp.el (nntp-authinfo-rejected): New error condition.
11194         (nntp-wait-for): Use new error condition to signal authentication
11195         error.
11196         (nntp-retrieve-data): Rethrow new error condition to break out of
11197         recursive call to nntp-send-authinfo.
11198
11199 2005-11-08  Romain Francoise  <romain@orebokech.com>
11200
11201         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11202         (gnus-summary-exit-map): Bind to `Z p'.
11203         (gnus-summary-make-menu-bar): Add menu item.
11204
11205 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11208         (gnus-treat-*): Add `first' in all doc strings.
11209
11210         * gnus-group.el (gnus-group-compact-group): Fix typo.
11211
11212 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus.el (gnus-parameters-case-fold-search): New variable.
11215         (gnus-parameters-get-parameter): Use it.
11216
11217         * gnus-score.el (gnus-home-score-file): Doc fix.
11218
11219 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11220
11221         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11222
11223 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * mm-util.el (mm-special-display-p): New function.
11226
11227         * mml.el (mml-preview): Use it; doc fix.
11228
11229 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11230
11231         * imap.el (imap-open): Handle case where buffer is a buffer object.
11232
11233 2005-10-29  Romain Francoise  <romain@orebokech.com>
11234
11235         * message.el (message-fix-before-sending): Fix comment.
11236
11237 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11238
11239         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11240
11241 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11242
11243         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11244         Used in gnus-score.el.
11245
11246 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11249
11250 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11253         whitespace removed in revision 7.8.  Use concatenated string to
11254         protect trailing whitespace.
11255
11256 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11257
11258         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11259         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11260         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11261         Courier IMAP ("some version from 2004").  Mostly based on similar
11262         code in the same function.
11263
11264 2005-10-26  Didier Verna  <didier@xemacs.org>
11265
11266         * gnus-group.el (gnus-group-compact-group): Invalidate original
11267         article buffer.
11268         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11269         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11270         NOV database and in article itself.
11271         Invalidate article backlog.
11272
11273 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11274
11275         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11276
11277 2005-10-26  Simon Josefsson  <jas@extundo.com>
11278
11279         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11280         part of 2004-07-25 change.
11281
11282 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * message.el (message-display-completion-list): New function.
11285         (message-expand-group): Use it; make sure the Completions buffer
11286         is modifiable.
11287 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11288
11289         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11290         user-mail-name is an empty string.
11291
11292 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11295         depending on gnus-score-decay-constant.
11296
11297         * encrypt.el (encrypt-insert-file-contents)
11298         (encrypt-write-file-contents): Don't use `gnus-message'.
11299
11300         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11301         arguments.
11302         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11303         arguments to mm-uu-verbatim-marks-extract.
11304         (mm-uu-hide-markers): New variable.
11305         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11306
11307         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11308         (gnus-convert-image-to-face-command): Use "convert" by default to
11309         allow other input image formats.
11310         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11311         accordingly.
11312
11313 2005-10-23  Simon Josefsson  <jas@extundo.com>
11314
11315         * imap.el (imap-gssapi-program): Align command line parameters
11316         with latest GNU SASL.
11317         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11318
11319 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11320
11321         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11322         HTML.
11323         (nnslashdot-request-article): Ditto.
11324
11325         * lpath.el (featurep): Add nobreak-char-display.
11326
11327 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11328
11329         * mail-source.el (mail-source-fetch-pop): Require pop3.
11330         (mail-source-check-pop): Ditto.
11331
11332 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11335         errors.
11336
11337 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11340         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11341
11342         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11343
11344         * mm-bodies.el (mm-decode-string): Call
11345         `mm-charset-to-coding-system' with allow-override argument.
11346
11347 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11350         (rfc2047-charset-to-coding-system): New function.
11351         (rfc2047-decode-encoded-words): New function.
11352         (rfc2047-decode-region): Use them.
11353         (rfc2047-decode-cte): Remove.
11354         (rfc2047-parse-and-decode): Remove.
11355         (rfc2047-decode): Remove.
11356
11357 2005-10-15  Kenichi Handa  <handa@m17n.org>
11358
11359         * rfc2047.el (rfc2047-decode-cte): New function.
11360         (rfc2047-decode-region): Change the way to decode successive
11361         encoded-words: decode B- or Q-encoding in each encoded-word,
11362         concatenate them, and decode it as charset.
11363
11364 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * lpath.el: Fbind codepage-setup for XEmacs.
11367
11368 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11369
11370         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11371         widget-move-and-invoke.
11372         (gnus-custom-mode): Use gnus-custom-map.
11373
11374 2005-10-15  Bill Wohler  <wohler@newt.com>
11375
11376         * message.el (message-tool-bar-map): Renamed image file from
11377         mail_send to mail/send.
11378
11379 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11380
11381         * message.el (message-expand-group): Pass the common
11382         prefix substring of completion to `display-completion-list'.
11383
11384 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11385
11386         * mml-sec.el (mml-secure-method): New internal variable.
11387         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11388         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11389         functions using mml-secure-method.
11390
11391         * mml.el (mml-mode-map): Add key bindings for those functions.
11392         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11393         Harder <harder@myrealbox.com>.
11394         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11395         end of message if point is the headers of the message.
11396
11397         * message.el (message-in-body-p): New function.
11398
11399         * assistant.el: Autoload gnus-util and netrc.
11400
11401         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11402         Use `mm-charset-override-alist' only when decoding.
11403
11404         * mm-bodies.el (mm-decode-body): Call
11405         `mm-charset-to-coding-system' with allow-override argument.
11406
11407         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11408         `filename' from Content-Disposition if Content-Type doesn't
11409         provide `name'.
11410         (gnus-mime-view-part-as-type): Set default instead of
11411         initial-input.
11412
11413 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11414
11415         * format-spec.el (format-spec): Propagate text properties of % spec.
11416
11417 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gnus-art.el (gnus-treat-predicate): Add `first'.
11420
11421 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11424         (mm-charset-override-alist): New variable.
11425         (mm-charset-to-coding-system): Use it.
11426         (mm-codepage-setup): New helper function.
11427         (mm-charset-eval-alist): New variable.
11428         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11429         about unknown charsets.
11430
11431         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11432
11433 2005-10-04  David Hansen  <david.hansen@gmx.net>
11434
11435         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11436         (nnrss-check-group): Ditto.
11437
11438 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11441         Rename x-gnus-verbatim to x-verbatim.
11442         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11443
11444         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11445         x-verbatim.
11446
11447         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11448
11449         * gnus-util.el (gnus-remove-duplicates): Remove.
11450
11451         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11452         instead of gnus-remove-duplicates.
11453
11454         * message.el (message-remove-duplicates): Remove.
11455         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11456         message-remove-duplicates.
11457
11458         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11459         available, else use implementation from `delete-dups'.
11460
11461         * message.el (message-insert-expires): New function.
11462         (message-mode-map): Add key binding.
11463         (message-mode-field-menu): Add menu entry.
11464         (message-mode): Document it.
11465         (message-make-expires-date): Use `message-make-date'.
11466
11467 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11468
11469         * message.el (message-make-expires-date): New function.
11470
11471 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * Makefile.in (list-installed-shadows): New entry.
11474         (install): Use it.
11475         (remove-installed-shadows): New entry.
11476
11477         * dgnushack.el (dgnushack-default-load-path): New variable.
11478         (dgnushack-find-lisp-shadows): New function.
11479         (dgnushack-remove-lisp-shadows): New function.
11480
11481 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * Makefile.in (install-el-elc): New entry.
11484         (install): Use it so that .el files are necessarily installed.
11485
11486 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11489
11490 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11491
11492         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11493         function rather than the diff-mode.el package.
11494         (mm-display-external): Use with-current-buffer.
11495         (mm-viewer-completion-map, mm-viewer-completion-map):
11496         Move initialization inside declaration.
11497
11498 2005-09-29  Simon Josefsson  <jas@extundo.com>
11499
11500         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11501         autoload mail-check-payment.
11502         (spam-check-hashcash): Define unconditionally, since hashcash.el
11503         is part of Gnus now.  Ignore errors from payment checking.
11504
11505 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * message.el (message-bold-region, message-unbold-region): Rename
11508         from `bold-region' and `unbold-region'.
11509
11510         * message.el: Remove useless autoloads.
11511
11512 2005-09-28  Simon Josefsson  <jas@extundo.com>
11513
11514         * message.el (message-use-idna): Default to t.
11515         (message-use-idna): Test whether encoding works too.  Doc fix.
11516
11517 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11518
11519         * nntp.el (nntp-warn-about-losing-connection): Remove.
11520
11521 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11524         customizable.  Change default value.
11525         (mm-uu-diff-groups-regexp): Change default value.
11526         (mm-uu-type-alist): Add doc string.
11527         (mm-uu-configure): Add doc string.  Make it interactive.
11528         (mm-uu-tex-groups-regexp): New variable.
11529         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11530         (mm-uu-type-alist): Add LaTeX documents.
11531         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11532         of "text/verbatim".
11533         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11534
11535         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11536         instead of "text/verbatim".
11537
11538         * message.el (message-mark-inserted-region)
11539         (message-mark-insert-file): Use slrn style marks when called with
11540         prefix argument.
11541
11542 2005-09-27  Simon Josefsson  <jas@extundo.com>
11543
11544         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11545
11546 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11547
11548         * message.el (message-remove-duplicates): New function.
11549         Implementation borrowed from `gnus-remove-duplicates'.
11550         (message-idna-to-ascii-rhs): Also encode idna addresses in
11551         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11552         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11553         only ask about the same idna domain once per header and also tell
11554         in what header to replace the idna domain.
11555
11556         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11557         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11558         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11559         a header is decoded and not just the last one.
11560
11561 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11564         has been decoded.
11565
11566         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11567         (mm-insert-part): Don't modify text if it has been decoded.
11568
11569         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11570         decoded.
11571
11572         * mm-view.el (mm-inline-text): Don't strip text props unless
11573         decoding enriched or richtext parts.
11574
11575 2005-09-25  Romain Francoise  <romain@orebokech.com>
11576
11577         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11578         * gnus-start.el (gnus-subscribe-interactively):
11579         * gnus-uu.el (gnus-uu-grab-articles):
11580         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11581         space.
11582
11583 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11584
11585         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11586         * mm-view.el (mm-view-pkcs7-decrypt):
11587         * gnus-sum.el (gnus-summary-limit-to-extra)
11588         (gnus-summary-respool-article, gnus-read-move-group-name):
11589         * gnus-score.el (gnus-summary-increase-score):
11590         * gnus-util.el (gnus-completing-read-with-default):
11591         * gnus-art.el (gnus-read-save-file-name)
11592         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11593         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11594         * message.el (message-check-news-header-syntax):
11595         Follow convention for reading with the minibuffer.
11596
11597 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11598
11599         * spam-report.el (spam-report-url-ping-plain):
11600         Use gnus-extended-version as User-Agent.
11601
11602         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11603         default value is nil.
11604
11605         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11606         (mm-uu-verbatim-marks-extract): New function.
11607         (mm-uu-extract): New face.
11608         (mm-uu-copy-to-buffer): Use it.
11609
11610         * spam-report.el (spam-report-gmane-ham): Renamed from
11611         `spam-report-gmane-unspam'.
11612         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11613         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11614
11615         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11616         Autoload.
11617         (spam-report-gmane-unregister-routine): Renamed
11618         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11619
11620 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11621
11622         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11623         (spam-report-gmane-unregister-routine): Add support for gmane
11624         unregistration.
11625
11626         * spam-report.el (spam-report-gmane-unspam)
11627         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11628         (spam-report-gmane): Change to take a single article and do unspam
11629         registration.
11630
11631 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * mm-url.el (mm-url-decode-entities): Fix regexp.
11634
11635 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11636
11637         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11638         default to nil, to be able to use Gnus at all.  If the default
11639         switches to something else, then the function should be fixed not
11640         be exceedingly slow.
11641
11642 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11643
11644         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11645         fail hard.
11646
11647         * spam-report.el: Add better Keywords line.
11648
11649         * spam.el: Add Maintainer and better Keywords line.
11650
11651 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * gnus-art.el (gnus-article-replace-part)
11654         (gnus-mime-replace-part): New functions.
11655         (gnus-mime-action-alist, gnus-mime-button-commands)
11656         (gnus-mime-save-part-and-strip): Added file argument.
11657         (gnus-article-part-wrapper): Added interactive argument.
11658
11659         * gnus-sum.el (gnus-summary-mime-map): Add
11660         `gnus-article-replace-part'.
11661
11662 2005-09-19  Didier Verna  <didier@xemacs.org>
11663
11664         The nnml compaction feature:
11665         * nnml.el (nnml-request-compact-group): New function.
11666         * nnml.el (nnml-request-compact): New function.
11667         * gnus-int.el (gnus-request-compact-group): New function.
11668         * gnus-int.el (gnus-request-compact): New function.
11669         * gnus-group.el (gnus-group-compact-group): New function.
11670         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11671         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11672         * gnus-srvr.el (gnus-server-compact-server): New function.
11673         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11674         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11675
11676 2005-09-18  Deepak Goel  <deego@gnufans.org>
11677
11678         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11679         format spec.
11680
11681 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11684
11685 2005-09-15  Romain Francoise  <romain@orebokech.com>
11686
11687         * message.el (message-fill-paragraph): Clarify docstring.
11688
11689 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-art.el (gnus-mime-display-part): Protect against broken
11692         MIME messages.
11693
11694 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11697         before parsing header.
11698
11699 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11700
11701         * html2text.el (html2text-replace-list): Add new entities.
11702
11703 2005-09-11  Romain Francoise  <romain@orebokech.com>
11704
11705         * message.el (message-alternative-emails): Improve docstring.
11706         (message-setup-1): Call `message-use-alternative-email-as-from'
11707         after `message-setup-hook' to give it precedence over posting
11708         styles, etc.
11709         (message-use-alternative-email-as-from): Add docstring.  Remove
11710         the original From header if present.
11711
11712         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11713         (nnml-save-mail): Use it.
11714
11715         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11716         articles.  Add new argument `silent'.
11717         (gnus-uu-mark-all): Report the total number of marked articles.
11718
11719 2005-09-10  Romain Francoise  <romain@orebokech.com>
11720
11721         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11722         (gnus-uu-mark-series): Likewise.
11723
11724 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * spam-report.el (spam-report-gmane): Fix generation of spam
11727         report URL.
11728
11729 2005-09-10  Simon Josefsson  <jas@extundo.com>
11730
11731         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11732         t, based on discussion on the ding list with Robert Epprecht
11733         <epprecht@solnet.ch>.
11734
11735 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * spam-report.el (spam-report-gmane): Make it work without
11738         X-Report-Spam header.  Gmane now only provides Archived-At.
11739         This is only used if `spam-report-gmane-use-article-number' is nil.
11740         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11741
11742         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11743         make `gnus-summary-sort-by-recipient' work with threading.
11744
11745         * nnweb.el (nnweb-google-wash-article): Print a message if article
11746         is not available.
11747
11748 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11749
11750         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11751         change.  Decode text/* parts content before displaying.
11752
11753 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11756
11757 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11760
11761         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11762         url-package-name, url-package-version,
11763         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11764         w3m-display-inline-images, and w3m-minor-mode-map.
11765
11766 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * message.el (message-tab-body-function): Fix mismatched custom type.
11769
11770         * gnus.el (gnus-group-change-level-function): Ditto.
11771
11772         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11773
11774         * gnus-art.el (gnus-signature-limit)
11775         (gnus-article-mime-part-function): Ditto.
11776
11777 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * mml.el (mml-mode): Silence the byte compiler.
11780
11781         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11782         using `(sit-for 0)' before moving the point to the specified part;
11783         skip unbuttonized parts.
11784         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11785         return to the summary window if gnus-auto-select-part is non-nil.
11786
11787 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11790         variables.
11791         (mml-dnd-attach-file, mml-mode): Use them.
11792
11793         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11794         Make fetching article by MID work again for Google Groups.  Added
11795         FIXME concerning gnus-group-make-web-group.
11796
11797         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11798         Don't depend on Gnus by using mail-extract-address-components if
11799         gnus-extract-address-components is not bound.
11800
11801 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11802
11803         * gnus-art.el (gnus-mime-display-security): Don't display the
11804         signature, but only the signed part.
11805
11806 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11809
11810         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11811         list, not listp.
11812
11813 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11814
11815         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11816         when encoding.
11817
11818         * mm-bodies.el (mm-decode-content-transfer-encoding):
11819         De-canonicalize CRLF for all text content types, not just
11820         text/plain.
11821
11822 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11825         valid article; point arrow and cursor at the MIME button.
11826
11827 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11830         Suggested by Dan Christensen <jdc@uwo.ca>.
11831
11832         * mm-decode.el (mm-save-part): Enable change of prompt.
11833
11834 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11835
11836         * gnus-msg.el (gnus-inews-add-send-actions): Made
11837         `message-post-method' lambda parameter ARG `&optional'.
11838
11839 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11840
11841         * gnus-sum.el (gnus-summary-mime-map): Added
11842         gnus-article-save-part-and-strip, gnus-article-delete-part and
11843         gnus-article-jump-to-part.
11844
11845         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11846         (gnus-article-edit-part): Use it.
11847         (gnus-article-part-wrapper): Added no-handle argument.
11848         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11849         functions.
11850
11851 2005-08-29  Romain Francoise  <romain@orebokech.com>
11852
11853         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11854         docstring.
11855         (gnus-face-from-file): Likewise.
11856
11857 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11860         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11861         non-nil.
11862         (gnus-auto-select-part): New variable.
11863         (gnus-article-jump-to-part): New function.
11864         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11865         (gnus-mime-delete-part): Allow selecting specified part after
11866         deleting or stripping parts.
11867         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11868         part if argument is bogus.
11869
11870 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11871
11872         * gnus-art.el (w3m-minor-mode-map):
11873         * gnus-spec.el (gnus-newsrc-file-version):
11874         * gnus-util.el (nnmail-active-file-coding-system)
11875         (gnus-original-article-buffer, gnus-user-agent):
11876         * gnus.el (gnus-ham-process-destinations)
11877         (gnus-parameter-ham-marks-alist)
11878         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11879         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11880         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11881         * mm-decode.el (gnus-current-window-configuration):
11882         * mm-extern.el (gnus-article-mime-handles):
11883         * mm-url.el (url-current-object, url-package-name)
11884         (url-package-version):
11885         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11886         (smime-keys, w3m-cid-retrieve-function-alist)
11887         (w3m-current-buffer, w3m-display-inline-images)
11888         (w3m-minor-mode-map):
11889         * mml-smime.el (gnus-extract-address-components):
11890         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11891         (gnus-newsrc-hashtb, message-default-charset)
11892         (message-deletable-headers, message-options)
11893         (message-posting-charset, message-required-mail-headers)
11894         (message-required-news-headers):
11895         * mml1991.el (mc-pgp-always-sign):
11896         * mml2015.el (mc-pgp-always-sign):
11897         * nnheader.el (nnmail-extra-headers):
11898         * rfc1843.el (gnus-decode-encoded-word-function)
11899         (gnus-decode-header-function, gnus-newsgroup-name):
11900         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11901
11902 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11903
11904         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11905         the end of the date treatments.
11906
11907 2005-08-15  Simon Josefsson  <jas@extundo.com>
11908
11909         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11910         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11911         Capello and Romain Francoise.
11912         (pgg-fetch-key-function): Removed, not used?
11913         (pgg-insert-url-with-w3): Require url, to get
11914         url-insert-file-contents regardless of where it is defined.
11915
11916 2005-08-13  Romain Francoise  <romain@orebokech.com>
11917
11918         * message.el (message-cite-original-1): New function.
11919         (message-cite-original): Use it.
11920         (message-cite-original-without-signature): Ditto.
11921
11922 2005-08-08  Romain Francoise  <romain@orebokech.com>
11923
11924         * message.el (message-yank-empty-prefix): New variable.
11925         (message-indent-citation): Use it.
11926         (message-cite-original-without-signature): Respect X-No-Archive.
11927
11928 2005-08-08  Simon Josefsson  <jas@extundo.com>
11929
11930         * pgg.el: Autoload url-insert-file-contents instead of loading
11931         w3/url.
11932         (pgg-insert-url-with-w3): Don't load url here.
11933
11934 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11935
11936         * message.el (message-kill-to-signature): Don't insert newline at
11937         bol.
11938         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11939
11940 2005-08-06  Romain Francoise  <romain@orebokech.com>
11941
11942         * message.el (message-user-fqdn): Fix typo in docstring.
11943
11944 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11945
11946         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11947
11948         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11949
11950 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * mm-bodies.el (mm-encode-body): Use coding system rather than
11953         charset to encode text.
11954
11955         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11956         number of charsets if utf-8 is available (XEmacs).
11957
11958 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11961         taken from `gnus-button-mid-or-mail-regexp'.
11962         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11963         (gnus-button-alist): Improve regexp for domain part of the MIDs
11964         for news:localpart@domain buttons.
11965         (gnus-button-ctan-directory-regexp): Update.
11966
11967 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * sieve-manage.el (sieve-manage-interactive-login): Use
11970         make-local-variable rather than make-variable-buffer-local.
11971         (sieve-manage-open): Ditto.
11972         (sieve-manage-authenticate): Ditto.
11973
11974         * mml.el (mml-generate-mime-1): Make the content type default to
11975         text/plain if the filename is not specified.
11976
11977 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11980         instead of insert-buffer.
11981
11982         * message.el (message-yank-original): Ditto; set the mark at the
11983         end of the yanked message.
11984
11985 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11988         lines to scroll rather than to stop it.
11989
11990         * mml.el (mml-generate-default-type): Add doc string.
11991         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11992         default to application/octet-stream when determining the content
11993         type if it is not specified for the part or the mml contents; add
11994         a comment about mml-generate-default-type.
11995
11996 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11999         make it default to application/octet-stream when determining the
12000         content type if it is not specified for the external contents.
12001
12002 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12005         segmented parameter but also other parameters might be there.
12006
12007 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * mm-decode.el (mm-display-external): Delete temp file, directory
12010         and buffer immediately if the external process is exited.
12011
12012 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12013
12014         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12015         fewer lines than that of scroll-margin.
12016         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12017
12018 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * gnus-art.el (gnus-article-next-page): Revert.
12021         (gnus-article-beginning-of-window): New macro.
12022         (gnus-article-next-page-1): Use it.
12023         (gnus-article-prev-page): Ditto.
12024         (gnus-article-edit-part): Use insert-buffer-substring instead of
12025         insert-buffer.
12026         (gnus-article-edit-exit): Ditto.
12027
12028         * gnus-util.el (gnus-beginning-of-window): Remove.
12029         (gnus-end-of-window): Remove.
12030
12031         * lpath.el: Don't bind header-line-format and scroll-margin.
12032
12033 2005-07-25  Simon Josefsson  <jas@extundo.com>
12034
12035         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12036         to have the url package without w3.  Reported by Daiki Ueno
12037         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12038
12039 2005-07-20  Didier Verna  <didier@xemacs.org>
12040
12041         * gnus-diary.el: Remove the description comment (nndiary is now
12042         properly documented in the Gnus manual).
12043         Fix the spelling of "Back End".
12044         * nndiary.el: Ditto.
12045         Fix the copyright notice.
12046
12047 2005-07-18  Romain Francoise  <romain@orebokech.com>
12048
12049         * gnus-sum.el (gnus-summary-to-prefix)
12050         (gnus-summary-newsgroup-prefix): New variables.
12051         (gnus-summary-from-or-to-or-newsgroups): Use them.
12052
12053 2005-07-17  Romain Francoise  <romain@orebokech.com>
12054
12055         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12056         space as it's generally not especially interesting to the user.
12057
12058 2005-07-16  Romain Francoise  <romain@orebokech.com>
12059
12060         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12061         nil to avoid prompting and file modification if one of the
12062         messages at the top of the nnfolder file contains a copyright
12063         notice.
12064         Update copyright notice.
12065
12066         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12067         instead of `current-time-string' as the latter creates a time
12068         string that is not RFC 2822 compliant (it lacks the zone).
12069         Update copyright notice.
12070
12071 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12072
12073         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12074         for text/rtf.  Display default in prompt.  Pass default for M-n.
12075
12076         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12077
12078 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12079
12080         * gnus-msg.el (gnus-button-mailto): Remove
12081         save-selected-window-window hackery because it relies on
12082         save-selected-window internals.
12083
12084 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12087         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12088         (gnus-article-prev-page): Ditto.
12089
12090         * gnus-util.el (gnus-beginning-of-window): New function.
12091         (gnus-end-of-window): New function.
12092
12093         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12094
12095 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12096
12097         * gnus-score.el (gnus-score-edit-all-score): Set
12098         gnus-score-edit-exit-function to gnus-score-edit-done and call
12099         gnus-message.
12100
12101 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12102
12103         * gnus-msg.el (gnus-button-mailto): Remove
12104         save-selected-window-window hackery because it relies on
12105         save-selected-window internals.
12106
12107 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12110         add-minor-mode.
12111         (gnus-binary-mode): Ditto.
12112
12113         * gnus-topic.el (gnus-topic-mode): Ditto.
12114
12115 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12116
12117         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12118         (gnus-article-prev-page): Take scroll-margin into consideration.
12119
12120 2005-07-04  Lute Kamstra  <lute@gnu.org>
12121
12122         Update FSF's address in GPL notices.
12123
12124 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12125
12126         * gnus.el (gnus-exit):
12127         * gnus-group.el (gnus-group-icons):
12128         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12129
12130         * gnus-nocem.el (gnus-nocem):
12131         * message.el (message-various, message-buffers, message-sending)
12132         (message-interface, message-forwarding, message-insertion)
12133         (message-headers, message-news, message-mail):
12134         * pgg-gpg.el (pgg-gpg):
12135         * pgg-parse.el (pgg-parse):
12136         * pgg-pgp.el (pgg-pgp):
12137         * pgg-pgp5.el (pgg-pgp5):
12138         * pop3.el (pop3): Finish `defgroup' description with period.
12139
12140 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-art.el (article-display-face): Improve the efficiency.
12143         (article-display-x-face): Ditto; remove grey x-face stuff.
12144
12145 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-art.el (article-display-face): Correct the position in
12148         which Faces are inserted.
12149
12150 2005-06-29  Didier Verna  <didier@xemacs.org>
12151
12152         * gnus-art.el (article-display-face): Display faces in correct
12153         order.
12154
12155 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12158         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12159         (gnus-nocem-check-article): Fetch the Type header.
12160         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12161         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12162         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12163         make sure gnus-nocem-hashtb is initialized.
12164         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12165         (gnus-nocem-unwanted-article-p): Ditto.
12166
12167         * pgg.el (pgg-verify): Return the verification result.
12168
12169 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170
12171         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12172         is ascii.
12173
12174 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12175
12176         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12177         `show-nonbreak-escape'.
12178
12179 2005-06-23  Lute Kamstra  <lute@gnu.org>
12180
12181         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12182
12183         * dig.el (dig-mode):
12184         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12185
12186 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12187
12188         * nnimap.el (nnimap-split-download-body): Fix spellings.
12189
12190 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12191
12192         * gnus-art.el (gnus-article-encrypt-body):
12193         * gnus-cus.el (gnus-score-customize):
12194         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12195         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12196
12197 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12198
12199         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12200         header by looking for magic "MII" at the beginnig.
12201
12202 2005-06-16  Miles Bader  <miles@gnu.org>
12203
12204         * gnus-xmas.el (gnus-xmas-group-startup-message):
12205         Use renamed gnus-splash face.
12206
12207         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12208         (assistant-field-face): New backward-compatibility alias for renamed
12209         face.
12210         (assistant-render-text): Use renamed assistant-field face.
12211
12212         * spam.el (spam): Remove "-face" suffix from face name.
12213         (spam-face): New backward-compatibility alias for renamed face.
12214         (spam-face, spam-initialize): Use renamed spam face.
12215
12216         * message.el (message-header-to, message-header-cc)
12217         (message-header-subject, message-header-newsgroups)
12218         (message-header-other, message-header-name)
12219         (message-header-xheader, message-separator, message-cited-text)
12220         (message-mml): Remove "-face" suffix from face names.
12221         (message-header-to-face, message-header-cc-face)
12222         (message-header-subject-face, message-header-newsgroups-face)
12223         (message-header-other-face, message-header-name-face)
12224         (message-header-xheader-face, message-separator-face)
12225         (message-cited-text-face, message-mml-face):
12226         New backward-compatibility aliases for renamed faces.
12227         (message-font-lock-keywords): Use renamed message faces.
12228
12229         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12230         (sieve-test-commands, sieve-tagged-arguments):
12231         Remove "-face" suffix from face names.
12232         (sieve-control-commands-face, sieve-action-commands-face)
12233         (sieve-test-commands-face, sieve-tagged-arguments-face):
12234         New backward-compatibility aliases for renamed faces.
12235         (sieve-control-commands-face, sieve-action-commands-face)
12236         (sieve-test-commands-face, sieve-tagged-arguments-face):
12237         Use renamed sieve faces.
12238
12239         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12240         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12241         (gnus-group-news-3-empty, gnus-group-news-4)
12242         (gnus-group-news-4-empty, gnus-group-news-5)
12243         (gnus-group-news-5-empty, gnus-group-news-6)
12244         (gnus-group-news-6-empty, gnus-group-news-low)
12245         (gnus-group-news-low-empty, gnus-group-mail-1)
12246         (gnus-group-mail-1-empty, gnus-group-mail-2)
12247         (gnus-group-mail-2-empty, gnus-group-mail-3)
12248         (gnus-group-mail-3-empty, gnus-group-mail-low)
12249         (gnus-group-mail-low-empty, gnus-summary-selected)
12250         (gnus-summary-cancelled, gnus-summary-high-ticked)
12251         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12252         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12253         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12254         (gnus-summary-low-undownloaded)
12255         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12256         (gnus-summary-low-unread, gnus-summary-normal-unread)
12257         (gnus-summary-high-read, gnus-summary-low-read)
12258         (gnus-summary-normal-read, gnus-splash):
12259         Remove "-face" suffix from face names.
12260         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12261         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12262         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12263         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12264         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12265         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12266         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12267         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12268         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12269         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12270         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12271         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12272         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12273         (gnus-summary-normal-ticked-face)
12274         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12275         (gnus-summary-normal-ancient-face)
12276         (gnus-summary-high-undownloaded-face)
12277         (gnus-summary-low-undownloaded-face)
12278         (gnus-summary-normal-undownloaded-face)
12279         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12280         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12281         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12282         (gnus-splash-face):
12283         New backward-compatibility aliases for renamed faces.
12284         (gnus-group-startup-message): Use renamed gnus faces.
12285
12286         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12287         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12288         (gnus-server-agent): Remove "-face" suffix from face names.
12289         (gnus-server-agent-face, gnus-server-opened-face)
12290         (gnus-server-closed-face, gnus-server-denied-face)
12291         (gnus-server-offline-face):
12292         New backward-compatibility aliases for renamed faces.
12293         (gnus-server-agent-face, gnus-server-opened-face)
12294         (gnus-server-closed-face, gnus-server-denied-face)
12295         (gnus-server-offline-face): Use renamed gnus faces.
12296
12297         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12298         Remove "-face" suffix from face names.
12299         (gnus-picon-xbm-face, gnus-picon-face):
12300         New backward-compatibility aliases for renamed faces.
12301
12302         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12303         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12304         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12305         (gnus-cite-11): Remove "-face" suffix from face names.
12306         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12307         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12308         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12309         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12310         New backward-compatibility aliases for renamed faces.
12311         (gnus-cite-attribution-face, gnus-cite-face-list)
12312         (gnus-article-boring-faces): Use renamed gnus faces.
12313
12314         * gnus-art.el (gnus-signature, gnus-header-from)
12315         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12316         (gnus-header-content): Remove "-face" suffix from face names.
12317         (gnus-signature-face, gnus-header-from-face)
12318         (gnus-header-subject-face, gnus-header-newsgroups-face)
12319         (gnus-header-name-face, gnus-header-content-face):
12320         New backward-compatibility aliases for renamed faces.
12321         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12322
12323         * gnus-sum.el (gnus-summary-selected-face)
12324         (gnus-summary-highlight): Use renamed gnus faces.
12325         * gnus-group.el (gnus-group-highlight): Likewise.
12326
12327 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12328
12329         * gnus-sieve.el (gnus-sieve-article-add-rule):
12330         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12331         * spam-stat.el (spam-stat-buffer-change-to-spam)
12332         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12333
12334         * message.el (message-is-yours-p):
12335         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12336
12337 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * mm-view.el (mm-inline-text): Withdraw the last change.
12340
12341 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12344         executing enriched-decode.
12345
12346 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12349         charset of tar files.
12350
12351 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12352
12353         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12354
12355 2005-06-04  Lute Kamstra  <lute@gnu.org>
12356
12357         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12358         information is never recorded.
12359
12360 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12361
12362         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12363
12364 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * pop3.el (pop3-apop): Run md5 in the binary mode.
12367
12368         * starttls.el (starttls-set-process-query-on-exit-flag):
12369         Use eval-and-compile.
12370
12371 2005-05-31  Simon Josefsson  <jas@extundo.com>
12372
12373         * smime.el (smime-replace-in-string): Define.
12374         (smime-cert-by-ldap-1): Use it.
12375
12376 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-art.el (article-display-x-face): Replace
12379         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12380
12381         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12382         set-process-query-on-exit-flag or process-kill-without-query.
12383
12384         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12385         loop instead of replace-regexp.
12386
12387         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12388         instead of process-kill-without-query if it is available.
12389
12390         * lpath.el: Fbind ldap-search-entries.
12391
12392         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12393         instead of find-file-hooks if it is available.
12394
12395         * mml1991.el: Bind pgg-default-user-id when compiling.
12396
12397         * mml2015.el: Bind pgg-default-user-id when compiling.
12398
12399         * nndraft.el (nndraft-request-associate-buffer):
12400         Use write-contents-functions instead of write-contents-hooks if it is
12401         available.
12402
12403         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12404         instead of find-file-hooks if it is available.
12405
12406         * nntp.el (nntp-open-connection): Replace
12407         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12408         (nntp-open-ssl-stream): Ditto.
12409         (nntp-open-tls-stream): Ditto.
12410
12411         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12412         set-process-query-on-exit-flag or process-kill-without-query.
12413         (starttls-open-stream-gnutls): Use it instead of
12414         process-kill-without-query.
12415         (starttls-open-stream): Ditto.
12416
12417 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12418
12419         * smime.el (smime-cert-by-ldap-1): Don't use
12420         replace-regexp-in-string.
12421
12422 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12423
12424         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12425
12426         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12427         in PEM format.  Adjust to the XEmacs compability.
12428
12429 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12432         by `string-to-number'.
12433         * gnus-agent.el (gnus-agent-regenerate-group)
12434         (gnus-agent-fetch-articles): Ditto.
12435         * gnus-art.el (gnus-button-fetch-group): Ditto.
12436         * gnus-cache.el (gnus-cache-generate-active)
12437         (gnus-cache-articles-in-group): Ditto.
12438         * gnus-group.el (gnus-group-set-current-level)
12439         (gnus-group-insert-group-line): Ditto.
12440         * gnus-score.el (gnus-score-set-expunge-below)
12441         (gnus-score-set-mark-below, gnus-summary-score-effect)
12442         (gnus-summary-score-entry): Ditto.
12443         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12444         (gnus-soup-pack): Ditto.
12445         * gnus-spec.el (gnus-xmas-format): Ditto.
12446         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12447         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12448         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12449         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12450         * nndb.el (nndb-get-remote-expire-response): Ditto.
12451         * nndiary.el (nndiary-parse-schedule-value)
12452         (nndiary-string-to-number, nndiary-request-replace-article)
12453         (nndiary-request-article): Ditto.
12454         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12455         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12456         * nneething.el (nneething-make-head): Ditto.
12457         * nnfolder.el (nnfolder-request-article)
12458         (nnfolder-retrieve-headers): Ditto.
12459         * nnheader.el (nnheader-file-to-number): Ditto.
12460         * nnkiboze.el (nnkiboze-request-article): Ditto.
12461         * nnmail.el (nnmail-process-unix-mail-format)
12462         (nnmail-process-babyl-mail-format): Ditto.
12463         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12464         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12465         (nnmh-request-create-group, nnmh-request-list-1)
12466         (nnmh-request-group, nnmh-request-article): Ditto.
12467         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12468         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12469         * nnsoup.el (nnsoup-make-active): Ditto.
12470         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12471         * nntp.el (nntp-find-group-and-number)
12472         (nntp-retrieve-headers-with-xover): Ditto.
12473         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12474         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12475         (pgg-format-key-identifier): Ditto.
12476         * pop3.el (pop3-last, pop3-stat): Ditto.
12477         * qp.el (quoted-printable-decode-region): Ditto.
12478
12479         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12480         of concat.
12481
12482 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12485
12486         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12487
12488         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12489
12490         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12491
12492         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12493
12494         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12495
12496         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12497         (gnus-carpal-mode): Ditto.
12498
12499         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12500         (gnus-browse-mode): Ditto.
12501
12502         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12503
12504         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12505
12506 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12507
12508         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12509
12510 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * gnus-util.el (gnus-run-mode-hooks): New function.
12513
12514         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12515
12516         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12517         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12518
12519 2005-05-27  Lute Kamstra  <lute@gnu.org>
12520
12521         * dns-mode.el (dns-mode): Specify customization group.
12522
12523 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12524
12525         * gnus-agent.el (gnus-agent-make-mode-line-string):
12526         Use mode-line-highlight as mouse-face.
12527
12528 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12529
12530         * canlock.el (canlock): Change the parent group to news.
12531
12532         * deuglify.el (gnus-outlook-deuglify): Add :group.
12533
12534         * dig.el (dig): Add :group.
12535
12536         * dns-mode.el (dns-mode): Add :group.
12537
12538         * encrypt.el (encrypt): Add :group.
12539
12540         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12541         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12542         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12543         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12544         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12545
12546         * gnus-diary.el (gnus-diary): Add :group.
12547
12548         * gnus.el (gnus-group-news-1-face): Add :group.
12549         (gnus-group-news-1-empty-face): Ditto.
12550         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12551         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12552         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12553         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12554         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12555         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12556         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12557         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12558         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12559         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12560         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12561         (gnus-summary-high-ticked-face): Ditto.
12562         (gnus-summary-low-ticked-face): Ditto.
12563         (gnus-summary-normal-ticked-face): Ditto.
12564         (gnus-summary-high-ancient-face): Ditto.
12565         (gnus-summary-low-ancient-face): Ditto.
12566         (gnus-summary-normal-ancient-face): Ditto.
12567         (gnus-summary-high-undownloaded-face): Ditto.
12568         (gnus-summary-low-undownloaded-face): Ditto.
12569         (gnus-summary-normal-undownloaded-face): Ditto.
12570         (gnus-summary-high-unread-face): Ditto.
12571         (gnus-summary-low-unread-face): Ditto.
12572         (gnus-summary-normal-unread-face): Ditto.
12573         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12574         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12575
12576         * hashcash.el (hashcash): New custom group.
12577         (hashcash-default-payment): Add :group.
12578         (hashcash-payment-alist): Ditto.
12579         (hashcash-default-accept-payment): Ditto.
12580         (hashcash-accept-resources): Ditto.
12581         (hashcash-path): Ditto.
12582         (hashcash-extra-generate-parameters): Ditto.
12583         (hashcash-double-spend-database): Ditto.
12584         (hashcash-in-news): Ditto.
12585
12586         * message.el (message-minibuffer-local-map): Add :group.
12587
12588         * netrc.el (netrc): Add :group.
12589
12590         * sieve-manage.el (sieve-manage-log): Add :group.
12591         (sieve-manage-default-user): Diito.
12592         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12593         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12594         (sieve-manage-authenticators): Ditto.
12595         (sieve-manage-authenticator-alist): Ditto.
12596         (sieve-manage-default-port): Ditto.
12597
12598         * sieve-mode.el (sieve-control-commands-face): Add :group.
12599         (sieve-action-commands-face): Ditto.
12600         (sieve-test-commands-face): Ditto.
12601         (sieve-tagged-arguments-face): Ditto.
12602
12603         * smime.el (smime): Add :group.
12604
12605         * spam-report.el (spam-report): Add :group.
12606
12607         * spam.el (spam, spam-face): Add :group.
12608
12609 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12610
12611         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12612         return \n.\n.\n at the end of articles.  Protect against that.
12613         (nntp-with-open-group): Allow debugging.
12614
12615         * nnheader.el (mail-header-set-extra): Make into a function
12616         because I just could't understand how to quote the list properly.
12617
12618         * dns.el (query-dns-cached): New function.
12619
12620 2005-05-26  Lute Kamstra  <lute@gnu.org>
12621
12622         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12623
12624 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12627
12628         * gnus-art.el: Don't autoload mail-extract-address-components.
12629
12630         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12631         eval-and-compile to evaluate it.
12632
12633         * hashcash.el: Don't autoload executable-find.
12634
12635         * nndb.el: Don't declare the nndb back end two or more times; don't
12636         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12637
12638         * nntp.el: Autoload format-spec instead of format; use
12639         eval-and-compile to evaluate autoload forms.
12640
12641 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12642
12643         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12644
12645 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * gnus.el (gnus-version-number): Bump version.
12648
12649 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12650
12651         * gnus.el: No Gnus v0.3 is released.
12652
12653 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * lpath.el (featurep): Bind show-nonbreak-escape.
12656
12657 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus-art.el (gnus-article-edit-part): Disable undo.
12660
12661 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12664         gnus-article-date-lapsed-new-header is t if date timer is active;
12665         skip headers in which the original date value is empty.
12666         (gnus-article-save-original-date): Redefine it as a macro.
12667         (gnus-display-mime): Use it.
12668
12669 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-art.el (article-date-ut): Support converting date in
12672         forwarded parts as well.
12673         (gnus-article-save-original-date): New function.
12674         (gnus-display-mime): Use it.
12675
12676 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12677
12678         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12679         enclosure element of <item>.
12680
12681 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * message.el (message-kill-buffer-query): Renamed from
12684         `message-kill-buffer-query-if-modified'.  Added :version.
12685
12686 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12687
12688         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12689         window layout.
12690
12691 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * mml.el: Autoload dnd when compiling.
12694
12695 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12698         x-dnd-*.
12699
12700 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * qp.el (quoted-printable-encode-region): Save excursion.
12703
12704 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12705
12706         * message.el (message-kill-buffer-query-if-modified): Add new variable
12707         so the user can kill a modified message buffer quickly.
12708         (message-kill-buffer): Use it.
12709
12710 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12711
12712         * lpath.el: Fbind display-time-event-handler; don't fbind
12713         string-to-multibyte.
12714
12715         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12716
12717 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12720         contained in text because xml.el decodes entities) with LFs.
12721
12722 2005-04-11  Lute Kamstra  <lute@gnu.org>
12723
12724         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12725         differently.
12726
12727 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12728
12729         * mm-util.el (mm-detect-coding-region): Typo.
12730
12731 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12734
12735 2005-04-06  Deepak Goel  <deego@gnufans.org>
12736
12737         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12738         user-function allow user modifications of the scores.
12739         (spam-stat-score-buffer-user): New function, to allow
12740         user-computed modifications to the score.
12741         (spam-stat-score-buffer-user-functions): List of additional
12742         scoring functions.
12743         (spam-stat-error-holder): Global temporary error holder.
12744         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12745         variable.
12746
12747 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12748
12749         * gnus-registry.el (gnus-registry-clean-empty-function)
12750         (gnus-registry-trim, gnus-registry-fetch-groups)
12751         (gnus-registry-delete-group): Groups that match
12752         `gnus-registry-ignored-groups' are removed from the registry
12753         entries, not just ignored for splitting.  This helps clean up the
12754         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12755         to get all the groups a message ID is in.
12756
12757         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12758         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12759         (spam-stat-score-buffer-user-functions): Add :number custom type.
12760
12761 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12764         argument in XEmacs.
12765
12766         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12767         (nnrss-request-group): Decode group name first.
12768         (nnrss-request-article): Make a text/plain article if mml-to-mime
12769         failed.
12770         (nnrss-get-encoding): Return a compatible encoding according to
12771         nnrss-compatible-encoding-alist.
12772         (nnrss-find-el): Use consp instead of listp.
12773         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12774
12775 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12778         which Emacs 20 doesn't support.
12779         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12780
12781 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12784         silence the byte compiler inside the defun.
12785
12786         * gnus-demon.el (parse-time-string): Add autoload.
12787
12788         * gnus-delay.el (parse-time-string): Add autoload.
12789
12790         * gnus-art.el (parse-time-string): Add autoload.
12791
12792         * nnultimate.el (parse-time): Require for `parse-time-string'.
12793
12794 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12797
12798         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12799
12800         * smime.el (smime-ldap-host-list): Add :version.
12801
12802 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12805         pass it to `gnus-browse-read-group'.
12806         (gnus-browse-read-group): Add NUMBER argument and pass it to
12807         `gnus-group-read-ephemeral-group'.
12808
12809         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12810         argument and pass it to `gnus-group-read-group'.
12811
12812 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12813
12814         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12815         mm-xemacs-find-mime-charset-1 if we have the mule feature
12816         available at runtime.
12817
12818 2005-03-25  Werner Lemberg  <wl@gnu.org>
12819
12820         * nnmaildir.el: Replace `illegal' with `invalid'.
12821
12822 2005-03-23  Lute Kamstra  <lute@gnu.org>
12823
12824         * time-date.el: Add comment on time value formats.
12825         Don't require parse-time.
12826         (with-decoded-time-value): New macro.
12827         (encode-time-value): New function.
12828         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12829         (days-to-time): Return a valid time value when arg is huge.
12830         (time-since): Use time-subtract.
12831         (time-to-number-of-days): Use time-to-seconds.
12832
12833 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12834
12835         * gnus-start.el (gnus-display-time-event-handler):
12836         Check display-time-timer at runtime rather than only at load time
12837         in case display-time-mode is turned off in the mean time.
12838
12839 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12842         used.
12843
12844         * nneething.el (nneething-map-file-directory): Derive from
12845         `gnus-directory'.
12846
12847         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12848         the To/Cc button.
12849
12850 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * nnmaildir.el (nnmaildir-request-accept-article):
12853         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12854
12855 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12856
12857         * gnus-async.el: Require timer-funcs at compile time when in
12858         XEmacs for `run-with-idle-timer'.
12859
12860 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12861
12862         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12863         autoloaded function.
12864
12865 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12866
12867         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12868
12869 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12870
12871         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12872
12873 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874
12875         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12876         gnus-expert-user to default.
12877
12878 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12879
12880         * nnimap.el (nnimap-open-server): Ditto.
12881
12882         * imap.el (imap-authenticate): Fix typo.
12883
12884 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12885
12886         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12887         buffer (since IMAP server might return FETCH response out of
12888         order, and the nntp buffer must be sorted).
12889
12890 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12891
12892         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12893         comparison on string.
12894
12895         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12896         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12897         (gnus-agent-summary-fetch-series): Modified to protect against
12898         gnus-agent-summary-fetch-group clearing processable flags.
12899         (gnus-agent-synchronize-group-flags): Update live group buffer as
12900         synchronization may occur due to the user toggle the plugged
12901         status.
12902         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12903         successfully downloaded.
12904         (gnus-agent-expire-group-1): Avoid using markers when the overview
12905         is in ascending order; greatly improves performance.
12906         (gnus-agent-regenerate-group): Use
12907         gnus-agent-synchronize-group-flags to reset read status in both
12908         gnus and server.
12909         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12910
12911 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * message.el: Don't autoload former message-utils variables.
12914         (message-strip-subject-trailing-was): Change doc string.
12915
12916         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12917         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12918         (nnweb-google-search): Add "hl=en" here.
12919         (nnweb-google-parse-1, nnweb-google-create-mapping):
12920         Don't hardcode URL.
12921
12922 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * message.el (message-get-reply-headers, message-followup):
12925         Mention related variables `message-use-followup-to' and
12926         `message-use-mail-followup-to', in the information buffer.
12927
12928         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12929         of broken groups(-beta).google.com.
12930
12931 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12932
12933         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12934         parameter to invoked gnus-request-move-article; remove the
12935         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12936         all at once instead of once per article.
12937         (gnus-summary-remove-process-mark): Accept a list of articles as
12938         well as a single article for processing.
12939
12940         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12941         parameter.
12942
12943         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12944
12945         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12946
12947         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12948         parameter.
12949
12950         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12951         parameter.
12952
12953         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12954         parameter and remove the gnus-sum-hint-move-is-internal variable.
12955
12956         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12957         parameter.
12958
12959         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12960         parameter.
12961
12962         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12963         parameter.
12964
12965         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12966
12967         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12968         parameter.
12969
12970         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12971         parameter.
12972
12973 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12974
12975         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12976         a more conservative way.
12977
12978 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12979
12980         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12981         buffer, so it moves the window's cursor.
12982
12983 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12984
12985         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12986         `mm-dissect-multipart' and receive the from field as an (optional)
12987         argument from `mm-dissect-multipart'.
12988         (mm-dissect-multipart): Receive the from field as an argument and
12989         pass it on when we call `mm-dissect-buffer' on MIME parts.
12990         Fixes verification/decryption of signed/encrypted MIME parts.
12991
12992 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12993
12994         * gnus-sum.el (gnus-summary-move-article): Set
12995         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12996         whatever it calls (right now, only nnimap-request-move article
12997         respects it).
12998
12999         * nnimap.el (nnimap-request-move-article): When
13000         gnus-sum-hint-move-is-internal is set, don't do the extra
13001         nnimap-request-article.
13002
13003 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13006
13007         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13008         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13009
13010         * gnus-sum.el (gnus-summary-caesar-message):
13011         Apply `gnus-treat-article' after rotation.
13012
13013         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13014         doc string.
13015
13016 2005-02-22  Simon Josefsson  <jas@extundo.com>
13017
13018         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13019         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13020         <arne@arnested.dk>.
13021         (encrypt): Add password-cache and password-cache-expiry as group
13022         members.
13023
13024 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13025
13026         * smime.el (smime-ldap-host-list): Doc fix.
13027         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13028         cache) password.
13029         (smime-sign-region): Use it.
13030         (smime-decrypt-region): Use it.
13031         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13032         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13033         fails.
13034         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13035         certificate from DER to PEM format rather than calling openssl.
13036
13037         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13038
13039         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13040         for signing/encryption.
13041
13042         * mml.el (mml-parse-1): Use them.
13043
13044 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13045
13046         * nnrss.el (nnrss-verbose): Removed.
13047         (nnrss-request-group): Use `nnheader-message' instead.
13048
13049 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13050
13051         * nnrss.el (nnrss-verbose): New variable.
13052         (nnrss-request-group): Make it say nnrss is requesting a group.
13053
13054 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13057         Handle news URL with given port correctly.
13058
13059 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13062         containing special characters.
13063
13064         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13065
13066         * mml.el (mime-to-mml): Ditto.
13067
13068         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13069         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13070         (rfc2047-decode-region): Quote decoded words containing special
13071         characters when rfc2047-quote-decoded-words-containing-tspecials
13072         is non-nil.
13073
13074 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13075
13076         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13077
13078         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13079
13080 2005-02-15  Simon Josefsson  <jas@extundo.com>
13081
13082         * nnimap.el (nnimap-debug): Doc fix.
13083
13084         * imap.el (imap-debug): Doc fix.
13085
13086 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13089
13090 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13091
13092         * gnus.el (spam-contents): Improve docs for spam-contents
13093         parameter in its variable incarnation.
13094
13095 2005-02-14  Simon Josefsson  <jas@extundo.com>
13096
13097         * smime-ldap.el: Use require instead of load-library for ldap.
13098         (smime-ldap-search): Indent.
13099         (smime-ldap-search-internal): Shorten line.
13100
13101         * smime.el (smime-cert-by-dns): Add doc-string.
13102         (smime-cert-by-ldap-1): Indent.
13103
13104         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13105         mml-smime-get-dns-ldap.
13106         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13107
13108 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13109
13110         * smime.el: Require smime-ldap.
13111         (smime-ldap-host-list): New variable.
13112         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13113
13114         * mml-smime.el (mml-smime-encrypt-query): New function.
13115         (mml-smime-encrypt-query): Use it.
13116
13117         * smime-ldap.el: New file.
13118
13119 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13122
13123 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13126         argument in doc string.  Make query for type more clear.
13127
13128 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13129
13130         * gnus.el (gnus-group-startup-message): Search for gnus images in
13131         etc/images/gnus.
13132         * mm-util.el (mm-image-load-path): Likewise.
13133         * smiley.el (smiley-data-directory): Search for smilies in
13134         etc/images/smilies.
13135
13136 2005-02-09  Kim F. Storm  <storm@cua.dk>
13137
13138         Change Emacs release version from 21.4 to 22.1 throughout.
13139         Change Emacs development version from 21.3.50 to 22.0.50.
13140
13141 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13144
13145         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13146         non-Mule XEmacs as well.
13147         (mm-decompress-buffer): Signal an error intentionally if it does
13148         not decompress compressed data because auto-compression-mode is
13149         disabled.
13150
13151 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13152
13153         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13154         an ID in the registry even if it has no groups.
13155
13156 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13159         merge it into mm-decompress-buffer.
13160         (gnus-mime-copy-part): Use the MIME part charset, the value which
13161         a user specified or gnus-newsgroup-charset for decoding, like
13162         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13163         save-buffer what was used.  Suggested by Kevin Ryde
13164         <user42@zip.com.au>.
13165         (gnus-mime-inline-part): Allow the name parameter as well as the
13166         filename parameter; force decompressing of compressed data; always
13167         display contents being not decoded as unibyte.
13168
13169         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13170         as well as the filename parameter.
13171
13172         * mm-util.el (mm-decompress-buffer): Merge
13173         gnus-mime-jka-compr-maybe-uncompress.
13174         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13175         of compressed data.
13176
13177 2005-02-08  Simon Josefsson  <jas@extundo.com>
13178
13179         * imap.el (imap-log): Doc fix.
13180
13181 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13182
13183         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13184         the coding cookies; decompress compressed parts.
13185
13186         * mml.el (mml-generate-mime-1): Add the charset parameter according
13187         to the value which a user specified manually or the coding cookie.
13188
13189         * mm-util.el (mm-string-to-multibyte): New function.
13190         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13191         (mm-coding-system-to-mime-charset): New function.
13192         (mm-decompress-buffer): New function.
13193         (mm-find-buffer-file-coding-system): New function.
13194
13195         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13196         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13197         parts.
13198
13199 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13200
13201         * mm-view.el (mm-display-inline-fontify): Decode a part according
13202         to the charset parameter.
13203
13204 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13207         prefix arg is neither nil nor a number, as info specifies.
13208
13209 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13210
13211         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13212         timestamps.
13213
13214 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13215
13216         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13217         groups error checking and notify user.
13218
13219 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13220
13221         * message.el (message-send-mail-function): Check existence of
13222         sendmail-program first before using default value
13223         `message-send-mail-with-sendmail'.  Otherwise use more generic
13224         `smtpmail-send-it'.
13225
13226 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * nntp.el (nntp-request-update-info): Always return nil.
13229
13230 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13231
13232         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13233
13234 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13235
13236         * message.el (message-beginning-of-line): Change the behavior when
13237         invoked between BOL and : so that it first moves backward.
13238
13239 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13242         article buffer when editing of the article is discarded.
13243         (gnus-article-prepare): Revert.
13244
13245 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-art.el (gnus-article-prepare):
13248         Remove message-strip-forbidden-properties from the local hook.
13249
13250 2005-01-27  Simon Josefsson  <jas@extundo.com>
13251
13252         * password.el (password-cache-add): Only start one timer per key.
13253         Reported by Derek Atkins <warlord@MIT.EDU>.
13254
13255 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13256
13257         * run-at-time.el: Removed.  It is no longer needed as
13258         timer-funcs.el in the xemacs-base package has a working version of
13259         `run-at-time'.
13260
13261         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13262
13263         * password.el: Require timer-funcs instead of run-at-time in
13264         XEmacs.
13265         Remove `password-run-at-time' macro.
13266         (password-cache-add): Use `run-at-time' instead of
13267         `password-run-at-time'.
13268
13269         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13270         Remove `nnheader-cancel-function-timers' alias,
13271         `cancel-function-timers' exists in XEmacs in timer-funcs.
13272
13273         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13274         for `run-with-idle-timer'.
13275
13276         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13277         for `run-at-time'.
13278
13279         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13280         for `with-timeout'.
13281
13282         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13283         the same as for XEmacs 21.4.
13284         No need to ignore `run-with-idle-timer', this function exists in
13285         XEmacs now in timer-funcs.el in the xemacs-base package.
13286         (dgnushack-compile): No need to delete
13287         run-at-time.el from the list of files to compile because it
13288         doesn't exist anymore.
13289
13290 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13293         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13294
13295 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13296
13297         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13298         sensitively.
13299
13300 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13301
13302         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13303
13304 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13307         which will be inserted according to the multibyteness of a buffer
13308         rather than the type of contents.  Suggested by ARISAWA Akihiro
13309         <ari@mbf.ocn.ne.jp>.
13310
13311         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13312         of string which old xml.el may return rather than a string.
13313
13314 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13317
13318 2005-01-16  Simon Josefsson  <jas@extundo.com>
13319
13320         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13321         idn/idna.el isn't available.
13322         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13323         <michael@waxrat.com>.
13324
13325         * hashcash.el: Remove non-FSF copyright header.
13326
13327         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13328         (hashcash-generate-payment): Use it.
13329         (hashcash-generate-payment-async): Use it.
13330
13331 2005-01-15  Simon Josefsson  <jas@extundo.com>
13332
13333         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13334         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13335
13336         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13337         gnus-summary-idna-message.
13338         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13339         (gnus-summary-idna-message): New function.
13340
13341 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13344         gnus-novice-user.
13345
13346 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * nnrss.el (nnrss-request-delete-group): Delete entries in
13349         nnrss-group-alist as well.
13350         (nnrss-save-server-data): Insert newline.
13351
13352 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13353
13354         * gnus.el (gnus-user-agent): Use list of symbols instead of
13355         symbols.  Display full version number for (S)XEmacs.  Optionally
13356         display (S)XEmacs codename.
13357
13358         * gnus-util.el (gnus-emacs-version): Update for new
13359         `gnus-user-agent'.
13360
13361         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13362         Gnus version.
13363
13364 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13365
13366         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13367         which is unreadable in some setups.
13368
13369 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-spec.el (gnus-update-format-specifications): Flush the
13372         group format spec cache if it doesn't support decoded group names.
13373
13374 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13377         Allow to apply decay on score files matching a regexp.
13378
13379 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13382         compatibility in %g and %c.
13383
13384 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13387         name for only %g and %c.
13388         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13389         of gnus-tmp-group to decoded group name.
13390         (gnus-group-make-rss-group): Exclude `/'s from group names.
13391
13392 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * nnrss.el (nnrss-get-encoding): Fix regexp.
13395
13396 2004-12-27  Simon Josefsson  <jas@extundo.com>
13397
13398         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13399         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13400         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13401
13402 2004-12-17  Kim F. Storm  <storm@cua.dk>
13403
13404         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13405
13406         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13407
13408 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13409
13410         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13411
13412 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * nnrss.el: Require rfc2047 and mml.
13415         (nnrss-file-coding-system): New variable.
13416         (nnrss-format-string): Redefine it as an inline function.
13417         (nnrss-decode-group-name): New function.
13418         (nnrss-string-as-multibyte): Remove.
13419         (nnrss-retrieve-headers): Decode group name; don't use
13420         nnrss-format-string.
13421         (nnrss-request-group): Decode group name.
13422         (nnrss-request-article): Decode group name; allow a Message-ID as
13423         well as an article number; don't use nnrss-format-string; encode a
13424         Message-ID string which may contain non-ASCII characters; use
13425         mml-to-mime to compose a MIME article.
13426         (nnrss-request-expire-articles): Decode group name.
13427         (nnrss-request-delete-group): Decode group name.
13428         (nnrss-fetch): Clarify error message.
13429         (nnrss-read-server-data): Use insert-file-contents instead of load;
13430         bind file-name-coding-system; use multibyte buffer.
13431         (nnrss-save-server-data): Bind coding-system-for-write to the
13432         value of nnrss-file-coding-system; bind file-name-coding-system;
13433         add coding cookie.
13434         (nnrss-read-group-data): Use insert-file-contents instead of load;
13435         bind file-name-coding-system; use multibyte buffer.
13436         (nnrss-save-group-data): Bind coding-system-for-write to the
13437         value of nnrss-file-coding-system; bind file-name-coding-system.
13438         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13439         make it work with non-ASCII text.
13440         (nnrss-find-el): Make it work with old xml.el as well.
13441
13442 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13443
13444         * nnrss.el (nnrss-get-encoding): New function.
13445         (nnrss-fetch): Use unibyte buffer initially; bind
13446         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13447         decode contents according to the encoding attribute.
13448         (nnrss-save-group-data): Add coding cookie.
13449         (nnrss-mime-encode-string): New function.
13450         (nnrss-check-group): Use it to encode subject and author.
13451
13452 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13453
13454         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13455         imaginary variable.
13456
13457 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13460         correctly even if there are wide characters.
13461
13462 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13463
13464         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13465         downcased symbol names; make a new cache instead of reusing
13466         bbdb-hashtable.
13467
13468 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13471         concatenating segments rather than before concatenating them.
13472         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13473
13474         * message.el (message-get-reply-headers): Bind `extra'.
13475
13476 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13477
13478         * message.el (message-extra-wide-headers): New variable.
13479         (message-get-reply-headers): Use it.
13480
13481 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13484         (gnus-agent-group-pathname): Ditto.
13485
13486         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13487
13488         * gnus-group.el (gnus-group-make-group): Decode group name.
13489         (gnus-group-make-rss-group): Register the group data after opening
13490         the nnrss group.
13491
13492 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13493
13494         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13495         by expiry now get marked as read.
13496
13497 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13498
13499         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13500
13501 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13502
13503         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13504         unify Latin characters in XEmacs.
13505         (mm-find-mime-charset-region): Use it.
13506
13507 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * gnus-util.el (gnus-delete-directory): New function.
13510
13511         * gnus-agent.el (gnus-agent-delete-group): Use it.
13512
13513         * gnus-cache.el (gnus-cache-delete-group): Use it.
13514
13515 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13518         names.
13519
13520 2004-12-16  Simon Josefsson  <jas@extundo.com>
13521
13522         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13523
13524 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13527
13528         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13529         (gnus-group-set-current-level): Decode group name.
13530
13531 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13532
13533         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13534         failed.
13535
13536 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-group.el (gnus-group-delete-group): Decode group name.
13539         (gnus-group-make-rss-group): Encode group name.
13540         (gnus-group-catchup-current): Decode group name.
13541         (gnus-group-kill-group): Decode group name.
13542
13543 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13544
13545         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13546
13547 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-group.el (gnus-group-make-rss-group):
13550         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13551
13552         * gnus-start.el (gnus-setup-news): Honor user's setting to
13553         gnus-message-archive-method.  Suggested by Lute Kamstra
13554         <lute@gnu.org>.
13555
13556 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13557
13558         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13559         global counterparts of the buffer-local variables.
13560
13561 2004-11-16  Romain Francoise  <romain@orebokech.com>
13562
13563         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13564         counterparts of the buffer-local variables.
13565
13566 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * message.el (message-forbidden-properties): Fixed typo in doc
13569         string.
13570
13571 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-util.el (gnus-replace-in-string): Added doc string.
13574
13575         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13576         to avoid problems when splitting mails with many recipients.
13577
13578 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13579
13580         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13581         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13582
13583 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13584
13585         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13586         if there is no hashtable in memory or file modification time is
13587         newer than cached timestamp.
13588
13589 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13590
13591         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13592         not-matching option.
13593
13594 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13597         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13598         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13599         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13600         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13601         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13602
13603 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * message.el (message-forward-make-body-mml): Remove headers
13606         according to message-forward-ignored-headers if a message is decoded.
13607
13608 2004-12-02  Romain Francoise  <romain@orebokech.com>
13609
13610         * message.el (message-forward-make-body-plain): Always remove
13611         headers according to message-forward-ignored-headers.
13612
13613 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13614
13615         * spam.el (spam-summary-prepare-exit): Remove the
13616         gnus-summary-limit pop for now, it has problems with ham marks for
13617         me.
13618
13619 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13620
13621         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13622         correctly.
13623
13624 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13625
13626         * format-spec.el (format-spec): Message the char.
13627
13628 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13629
13630         * gnus-art.el (gnus-split-methods): Reformat comments.
13631
13632         * spam.el (spam-summary-prepare-exit): Remove article limits
13633         before exiting the summary buffer.
13634
13635 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13638         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13639
13640         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13641         order to silence the byte compiler.
13642
13643         * spam.el: Fix the way to silence the byte compiler, which
13644         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13645         bbdb-search-simple, spam-BBDB-register-routine,
13646         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13647         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13648         spam-stat-buffer-is-spam, spam-stat-load,
13649         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13650         spam-stat-save and spam-stat-split-fancy.
13651
13652 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13655         which may confuse users.
13656         (canlock-password-for-verify): Ditto.
13657
13658         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13659
13660         * gnus-art.el (gnus-emphasis-alist): Ditto.
13661
13662         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13663
13664         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13665
13666         * gnus-start.el (gnus-save-killed-list): Ditto.
13667
13668         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13669         (gnus-sum-thread-tree-root): Ditto.
13670         (gnus-sum-thread-tree-false-root): Ditto.
13671         (gnus-sum-thread-tree-single-indent): Ditto.
13672
13673         * message.el (message-courtesy-message): Ditto.
13674         (message-archive-note): Ditto.
13675         (message-subscribed-address-file): Ditto.
13676         (message-user-fqdn): Ditto.
13677
13678         * spam-report.el (spam-report-gmane-regex): Ditto.
13679
13680         * spam.el (spam-blackhole-good-server-regex): Ditto.
13681
13682 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * mml.el (mml-preview): Widen the message buffer before copying
13685         the contents to the preview buffer; sort headers before previewing.
13686
13687         * message.el (message-hidden-headers): Fix the way to avoid a bug
13688         in the `repeat' widget in Emacs 21.3 or earlier.
13689
13690 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * message.el (message-hidden-headers): Default to "^References:".
13693         Improve customization type.  Suggested by Reiner Steib
13694         <Reiner.Steib@gmx.de>.
13695
13696 2004-11-25  Romain Francoise  <romain@orebokech.com>
13697
13698         * message.el (message-strip-forbidden-properties): Remove check for
13699         obsolete `message-hidden' text property, hidden headers are not
13700         accessible in the buffer anymore.
13701
13702 2004-11-22  Romain Francoise  <romain@orebokech.com>
13703
13704         * message.el (message-header-format-alist): Add `From' in list
13705         so that it can be sorted.
13706         (message-fix-before-sending): Widen and sort headers before
13707         sending.
13708         (message-hide-headers): Use narrowing to hide headers by moving
13709         them to the top of the buffer and narrowing to the region
13710         underneath.
13711
13712 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13713
13714         * message.el (message-strip-forbidden-properties): Bind
13715         buffer-read-only (etc) to nil.
13716
13717 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13720         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13721
13722 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13723
13724         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13725
13726 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13727
13728         * dns.el (query-dns): Use sit-for to time instead of
13729         accept-process-output, since that doesn't seem to work on udp
13730         sockets.
13731
13732 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13735
13736 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13737
13738         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13739         doc string.  Improve doc string.
13740
13741 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * nntp.el (nntp-request-update-info): Return nil if
13744         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13745         may not call gnus-activate-group which uselessly issues the GROUP
13746         commands for all nntp groups and wastes time.  Reported by Romain
13747         Francoise <romain@orebokech.com>.
13748
13749         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13750
13751 2004-11-15  Simon Josefsson  <jas@extundo.com>
13752
13753         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13754         headers separately.
13755         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13756         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13757
13758 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * gnus-start.el (gnus-convert-old-newsrc):
13761         Assign legacy-gnus-agent to 5.10.7.
13762
13763 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13764
13765         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13766         start of the lines.
13767
13768 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13769
13770         * hashcash.el (hashcash-default-payment): Change default to 20.
13771         (hashcash-default-accept-payment): Change default to 20.
13772         (hashcash-process-alist): New variable.
13773         (hashcash-generate-payment-async): Add.
13774         (hashcash-already-paid-p): Add.
13775         (hashcash-insert-payment): Don't generate payments twice.
13776         (hashcash-insert-payment-async): Add.
13777         (hashcash-insert-payment-async-2): Add.
13778         (hashcash-cancel-async): Add.
13779         (hashcash-wait-async): Add.
13780         (hashcash-processes-running-p): Add.
13781         (hashcash-wait-or-cancel): Add.
13782         (mail-add-payment): New optional argument.  Conditionally start
13783         asynchronous calculation.
13784         (mail-add-payment-async): Add.
13785
13786         * message.el (message-send-mail): Wait for asynchronous hashcash
13787         results.  Don't clobber existing X-Hashcash headers.
13788         (message-setup-1): Call mail-add-payment-async when
13789         message-generate-hashcash is non-nil.
13790
13791 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13792
13793         * message.el (message-use-alternative-email-as-from): Examine the
13794         From header as well; use message-make-from in order to include a
13795         user's full name.
13796
13797 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13800         default; improve customization type.
13801         (gnus-emphasis-custom-with-format): New macro.
13802         (gnus-emphasis-custom-value-to-external): New function.
13803         (gnus-emphasis-custom-value-to-internal): New function.
13804
13805 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13806
13807         * dns.el (query-dns): Resolve reverse addresses.
13808
13809 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13810
13811         * gnus-group.el (gnus-group-get-new-news): Use it.
13812
13813         * gnus-start.el (gnus-check-reasonable-setup): New function.
13814
13815 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13816
13817         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13818         "Args out of range" error.  Reported by Arnaud Giersch
13819         <arnaud.giersch@free.fr>.
13820
13821 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13822
13823         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13824
13825 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13826
13827         * spam.el (spam group): Add :version.
13828
13829         * pgg-def.el (pgg group): Add :version.
13830
13831 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * gnus-art.el (gnus-article-edit-article): Don't associate the
13834         article buffer with a draft file.  This is a temporary measure
13835         against the 2004-08-22 change to gnus-article-edit-mode.
13836
13837 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13840         (html2text-format-tags): Remove unused variable `attr'.
13841
13842 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13845
13846         * tls.el (tls-process-connection-type, tls-success)
13847         (tls-certtool-program): Add :version.
13848
13849         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13850         (starttls-extra-arguments, starttls-process-connection-type)
13851         (starttls-connect, starttls-failure, starttls-success): Add :version.
13852
13853         * spam-stat.el (spam-stat): Add :version.
13854
13855         * sieve.el (sieve): Add :version.
13856
13857         * sha1.el (sha1): Add :version.
13858         (sha1-use-external): Remove redundant version.
13859
13860         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13861         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13862         (nnmail-split-fancy-match-partial-words)
13863         (nnmail-split-lowercase-expanded): Add :version.
13864
13865         * nndiary.el (nndiary): Add :version.
13866
13867         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13868
13869         * mml-sec.el (mml-default-sign-method)
13870         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13871         Add :version.
13872
13873         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13874
13875         * mm-url.el (mm-url-use-external, mm-url-program)
13876         (mm-url-arguments): Add :version.
13877
13878         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13879         (mm-attachment-file-modes, mm-decrypt-option)
13880         (mm-w3m-safe-url-regexp): Add :version.
13881
13882         * message.el (message-cite-prefix-regexp)
13883         (message-sendmail-envelope-from, message-minibuffer-local-map)
13884         (message-user-fqdn, message-completion-alist): Add :version.
13885
13886         * gnus-win.el (gnus-configure-windows-hook)
13887         (gnus-use-frames-on-any-display): Add :version.
13888
13889         * gnus-art.el (gnus-article-address-banner-alist)
13890         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13891         (gnus-treat-from-picon, gnus-treat-mail-picon)
13892         (gnus-treat-x-pgp-sig): Add :version.
13893
13894         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13895         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13896         (gnus-summary-article-delete-hook)
13897         (gnus-summary-display-while-building): Add :version.
13898
13899         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13900         (gnus-get-top-new-news-hook): Add :version.
13901
13902         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13903         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13904
13905         * gnus-registry.el (gnus-registry): Add :version.
13906
13907         * gnus-spec.el (gnus-use-correct-string-widths)
13908         (gnus-make-format-preserve-properties): Add :version.
13909
13910         * gnus.el (gnus-group-charter-alist)
13911         (gnus-group-fetch-control-use-browse-url)
13912         (gnus-install-group-spam-parameters): Add :version.
13913
13914         * gnus-diary.el (gnus-diary): Add :version.
13915
13916         * gnus-delay.el (gnus-delay): Add :version.
13917
13918         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13919         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13920         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13921         Add :version.
13922
13923         * gnus-agent.el (gnus-agent-max-fetch-size)
13924         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13925         (gnus-agent-prompt-send-queue): Add :version.
13926
13927         * deuglify.el (gnus-outlook-deuglify): Add :version.
13928
13929         * html2text.el: Beautify code.  Improve doc strings.  Some
13930         checkdoc cleanup.
13931         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13932
13933 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13934
13935         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13936
13937 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13938
13939         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13940         when package is loaded.
13941
13942         * spam.el (spam-summary-score-preferred-header): Add global preference
13943         for people who want to override the default SpamAssassin over
13944         Bogofilter preference (when both are set).
13945         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13946         (spam-user-format-function-S): Check
13947         spam-summary-score-preferred-header.
13948         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13949         (spam-user-format-function-S): Format the score correctly.
13950
13951 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13954         signature file.  Suggested by Manoj Srivastava
13955         <srivasta@golden-gryphon.com>.
13956
13957         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13958         iso-2022-jp even in the Japanese language environment.
13959         Suggested by Jason Rumney <jasonr@gnu.org>.
13960
13961 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13964         use the same characters as the dummy marks; make it free from
13965         getting affected by the language environment.
13966         (gnus-summary-read-group-1): Update mark positions only when the
13967         format spec is updated.
13968
13969         * gnus-spec.el (gnus-update-format-specifications): Return a list
13970         of updated types.
13971
13972 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13975         of boundp to check if display-warning is available.
13976
13977 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13980
13981 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * nnspool.el (nnspool-spool-directory): Use news-path if the
13984         news-directory variable is not bound.
13985
13986         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13987         function instead of display-warning if it is not available.
13988
13989 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13992         v5-10: Use `point-at-bol'.
13993
13994 2004-10-26  Simon Josefsson  <jas@extundo.com>
13995
13996         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13997         <chenggao@gmail.com>.
13998
13999 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14002         instead.
14003
14004 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14005
14006         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14007         to remove a server from the nnimap-server-buffer-alist.
14008         (nnimap-open-connection, nnimap-close-server): Use it.
14009
14010         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14011
14012 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14015         running the major-mode function.
14016
14017 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14020         dummy marks in the right way.
14021
14022 2004-10-18  David Edmondson  <dme@dme.org>
14023
14024         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14025         excessively.
14026
14027 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14028
14029         * gnus-util.el (gnus-split-references): Accept a nil references
14030         string and go on blissfully.
14031
14032         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14033         cases where the references string is non-nil but has no references.
14034
14035         * encrypt.el: Add autoload tags.
14036
14037         * spam.el (spam-resolve-registrations-routine): Remove article
14038         from unregistration list too.  Reported by David Hanak
14039         <dhanak@isis.vanderbilt.edu>
14040
14041 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14044         nil.  Changed custom type.
14045
14046 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14049
14050         * gnus-sum.el (gnus-summary-move-article): Use it.
14051
14052 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * encrypt.el: Add autoload cookies.
14055
14056         * spam.el (spam-backend-article-list-property)
14057         (spam-backend-get-article-todo-list)
14058         (spam-backend-put-article-todo-list)
14059         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14060         Resolve registrations separately.
14061         (spam-register-routine): Format comments.
14062         (spam-unregister-routine, spam-register-routine): Always call with
14063         specific-articles, no default list.
14064         (spam-summary-prepare-exit): Use the spam-classifications function.
14065
14066         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14067         gnus-encrypt.el.
14068
14069         * encrypt.el: Copied from gnus-encrypt.el.
14070
14071         * gnus-encrypt.el: Commented that it's obsolete.
14072
14073 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14076         (gnus-score-save): Use it.
14077
14078         * message.el (message-bury): Use `window-dedicated-p'.
14079
14080 2004-10-15  Simon Josefsson  <jas@extundo.com>
14081
14082         * pop3.el (top-level): Don't require nnheader.
14083         (pop3-read-timeout): Add.
14084         (pop3-accept-process-output): Add.
14085         (pop3-read-response, pop3-retr): Use it.
14086
14087 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14088
14089         * spam.el (spam-register-routine): Move comment.
14090         (spam-verify-bogofilter): Use 'unknown for the initial
14091         spam-bogofilter-valid state, not 'never.
14092
14093         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14094         for netrc-machine.
14095
14096         * nnimap.el (nnimap-open-connection): Use
14097         netrc-machine-user-or-password.
14098
14099 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14100
14101         * gnus-registry.el (gnus-registry-unload-hook):
14102         Set as a variable with add-hook.
14103
14104         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14105         of news-path.
14106
14107         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14108
14109         * spam.el: Delete duplicate `provide'.
14110         (spam-unload-hook): Set as a variable with add-hook.
14111
14112 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14115         in the doc string.
14116
14117         * message.el (message-ignored-news-headers)
14118         (message-ignored-supersedes-headers)
14119         (message-ignored-resent-headers)
14120         (message-forward-ignored-headers): Improve custom type.
14121
14122 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14123
14124         * message.el (message-tokenize-header): Fix 2004-09-06 change
14125         which used point-min in the wrong place.
14126
14127 2004-10-12  Simon Josefsson  <jas@extundo.com>
14128
14129         * tls.el (tls-certtool-program): New variable.
14130         (tls-certificate-information): New function, based on
14131         ssl-certificate-information.
14132
14133 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * compface.el: Move the version of ELisp-based uncompface program
14136         to the contrib directory because of the copyright problem.
14137
14138 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * message.el (message-kill-buffer): Raise the current frame.
14141
14142 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14145
14146         * gnus.el (message-y-or-n-p): Autoload.
14147
14148         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14149         (pop3-password-required, pop3-authentication-scheme)
14150         (pop3-leave-mail-on-server): Made customizable.
14151         (pop3): New custom group.
14152         (pop3-retr): Remove `sleep-for' statements.
14153         Suggested by Dave Love <fx@gnu.org>.
14154
14155         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14156         Windows/DOS.
14157
14158         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14159         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14160         Dave Love <fx@gnu.org>.
14161
14162         * mml.el (mml-minibuffer-read-disposition): Require match.
14163         Suggested by Dave Love <fx@gnu.org>.
14164
14165 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14168         doc string.
14169
14170 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14173
14174 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14175
14176         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14177         instead of calling `mm-insert-inline', to decode text/* parts
14178         before displaying them.
14179
14180 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * mm-uu.el (mm-uu-text-plain-type): New variable.
14183         (mm-uu-pgp-signed-extract-1): Use it.
14184         (mm-uu-pgp-encrypted-extract-1): Use it.
14185         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14186         bind mm-uu-text-plain-type with that value.
14187         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14188         mm-uu-dissect.
14189
14190 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-group.el (gnus-update-group-mark-positions):
14193         * gnus-sum.el (gnus-update-summary-mark-positions):
14194         * message.el (message-check-news-body-syntax):
14195         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14196         of string-as-multibyte.
14197
14198 2004-10-05  Juri Linkov  <juri@jurta.org>
14199
14200         * gnus-group.el (gnus-update-group-mark-positions):
14201         * gnus-sum.el (gnus-update-summary-mark-positions):
14202         * message.el (message-check-news-body-syntax):
14203         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14204         8-bit unibyte values to a multibyte string for search functions.
14205
14206 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14207
14208         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14209         (mm-uu-dissect-text-parts): New function.
14210
14211         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14212         dissect text parts.
14213
14214         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14215         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14216
14217         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14218
14219         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14220         gnus-current-topics instead of gnus-current-topic.
14221
14222 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14223
14224         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14225
14226 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14227
14228         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14229         where approriate.
14230
14231         * nnml.el (nnml-generate-active-info): do.
14232
14233         * nndiary.el (nndiary-generate-active-info): do.
14234
14235         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14236         (gnus-topic-move): do.
14237
14238         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14239         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14240
14241         * gnus-srvr.el (gnus-server-prepare)
14242         (gnus-server-open-all-servers): do.
14243
14244         * gnus-msg.el (gnus-summary-cancel-article)
14245         (gnus-summary-resend-message)
14246         (gnus-summary-mail-crosspost-complaint): do.
14247
14248         * gnus-move.el (gnus-change-server): do.
14249
14250         * gnus-group.el (gnus-group-unmark-all-groups)
14251         (gnus-group-set-current-level): do.
14252
14253 2004-10-04  Simon Josefsson  <jas@extundo.com>
14254
14255         * message.el (message-generate-hashcash): Doc fix.
14256
14257 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14258
14259         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14260         avoid infinite recursion via gnus-get-function.
14261
14262 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14263
14264         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14265
14266         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14267
14268         * nnmail.el (nnmail-split-history): do.
14269
14270         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14271         (nnml-request-delete-group): do.
14272
14273         * nnslashdot.el (nnslashdot-read-groups): do.
14274
14275         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14276         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14277
14278         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14279         (nnspool-sift-nov-with-sed): Use last.
14280         (nnspool-retrieve-headers-with-nov): Use mapc.
14281         (nnspool-request-newgroups): Use dolist.
14282         (nnspool-request-group): Use last.
14283
14284         * nntp.el (nntp-read-server-type): Use dolist.
14285
14286         * nnvirtual.el (nnvirtual-create-mapping)
14287         (nnvirtual-update-read-and-marked): Use dolist.
14288         (nnvirtual-convert-headers): Simplify.
14289
14290 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14291
14292         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14293         support for sync'ing tick marks.
14294
14295 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14298         there's no visible header.
14299
14300 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14301
14302         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14303         necessary, pass full group name to gnus-request-set-marks.
14304
14305 2004-10-01  Simon Josefsson  <jas@extundo.com>
14306
14307         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14308         acroread.
14309
14310 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311
14312         * spam-report.el (spam-report-gmane): Fix interactive.
14313
14314         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14315
14316         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14317         when writing file.
14318         (gnus-agent-synchronize-flags): Don't default to being
14319         interactive.
14320
14321 2004-09-30  Simon Josefsson  <jas@extundo.com>
14322
14323         * message.el (message-generate-hashcash): Add.
14324         (message-send-mail): Use it, call mail-add-payment.
14325
14326 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14327
14328         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14329
14330 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14331
14332         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14333         gnus-requst-update-info with explicit code to sync the in-memory
14334         info read flags with the marks being sync'd to the backend.
14335
14336         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14337
14338 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14339
14340         * spam.el (spam-verify-bogofilter): Add new function.
14341         (spam-check-bogofilter)
14342         (spam-bogofilter-register-with-bogofilter): Use it.
14343         (spam-verify-bogofilter): Add small fixes.
14344
14345 2004-09-28  Simon Josefsson  <jas@extundo.com>
14346
14347         * hashcash.el (hashcash-generate-payment): Revert.
14348
14349 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14350
14351         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14352         gnus-extract-references instead of gnus-split-references.
14353
14354         * gnus-util.el (gnus-extract-references): Add new function, analogous
14355         to gnus-split-references but extracts only the message-ID without
14356         anything extra.
14357
14358         * hashcash.el (hashcash-generate-payment)
14359         (hashcash-check-payment): Do the right thing if hashcash-path is
14360         nil (because the hashcash program could not be found).
14361
14362         * spam.el (spam-use-hashcash): Remove comment.
14363
14364 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14365
14366         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14367         (gnus-cache-enter-article, gnus-cache-remove-article)
14368         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14369
14370         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14371
14372         * gnus-art.el (article-hide-boring-headers)
14373         (article-translate-strings, article-display-face)
14374         (gnus-article-mime-match-handle-first)
14375         (gnus-article-highlight-headers)
14376         (gnus-article-add-buttons-to-head): do.
14377
14378 2004-09-27  Simon Josefsson  <jas@extundo.com>
14379
14380         * hashcash.el: New version, from
14381         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14382         ../contrib/.
14383
14384 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14387
14388 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14389
14390         * gnus-dup.el (gnus-dup-open): Use mapc.
14391         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14392
14393         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14394         Reported by Stefan Wiens <s.wi@gmx.net>.
14395
14396         * gnus.el (gnus-shutdown): Use dolist.
14397
14398         * gnus-undo.el (gnus-undo): Use mapc.
14399
14400         * nnrss.el (nnrss-generate-active): do.
14401
14402         * message.el (message-cite-original-without-signature)
14403         (message-cite-original): Use mapc.
14404         (message-do-actions, message-make-forward-subject): Use dolist.
14405
14406 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14407
14408         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14409         deletion to remove entire duplicate line.  Fixes merged article
14410         number bug.
14411
14412 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14413
14414         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14415         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14416         first ask if you want to open a server and then, even when you
14417         responded with no, asking if you want to synchronize the server's
14418         flags.
14419         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14420         multi-line expressions.
14421         (gnus-agent-synchronize-group-flags): New internal function.
14422         Updates marks in memory (in the info structure) AND in the
14423         backend.
14424
14425         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14426
14427         * nnagent.el (nnagent-request-set-mark): Use
14428         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14429         method, to ensure that synchronization updates marks in the
14430         backend and in the info (in memory) structure.
14431
14432 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14435         convention fully; don't miss the root article of a thread; make
14436         the X-Draft-From header with correct article numbers.
14437
14438 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14439
14440         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14441         unless plugged.  Disable the agent so that an open failure causes
14442         an error.
14443
14444         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14445         Reverted 2004-09-21 change.  The backend must be opened while
14446         synchronizing flags even when the backend stores the flags
14447         locally.
14448
14449 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14452         in `header' match.  Reported by Svend Tollak Munkejord.
14453
14454         * message.el (message-cite-original): Fix use of
14455         `message-cite-articles-with-x-no-archive'.
14456
14457 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14458
14459         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14460         (gnus-window-to-buffer): Ditto.
14461
14462         * mml.el (mml-preview-buffer): New variable.
14463         (mml-preview): Manage window layout with gnus-buffer-configuration.
14464
14465         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14466         X-Draft-From header even if those articles aren't quoted.
14467
14468 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14469
14470         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14471         (gnus-request-set-mark, gnus-request-update-mark): Use new
14472         g-s-t-u-l-m to decide to use backend even when unplugged.
14473
14474 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14477         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14478
14479 2004-09-20  Simon Josefsson  <jas@extundo.com>
14480
14481         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14482         "utf-16-le".
14483
14484 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14485
14486         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14487
14488 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * uudecode.el (uudecode-use-external): Add :version.
14491
14492         * smime.el (smime-CA-file, smime-encrypt-cipher)
14493         (smime-dns-server): Add :version.
14494
14495         * smiley.el (gnus-smiley-file-types): Add :version.
14496
14497         * sha1.el (sha1-use-external): Add :version.
14498
14499         * pgg-def.el (pgg-query-keyserver): Add :version.
14500
14501         * nnmail.el (nnmail-fancy-expiry-targets)
14502         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14503         Add :version.
14504
14505         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14506         (nnimap-retrieve-groups-asynchronous): Add :version.
14507         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14508
14509         * mml.el (mml-content-disposition-parameters)
14510         (mml-insert-mime-headers-always): Add :version.
14511
14512         * mm-util.el (mm-coding-system-priorities): Add :version.
14513
14514         * mm-decode.el (mm-inline-text-html-with-images)
14515         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14516         (mm-verify-option): Add :version.
14517         (mm-text-html-renderer): Change :version.
14518
14519         * message.el (message-fcc-externalize-attachments)
14520         (message-required-headers, message-draft-headers)
14521         (message-subject-trailing-was-query)
14522         (message-subject-trailing-was-ask-regexp)
14523         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14524         (message-mark-insert-end, message-archive-header)
14525         (message-archive-note, message-cross-post-default)
14526         (message-cross-post-note, message-followup-to-note)
14527         (message-cross-post-note-function, message-use-mail-followup-to)
14528         (message-subscribed-address-functions)
14529         (message-subscribed-address-file, message-subscribed-addresses)
14530         (message-subscribed-regexps, message-allow-no-recipients)
14531         (message-yank-cited-prefix, message-signature-insert-empty-line)
14532         (message-hidden-headers, message-hierarchical-addresses)
14533         (message-mail-user-agent, message-use-idna)
14534         (message-valid-fqdn-regexp)
14535         (message-strip-special-text-properties, message-header-synonyms)
14536         (message-beginning-of-line, message-tab-body-function): Add :version.
14537         (message-insert-canlock, message-wide-reply-confirm-recipients):
14538         Change :version.
14539
14540         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14541         and :version.
14542         (mail-source-delete-old-incoming-confirm)
14543         (mail-source-movemail-program): Add :version.
14544
14545         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14546         (gnus-agent-cache, gnus-agent): Change :version.
14547
14548         * gnus-util.el (gnus-use-byte-compile): Change :version.
14549
14550         * gnus-sum.el (gnus-summary-make-false-root-always)
14551         (gnus-summary-default-high-score)
14552         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14553         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14554         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14555         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14556         (gnus-sum-thread-tree-single-indent)
14557         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14558         (gnus-sum-thread-tree-leaf-with-other)
14559         (gnus-sum-thread-tree-single-leaf): Add :version.
14560         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14561         (gnus-article-loose-mime): Change :version.
14562
14563         * gnus-start.el (gnus-backup-startup-file)
14564         (gnus-save-startup-file-via-temp-buffer): Add :version.
14565
14566         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14567         (gnus-server-offline-face): Add :version.
14568
14569         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14570
14571         * gnus-msg.el (gnus-gcc-externalize-attachments)
14572         (gnus-debug-files, gnus-debug-exclude-variables)
14573         (gnus-discouraged-post-methods): Change :version.
14574         (gnus-confirm-mail-reply-to-news)
14575         (gnus-confirm-treat-mail-like-news): Add :version.
14576
14577         * gnus-int.el (gnus-server-unopen-status): Add :version.
14578
14579         * gnus-group.el (gnus-group-jump-to-group-prompt)
14580         (gnus-large-ephemeral-newsgroup)
14581         (gnus-fetch-old-ephemeral-headers): Add :version.
14582
14583         * gnus-fun.el (gnus-x-face-directory)
14584         (gnus-convert-pbm-to-x-face-command)
14585         (gnus-convert-image-to-x-face-command)
14586         (gnus-convert-image-to-face-command): Add :version.
14587
14588         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14589
14590         * gnus-cite.el (gnus-cite-blank-line-after-header)
14591         (gnus-article-boring-faces): Add :version.
14592
14593         * gnus-art.el (gnus-buttonized-mime-types)
14594         (gnus-inhibit-mime-unbuttonizing)
14595         (gnus-treat-display-face)
14596         (gnus-treat-body-boundary): Change :version.
14597         (gnus-body-boundary-delimiter, gnus-picon-databases)
14598         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14599         (gnus-treat-date-english, gnus-treat-fold-headers)
14600         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14601         (gnus-treat-mail-picon, gnus-treat-wash-html)
14602         (gnus-article-encrypt-protocol)
14603         (gnus-use-idna, gnus-article-over-scroll)
14604         (gnus-mime-display-multipart-alternative-as-mixed)
14605         (gnus-mime-display-multipart-related-as-mixed)
14606         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14607         (gnus-ctan-url, gnus-button-ctan-handler)
14608         (gnus-button-handle-ctan-bogus-regexp)
14609         (gnus-button-ctan-directory-regexp)
14610         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14611         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14612         (gnus-button-man-level, gnus-button-emacs-level)
14613         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14614
14615         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14616         (gnus-agent-go-online): Change :version.
14617         (gnus-agent-expire-unagentized-dirs)
14618         (gnus-agent-auto-agentize-methods): Add :version.
14619
14620         * flow-fill.el (fill-flowed-display-column)
14621         (fill-flowed-encode-column): Add :version.
14622
14623         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14624         (gnus-outlook-deuglify-unwrap-max)
14625         (gnus-outlook-deuglify-cite-marks)
14626         (gnus-outlook-deuglify-unwrap-stop-chars)
14627         (gnus-outlook-deuglify-no-wrap-chars)
14628         (gnus-outlook-deuglify-attrib-cut-regexp)
14629         (gnus-outlook-deuglify-attrib-verb-regexp)
14630         (gnus-outlook-deuglify-attrib-end-regexp)
14631         (gnus-outlook-display-hook): Add :version.
14632
14633         * binhex.el (binhex-use-external): Add :version.
14634
14635 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14636
14637         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14638         and `invisible'.
14639
14640 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14641
14642         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14643         in gnus-registry-trim.
14644
14645 2004-09-13  Simon Josefsson  <jas@extundo.com>
14646
14647         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14648
14649         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14650
14651         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14652         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14653         <yamaoka@jpl.org>.
14654         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14655         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14656         <yamaoka@jpl.org>.
14657
14658         * sieve.el (sieve-manage-mode): Ditto.
14659
14660 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14661
14662         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14663
14664 2004-09-11  Simon Josefsson  <jas@extundo.com>
14665
14666         * dns-mode.el: Add.
14667
14668         * mm-view.el (mm-display-dns-inline): Add.
14669
14670         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14671         (mm-automatic-display): Ditto.
14672
14673         * mailcap.el (mailcap-mime-data): Add text/dns.
14674         (mailcap-mime-extensions): Map .soa to text/dns.
14675
14676 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14677
14678         * gnus-art.el (article-decode-mime-words, article-babel)
14679         (gnus-article-highlight-signature, gnus-article-add-buttons)
14680         (gnus-signature-toggle): Remove unnecessary bindings of
14681         `inhibit-read-only' inherited from v5.10 merge.
14682
14683 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * nntp.el (nntp): New customization group.
14686         (nntp-authinfo-file): Add customization group.
14687
14688         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14689
14690         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14691
14692         * gnus.el (to-address, to-list, subscribed)
14693         (large-newsgroup-initial): Ditto.
14694
14695         * flow-fill.el (fill-flowed-display-column)
14696         (fill-flowed-encode-column): Ditto.
14697
14698 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14699
14700         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14701         Use point-min rather than 1.
14702         (message-send-mail): Use buffer-size rather than point-max.
14703
14704         * gnus-sum.el (gnus-summary-search-article-forward):
14705         Signal a specific `search-failed' rather than a generic `error'.
14706
14707         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14708         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14709         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14710
14711 2004-09-10  Simon Josefsson  <jas@extundo.com>
14712
14713         * nndb.el (require): Remove tcp and duplicate cl.
14714
14715 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * gnus-agent.el (directory-files-and-attributes): Move forward.
14718
14719 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14720
14721         * gnus-agent.el (directory-files-and-attributes): Optionally
14722         defined to support XEmacs.
14723
14724 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14725
14726         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14727         to avoid run-time CL dependencies.
14728         (gnus-agent-unfetch-articles): New function.
14729         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14730         article numbers even when local .overview file is missing.
14731         (gnus-agent-read-article-number): New function.  Only accepts
14732         27-bit article numbers.
14733         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14734         gnus-agent-read-article-number.
14735         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14736         from backend while recognizing that article numbers in .overview
14737         must be valid.
14738         (gnus-agent-update-files-total-fetched-for): Use
14739         directory-files-and-attributes to improve performance.
14740         * gnus-int.el (gnus-request-move-article): Use
14741         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14742         improve performance.
14743
14744         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14745         some users confused by references to .newsrc when they only have a
14746         .newsrc.eld file.
14747         (gnus-convert-mark-converter-prompt)
14748         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14749         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14750         New function.  Used internally to only display 'gnus converting
14751         files' message when actually necessary.
14752
14753         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14754         methods now autoloaded.
14755
14756 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14759         identifiers.
14760
14761 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * gnus-picon.el: Fix indentation and closing parenthesis.
14764
14765 2004-09-01  Simon Josefsson  <jas@extundo.com>
14766
14767         * message.el (message-canlock-generate): Require sha1, not
14768         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14769         to require within a function.  Sadly, if sha1.el isn't loaded, the
14770         let binding in m-c-g will hide the defcustom definition, which is
14771         bad.)
14772
14773         * canlock.el: Require sha1, not sha1-el.
14774
14775         * message.el: Don't autoload sha1 (there is a autoload cookie in
14776         sha1.el).
14777
14778         * sha1-el.el: Renamed to sha1.el.
14779
14780 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14781
14782         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14783
14784 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14785
14786         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14787
14788 2004-08-30  Kim F. Storm  <storm@cua.dk>
14789
14790         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14791
14792         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14793         Add :group 'nnimap.
14794
14795 2004-08-30  Andreas Schwab  <schwab@suse.de>
14796
14797         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14798         ?* and ?\;.
14799
14800         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14801         and ?\' to symbol instead of whitespace.
14802
14803 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14806
14807         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14808         instead of re-search-forward.
14809
14810         * gnus-uu.el (gnus-uu-save-article): Ditto.
14811         (gnus-uu-post-encode-uuencode): Ditto.
14812
14813         * html2text.el (html2text-clean-list-items): Ditto.
14814         (html2text-clean-dtdd): Ditto.
14815         (html2text-format-tags): Ditto.
14816
14817         * message.el (message-send-mail-with-sendmail): Fix regexp.
14818         (message-fill-field-general): Use search-forward instead of
14819         re-search-forward.
14820         (unbold-region): Ditto.
14821
14822         * nnrss.el (nnrss-request-article): Ditto.
14823
14824         * nnslashdot.el (nnslashdot-request-article): Ditto.
14825
14826         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14827
14828         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14829         "Unrecognized menu descriptor" error in XEmacs.
14830
14831 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14832
14833         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14834         parent article of a sparse article in the thread hashtb.
14835
14836 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14837
14838         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14839         (nnmail-expand-newtext): Lowercase expanded entries if
14840         nnmail-split-lowercase-expanded is non-nil.
14841
14842 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14845
14846         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14847         of gnus-tmp-news-method into string under XEmacs.  It will be
14848         passed to gnus-correct-length which takes only a string argument.
14849
14850 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-util.el (gnus-bind-print-variables): New macro.
14853         (gnus-prin1): Use it.
14854         (gnus-prin1-to-string): Use it.
14855         (gnus-pp): New function.
14856         (gnus-pp-to-string): New function.
14857
14858         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14859         Replace pp-to-string with gnus-pp-to-string.
14860         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14861         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14862         * gnus-msg.el (gnus-debug): Ditto.
14863         * gnus-score.el (gnus-score-save): Ditto.
14864         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14865         gnus-pp-to-string.
14866         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14867         with gnus-pp.
14868         * score-mode.el (gnus-score-pretty-print): Ditto.
14869         * webmail.el (webmail-debug): Ditto.
14870
14871 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-art.el (article-display-face, article-display-x-face):
14874         Use buffer-read-only.
14875
14876 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-art.el (article-hide-list-identifiers):
14879         Bind inhibit-read-only as t.
14880
14881 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14884
14885 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14886
14887         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14888         (gnus-narrow-to-page): Don't assume point-min == 1.
14889         (gnus-article-edit-mode): Derive from message-mode.
14890
14891         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14892         point-min == 1.
14893
14894         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14895         Disable incorrect use of `assert'.
14896
14897         * message.el (message-mode): Set comment-start-skip.
14898
14899
14900 2004-08-22  Sam Steingold  <sds@gnu.org>
14901
14902         * pop3.el (pop3-leave-mail-on-server): New user variable.
14903         (pop3-movemail): Delete mail only when it is nil.
14904
14905 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14908
14909         * mml.el (mml-preview): Use `pop-to-buffer'.
14910
14911         * message.el (message-goto-mail-followup-to): Insert after "To".
14912         (message-carefully-insert-headers): Add comment.
14913
14914         * gnus.el: Remove unused variable `gnus-article-check-size'.
14915
14916         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14917
14918         * gnus-art.el (gnus-button-alist): Improve
14919         `gnus-button-handle-library' entry.
14920
14921 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14922
14923         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14924         downcase, since XEmacs capitalizes error messages differently.
14925
14926 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14927
14928         * nntp.el: Add (require 'gnus) due to reference to
14929         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14930
14931 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14932
14933         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14934         `mm-fill-flowed'.
14935
14936         * mm-decode.el (mm-dissect-singlepart): Check it.
14937
14938 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14939
14940         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14941         'imap' for netrc parsing.
14942
14943 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * mailcap.el (mailcap-mime-data): Mark as risky.
14946
14947 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14950         may be included in the encoded word.
14951         (rfc2047-encode): Don't append a space if the encoded word
14952         includes close parenthesis.
14953
14954 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14957         of text within parentheses.
14958
14959 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14960
14961         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14962         (gnus-encrypt-write-file-contents): Make the password key the file
14963         name PLUS the cipher, not just the cipher.  Also remove failed
14964         passwords from the cache.
14965
14966 2004-08-06  Simon Josefsson  <jas@extundo.com>
14967
14968         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14969         fix.
14970
14971 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14974         LWSP.
14975
14976 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14977
14978         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14979         to append in-reply-to: data to the references: header.
14980
14981         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14982         (netrc-parse): Use gnus-encrypt.el functions.
14983
14984         * gnus-encrypt.el: Add new file for encryption support; currently
14985         does only a few GPG ciphers and an internal XOR cipher.
14986
14987         * password.el: Add comments on using password-read-and-add.
14988         (password-read-and-add): Add function to read and add the
14989         password to the cache at once.
14990
14991 2004-07-28  Simon Josefsson  <jas@extundo.com>
14992
14993         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14994         parameter (but don't use it, for now).
14995
14996         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14997         instead of hard coding to nil.
14998
14999 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15002         as mm-inline-image-xemacs does.
15003
15004 2004-07-26  Simon Josefsson  <jas@extundo.com>
15005
15006         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15007         Revert part of 2004-07-17 change below.
15008
15009 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15012         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15013
15014 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15015
15016         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15017         quotes that actually start with ">" at the beginning of the
15018         lines.
15019
15020 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * rfc2047.el (rfc2047-encode-region): Fix last change.
15023         (rfc2047-encode-parameter): Remove useless concat.
15024
15025 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15028         encode special characters; fix some kind of misconfigured headers;
15029         signal a real error if debug-on-quit or debug-on-error is non-nil.
15030         (rfc2047-encode-max-chars): New variable.
15031         (rfc2047-encode-1): Use it.
15032         (rfc2047-encode-parameter): New function.
15033
15034         * mml.el (mml-insert-parameter): Remove an excessive space.
15035
15036 2004-07-17  Simon Josefsson  <jas@extundo.com>
15037
15038         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15039         Kai Grossjohann <kai@emptydomain.de>.
15040         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15041         (gnus-group-make-menu-bar): Ditto.
15042
15043         * gnus-util.el (gnus-group-server): Add.
15044
15045 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15046
15047         * message.el (message-clone-locals): Clone sendmail and smtp
15048         variables.
15049
15050 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * rfc2047.el (rfc2047-encode-region): Fix last change.
15053
15054 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15057         characters as non-special.
15058
15059 2004-07-09  Simon Josefsson  <jas@extundo.com>
15060
15061         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15062         Users will lose all flag changes made while unplugged with
15063         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15064         good default.  See numerous reports on ding mailing list.
15065
15066 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15069         add generate-head-function and generate-article-function to the
15070         rfc822-forward entry.
15071         (nndoc-rfc822-forward-generate-article): New function.
15072         (nndoc-rfc822-forward-generate-head): New function.
15073
15074         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15075
15076 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15077
15078         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15079         respect display group parameter and gnus-summary-expunge-below.
15080         (gnus-articles-to-read): Remove unused reference to display group
15081         parameter.
15082
15083 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15084
15085         * nnheader.el (nnheader-uniquify-message-id): New experimental
15086         variable.
15087         (nnheader-nov-read-message-id): Use it.
15088
15089         * spam-report.el (spam-report-gmane): Add interactive.
15090
15091 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15094         qp-or-base64 for the application/* types.
15095
15096 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15097
15098         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15099
15100 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15101
15102         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15103         trim value.
15104
15105 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15106
15107         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15108         New macro and function.
15109         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15110
15111 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15114         after-load-alist.
15115
15116 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15117
15118         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15119         update info that isn't there.
15120
15121 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15122
15123         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15124         entry.
15125
15126 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * mm-view.el (mm-inline-render-with-function): Use multibyte
15129         buffer; decode html source by charset.
15130
15131         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15132
15133         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15134         Mule-UCS is loaded under XEmacs.
15135         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15136
15137 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15138
15139         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15140
15141 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * mm-util.el (mm-coding-system-p): Return a coding-system.
15144         (mm-mime-mule-charset-alist): Use shift_jis instead of
15145         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15146         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15147         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15148         instead of japanese-shift-jis and iso-latin-1 respectively in
15149         order to share the default value with both Emacs and XEmacs-mule.
15150         (mm-mule-charset-to-mime-charset): Make
15151         mm-coding-system-priorities effective.
15152         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15153         while predicating of candidates upon the priorities.
15154
15155 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15156
15157         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15158         gnus-uu-invert-processable.
15159
15160         * gnus.el: Autoload gnus-uu-invert-processable.
15161
15162 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * mm-util.el (mm-with-multibyte-buffer): New macro.
15165
15166         * rfc2047.el (rfc2047-encode-string): Use it.
15167         (rfc2047-encode-region): Move point to the end of the region after
15168         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15169
15170 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15173         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15174
15175 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15178         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15179         Karl Chen <quarl@nospam.quarl.org>.
15180
15181 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15182
15183         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15184         invalid addresses.
15185
15186 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15187
15188         * spam.el: Change section markers, revise TODO list.
15189         (spam-backends): Make new master list of all installed backends.
15190         (spam-summary-exit-behavior): Add new variable to determine how
15191         messages moves are done at summary exit.
15192         (spam-move-spam-nonspam-groups-only)
15193         (spam-process-ham-in-nonham-groups)
15194         (spam-process-ham-in-spam-groups): Remove variables, the
15195         spam-summary-exit-behavior variable should be used to manage this
15196         behavior.
15197         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15198         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15199         and spam-old-spam-articles.
15200         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15201         Add empty variables, placeholders for the backends they represent.
15202         (spam-set-difference): Move, unchanged.
15203         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15204         unless the user has a processor variable.
15205         (spam-classifications, spam-classification-valid-p)
15206         (spam-backend-properties, spam-backend-property-valid-p)
15207         (spam-backend-function-type-valid-p)
15208         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15209         (spam-report-articles-gmane, spam-report-articles-resend):
15210         Remove functions, they are not needed.
15211         (spam-install-backend-super, spam-backend-list)
15212         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15213         (spam-backend-function, spam-backend-ham-registration-function)
15214         (spam-backend-spam-registration-function)
15215         (spam-backend-ham-unregistration-function)
15216         (spam-backend-spam-unregistration-function)
15217         (spam-backend-statistical-p, spam-backend-mover-p)
15218         (spam-install-backend-alias, spam-install-checkonly-backend)
15219         (spam-install-mover-backend, spam-install-nocheck-backend)
15220         (spam-install-backend, spam-install-statistical-backend)
15221         (spam-install-statistical-checkonly-backend): Add backend installation
15222         support.
15223         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15224         (spam-group-processor-p): Use the new backend code and respect the
15225         summary exit behavior.
15226         (spam-mark-spam-as-expired-and-move-routine): Remove.
15227         (spam-summary-prepare): Change to use the new spam-old-articles
15228         variable.
15229         (spam-copy-or-move-routine, spam-copy-spam-routine)
15230         (spam-move-spam-routine, spam-copy-ham-routine)
15231         (spam-move-ham-routine): Add code to copy/move ham or spam.
15232         (spam-fetch-field-fast): Improve doc and code, plus allow the
15233         'number request.
15234         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15235         variables.
15236         (spam-split, spam-find-spam): Use the new backend code.
15237         (spam-registration-functions): Remove variable.
15238         (spam-unregister-routine): Add convenience wrapper.
15239         (spam-log-undo-registration, spam-register-routine)
15240         (spam-log-processing-to-registry)
15241         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15242         where possible.
15243         (spam-check-gmane-xref, spam-check-regex-headers)
15244         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15245         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15246         (spam-check-bogofilter-headers, spam-check-spamoracle)
15247         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15248         (spam-check-crm114-headers): Use the spam-split-group that
15249         spam-split prepares, no need to determine it every time.
15250
15251         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15252         to the nnheader-parse-naked-head call.
15253
15254         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15255
15256         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15257         the nnheader-nov-read-message-id call.
15258
15259 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15262         gnus-activate-group twice.  Suggested by Markus Peter
15263         <warp@spin.de>.
15264
15265 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15266
15267         * gnus-art.el (gnus-article-time-format): Exchange the order of
15268         day and month in the default value; fix customization type.
15269         (article-date-ut): Use add-text-properties.
15270         (article-make-date-line): Use message-make-date instead of
15271         current-time-string.
15272
15273         * message.el (message-fetch-field): Don't use set-text-properties.
15274         (message-make-date): Simplify.
15275
15276         * messagexmas.el (message-xmas-make-date): New function.
15277         (message-xmas-redefine): Defalias message-make-date to it.
15278
15279 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15282         (rfc2047-encode-region): Treat text within parentheses as special;
15283         show the original text when error has occurred.
15284
15285         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15286         already-computed method to gnus-activate-group.
15287
15288         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15289         same select-methods identical Lisp objects.
15290
15291         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15292         object when modifying the info.
15293
15294 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15297         gnus-opened-servers since it has never been opened with the new
15298         configuration yet.
15299
15300 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15303         arg to nnheader-generate-fake-message-id.
15304
15305 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15306
15307         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15308         number and build a fake message ID localized to a group and
15309         article number (so it's repeatable from that point on).
15310         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15311         ID format.
15312
15313         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15314         nnheader-generate-fake-message-id with the article number.
15315
15316 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15317
15318         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15319         end-of-buffer.
15320
15321 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15322
15323         * message.el (message-ignored-supersedes-headers): Add Approved.
15324
15325 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15328         goto-char.
15329         (rfc2047-encode): Fold the line before encoding.
15330
15331 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15332
15333         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15334         folding -- not all headers can be folded, and this should be done
15335         by the message composition mode.  Probably.  I think.
15336
15337 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15340         fast.
15341
15342         * gnus-ems.el (gnus-remove-image): Don't use
15343         message-text-with-property; remove only the image found first.
15344
15345         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15346         found first.
15347
15348 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15349
15350         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15351
15352 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * message.el (message-text-with-property): Make it fast and accept
15355         optional arguments.
15356         (message-strip-forbidden-properties): Use it.
15357         (message-fix-before-sending): Follow the m-t-w-p change.
15358
15359         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15360
15361 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-art.el (article-hide-headers): Don't change the buffer
15364         mistakenly when performing mml-preview even if
15365         gnus-single-article-buffer is nil.
15366
15367 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15368
15369         * message.el (message-expand-name-databases): New user option.
15370         (message-expand-name): Use it.
15371
15372 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15373
15374         * spam.el (spam-report-articles-resend)
15375         (spam-report-resend-register-routine): Allow ham reporting.
15376         (spam-report-resend-register-ham-routine): Add wrapper.
15377         (spam-registration-functions): Add ham resending functions.
15378         (spam-list-of-processors): Add ham resend processor.
15379
15380         * gnus.el (ham-resend-to): Add new group parameter.
15381         (spam-process): Add ham resend option.
15382
15383         * spam-report.el (spam-report-resend): Allow reporting ham.
15384         (spam-report-resend-ham): Add wrapper.
15385
15386 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15387
15388         * message.el (message-cite-articles-with-x-no-archive): New
15389         variable.
15390         (message-cite-original): Use it.
15391
15392 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15393
15394         * message.el (message-cite-original): Respect X-No-Archive.
15395
15396 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-art.el (article-hide-headers): Refer to the values for
15399         gnus-ignored-headers and gnus-visible-headers in the summary
15400         buffer since a user may have set them as group parameters.
15401
15402 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15403
15404         * assistant.el (assistant-node-name): Add convenience function.
15405         (assistant-render-text, assistant-render-node): Add error handling,
15406         plus handle multiple next nodes.
15407         (assistant-find-next-node): Comment out for now.
15408         (assistant-find-next-nodes): Add function, returns list of next
15409         nodes.
15410
15411 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15412
15413         * mail-source.el (mail-source-directory): Fix doc-string.
15414
15415 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15416
15417         * assistant.el (assistant-render-text, assistant-eval): Add :set
15418         widget type, which is different because it takes and returns a
15419         list.  Much hilarity ensues.
15420
15421 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15422
15423         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15424
15425         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15426         doc-string.
15427
15428         * gnus-start.el (gnus-activate-group): Added doc-string.
15429
15430 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15433
15434 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15435
15436         * assistant.el (assistant-render-text): Try to add a :set
15437         widget, more to come.
15438
15439         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15440         strings.
15441         (spam-report-articles-resend)
15442         (spam-register-routine): Do registration iff any articles warrant
15443         it.
15444         (spam-summary-prepare-exit): Change log message for nil group
15445         destinations.
15446
15447 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15448
15449         * spam.el (spam-report-resend-register-routine): Allow
15450         spam-report-resend-to to be a group parameter or a global value.
15451
15452 2004-05-26  Simon Josefsson  <jas@extundo.com>
15453
15454         * starttls.el: Merge with my GNUTLS based starttls.el.
15455         (starttls-gnutls-program, starttls-use-gnutls)
15456         (starttls-extra-arguments, starttls-process-connection-type)
15457         (starttls-connect, starttls-failure, starttls-success): New
15458         variables.
15459         (starttls-program, starttls-extra-args): Doc fix.
15460         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15461         functions.
15462         (starttls-negotiate, starttls-open-stream): Check
15463         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15464         function if it is set.
15465
15466 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15469         structured fields.
15470
15471 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15474
15475 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15476
15477         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15478         variable.
15479         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15480         assigning the spam-mark to new messages.
15481
15482 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15483
15484         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15485
15486 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15489
15490         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15491         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15492         default.
15493
15494 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15495
15496         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15497         correct data.
15498
15499 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15500
15501         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15502         (spam-group-processor-p): Fix function.
15503         (spam-group-processor-multiple-p)
15504         (spam-group-spam-processor-report-gmane-p)
15505         (spam-group-spam-processor-report-resend-p)
15506         (spam-group-spam-processor-bogofilter-p)
15507         (spam-group-spam-processor-blacklist-p)
15508         (spam-group-spam-processor-ifile-p)
15509         (spam-group-ham-processor-ifile-p)
15510         (spam-group-spam-processor-spamoracle-p)
15511         (spam-group-spam-processor-crm114-p)
15512         (spam-group-ham-processor-bogofilter-p)
15513         (spam-group-spam-processor-stat-p)
15514         (spam-group-ham-processor-stat-p)
15515         (spam-group-ham-processor-whitelist-p)
15516         (spam-group-ham-processor-BBDB-p)
15517         (spam-group-ham-processor-spamoracle-p)
15518         (spam-group-ham-processor-copy-p): Remove functions with some
15519         prejudice against unneeded code.
15520         (spam-report-articles-resend)
15521         (spam-report-resend-register-routine): Allow the group/topic
15522         spam-resend-to value to override spam-report-resend-to.
15523         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15524         properly now.
15525
15526         * gnus.el (spam-resend-to): Add group/topic parameter.
15527         (spam-process): Move the OBSOLETE processors to the end of the
15528         choices.
15529
15530 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15531
15532         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15533         with resend-to set to nil, and then ask the user if necessary.
15534         (spam-report-resend): spam-report-resend takes a list of articles, not
15535         separate article numbers.
15536
15537 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15538
15539         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15540         addition to emacs-w3m.
15541
15542 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15543
15544         * assistant.el (assistant-authinfo-data): New function.
15545         (assistant-eval): Eval for entire assistant.
15546
15547         * netrc.el (netrc-services-file): New variable.
15548         (netrc-parse-services): New function.
15549         (netrc-find-service-name): New function.
15550         (netrc-find-service-number): New function.
15551         (netrc-port-equal): New function.
15552         (netrc-machine): Use it.
15553
15554         * nnimap.el (nnimap-open-connection): Use netrc.
15555
15556         * gnus-util.el (gnus-netrc-get): Remove aliases.
15557
15558         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15559
15560         * assistant.el (wid-edit): Fix compilation.
15561
15562         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15563
15564 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15565
15566         * gnus-util.el (gnus-set-file-modes): New function.  (small
15567         patch).
15568
15569 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15570
15571         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15572
15573         * assistant.el (assistant-render-node): Fix up rendering and
15574         read-only text.
15575         (assistant-render-node): Reset.
15576         (assistant-make-read-only): Not sticky.
15577
15578 2004-05-20  Danny Siu  <dsiu@adobe.com>
15579
15580         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15581         centered even when gnus-auto-center-summary is t.
15582
15583 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15584
15585         * dns.el (dns-get-txt-answer): New function.
15586         (dns-read-txt): Ditto.
15587         (query-dns): Use it.
15588
15589 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15592         active for foreign groups even if the group level is higher than
15593         the specified value.
15594
15595 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15596
15597         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15598         non-active groups.
15599
15600         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15601
15602 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15603
15604         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15605
15606 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15607
15608         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15609         (spam-crm114-header, spam-crm114-spam-switch)
15610         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15611         (spam-crm114-positive-spam-header)
15612         (spam-crm114-database-directory, spam-list-of-processors)
15613         (spam-group-spam-processor-crm114-p)
15614         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15615         (spam-generic-score, spam-list-of-checks)
15616         (spam-list-of-statistical-checks, spam-registration-functions)
15617         (spam-check-crm114-headers, spam-crm114-score)
15618         (spam-check-crm114, spam-crm114-register-with-crm114)
15619         (spam-crm114-register-spam-routine)
15620         (spam-crm114-unregister-spam-routine)
15621         (spam-crm114-register-ham-routine)
15622         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15623         asjo@koldfront.dk (Adam Sjøgren).
15624
15625         * gnus.el: Add spam-use-crm114.
15626
15627         * spam.el (spam-list-of-processors, spam-registration-functions):
15628         Add spam-use-resend.
15629         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15630         (spam-report-articles-gmane): Add doc fix.
15631         (spam-report-articles-resend, spam-report-resend-register-routine):
15632         Add wrappers around spam-report-resend-to.
15633
15634         * spam-report.el (spam-report-resend-to, spam-report-resend):
15635         Add support for resending spam.
15636         (spam-report-gmane): Fix line length >80.
15637
15638         * gnus.el (spam-process): Add spam-use-resend.
15639
15640 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15641
15642         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15643         number of processed spam messages.
15644         (spam-ham-copy-or-move-routine): Return the number of processed
15645         ham messages.
15646         (spam-summary-prepare-exit): Use the above values to decide
15647         whether status messages shouled be displayed.
15648
15649 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15650
15651         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15652         `rfc2047-encoding-function-alist' in order to avoid conflicting
15653         with the old version.
15654         (rfc2047-encode-region): Concatenate words containing non-ASCII
15655         characters in structured fields; don't encode space-delimited
15656         ASCII words even in unstructured fields; don't break words at
15657         char-category boundaries.
15658         (rfc2047-encode-1): New function.
15659         (rfc2047-encode): Use it; encode text so that it occupies the
15660         maximum width within 76-column; work correctly on Q encoding for
15661         iso-2022-* charsets.
15662         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15663         sure not to break a line just after the header name.
15664         (rfc2047-b-encode-region): Removed.
15665         (rfc2047-b-encode-string): New function.
15666         (rfc2047-q-encode-region): Removed.
15667         (rfc2047-q-encode-string): New function.
15668
15669         * mm-util.el (mm-replace-in-string): New function.
15670
15671 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15672
15673         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15674         get it right.
15675         (gnus-inews-make-draft): Really.
15676
15677 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15678
15679         * nnmh.el (nnmh-request-list-1): Don't check the link count
15680         before descending.  (small patch)
15681
15682 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15683
15684         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15685         stuff.
15686
15687         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15688         on real group name.
15689
15690         * gnus-art.el (gnus-signature-limit): Doc fix.
15691
15692         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15693
15694         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15695
15696 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15697
15698         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15699         isn't a string.
15700
15701 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15702
15703         * gnus-draft.el (gnus-draft-send): Bind
15704         rfc2047-encode-encoded-words.
15705
15706         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15707         (rfc2047-encodable-p): Say that =? needs encoding.
15708         (rfc2047-encode-encoded-words): New variable.
15709
15710         * gnus-group.el (gnus-group-select-group): Doc fix.
15711
15712         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15713
15714         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15715         to nil.
15716
15717         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15718
15719         * nnheader.el (nnheader-get-lines-and-char): New function.
15720
15721 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15722
15723         * gnus-msg.el (gnus-summary-followup-with-original): Document
15724         yanking of region when active.
15725
15726 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15729         groups if the group level is higher than the specified value.
15730
15731 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15732
15733         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15734         (gnus-group-jump-to-group): Added prefix argument using
15735         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15736         non-active group.
15737
15738         * compface.el (uncompface): Be verbose when changing
15739         `uncompface-use-external'.
15740
15741         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15742         handle manual section.
15743
15744 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15745
15746         * gnus-art.el (gnus-button-alist): Revert previous change.
15747
15748 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15751
15752 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15753
15754         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15755         whether backend can accept message.
15756
15757         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15758
15759 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15760
15761         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15762         Avoid creating directory when nntp-marks-is-evil is true.
15763         Reported by Reiner Steib.
15764
15765 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-picon.el (gnus-picon-style): New variable.
15768         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15769         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15770         Jesper Harder <harder@ifa.au.dk>.
15771
15772 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15773
15774         * message.el (message-fill-field): Return point.
15775         (message-generate-headers): Go to end of field.
15776
15777         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15778         stuff for non-living groups.
15779
15780 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15781
15782         * gnus-art.el (gnus-article-followup-with-original)
15783         (gnus-article-reply-with-original): gnus-mark-active-p ->
15784         gnus-region-active-p.
15785
15786 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15787
15788         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15789         only when there is spam or ham to be processed.
15790
15791 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15792
15793         * mail-source.el (mail-source-delete-crash-box): Refactor.
15794         (mail-source-fetch): Use it.
15795         (mail-source-fetch-file): Ditto.
15796         (mail-source-fetch-directory): Run postscript in loop.
15797         (mail-source-fetch-pop): Delete.
15798         (mail-source-fetch-maildir): Ditto.
15799         (mail-source-fetch-imap): Ditto.
15800
15801         * imap.el (imap-authenticators): Comment out sasl.
15802
15803         * message.el (message-skip-to-next-address): New function.
15804         (message-fill-header-address): Refactor.
15805         (message-fill-address): Use it.
15806         (message-delete-address): Use it.
15807         (message-fill-header-general): Refactor.
15808         (message-fill-field-address): Rename.
15809         (message-narrow-to-field): Find the start of the header.
15810         (message-header-format-alist): Don't pre-fill.
15811         (message-fill-header): Removed.
15812         (message-insert-header): New function.
15813         (message-shorten-references): Use it.
15814
15815         * rfc2047.el (rfc2047-field-value): Strip props.
15816
15817         * mail-parse.el (mail-header-make-address): New alias.
15818
15819         * ietf-drums.el (ietf-drums-make-address): New function.
15820
15821         * imap.el: Add compiler directives.
15822
15823         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15824
15825         * gnus-art.el (article-decode-idna-rhs): Don't use
15826         message-idna-inside-rhs-p.
15827
15828 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15829
15830         * message.el (message-idna-inside-rhs-p): Removed.
15831         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15832
15833         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15834         false positives.
15835
15836 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15837
15838         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15839
15840 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15841
15842         * nneething.el (nneething-file-name): Don't create spurious
15843         files.
15844
15845         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15846         (gnus-inews-do-gcc): Remove sleep.
15847
15848         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15849         part under point.
15850
15851         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15852         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15853
15854 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15855
15856         * spam.el (spam-summary-prepare-exit): Fixed (length).
15857
15858 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15859
15860         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15861         as expired without moving it" message when there are spam
15862         messages left.
15863
15864 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15865
15866         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15867         header is not nil.
15868
15869 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15870
15871         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15872         nntp-possibly-create-directory, not nntp-possibly-change-group.
15873         (nntp-marks-changed-p): New arg SERVER.
15874         (nntp-request-update-info): Adjust caller.
15875
15876 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15877
15878         * nntp.el (nntp-save-marks): Pass missing arg.
15879
15880 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15881
15882         * nntp.el: Support marks.
15883         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15884         (nntp-marks-modtime, nntp-marks-directory): New variables.
15885         (nntp-request-set-mark, nntp-request-update-info)
15886         (nntp-possibly-create-directory, nntp-marks-changed-p)
15887         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15888         functions.
15889
15890 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15891
15892         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15893         (gnus-xmas-redefine): Rename.
15894
15895         * gnus-score.el (gnus-score-insert-help): Use
15896         gnus-select-lowest-window.
15897
15898         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15899         appt-select-lowest-window and rename to gnus-select-lowest-window.
15900
15901         * gnus.el: do.
15902
15903 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15904
15905         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15906         encodings of MIME-encoded words, in order to improve
15907         interoperability with several broken MUAs.
15908
15909 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15910
15911         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15912         tags, only when charsets are not specified in headers.
15913         (mm-inline-text-html-render-with-w3m): Ditto.
15914
15915         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15916         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15917
15918 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15919
15920         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15921         instead of MIME-decoded from fields when checking
15922         `gnus-article-address-banner-alist'.
15923
15924 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15925
15926         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15927         description rather than subject.
15928
15929 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15930
15931         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15932
15933 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934
15935         * gnus.el (gnus-version-number): Bump.
15936
15937 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15938
15939         * gnus.el: No Gnus v0.2 is released.
15940
15941 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15942
15943         * gnus-agent.el (gnus-agent-read-agentview): Inline
15944         gnus-uncompress-range.
15945
15946 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15947
15948         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15949         `exec-installed-p'.
15950
15951 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15952
15953         * gnus.el (spam-process, spam-autodetect-methods): Add
15954         bsfilter and bsfilter-headers.
15955
15956         * spam.el (spam-bsfilter): New customize group.
15957         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15958         (spam-bsfilter-header, spam-bsfilter-probability-header)
15959         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15960         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15961         (spam-bsfilter-database-directory): New options.
15962         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15963         (spam-list-of-statistical-checks, spam-registration-functions):
15964         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15965         (spam-bsfilter-score): New command.
15966         (spam-check-bsfilter-headers, spam-check-bsfilter)
15967         (spam-bsfilter-register-with-bsfilter)
15968         (spam-bsfilter-register-spam-routine)
15969         (spam-bsfilter-unregister-spam-routine)
15970         (spam-bsfilter-register-ham-routine)
15971         (spam-bsfilter-unregister-ham-routine): New functions.
15972         (spam-generic-score): Support bsfilter; Accept an optional argument
15973         to recalcurate spam score even if scoring header has already been
15974         added.
15975         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15976         optional argument to recalcurate spam score even if scoring header
15977         has already been added.
15978
15979 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15980
15981         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15982         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15983         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15984         link is missing.
15985
15986 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15987
15988         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15989         (html2text-get-attr): Rewrite.
15990
15991         * message.el (message-setup-1): Remove redundant put-text-property
15992         on mail-header-separator.
15993
15994 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15995
15996         * gnus-registry.el (gnus-registry-cache-whitespace)
15997         (gnus-registry-action, gnus-registry-spool-action)
15998         (gnus-registry-split-fancy-with-parent): Change message levels
15999         from 5 to 3 or 7, as needed.
16000
16001         * spam.el (spam-summary-prepare-exit)
16002         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16003         (spam-split, spam-find-spam, spam-log-undo-registration)
16004         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16005         level from 5 to 6.
16006
16007 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16010         2004-03-04 change).
16011
16012 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16013
16014         * sieve-manage.el (sieve-manage-open):
16015         * nnweb.el (nnweb-insert-html):
16016         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16017         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16018         * nnspool.el (nnspool-request-group):
16019         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16020         * nnml.el (nnml-request-update-info):
16021         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16022         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16023         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16024         (nnimap-request-set-mark):
16025         * nnfolder.el (nnfolder-request-update-info):
16026         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16027         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16028         * gnus-uu.el (gnus-uu-find-articles-matching):
16029         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16030         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16031         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16032         * gnus-nocem.el (gnus-nocem-scan-groups):
16033         * gnus-int.el (gnus-start-news-server):
16034         * gnus-group.el (gnus-group-make-kiboze-group)
16035         (gnus-group-browse-foreign-server):
16036         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16037         Use mapc when appropriate.
16038
16039 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16040
16041         FIXME: Make separate entries for each person.
16042
16043         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16044         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16045         <shields@msrl.com>:
16046
16047         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16048         may need for spam sorting and scoring.
16049         (spam-user-format-function-S): Add user format function suitable for
16050         general use.
16051         (spam-article-sort-by-spam-status): Add sorting function for summary
16052         sorting.
16053         (spam-extra-header-to-number): Add function to get a score from a
16054         header.
16055         (spam-summary-score): Add function to get a numeric score from the
16056         headers.
16057         (spam-generic-score): Fix function doc, was in wrong place.
16058         (spam-initialize): Take symbols when it's run, and install the
16059         extra headers that spam-necessary-extra-headers thinks we need.
16060
16061 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16062
16063         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16064         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16065
16066 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16067
16068         * gnus-sum.el (gnus-set-global-variables)
16069         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16070         (gnus-article-get-xrefs, gnus-summary-best-group)
16071         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16072         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16073         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16074         Use with-current-buffer.
16075
16076 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16077
16078         * spam.el (spam-summary-prepare-exit): Simplify logic.
16079         (spam-fetch-article-header): Read the article header if it's not
16080         available.
16081         (spam-list-articles): Simplify logic.
16082         (spam-filelist-register-routine): Fix bug with unregister-list.
16083
16084         * gnus-registry.el: Fix comments at beginning.
16085
16086 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16087
16088         * message.el (message-cater-to-broken-inn): Remove.
16089         (message-shorten-references): Make sure the total folded length of
16090         References is shorter than 998 characters to cater to a bug in INN
16091         2.3.  Also, don't pretend that references aren't folded -- this
16092         hasn't worked for a while.
16093
16094 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16095
16096         * gnus-agent.el (gnus-agentize):
16097         gnus-agent-send-mail-real-function no longer set to current value
16098         of message-send-mail-function but rather a lambda that calls
16099         message-send-mail-function.  The change makes the agent real-time
16100         responsive to user changes to message-send-mail-function.
16101
16102 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16103
16104         * legacy-gnus-agent.el
16105         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16106         help from Florian Weimer <fw@deneb.enyo.de>
16107
16108 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * nnmail.el (nnmail-cache-insert): Revert last change.
16111
16112 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * nnmail.el (nnmail-cache-insert): Always check whether
16115         nnmail-cache-ignore-groups matches a group name.
16116
16117 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16118
16119         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16120         (spam-find-spam, spam-log-processing-to-registry)
16121         (spam-log-registered-p, spam-log-unregistration-needed-p)
16122         (spam-log-undo-registration): Use gnus-message instead of
16123         gnus-error, none of these errors are fatal.
16124
16125         * gnus-registry.el (gnus-registry-clean-empty-function)
16126         (gnus-registry-clean-empty): Remove only empty entries without
16127         extra data.
16128
16129 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16130
16131         * spam-stat.el (spam-stat-buffer-change-to-spam)
16132         (spam-stat-buffer-change-to-non-spam): Change (error) to
16133         (gnus-message 8) invocation.
16134
16135 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * nntp.el (nntp-via-netcat-command): New variable.
16138         (nntp-via-netcat-switches): New variable.
16139         (nntp-open-via-rlogin-and-netcat): New function.
16140         (nntp-open-connection-function): Doc fix.
16141         (nntp-telnet-command): Doc fix.
16142         (nntp-end-of-line): Doc fix.
16143         (nntp-via-rlogin-command): Doc fix.
16144         (nntp-via-user-name): Doc fix.
16145         (nntp-via-address): Doc fix.
16146
16147 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16150         error in Emacs 21.1.
16151
16152 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16155
16156 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16157
16158         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16159         (gnus-agent-with-refreshed-group): New macro.
16160         (gnus-agent-rename-group): New function.
16161         (gnus-agent-delete-group): New function.
16162         (gnus-agent-save-group-info): Use gnus-command-method when
16163         `method' parameter is nil.  Don't write nil entries into the
16164         active file.
16165         (gnus-agent-get-group-info): New function.
16166         (gnus-agent-fetch-articles): Use
16167         gnus-agent-update-files-total-fetched-for to increment disk space
16168         used.
16169         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16170         gnus-agent-update-view-total-fetched-for to increment disk space
16171         used.
16172         (gnus-agent-get-local): Added optional parameters to avoid calling
16173         gnus-group-real-name and gnus-find-method-for-group.
16174         (gnus-agent-set-local): Delete stored entry if either min, or max,
16175         are nil.
16176         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16177         quit, use gnus-agent-regenerate-group to record existance of any
16178         articles fetched to disk before the quit occurred.
16179         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16180         gnus-agent-update-view-total-fetched-for, and
16181         gnus-agent-update-files-total-fetched-for to decrement disk space
16182         used.
16183         (gnus-agent-retrieve-headers): Use
16184         gnus-agent-update-view-total-fetched-for to increment disk space
16185         used.
16186         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16187         with gnus-agent-update-files-total-fetched-for to decrement disk
16188         space and fresh group buffer.
16189         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16190         (gnus-agent-need-update-total-fetched-for): New variable.
16191         (gnus-agent-update-files-total-fetched-for): New function.
16192         (gnus-agent-update-view-total-fetched-for): New function.
16193         (gnus-agent-total-fetched-for): New function.
16194
16195         * gnus-cache.el (gnus-cache-save-buffers): Use
16196         gnus-cache-update-overview-total-fetched-for to change disk space
16197         used by this group.
16198         (gnus-cache-possibly-enter-article): Use
16199         gnus-cache-update-file-total-fetched-for to increment disk space
16200         used by this group.
16201         (gnus-cache-possibly-remove-article): Use
16202         gnus-cache-update-file-total-fetched-for to decrement disk space
16203         used by this group.
16204         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16205         (gnus-cache-rename-group): New function.
16206         (gnus-cache-delete-group): New function.
16207         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16208         (gnus-cache-need-update-total-fetched-for): New variable.
16209         (gnus-cache-with-refreshed-group): New macro.
16210         (gnus-cache-update-file-total-fetched-for): New function.
16211         (gnus-cache-update-overview-total-fetched-for): New function.
16212         (gnus-cache-rename-group-total-fetched-for): New function.
16213         (gnus-cache-delete-group-total-fetched-for): New function.
16214         (gnus-cache-total-fetched-for): New function.
16215
16216         * gnus-group.el: Require gnus-sum and autoload functions to
16217         resolve warnings when gnus-group.el compiled alone.
16218         (gnus-group-line-format): Documented new %F.
16219         (size of Fetched data) group line format; identifies disk space
16220         used by agent and cache.
16221         (gnus-group-line-format-alist): Defined new F format.
16222         (gnus-total-fetched-for): New function.
16223         (gnus-group-delete-group): No longer update
16224         gnus-cache-active-altered as gnus-request-delete-group now keeps
16225         the cache in sync.
16226         (gnus-group-list-active): Let the agent store a server's active
16227         list if currently plugged.
16228
16229         * gnus-int.el (gnus-request-delete-group):
16230         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16231         local disk in sync with the server.
16232         (gnus-request-rename-group):
16233         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16234         local disk in sync with the server.
16235
16236         * gnus-start.el (gnus-get-unread-articles):
16237         Cosmetic simplification to logic.
16238
16239         * gnus-util.el (gnus-rename-file): New function.
16240
16241 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16242
16243         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16244
16245 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16246
16247         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16248         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16249
16250 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16251
16252         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16253         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16254
16255 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16256
16257         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16258
16259 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16260
16261         * spam.el (spam-set-difference): Add function to replace
16262         gnus-set-difference in spam.el.
16263         (spam-summary-prepare-exit): Use spam-set-difference.
16264
16265 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16266
16267         * gnus-registry.el (gnus-registry-cache-file): Update to use
16268         gnus-dribble-directory OR gnus-home-directory OR ~.
16269         (gnus-registry-split-fancy-with-parent): Fix doc.
16270
16271 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * message.el (message-exchange-point-and-mark): Use
16274         message-mark-active-p.  Suggested by Jesper Harder
16275         <harder@ifa.au.dk>.
16276
16277 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * message.el (message-exchange-point-and-mark): Don't activate
16280         region if it was inactive.  Suggested by Hiroshi Fujishima
16281         <pooh@nature.tsukuba.ac.jp>.
16282
16283 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * gnus-art.el (article-display-face): Display Faces in the same
16286         order as X-Faces.
16287
16288 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16291
16292 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16295         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16296         (gnus-article-mime-hierarchy): Remove.
16297         (gnus-article-mime-hierarchy-next): Remove.
16298         (gnus-article-mode): Revert 2004-03-19 change.
16299         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16300         (gnus-insert-mime-button): Revert 2004-03-19 change.
16301         (gnus-mime-accumulate-hierarchy): Remove.
16302         (gnus-mime-enter-multipart): Remove.
16303         (gnus-mime-leave-multipart): Remove.
16304         (gnus-mime-display-part): Revert 2004-03-19 change.
16305         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16306
16307         * mml.el (mml-preview): Revert 2004-03-19 change.
16308
16309 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16310
16311         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16312
16313 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16316         t while entering a file name using the mm-with-multibyte macro.
16317         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16318
16319         * mm-util.el (mm-with-multibyte): New macro.
16320
16321 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16324         user option.
16325         (gnus-mime-multipart-functions): Doc and customization fix.
16326         (gnus-article-mime-hierarchy): New variable.
16327         (gnus-article-mime-hierarchy-next): New variable.
16328         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16329         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16330         gnus-article-mime-hierarchy-next to nil.
16331         (gnus-insert-mime-button): Show hierarchy numbers.
16332         (gnus-mime-accumulate-hierarchy): New function.
16333         (gnus-mime-enter-multipart): New function.
16334         (gnus-mime-leave-multipart): New function.
16335         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16336         (gnus-mime-display-alternative): Show hierarchy numbers.
16337
16338         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16339         gnus-article-mime-hierarchy-next to nil.
16340
16341 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16342
16343         * dns.el: Don't require gnus-xmas.
16344
16345 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16346
16347         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16348         inline PGP.
16349         (mml-menu): Disable mml-quote-region if mark is inactive.
16350
16351 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16354         when the group's active is not available.
16355
16356 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16359         error.
16360
16361 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16362
16363         * imap.el (imap-store-password): New variable.
16364         (imap-interactive-login): Use it.
16365         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16366
16367 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16370         window-start and hscroll to summary window.
16371
16372 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16373
16374         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16375         conversion message to newsrc-dribble when an actual conversion is
16376         performed.
16377
16378 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16379
16380         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16381
16382 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * mm-decode.el (mm-complicated-handles): New function reviving
16385         former definition of mm-multiple-handles.
16386
16387         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16388         (gnus-mime-delete-part): Use it.
16389
16390 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16391
16392         * gnus-agent.el (gnus-agent-read-local): Bind
16393         nnheader-file-coding-system to gnus-agent-file-coding-system to
16394         avoid the implicit assumption that they will always be equal.
16395         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16396         coding-system-for-write, as the with-temp-file macro first prints
16397         to a buffer then saves the buffer.
16398
16399 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-art.el (gnus-article-edit-part): New function.
16402         (gnus-mime-save-part-and-strip): Use it; do query instead of
16403         signaling an error; don't use mm-multiple-handles.
16404         (gnus-mime-delete-part): Ditto.
16405
16406 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16407
16408         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16409         old file versions.
16410         (gnus-group-prepare-hook): Removed function that converted list
16411         form of gnus-agent-expire-days to group properties.
16412
16413         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16414         (gnus-request-accept-article): Re-indented.
16415
16416         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16417         converters to handle old agent file formats.  Added logic for a
16418         "backup before upgrading warning".
16419         (gnus-convert-mark-converter-prompt): Developers can mark
16420         functions as needing (default), or not needing,
16421         gnus-convert-old-newsrc's "backup before upgrading warning".
16422         (gnus-convert-converter-needs-prompt): Tests whether the user
16423         should be protected from potentially irreversable changes by the
16424         function.
16425
16426         * legacy-gnus-agent.el: New.  Provides converters that are only
16427         loaded when gnus-convert-old-newsrc needs to call them.
16428
16429 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * mail-source.el (mail-source-touch-pop): Doc fix.
16432
16433         * message.el (message-smtpmail-send-it): Doc fix.
16434
16435 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16436
16437         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16438
16439         * nnmail.el (nnmail-split-fancy): do.
16440
16441         * gnus-kill.el (gnus-kill, gnus-execute): do.
16442
16443 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16444
16445         * gnus-sum.el (gnus-widget-reversible-match)
16446         (gnus-widget-reversible-to-internal)
16447         (gnus-widget-reversible-to-external): New functions.
16448         (gnus-widget-reversible): New widget.
16449         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16450
16451 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16452
16453         * gnus-sum.el (gnus-thread-sort-functions)
16454         (gnus-article-sort-functions): Document `(not F)' items.
16455
16456 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16457
16458         * spam.el (spam-use-gmane-xref): Add new backend.
16459         (spam-gmane-xref-spam-group): Add variable to control the name of the
16460         Gmane spam group.
16461         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16462         (spam-regex-headers-spam, spam-regex-headers-ham)
16463         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16464         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16465         backends and checks.
16466         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16467
16468         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16469         an autodetect method.
16470
16471 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16472
16473         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16474         articles are being added to a group.
16475         (gnus-request-replace-article): Inform the agent that articles
16476         need to be uncached as the cached contents are no longer valid.
16477
16478 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * binhex.el: Don't autoload executable-find.
16481
16482         * canlock.el: Don't autoload mail-fetch-field.
16483
16484         * dgnushack.el: Autoload c-mode for XEmacs.
16485
16486         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16487
16488         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16489         rmail-dont-reply-to and rmail-output.
16490
16491         * gnus-score.el: Don't autoload ffap-string-at-point.
16492
16493         * gnus-setup.el: Don't autoload sc-cite-original.
16494
16495         * imap.el: Don't autoload base64-decode-string,
16496         base64-encode-string and md5.
16497
16498         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16499         and rmail-msg-restore-non-pruned-header.
16500
16501         * mm-decode.el: Don't autoload executable-find.
16502
16503         * mm-url.el: Don't autoload executable-find.
16504
16505         * mm-view.el: Don't autoload diff-mode.
16506
16507         * nndb.el: Don't autoload news-reply-mode, news-setup,
16508         cancel-timer and telnet.
16509
16510         * password.el: Don't autoload run-at-time for Emacs.
16511
16512         * sha1-el.el: Don't autoload executable-find.
16513
16514         * sieve-mode.el: Don't autoload c-mode.
16515
16516         * uudecode.el: Don't autoload executable-find.
16517
16518 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16519
16520         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16521         (gnus-agent-possibly-alter-active): Avoid null in numeric
16522         comparison.
16523         (gnus-agent-set-local): Refuse to save null in local object table.
16524         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16525         list of articles that will be marked as unread.
16526
16527 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16530
16531 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16534         language tags.
16535
16536 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16537
16538         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16539         Don't bind "obarray".
16540
16541         * gnus-sum.el (gnus-thread-sort-functions): Added
16542         `gnus-thread-sort-by-most-recent-number' and
16543         `gnus-thread-sort-by-most-recent-date'.
16544         Reported by Kai Grossjohann <kai@emptydomain.de>.
16545
16546 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16549
16550 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16551
16552         * gnus-cus.el (gnus-agent-customize-category): Removed
16553         ignore-errors macro reference that required cl to be loaded at
16554         run-time.
16555
16556         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16557         single-interval range of the form (min . max).  Previously the
16558         range had to look like ((min . max)).  Likewise, return
16559         (min . max) rather than ((min . max)).
16560         (gnus-range-map): Use gnus-range-normalize to accept
16561         single-interval range.
16562
16563         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16564         the cache, but not the agent, now appear with their usual face.
16565
16566         * dgnushack.el (loaddir): New variable that is bound to the
16567         directory containing the dgnushack.el file. Use loaddir, rather
16568         than srcdir, to update load-path. Change lets dgnushack compile
16569         code in directories other than GNUS/lisp.
16570
16571 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * lpath.el: Don't bind w3m-safe-url-regexp.
16574
16575         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16576         w3m-safe-url-regexp variable buffer-local.
16577
16578         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16579
16580 2004-02-27  Simon Josefsson  <jas@extundo.com>
16581
16582         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16583         gnus-group-real-prefix.
16584         (gnus-summary-move-article): Use it, instead of
16585         gnus-group-real-prefix.
16586
16587 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * lpath.el: Bind w3m-safe-url-regexp.
16590
16591         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16592         w3m-safe-url-regexp variable buffer-local and set it as the value
16593         of mm-w3m-safe-url-regexp.
16594
16595         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16596
16597         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16598         parsing gnus-posting-styles when the message is not for replying.
16599
16600         * dgnushack.el: Autoload sgml-mode for XEmacs.
16601
16602         * nnrss.el (nnrss-opml-export): Use
16603         mm-set-buffer-file-coding-system instead of
16604         set-buffer-file-coding-system.
16605
16606 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16607
16608         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16609         of checkdoc.el).
16610         * nnrss.el: do.
16611         * gnus-mlspl.el: do.
16612         * gnus-ml.el: do.
16613         * gnus-srvr.el: do.
16614
16615         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16616
16617 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16618
16619         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16620         Corrections to custom-manual links.
16621
16622         * gnus-art.el (gnus-article): Ditto.
16623
16624         * mm-decode.el (mime-display, mime-security): Ditto.
16625
16626 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16627
16628         * flow-fill.el: Typo.
16629
16630 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16631
16632         * spam-wash.el: New file.
16633
16634 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16635
16636         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16637
16638 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16639
16640         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16641         to be run with new-articles as LIST1, not LIST2.
16642         (spam-registration-functions): Add spam-use-ham-copy as a nil
16643         registration backend.
16644
16645 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16646
16647         * spam-stat.el (spam-stat-washing-hook): New option.
16648         (spam-stat-buffer-words): Use it.
16649         (spam-stat-process-directory, spam-stat-test-directory): Use
16650         insert-file-contents-literally.
16651         (spam-stat-coding-system): New variable.
16652         (spam-stat-load, spam-stat-save): Use it.
16653
16654 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * spam-report.el (spam-report-plug-agent): Quote
16657         spam-report-url-to-file and spam-report-url-ping-plain.
16658
16659 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16660
16661         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16662         / in mailto URLs.
16663
16664 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16665
16666         * spam-report.el (spam-report-process-queue): Fix interactive use.
16667         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16668         (spam-report-unplug-agent): Doc fixes.
16669         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16670         (spam-report-agentize, spam-report-deagentize): Autoload.
16671
16672 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16675
16676         * message.el (message-setup-fill-variables): Add mml tags to
16677         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16678         <ajk@iu.edu>.
16679         (message-mode): Don't modify paragraph-separate there.
16680
16681 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * compface.el (uncompface-use-external): Default to undecided.
16684         (uncompface-use-external-threshold): New variable.
16685         (uncompface-float-time): New macro.
16686         (uncompface): Determine whether to use the external decoder if
16687         uncompface-use-external is undecided.
16688
16689 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16690
16691         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16692         after images.
16693
16694         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16695
16696 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16697
16698         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16699
16700         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16701
16702         * gnus-sum.el (gnus-summary-limit-to-age)
16703         (gnus-summary-limit-children): do.
16704
16705         * gnus-int.el (gnus-request-scan): do.
16706
16707         * gnus-group.el (gnus-group-suspend): do.
16708
16709         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16710
16711         * gnus-cite.el (gnus-cite-parse-attributions): do.
16712
16713         * gnus-agent.el (gnus-summary-set-agent-mark)
16714         (gnus-agent-regenerate-group): do.
16715
16716         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16717
16718         * binhex.el (binhex-decode-region-internal): do.
16719
16720 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * gnus-fun.el (gnus-face-properties-alist): New user option.
16723         (gnus-display-x-face-in-from): Use it.
16724
16725         * gnus-art.el (article-display-face): Ditto.
16726
16727         * compface.el (uncompface-use-external): Default to nil.
16728
16729 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * nntp.el (nntp-erase-buffer): New function.
16732         (nntp-retrieve-data, nntp-send-command)
16733         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16734         (nntp-possibly-change-group): Use it.
16735
16736         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16737         with-current-buffer.
16738
16739 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16740
16741         * compface.el: Merge the ELisp-based uncompface program.
16742         (compface): New customization group.
16743         (uncompface-use-external): New user option.
16744         (uncompface): Call uncompface-internal if uncompface-use-external
16745         is nil.
16746         (uncompface-internal): New function.  Note that there are also
16747         some other functions and variables added for this function.
16748
16749 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16750
16751         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16752         if necessary.
16753
16754 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16755
16756         * spam-report.el (spam-report-unplug-agent)
16757         (spam-report-plug-agent, spam-report-deagentize)
16758         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16759         Add support for the Agent in spam-report: when unplugged, report to a
16760         file; when plugged, submit all the requests.
16761
16762         * spam.el (spam-register-routine): Fix message about
16763         registration.
16764
16765 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16766
16767         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16768         dependencies.
16769         (rfc2047-encode): Use it.
16770
16771         * gnus-art.el (gnus-button-marker-list): Move before first
16772         reference.
16773
16774         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16775         (imap-parse-body): Fix format string mismatch.
16776
16777         * gnus-score.el (gnus-summary-increase-score): do.
16778
16779         * nnrss.el (nnrss-close): New function.
16780
16781 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16782
16783         * nnrss.el (nnrss-make-filename): New function.
16784         (nnrss-request-delete-group, nnrss-read-server-data)
16785         (nnrss-save-server-data, nnrss-read-group-data)
16786         (nnrss-save-group-data): Use it.
16787         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16788         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16789         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16790
16791 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16792
16793         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16794
16795 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16796
16797         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16798         files.
16799
16800         * message.el (message-generate-headers-first): Don't quote nil
16801         and t in docstrings.
16802
16803         * imap.el (imap-id): do.
16804
16805         * gnus-agent.el (gnus-agent-consider-all-articles)
16806         (gnus-agent-queue-mail): do.
16807
16808 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16809
16810         * spam-report.el (spam-report-process-queue): New function.
16811         Process requests from `spam-report-requests-file'.
16812         (spam-report-process-queue): Doc fix.
16813
16814 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * spam.el (spam-register-routine)
16817         (spam-log-processing-to-registry, spam-log-registered-p)
16818         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16819         Change "check" to "spam-check" for semi-clarity.
16820
16821 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16822
16823         * pop3.el: Require nnheader.
16824
16825         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16826
16827         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16828
16829         * gnus-picon.el: Require cl.
16830
16831         * gnus-fun.el: Require gnus-ems and gnus-util.
16832
16833         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16834
16835         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16836
16837         * gnus-art.el (gnus-article-edit-mode): Define before first
16838         reference.
16839
16840 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16841
16842         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16843         (gnus-uu-post-encoded): Use point-at-bol.
16844
16845         * gnus-topic.el (gnus-group-active-topic-p): do.
16846
16847         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16848
16849         * gnus-group.el (gnus-group-kill-region): do.
16850
16851         * gnus-art.el (article-date-ut): do.
16852
16853         * message.el (message-fetch-field): Remove redundant
16854         case-fold-search binding.
16855         (message-narrow-to-field): Simplify.
16856
16857 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * spam.el (spam-directory): Derive from `gnus-directory'.
16860
16861         * spam-report.el (spam-report-url-to-file)
16862         (spam-report-requests-file): New function and variable for offline
16863         reporting.
16864         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16865         and user defined function.
16866         (spam-report-url-ping-mm-url): Remove doubled slash.
16867
16868 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16869
16870         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16871
16872 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16873
16874         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16875         format string mismatch.
16876
16877         * sieve.el (sieve-deactivate-all): do.
16878
16879         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16880
16881         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16882
16883         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16884
16885         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16886
16887 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16888
16889         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16890         the list of checks.
16891
16892 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16893
16894         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16895         padding.
16896
16897 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16898
16899         * mm-view.el (mm-fill-flowed): New variable.
16900         (mm-inline-text): Use it.
16901
16902 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16903
16904         * spam.el (spam-spamassassin-register-ham-routine)
16905         (spam-spamassassin-register-spam-routine): Fix function names.
16906
16907 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * gnus.el (gnus-tmp-grouplens): Remove.
16910         (gnus-summary-line-format): Remove grouplens.
16911
16912         * gnus-group.el (gnus-group-line-format): Ditto.
16913
16914         * gnus-spec.el (gnus-format-specs): Ditto.
16915         (gnus-update-format-specifications): Flush the group format spec
16916         cache if there's the grouplens stuff.
16917         (gnus-parse-simple-format): Replace %l with the empty string.
16918
16919 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16920
16921         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16922         omission.
16923
16924 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16927         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16928
16929 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16930
16931         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16932         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16933         New macros and functions.
16934         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16935         Handle > NLINK_MAX messages.
16936         * nnmaildir.el (nnmaildir-request-set-mark): Use
16937         nnmaildir--emlink-p and nnmaildir--eexist-p.
16938
16939 2004-01-25  Alex Schroeder  <alex@gnu.org>
16940
16941         * spam-stat.el (spam-stat-process-directory-age): New option.
16942         (spam-stat-process-directory): Use it.
16943
16944 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16945
16946         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16947         (spam-stat-save): Accept prefix argument.
16948
16949 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16950
16951         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16952         links" error.
16953
16954 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16957         the rest of the and/or forms.
16958
16959 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16960
16961         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16962         compatibility with old .newsrc.eld files.
16963
16964         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16965
16966         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16967
16968         * gnus-start.el (gnus-1): do.
16969
16970         * gnus-group.el (gnus-group-line-format-alist): do.
16971
16972         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16973
16974         * gnus-gl.el: Remove.
16975
16976 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16977
16978         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16979         marks consisting of a single range {for example, (3 . 5)} rather
16980         than a list of a single range { ((3 . 5)) }.
16981
16982 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16983
16984         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16985         with-current-buffer.
16986         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16987         avoid consing a string.
16988
16989         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16990         Remove obsolete entries for big5 and gb2312.
16991
16992 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16993
16994         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16995         uncompressed list.
16996
16997 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16998
16999         * spam-stat.el (spam-stat-strip-xref): New function.
17000         (spam-stat-process-directory): Use it.
17001
17002         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17003         here -- it's done in message-fetch-field.
17004
17005 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17006
17007         * gnus-agent.el (gnus-agent-queue-mail)
17008         (gnus-agent-prompt-send-queue): New variables.
17009         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17010         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17011         "nndraft:queue" along to gnus-draft-send.  Use
17012         gnus-agent-prompt-send-queue.
17013         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17014         is "nndraft:queue".  Suggested by Gaute Strokkenes
17015         <gs234@srcf.ucam.org>
17016
17017         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17018         (agent-enable-undownloaded-faces): Added.
17019         (gnus-agent-cat-groups): Use eval-and-compile, not
17020         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17021         method of gnus-agent-cat-groups even when the buffer has been
17022         evaled.
17023         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17024         delete gnus-agent-save-active-1.
17025         (gnus-agent-save-groups): Deleted.  Identical to
17026         gnus-agent-save-active.
17027         (gnus-agent-write-active): No longer adjust agent's copy of active
17028         file as agent's adjustments are now stored in their own
17029         file.  Removed optional parameter.
17030         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17031         servers.  Add use of min/max range limits from server's local
17032         file.
17033         (gnus-agent-save-alist): Removed unused optional argument.
17034         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17035         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17036         (gnus-agent-set-local): A per-server file that keeps min/max range
17037         limits for articles known to the agent.  Provides a fast mechanism
17038         for altering many active ranges.
17039         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17040         active file (local makes it unnecessary).
17041         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17042
17043         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17044         (agent-enable-undownloaded-faces): Added.
17045
17046         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17047         disable it when sending to "nndraft:queue".
17048         (gnus-group-send-queue): Add safety check to avoid sending queue
17049         when unplugged.
17050
17051         * gnus-group.el (gnus-group-catchup): Use new
17052         gnus-sequence-of-unread-articles, not
17053         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17054         numbers of articles.  Use gnus-range-map to avoid having to
17055         uncompress the unread list.
17056         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17057         Fixed invalid ange-ftp reference.
17058
17059         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17060         (gnus-sorted-range-intersection): Intersection of two ranges
17061         without requiring that they first be uncompressed.
17062
17063         * gnus-start.el (gnus-activate-group): Unless blocked by the
17064         caller, possibly expand the active range to include both cached
17065         and agentized articles.
17066         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17067         multiple version-dependent converters.
17068         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17069         gnus-agent-save-active.
17070         (gnus-save-newsrc-file): Save dirty agent range limits.
17071
17072         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17073         gnus-agent-possibly-alter-active.
17074         (gnus-adjust-marked-articles): Faster handling of simple lists.
17075
17076 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17077
17078         * spam-stat.el (spam-stat-test-directory): New optional argument
17079         displays a list of files detected.  Suggested by Andrew Cohen
17080         <cohen@andy.bu.edu>.
17081         (spam-stat-buffer-words-with-scores): Don't narrow and change
17082         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17083
17084 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17085
17086         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17087         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17088         (spam-spamassassin-arguments)
17089         (spam-spamassassin-spam-flag-header)
17090         (spam-spamassassin-positive-spam-flag-header)
17091         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17092         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17093         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17094         (spam-list-of-processors, spam-list-of-checks)
17095         (spam-list-of-statistical-checks, spam-registration-functions)
17096         (spam-check-spamassassin-headers, spam-check-spamassassin)
17097         (spam-spamassassin-score)
17098         (spam-spamassassin-register-with-sa-learn)
17099         (spam-spamassassin-register-spam-routine)
17100         (spam-spamassassin-register-ham-routine)
17101         (spam-assassin-register-spam-routine)
17102         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17103         (spam-bogofilter-score): Fix to show article before scoring.
17104
17105 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17106
17107         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17108         default scoring function.
17109         (spam-generic-score): Call spam-spamassassin-score if
17110         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17111         spam-bogofilter-score otherwise.
17112
17113         * gnus.el (spam-process, spam-autodetect-methods): Add
17114         spamassassin and spamassassin-headers.
17115
17116 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17117
17118         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17119         Suppress unnecessary messages.
17120
17121 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17122
17123         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17124         make-hash-table.
17125
17126 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17127
17128         * canlock.el (base64-encode-string): Don't autoload it.
17129
17130 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * run-at-time.el: Remove useless (require 'itimer),
17133         eval-and-compile and (featurep 'xemacs).
17134
17135 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17136
17137         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17138         GROUP is a virtual group.
17139
17140 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17141
17142         * gnus.el: Autoload `message-y-or-n-p'.
17143
17144 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17145
17146         * pgg-parse.el: Remove unnecessary (require 'custom).
17147
17148         * pgg-def.el: do.
17149
17150         * nnmail.el: do.
17151
17152         * gnus-undo.el: do.
17153
17154         * gnus-picon.el: do.
17155
17156         * gnus-util.el: do.
17157
17158 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17159
17160         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17161
17162 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17163
17164         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17165         handle, as well as a list.
17166
17167         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17168         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17169         (mm-w3m-cid-retrieve): Simplify.
17170
17171 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17172
17173         * message.el (message-kill-to-signature): Allow prefix arg to
17174         specify number of lines to keep before signature.
17175
17176 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17177
17178         * message.el (message-kill-to-signature): Change docstring.
17179
17180 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * canlock.el: Always require sha1-el.
17183         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17184
17185         * message.el: Autoload sha1 only when compiling.
17186
17187         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17188         eudc-expand-inline for XEmacs.
17189
17190 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * message.el (message-canlock-generate): Require sha1-el.
17193
17194 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17195
17196         * message.el (message-expand-name): Silence the byte compiler.
17197
17198         * lpath.el: Add detect-coding-system.
17199
17200         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17201         cus-edit.
17202
17203 2004-01-13  Simon Josefsson  <jas@extundo.com>
17204
17205         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17206         Invoke gnus-score-mode.  Reported by
17207         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17208
17209         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17210         Jim Blandy <jimb@redhat.com> (tiny change).
17211
17212 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17215
17216 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17217
17218         * spam.el (spam-get-article-as-string): Update to use
17219         gnus-request-article-this-buffer, much simpler.
17220         (spam-get-article-as-buffer): Remove.
17221
17222 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17223
17224         * message.el (message-expand-name): Use EUDC if the user uses that.
17225
17226 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17227
17228         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17229         character for the encoding to avoid consing a string.
17230
17231         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17232         unnecessarily.
17233
17234         * mm-util.el (mm-replace-chars-in-string): Remove.
17235
17236         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17237         of mm-replace-chars-in-string.
17238
17239 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17240
17241         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17242
17243         * mm-util.el (mm-subst-char-in-string): Support inplace.
17244
17245         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17246         a new string in every iteration.  Use shy groups.
17247
17248 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17249
17250         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17251         * gnus-soup.el (gnus-soup-group-brew):
17252         * gnus-msg.el (gnus-put-message):
17253         * gnus-move.el (gnus-group-move-group-to-server):
17254         * gnus-kill.el (gnus-batch-score):
17255         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17256         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17257         (gnus-group-update-group, gnus-group-read-group)
17258         (gnus-group-make-group, gnus-group-make-help-group)
17259         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17260         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17261         (gnus-group-sort-by-unread, gnus-group-catchup)
17262         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17263         (gnus-group-yank-group, gnus-group-set-info)
17264         (gnus-group-list-groups):
17265         * gnus.el (gnus-generate-new-group-name):
17266         * gnus-delay.el (gnus-delay-send-queue):
17267         * nnvirtual.el (nnvirtual-catchup-group):
17268         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17269         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17270         (gnus-group-prepare-topics, gnus-topic-check-topology):
17271         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17272         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17273         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17274         (gnus-group-make-articles-read):
17275         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17276         (gnus-group-change-level, gnus-kill-newsgroup)
17277         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17278         (gnus-get-unread-articles, gnus-make-articles-unread)
17279         (gnus-make-ascending-articles-unread): Use accessor
17280         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17281         to get group information for improved readability.
17282
17283
17284 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17285
17286         * gnus-art.el (article-decode-mime-words, article-babel)
17287         (gnus-article-highlight-signature, gnus-article-add-buttons)
17288         (gnus-signature-toggle): Use gnus-with-article-buffer.
17289
17290         * gnus-art.el (gnus-article-highlight-headers)
17291         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17292
17293         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17294         (gnus-article-set-globals, gnus-request-article-this-buffer)
17295         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17296         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17297         (gnus-mime-display-alternative): Use with-current-buffer.
17298
17299 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17300
17301         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17302         also under 80 char limit, and call gnus-error if needed.
17303         (spam-fetch-article-header): Fix - it was a
17304         buffer-local variable (gnus-newsgroup-data).
17305         (spam-find-spam): Use spam-generate-fake-headers, forget about
17306         spam-insert-fake-headers.
17307         (spam-insert-fake-headers): Remove.
17308
17309 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * deuglify.el (gnus-article-outlook-unwrap-lines)
17312         (gnus-outlook-rearrange-article)
17313         (gnus-outlook-repair-attribution-outlook)
17314         (gnus-outlook-repair-attribution-block)
17315         (gnus-outlook-repair-attribution-other): Remove redundant
17316         save-excursion.
17317
17318 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17319
17320         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17321         (spam-fetch-field-subject-fast)
17322         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17323         (spam-fetch-article-header): Add functions to deal with Gnus
17324         internals for fast retrieval of article header data.
17325         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17326
17327 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17328
17329         * pop3.el (pop3-md5): Remove.
17330         (pop3-apop): Replace pop3-md5 with md5.
17331
17332         * mm-bodies.el: base64 is always built-in.
17333
17334         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17335         with-current-buffer.
17336
17337 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * canlock.el (canlock-insert-header): Remove excessive grouping in
17340         regexp.
17341
17342         * gnus-sum.el (gnus-summary-read-document): Ditto.
17343
17344         * gnus-uu.el (gnus-uu-part-number): Ditto.
17345
17346         * html2text.el (html2text-remove-tags): Ditto.
17347         (html2text-format-tags): Ditto.
17348         (html2text-format-single-elements): Ditto.
17349
17350         * mml.el (mml-parse-1): Ditto.
17351
17352 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17353
17354         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17355
17356         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17357
17358         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17359
17360         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17361
17362 2003-11-15  Simon Josefsson  <jas@extundo.com>
17363
17364         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17365         (pgg-gpg-lookup-key): Use regexp match instead of
17366         split-string (split-string is different between emacs 21.2 and
17367         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17368
17369 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17370
17371         * gnus-art.el (gnus-mime-view-all-parts)
17372         (gnus-article-part-wrapper, gnus-article-view-part): Use
17373         with-current-buffer.
17374
17375 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17376
17377         * spam.el (spam-disable-spam-split-during-ham-respool)
17378         (spam-spamoracle-database, spam-cache-lookups)
17379         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17380         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17381         (spam-group-ham-marks, spam-group-spam-marks)
17382         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17383         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17384         also add spam-use-blackholes to the statistical checks.
17385         (spam-fetch-field-fast): Add interface to fetching fields, may
17386         become a macro.
17387         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17388         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17389         (spam-insert-fake-headers): Fake an article when needed.
17390         (spam-find-spam): Fake article when possible.
17391         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17392         (spam-check-bogofilter-headers): Use message-fetch-field instead
17393         of nnmail-fetch-field.
17394
17395 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17398
17399 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17400
17401         * spam.el (spam-split): Do not require spam-use-CHECK to be
17402         enabled if that check is passed to spam-split explicitly; also
17403         fix so 'spam doesn't get converted to spam-split-group when
17404         spam-split-symbolic-return is t.
17405         (spam-find-spam): Find registrations of the article and use those
17406         instead of re-running spam-split to find the spam/ham
17407         classification of the article.
17408         (spam-log-processing-to-registry, spam-log-registered-p)
17409         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17410         Use gnus-error instead of gnus-message.
17411         (spam-log-registration-type): Add function to determine the
17412         classification of a message based on registry entries; will
17413         return nil if both 'spam and 'ham are found.
17414         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17415         a reasonably fast local cache without the loading errors.
17416         (spam-cache-lookups): Set to t by default.
17417         (spam-find-spam): Don't try to guess spam-cache-lookups.
17418         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17419         spam-caches entry.
17420         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17421         caching of whitelist/blacklist entries.
17422         (spam-check-whitelist, spam-check-blacklist): Invoke
17423         spam-from-listed-p with a type, not a cache variable.
17424         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17425
17426 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17427
17428         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17429
17430         * nnmail.el (nnmail-split-fancy): do.
17431
17432         * mml.el (mml-parse): do.
17433
17434         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17435         (gnus-score-adaptive): do.
17436
17437 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17438
17439         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17440         (gnus-mime-button-map): Don't set keymap parent.
17441         (gnus-button-ctan-directory-regexp): Use shy grouping.
17442         (gnus-prev-page-map): Don't set keymap parent.
17443         (gnus-prev-page-map): Remove duplicated one.
17444         (gnus-next-page-map): Don't set keymap parent.
17445         (gnus-mime-security-button-map): Ditto.
17446
17447         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17448         version number.
17449
17450         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17451
17452 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * canlock.el (canlock-sha1-function): Remove.
17455         (canlock-sha1-function-for-verify): Remove.
17456         (canlock-openssl-program): Remove.
17457         (canlock-openssl-args): Remove.
17458         (canlock-ignore-errors): Remove.
17459         (canlock-sha1-with-openssl): Remove.
17460         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17461         (canlock-verify): Don't use canlock-ignore-errors.
17462
17463         * sha1-el.el (sha1-string-external): Make it can return a string
17464         in binary form.
17465         (sha1-region-external): Ditto.
17466         (sha1-string-internal): Ditto.
17467         (sha1-region-internal): Ditto.
17468         (sha1-region): Ditto.
17469         (sha1-string): Ditto.
17470         (sha1): Ditto.
17471
17472 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * spam.el (spam-report-articles-gmane): New command.
17475
17476 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17477
17478         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17479
17480         * run-at-time.el (run-at-time-saved): Remove.
17481         (run-at-time): Doc fix.
17482
17483 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17484
17485         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17486         (gnus-summary-limit-map): Add it.
17487         (gnus-summary-make-menu-bar): do.
17488
17489 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17490
17491         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17492         Make attempt at some caching support (done for BBDB only now).
17493         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17494         addresses to be checked.
17495         (spam-clear-cache-BBDB): Add function, to be invoked by
17496         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17497         (spam-check-BBDB): Check and use the caches, if
17498         spam-cache-lookups is on, remove superfluous (provide).
17499
17500 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17501
17502         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17503
17504 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17505
17506         * run-at-time.el (run-at-time-saved): Move to after the definition
17507         of `run-at-time'.
17508
17509         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17510
17511 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17514         mm-w3m-local-map-property.
17515
17516         * mm-view.el (mm-w3m-mode-map): Remove.
17517         (mm-w3m-local-map-property): Remove.
17518         (mm-inline-text-html-render-with-w3m): Don't use
17519         mm-w3m-local-map-property.
17520
17521 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17522
17523         * run-at-time.el: New file.
17524
17525         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17526         under Emacs.
17527
17528         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17529         of gnus-set-text-properties.
17530
17531         * gnus-uu.el (gnus-uu-save-article): Ditto.
17532
17533         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17534
17535         * gnus-cite.el (gnus-cite-parse): Ditto.
17536
17537         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17538         of gnus-.
17539
17540         * gnus-xmas.el (run-at-time): Require run-at-time.
17541
17542         * gnus.el: Changed calls to nnheader-run-at-time and
17543         password-run-at-time throughout to use run-at-time directly.
17544
17545         * password.el: Removed definition of run-at-time.
17546
17547         * nnheaderxm.el: Remove definition of run-at-time.
17548
17549 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17550
17551         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17552         in prompt.
17553
17554 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17555
17556         * messagexmas.el (message-xmas-redefine): Alias
17557         `message-make-caesar-translation-table' to
17558         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17559         version.
17560
17561         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17562         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17563         `gnus-xmas-set-text-properties'.
17564         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17565         `gnus-xmas-completing-read'.
17566         (gnus-xmas-completing-read): Removed.
17567         (gnus-xmas-open-network-stream): Removed.
17568
17569         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17570         XEmacs version.
17571
17572         * dns.el (dns-make-network-process): Use `open-network-stream'
17573         instead of `gnus-xmas-open-network-stream'.
17574
17575         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17576
17577         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17578
17579 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * gnus-art.el (gnus-mime-display-alternative)
17582         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17583         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17584         Don't use gnus-local-map-property.
17585
17586         * gnus-util.el (gnus-local-map-property): Remove.
17587
17588         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17589         gnus-completing-read-maybe-default with completing-read.
17590
17591         * gnus-util.el (gnus-completing-read): do.
17592         (gnus-completing-read-maybe-default): Remove.
17593
17594 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17595
17596         * password.el: Only autoload `run-at-time' if not XEmacs.
17597         Only autoload the itimer functions if XEmacs.
17598
17599 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17600
17601         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17602         XEmacsen.
17603
17604         * dgnushack.el: Autoload executable-find for XEmacs.
17605
17606 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17607
17608         * gnus-art.el (gnus-read-string): Remove.
17609         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17610         read-string.
17611
17612 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17613
17614         * netrc.el: Autoload password-read.
17615         (netrc): Add configuration group.
17616         (netrc-encoding-method, netrc-openssl-path): Add
17617         variables for encoding and decoding of files with symmetric
17618         ciphers.
17619         (netrc-encode): Add assistant function to encode a file with
17620         netrc-encoding-method.
17621         (netrc-parse): Add interactive parameter, added optional
17622         decoding if netrc-encoding-method is non-nil but otherwise
17623         behavior is standard.
17624         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17625         Do s/encode/encrypt/ everywhere.
17626
17627         * spam.el: Remove executable-find autoload.
17628
17629 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17630
17631         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17632
17633         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17634
17635 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17636
17637         * gnus-art.el (gnus-treat-ansi-sequences)
17638         (article-treat-ansi-sequences): New variable and function.
17639         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17640
17641         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17642         Use it.
17643
17644 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * mm-util.el (mm-quote-arg): Remove.
17647
17648         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17649         shell-quote-argument.
17650
17651         * gnus-uu.el (gnus-uu-command): do.
17652
17653         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17654
17655         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17656         with make-char.
17657
17658         * mm-util.el (mm-make-char): Remove.
17659
17660         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17661         add-minor-mode.
17662
17663         * gnus-undo.el (gnus-undo-mode): do.
17664
17665         * gnus-topic.el (gnus-topic-mode): do.
17666
17667         * gnus-sum.el (gnus-dead-summary-mode): do.
17668
17669         * gnus-start.el (gnus-slave-mode): do.
17670
17671         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17672
17673         * gnus-ml.el (gnus-mailing-list-mode): do.
17674
17675         * gnus-gl.el (gnus-grouplens-mode): do.
17676
17677         * gnus-draft.el (gnus-draft-mode): do.
17678
17679         * gnus-dired.el (gnus-dired-mode): do.
17680
17681         * gnus-ems.el (gnus-add-minor-mode): Remove.
17682
17683         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17684         Replace gnus-char-width with char-width.
17685
17686         * gnus-ems.el (gnus-char-width): Remove.
17687
17688         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17689         Replace gnus-char-width with char-width.
17690
17691         * gnus-ems.el (gnus-char-width): Remove.
17692
17693         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17694         definition.
17695         Remove Emacs 20 hash table compatibility code.
17696
17697         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17698         20 compatibility code.
17699
17700         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17701
17702         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17703
17704         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17705         with point-at-{eol,bol}.
17706
17707         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17708
17709         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17710
17711         * flow-fill.el (fill-flowed-point-at-bol)
17712         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17713
17714         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17715         Replace with point-at-{eol,bol} throughout all files.
17716
17717 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * ntlm.el (ntlm-string-as-unibyte): New macro.
17720         (ntlm-build-auth-response): Use it.
17721
17722         Remove Emacs 20 stuff:
17723         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17724         (butlast, mapc, remove): Remove the compiler macros.
17725         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17726         of delq and copy-sequence.
17727         * gnus-art.el (popup-menu): Remove the compiler macro.
17728         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17729         Emacs 20.
17730
17731 2004-01-05  Simon Josefsson  <jas@extundo.com>
17732
17733         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17734         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17735         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17736         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17737         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17738         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17739         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17740         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17741         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17742         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17743         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17744         string-xor into ntlm-string-xor.  Suggested by
17745         Jesper Harder <harder@myrealbox.com>.
17746
17747         * ntlm.el: Don't include poem.
17748
17749         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17750         Jesper Harder <harder@myrealbox.com>.
17751
17752         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17753
17754         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17755         probably breaks emacs with DL patch, but do we care? Is anyone
17756         still using the DL stuff?)
17757
17758         * sieve-manage.el: Use the password package.
17759         (sieve-manage-read-passwd): Remove.
17760         (sieve-manage-interactive-login): Use password.  Re-add
17761         condition-case around loop.
17762
17763         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17764         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17765         the password package.
17766
17767 2003-02-19  Simon Josefsson  <jas@extundo.com>
17768
17769         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17770         token.
17771
17772 2002-08-07  Simon Josefsson  <jas@extundo.com>
17773
17774         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17775         (sieve-manage-authenticators):
17776         (sieve-manage-authenticator-alist): Add some SASL mechs.
17777         (sieve-sasl-auth): New function.
17778         (sieve-manage-cram-md5-auth):
17779         (sieve-manage-plain-auth): Rewrite using SASL library.
17780         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17781         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17782         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17783         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17784
17785 2004-01-05  Simon Josefsson  <jas@extundo.com>
17786
17787         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17788         New files.
17789
17790 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17791
17792         * gnus-group.el (gnus-no-groups-message): Update.
17793
17794         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17795
17796 2003-11-09  Simon Josefsson  <jas@extundo.com>
17797
17798         * imap.el: Support for ID IMAP extension (RFC 2971).
17799         (imap-local-variables): Add imap-id.
17800         (imap-id): New variable.
17801         (imap-id): New function.
17802         (imap-parse-response): Parse untagged ID response.
17803         * nnimap.el (nnimap-id): New variable.
17804         (nnimap-open-connection): Use it.
17805
17806 2003-12-28  Simon Josefsson  <jas@extundo.com>
17807
17808         * gnus-score.el (gnus-score-edit-all-score): New.
17809         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17810
17811 2004-01-04  Simon Josefsson  <jas@extundo.com>
17812
17813         * password.el: Add.
17814
17815 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17816
17817         * dns.el (dns-query-types): Fix typo.
17818         (dns-query-types): New function.
17819         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17820         PTR and SOA replies, see RFC 1035.
17821
17822 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17823
17824         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17825
17826         * Moved to Changelog.2.
17827
17828 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17829
17830         * gnus.el (gnus-version-number): Bump version.
17831
17832 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17833
17834         * gnus.el: No Gnus v0.1 is released.
17835
17836 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17837
17838         * gnus.el: No Gnus v0.0 is released.
17839
17840 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17841
17842         * gnus.el (gnus-version-number): Bump.
17843         (gnus-version): No.
17844
17845 See ChangeLog.2 for earlier changes.
17846
17847     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17848       Free Software Foundation, Inc.
17849
17850   This file is part of GNU Emacs.
17851
17852   GNU Emacs is free software: you can redistribute it and/or modify
17853   it under the terms of the GNU General Public License as published by
17854   the Free Software Foundation, either version 3 of the License, or
17855   (at your option) any later version.
17856
17857   GNU Emacs is distributed in the hope that it will be useful,
17858   but WITHOUT ANY WARRANTY; without even the implied warranty of
17859   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17860   GNU General Public License for more details.
17861
17862   You should have received a copy of the GNU General Public License
17863   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17864
17865 ;; Local Variables:
17866 ;; coding: utf-8
17867 ;; fill-column: 79
17868 ;; add-log-time-zone-rule: t
17869 ;; End: