(shr-tag-blockquote): Ensure paragraphs after </ul>.
[gnus] / lisp / ChangeLog
1 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-render-td): Use a cache for the table rendering function
4         to avoid getting an exponential rendering behaviour in nested tables.
5         (shr-insert): Rework the line-breaking algorithm.
6         (shr-insert): Don't leave trailing spaces.
7         (shr-insert-table): Also insert empty TDs.
8         (shr-tag-blockquote): Ensure paragraphs after </ul>.
9
10 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
13         (gnus-gravatar-transform-address): Don't show avatars of people of
14         which mail addresses match gnus-gravatar-too-ugly.
15
16 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * shr.el (shr-table-widths): Expand TD elements to fill available
19         space.
20
21 2010-10-07  Julien Danjou  <julien@danjou.info>
22
23         * nnimap.el (nnimap-request-rename-group): Add this method.
24
25 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
28         name from XEmacs' function-arglist.
29
30         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
31         gravatar under XEmacs.
32
33 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * auth-source.el: Update docs with TODO items.
36
37         * gnus-sync.el: Update docs to explain state and plans.
38
39         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
40         Hooks for mark updates.
41         (gnus-request-set-mark, gnus-request-update-mark): Use them.
42
43         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
44         hooks with arguments, which is needed for mark update hooks.
45
46 2010-10-06  Julien Danjou  <julien@danjou.info>
47
48         * sieve-manage.el: Update example in `Commentary'.
49
50         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
51
52         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
53         not 2000.
54         (sieve-manage-authenticate): Re-add function.
55
56 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * shr.el (shr-insert): Get 'space transition right.
59         (shr-render-td): Only delete space at the end of the TD.
60
61         * nnimap.el (nnimap-open-connection): Prepare to support
62         open-gnutls-stream.
63
64         * shr.el: Rearrange function order to be more logical.
65
66 2010-10-06  Julien Danjou  <julien@danjou.info>
67
68         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
69         (nnrss-discover-feed): Remove 404 URL in docstring.
70
71         * nnir.el: Fix Swish-E URL.
72         Fix Namazu URL.
73
74         * message.el (message-change-subject): Remove 404 URL in a comment.
75
76 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
79         called interactively.
80
81         * gnus-util.el (gnus-remove-if): Allow hash table.
82         (gnus-remove-if-not): New function.
83
84         * gnus-art.el (gnus-mime-view-part-as-type)
85         * gnus-score.el (gnus-summary-score-effect)
86         * gnus-sum.el (gnus-read-move-group-name):
87         Replace remove-if-not with gnus-remove-if-not.
88
89         * gnus-group.el (gnus-group-completing-read):
90         Regard collection as a hash table if it is not a list.
91
92 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * shr.el (shr-render-td): Allow blank/missing <TD>s.
95
96         * shr.el: Document the table-rendering algorithm.
97
98 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
101         for Emacsen having no `libxml-parse-html-region' support.
102
103 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
106         invalid URLs.
107
108         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
109         line-broken.
110         (shr-tag-img): Ignore image fetching errors.
111         (shr-overlays-in-region): Compute overlay positions correctly.
112
113         * mm-decode.el (mm-shr): Require shr.
114
115         * gnus-art.el (gnus-blocked-images): Move variable here.
116
117         * shr.el (shr-insert-table): Bind free variable.
118
119         * mm-decode.el (mm-shr): Bind shr-content-function.
120
121         * shr.el (shr-content-function): New variable.
122
123         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
124         added for symmetry.
125
126         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
127
128         * gnus-group.el (gnus-group-make-group): Doc fix.
129
130         * nnimap.el (nnimap-request-newgroups): Return success.
131
132         * shr.el (shr-find-elements): New function.
133         (shr-tag-table): Put all the images after the table.
134         (shr-tag-table): Really inhibit images inside the table.
135         (shr-collect-overlays): Copy over overlays from the TD elements to the
136         main document.
137
138         * mm-decode.el (mm-shr): Bind shr-blocked-images to
139         gnus-blocked-images.
140
141 2010-10-05  Julien Danjou  <julien@danjou.info>
142
143         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
144
145         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
146         (gnus-html-maximum-image-size): Add this function.
147         (gnus-html-put-image): Use gnus-html-maximum-image-size.
148
149         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
150         server-value of the capability is nil.
151
152 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * shr.el (shr-tag-em): Add <EM> tag.
155
156 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
157
158         * sieve-manage.el (sieve-manage-default-stream): Make default stream
159         customizable.
160
161         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
162         handing broken links to browse-url.
163
164 2010-10-05  Julien Danjou  <julien@danjou.info>
165
166         * gnus-util.el (gnus-emacs-completing-read)
167         (gnus-iswitchb-completing-read): Use autoload rather than require.
168
169 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
172         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
173         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
174         iswitchb-temp-buflist for XEmacs.
175
176         * gnus-util.el (gnus-completing-read-function): Exclude
177         gnus-icompleting-read and gnus-ido-completing-read from candidates for
178         XEmacs since iswitchb.el is very old and ido.el is unavailable in
179         XEmacs.
180
181         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
182         not to use `delete-dups' that is unavailable in XEmacs 21.4.
183
184         * gnus-html.el: Don't require help-fns under XEmacs.
185         (gnus-html-schedule-image-fetching): Work for XEmacs.
186
187         * mm-decode.el (mm-shr): Decode contents by charset.
188
189 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
192         unknown.
193
194         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
195         (shr-get-image-data): Ensure against the cache file missing.
196
197         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
198         for data.
199
200         * spam-report.el (spam-report-url-ping-plain): Don't query about
201         killing the process.
202
203         * shr.el (shr-render-td): Protect against too-wide text.
204
205 2010-10-04  Julien Danjou  <julien@danjou.info>
206
207         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
208         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
209
210         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
211         retrieved.
212
213 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * shr.el (browse-url): Required.
216         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
217         lines.
218         (shr-show-alt-text, shr-browse-image): New commands.
219         (shr-browse-url, shr-copy-url): New commands.
220
221         * gnus-sum.el (gnus-widen-article-window): New variable.
222         (gnus-summary-select-article-buffer): Use it.
223
224         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
225         without @ signs.
226
227 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
228
229         * nnir.el (nnir-run-imap): Remove spurious space in search string.
230
231 2010-10-04  Julien Danjou  <julien@danjou.info>
232
233         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
234         for XEmacs.
235
236 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237
238         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
239
240         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
241         (nnimap-close-server): Implement.
242
243         * dgnushack.el (iswitchb): Require to shut up the compiler.
244
245         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
246         (shr-insert): Tweak line breaking.
247         (shr-insert): Handle <pre> better.
248         (shr-tag-li): Get <li> indentation right.
249         (shr-tag-li): Get <li> indentation even righter.
250         (shr-tag-blockquote): Ensure paragraph start.
251         (shr-make-table): Tweak table generation.
252         (shr-make-table): Fix typo.
253
254         * shr.el: Implement table rendering.
255
256 2010-10-04  Julien Danjou  <julien@danjou.info>
257
258         * gnus-html.el (gnus-html-put-image): Fix resize image code.
259
260 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * shr.el (shr-insert): Use string anchors instead of line anchors.
263
264 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * shr.el: Add headings.
267         (shr-ensure-paragraph): Actually work.
268         (shr-tag-li): Make <ul> prettier.
269         (shr-insert): Get white space at the beginning/end of elements right.
270         (shr-tag-p): Collapse subsequent <p>s.
271         (shr-ensure-paragraph): Don't insert double line feeds after blank
272         lines.
273         (shr-insert): \t is also space.
274         (shr-tag-s): Fix "s" tag name function.
275         (shr-tag-s): Fix face prop name.
276
277 2010-10-03  Julien Danjou  <julien@danjou.info>
278
279         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
280
281         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
282         gnus-window-inside-pixel-edges.
283
284         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
285         gnus-ems.
286
287         * mm-view.el (mm-inline-image-emacs): Support image resizing.
288
289         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
290         function.
291
292         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
293         resize choice.
294
295 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
298         beginning of the buffer.
299
300         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
301         article buffer again.
302
303         * shr.el (shr-tag-p): Don't insert newlines at the start of the
304         buffer.
305
306         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
307         when it's at the start of the buffer.
308
309         * shr.el (shr-tag-blockquote): Convert name.
310         (shr-rescale-image): Use the right image-size variant.
311
312         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
313         buffer isn't shown, then select the current article first instead of
314         bugging out.
315         (gnus-summary-select-article-buffer): Show both the article and summary
316         buffers again.
317
318         * shr.el (shr-fontize-cont): Protect against regions with no text.
319         Rename tag functions to shr-tag-* for enhanced security.
320         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
321
322 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
323
324         * shr.el (shr-insert):
325         * pop3.el (pop3-movemail):
326         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
327         loaded.
328
329 2010-10-03  Glenn Morris  <rgm@gnu.org>
330
331         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
332
333         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
334
335         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
336
337         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
338
339         * gnus-util.el (gnus-make-local-hook): Simplify.
340
341 2010-10-02  Julien Danjou  <julien@danjou.info>
342
343         * gnus-util.el (gnus-iswitchb-completing-read): New function.
344         (gnus-ido-completing-read): New function.
345         (gnus-emacs-completing-read): New function.
346         (gnus-completing-read): Use gnus-completing-read-function.
347         Add gnus-completing-read-function.
348
349 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * shr.el (shr-insert-document): Autoload.
352         (shr-img): Be silent.
353         (shr-insert): Add a newline after every picture before text.
354         (shr-add-font): Use overlays for combining faces.
355         (shr-insert): Pass upwards the text start point.
356
357         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
358         possible.
359         (mm-shr): New function.
360
361 2010-10-02  Julien Danjou  <julien@danjou.info>
362
363         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
364         should go backward.
365
366 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
367
368         * shr.el (shr): Fix typo in provide call.
369
370 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
371
372         * shr.el: New file.
373
374         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
375
376         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
377         completing read.
378
379 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
382         we're being queried about.  Suggested by Dan Jacobson.
383
384         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
385         by Jason Eisner.
386
387         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
388         table, too.  Suggested by Stefan Wiens.
389         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
390         the table unnecessary.  Suggested by Stefan Wiens.
391
392         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
393         longer needed, and probably doesn't work either, as pointed out by
394         Stefan Wiens.
395         (gnus-summary-exit): Remove call to the clearing function.
396         (gnus-summary-exit-no-update): Ditto.
397
398         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
399         instead of gnus-eval-in-buffer-window to avoid popping up frames.
400         Reported by Stefan Monnier.
401         (gnus-summary-save-in-rmail): Ditto.
402
403         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
404         article buffer, instead of both the article buffer and the summary
405         buffer.  Sort of suggested by Dan Jacobson.
406
407         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
408
409         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
410         Suggested by Dan Jacobson.
411
412         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
413         documentation clearer.
414
415         * message.el (message-shorten-references): Comment on the number "21".
416         Suggested by Stefan Monnier.
417
418         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
419         Suggested by Dan Jacobson.
420
421         * gnus.el (gnus-large-newsgroup): Mention
422         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
423
424         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
425         externalize attachments.  Bug reported by Steve Wen.
426
427         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
428         really message anything to the user.
429
430         * nnmail.el (nnmail-article-group): Allow using the fancy split method
431         directly.
432
433         * nnimap.el (nnimap-request-group): Low higher than high to signal no
434         messages in empty groups.
435
436 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
437
438         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
439         non-UIDNEXT group.
440
441 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
444         not the value from the collection.
445
446         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
447         values.  This sometimes happens on some groups that have no info.
448         (nnimap-request-newgroups): New function.
449
450 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
453         check into `gnus-registry-initialize'.
454         (gnus-registry-initialize): Ditto.
455         Fix and extend header docs.
456
457 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
460         regexp backtrace overflows.
461
462         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
463         for starttls that tls.el implements; i.e. openssl.
464
465         * tls.el (tls-starttls-switches): Give up on using starttls with
466         gnutls-cli.
467         (tls-program): Add --insecure to be consistent with the defaults from
468         openssl s_client.  Now all three commands are insecure.
469
470 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * lpath.el: Bind completion-styles-alist for XEmacs.
473
474         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
475         (gravatar-create-image): New function that's an alias to
476         gnus-xmas-create-image, gnus-create-image, or create-image.
477         (gravatar-data->image): Use it.
478
479 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
482         install the nnregistry refer method.
483         (gnus-registry-install-hooks): Use it.
484         (gnus-registry-unfollowed-groups): Add nnmairix to the default
485         unfollowed groups.
486
487 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
488
489         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
490         expanding threads.
491
492 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * nnir.el: Use the server names without suffixes (bug #7009).
495
496         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
497         unencrypted to STARTTLS, if possible.
498
499 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
500
501         * message.el (message-ignored-supersedes-headers): Strip Injection-*
502         headers before superseding.
503
504 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * nnrss.el (nnrss-use-local): Add documentation.
507
508         * nnimap.el (nnimap-extend-tls-programs): New function.
509         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
510         (nnimap-wait-for-connection): Accept the greeting from the stupid
511         output from openssl s_client -starttls, too.
512
513         * tls.el (tls-starttls-switches): New variable.
514         (tls-find-starttls-argument): Use it.
515         (open-tls-stream): Ditto.
516
517         * netrc.el (netrc-credentials): Return the value of the "default"
518         entry.
519         (netrc-machine): Ditto.
520
521         * nnimap.el (nnimap-find-article-by-message-id): Really return the
522         article number.
523         (nnimap-split-fancy): New variable.
524         (nnimap-split-incoming-mail): Use it.
525
526         * nntp.el (nntp-server-list-active-group): Document.
527
528         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
529         SELECT to get the message-id.
530
531         * mail-source.el (mail-sources): Removed webmail support.
532         (defvar): Ditto.
533         (mail-source-fetcher-alist): Ditto.
534         (mail-source-fetch-webmail): Removed.
535
536         * webmail.el: Removed -- doesn't seem relevant any more.
537
538         * gnus.el: Fix up make-obsolete-variable declarations throughout.
539
540         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
541         the \r.
542
543 2010-09-30  Julien Danjou  <julien@danjou.info>
544
545         * gnus-agent.el (gnus-agent-add-group): Fix call to
546         gnus-completing-read.
547
548 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549
550         * nndoc.el (nndoc-retrieve-groups): New function.
551
552         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
553         `default', use nnmail-split-methods.
554         (nnimap-request-article): Downcase the NILs so that they are nil.
555
556         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
557         symbol.
558
559         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
560         code, since if the user has requested network, that's what they ought
561         to get.
562         (nnimap-request-set-mark): Erase the buffer before issuing commands.
563         (nnimap-split-rule): Mark as obsolete.
564
565         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
566         variable.
567
568         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
569         correct slot, too.
570
571 2010-09-29  Julien Danjou  <julien@danjou.info>
572
573         * gnus.el (gnus-local-domain): Declare variable obsolete.
574
575         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
576         computing.
577         (gnus-ido-completing-read): Require ido.
578
579 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
580
581         * gnus-registry.el: Don't prompt on load, which makes it impossible to
582         build Gnus.
583
584         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
585         when interpreting the structures.
586         (nnimap-request-accept-article): Add \r\n to the lines to make this
587         work with Cyrus.
588
589         * nndraft.el (nndraft-request-expire-articles): Use the group name
590         instead if "nndraft".  Fix found by Nils Ackermann.
591
592 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
593
594         * nnregistry.el: Added.
595
596 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
597
598         * nnmail.el (group, group-art-list, group-art):
599         Remove unneeded directives.
600
601 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
604         (mm-mime-charset)
605         * rfc2047.el (rfc2047-syntax-table)
606         * utf7.el (utf7-utf-16-coding-system): Comment fix.
607
608         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
609         rather than `insert-file-contents' and `eval-region'.
610
611         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
612         construction.
613
614         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
615
616         * time-date.el: No need to require cl for Emacs 21.
617
618 2010-09-29  Julien Danjou  <julien@danjou.info>
619
620         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
621         replacement of `gnus-gravatar-relief' to mimic
622         `gnus-faces-properties-alist'.
623         Add :version property.
624
625 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
626
627         * mail-source.el (mail-source-report-new-mail)
628         * message.el (message-default-mail-headers)
629         * mm-decode.el (mm-valid-image-format-p): Comment fix.
630
631         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
632
633 2010-09-28  Julien Danjou  <julien@danjou.info>
634
635         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
636         mail-address contains the same string as real-name.
637
638         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
639         non-blank in header, otherwise it'll get stripped.
640
641         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
642         real-name, and then for mail address rather than doing : or , search.
643
644 2010-09-27  Julien Danjou  <julien@danjou.info>
645
646         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
647         (gnus-server-goto-server): Use gnus-completing-read.
648
649         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
650
651         * mm-util.el (defalias): Use gnus-completing-read.
652         (mm-codepage-setup): Use gnus-completing-read.
653
654         * smime.el (smime-sign-buffer): Use gnus-completing-read.
655         (smime-decrypt-buffer): Use gnus-completing-read.
656
657         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
658
659         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
660         (mml-minibuffer-read-disposition): Use gnus-completing-read.
661         (mml-insert-multipart): Use gnus-completing-read.
662
663         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
664
665         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
666
667         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
668
669         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
670
671         * gnus.el (gnus-read-method): Use gnus-completing-read.
672
673         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
674
675         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
676         (gnus-mime-action-on-part): Use gnus-completing-read.
677         (gnus-article-encrypt-body): Use gnus-completing-read.
678
679         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
680         (gnus-topic-move-matching): Use gnus-completing-read.
681         (gnus-topic-copy-matching): Use gnus-completing-read.
682         (gnus-topic-sort-topics): Use gnus-completing-read.
683         (gnus-topic-move): Use gnus-completing-read.
684
685         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
686         (gnus-agent-add-group): Use gnus-completing-read.
687
688         * nnmairix.el (nnmairix-create-server-and-default-group): Use
689         gnus-completing-read.
690         (nnmairix-update-groups): Use gnus-completing-read.
691         (nnmairix-get-server): Use gnus-completing-read.
692         (nnmairix-backend-to-server): Use gnus-completing-read.
693         (nnmairix-goto-original-article): Use gnus-completing-read.
694         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
695
696         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
697
698         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
699         (gnus-group-make-useful-group): Use gnus-completing-read.
700         (gnus-group-make-web-group): Use gnus-completing-read.
701         (gnus-group-add-to-virtual): Use gnus-completing-read.
702         (gnus-group-browse-foreign-server): Use gnus-completing-read.
703
704         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
705         (gnus-summary-limit-to-extra): Use gnus-completing-read.
706         (gnus-summary-execute-command): Use gnus-completing-read.
707         (gnus-summary-respool-article): Use gnus-completing-read.
708         (gnus-read-move-group-name): Use gnus-completing-read.
709
710         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
711         (gnus-summary-score-effect): Use gnus-completing-read.
712
713         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
714
715         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
716         right completing-read function.
717         (gnus-use-ido): New variable
718         (gnus-completing-read-with-default): Remove.
719
720 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
723         x-focus-frame.
724
725         * nnimap.el (auth-source-forget-user-or-password)
726         (auth-source-user-or-password): Autoload.
727
728         * message.el (message-from-style, message-interactive)
729         (message-cite-prefix-regexp, message-sendmail-envelope-from)
730         (message-yank-prefix, message-indentation-spaces, message-signature)
731         (message-signature-file): Add comment.
732
733 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
734
735         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
736         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
737         new articles.
738
739         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
740         parts.
741         (nnimap-request-article): Work with the t setting, too.
742
743         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
744         that you don't get flashes of other buffers.
745         (gnus-summary-show-complete-article): Intern before setting.
746
747 2010-09-27  David Engster  <dengste@eml.cc>
748
749         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
750         well as HEADERS.
751         (nnmairix-retrieve-headers): Provide new argument for the above.
752
753 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * gnus-sum.el (gnus-summary-move-article): Don't alter
756         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
757         group.
758
759         * nnimap.el (nnimap-update-info): Don't destructively alter active.
760
761         * message.el (message-cite-prefix-regexp): Revert my last edit.
762
763         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
764         variable instead of the Gnus variable.
765
766         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
767
768         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
769         again.
770
771         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
772         since some servers don't like it.
773         (nnimap-open-connection): Forget credentials if the server says the
774         password was wrong.
775         (nnimap-parse-line): Protect against invalid data.
776
777         * gnus-sum.el (gnus-summary-move-article): Add comment.
778         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
779         nothing alters it while scanning for new messages.
780
781         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
782         which may or may not help.
783         (nnimap-open-connection): If we're doing a stream connection, and then
784         discover we're on a STARTTLS-capable server, then open a STARTTLS
785         connection instead.
786
787 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * nnimap.el (utf7): Required.
790
791         * message.el (message-cite-prefix-regexp): Remove "}" from citation
792         prefix.
793
794 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
795
796         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
797
798 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * nnimap.el (nnimap-request-accept-article): Message the error on
801         error.
802
803 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
806
807 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * nndoc.el (nndoc-request-list): Return success always.
810
811         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
812         `fetch-old' -- we only want to fetch the articles we've requested.  The
813         rest are in the agent, probably.
814         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
815         disappeared server" to something low.  It's not important.
816
817         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
818         arrived before the FETCH data.
819
820         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
821         target here, because we don't know the Gnus name of the group.
822
823         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
824         for the correct group.
825
826         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
827
828         * gnus.el (gnus): Give a final warning after startup.
829
830         * gnus-util.el (gnus-action-message-log): New variable.
831         (gnus-message): Use it.
832         (gnus-final-warning): New function.
833
834         * nnimap.el (nnimap-open-connection): Record the greeting.
835         (nnimap): Add greeting.
836
837 2010-09-26  Julien Danjou  <julien@danjou.info>
838
839         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
840         arguments.
841         (gnus-html-wash-images): Fix spec computing to include start/end.
842
843         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
844
845 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
848         deletion.
849         (nnimap-retrieve-headers): Don't select the group, because that's
850         already done by nnimap-possibly-change-group.
851
852         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
853         (gnus-picon-transform-address): Use it.
854
855         * mail-source.el (mail-source-value): Revert previous patch.
856
857         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
858         on failure.
859         (nnimap-open-connection): Look up both virtual and physical server name
860         credentials.
861
862         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
863
864 2009-02-07  Dave Love  <fx@gnu.org>
865
866         * tls.el (open-tls-stream): Don't query killing process.
867
868 2009-02-08  Dave Love  <fx@gnu.org>
869
870         * gnus-win.el (gnus-window-to-buffer-helper,
871         gnus-all-windows-visible-p): Function needn't be a symbol.
872
873         * mail-source.el (mail-source-value): Function needn't be a symbol.
874
875 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * message.el (message-cite-prefix-regexp): Remove } from the cite
878         prefix.
879
880         * gnus-art.el (gnus-treatment-function-alist): Do picons before
881         highlight again, so that the highlight is correct.
882
883         * gnus-picon.el (gnus-picon): Remove again.
884         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
885
886         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
887         doing the header highlightling, so that the background colour of the
888         picon is correct.
889
890         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
891         (gnus-picon): Ditto.
892         (gnus-picon): Reinstate.  The background colour for picons is white.
893         (gnus-picon-insert-glyph): Make the background white.
894
895         * nnml.el (nnml-open-nov): Don't return dead buffers.
896
897         * auth-source.el (auth-source-create): Query the user for whether to
898         store the credentials.
899
900         * netrc.el (netrc-store-data): New function.
901
902         * auth-source.el (auth-source-user-or-password): Use the existing auth
903         sources, if any, for creation.
904
905         * gnus.el (gnus-group-fast-parameter): Return the last matching
906         parameter instead of the first matching parameter.
907
908 2010-09-26  Julien Danjou  <julien@danjou.info>
909
910         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
911
912 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * mml2015.el (mml2015-use): Remove gpg support.
915
916         * mml1991.el (mml1991-function-alist): Remove gpg function.
917         (mml1991-gpg-sign): Removed.
918
919 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
920
921         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
922         (gnus-browse-unsubscribe-current-group): Document it.
923         (gnus-browse-unsubscribe-group): Use it.
924
925 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926
927         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
928         address to the To list for easier response.
929
930         * gnus.el (gnus-play-startup-jingle): Removed.
931         (gnus-splash): Don't play jingle.
932         (gnus): Silence gnus-load message.
933
934         * gnus-art.el (gnus-treat-play-sounds): Removed.
935
936         * gnus.el (gnus-play-jingle): Remove audio support.
937
938         * gnus-cus.el (gnus-score-customize): Remove audio reference.
939
940         * earcon.el: Removed -- no users.
941
942         * gnus-audio.el: Removed -- no users of this package.
943
944         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
945
946         * gnus-start.el (gnus-setup-news): Remove nocem support.
947
948         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
949
950         * gnus.el (gnus-use-nocem): Removed.
951
952         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
953         Removed.
954
955         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
956         uses NoCeM any more.
957
958         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
959         (gnus-button-ctan-handler): Ditto.
960         (gnus-button-handle-ctan-bogus-regexp): Ditto.
961         (gnus-button-ctan-directory-regexp): Ditto.
962         (gnus-button-handle-ctan): Ditto.
963         (gnus-button-tex-level): Ditto.
964         (gnus-button-alist): Removed CTAN stuff.
965
966 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
969         nnimap-streaming test.
970
971         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
972         servers twice.
973
974         * nnimap.el (nnimap-open-connection): Add more error reporting when
975         nnimap fails early.
976
977         * nnheader.el (nnheader-get-report-string): New function.
978         (nnheader-get-report): Use it.
979
980         * gnus-int.el (gnus-check-server): Say what the error was when opening
981         failed.
982
983         * nnimap.el (nnimap-wait-for-response): Search further when we're not
984         using streaming.
985
986 2010-09-25  Julien Danjou  <julien@danjou.info>
987
988         * gnus-html.el (gnus-html-rescale-image): Use our defalias
989         gnus-window-inside-pixel-edges.
990
991 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
994
995         * mm-decode.el (mm-save-part): Allow saving to other directories the
996         normal Emacs way.
997
998         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
999         by Jay Berkenbilt.
1000
1001         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1002         there isn't a single byte.
1003
1004         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1005         just do it.  It doesn't really seem to matter what the user responds
1006         here, I think, so it's just a confusing question.
1007
1008         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1009         non-streaming case.
1010
1011         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1012         (gnus-article-encrypt-body): Use it.
1013
1014         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1015         keystroke.
1016
1017         * nnimap.el (nnimap-find-wanted-parts-1): Use
1018         gnus-fetch-partial-articles.
1019
1020         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1021
1022         * nnimap.el (nnimap-insert-partial-structure): New function.
1023         (nnimap-get-partial-article): New function.
1024         (nnimap-request-article): Use it.
1025         (nnimap-wait-for-response): Return whether the wait was successful.
1026         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1027         retrieval wasn't successful.
1028         (nnimap-retrieve-group-data-early): Allow throttling servers.
1029         (nnimap-streaming): New variable.
1030         (nnimap-fetch-partial-articles): Removed.
1031
1032         * mm-decode.el (mm-with-part): Protect against killed buffers.
1033
1034         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1035         for prettier summary display.
1036
1037 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1038
1039         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1040         directly.
1041
1042 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1045         apparently third-party libraries depend on it.
1046
1047         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1048         before starting negotiation.
1049
1050         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1051         privacy reasons.
1052         (gnus-treat-mail-gravatar): Ditto.
1053
1054         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1055         buffer when inserting images.  Inserting text into the headers, for
1056         instance, can make them invalid.
1057
1058 2010-09-25  Julien Danjou  <julien@danjou.info>
1059
1060         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1061         variables.
1062
1063         * nnheader.el: Remove useless variables news-reply-yank-from and
1064         news-reply-yank-message-id.
1065
1066         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1067         variables.
1068
1069         * mml1991.el: Remove useless mml1991-verbose.
1070
1071         * gnus.el: Remove useless variable gnus-use-generic-from.
1072         Remove obsolete variable gnus-topic-indentation.
1073
1074         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1075
1076         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1077
1078         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1079
1080         * gnus-group.el: Remove useless gnus-group-icon-cache.
1081         Remove useless gnus-ephemeral-group-server.
1082
1083         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1084
1085         * mml2015.el: Remove useless mml2015-verbose.
1086
1087         * mml-smime.el: Remove useless mml-smime-verbose.
1088
1089         * gnus.el: Remove useless gnus-local-domain.
1090
1091         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1092         gnus-gravatar-size.
1093
1094         * gnus-art.el: Remove useless gnus-treat-translate.
1095
1096 2010-09-24  Julien Danjou  <julien@danjou.info>
1097
1098         * gnus-sum.el: Add support for Gravatars.
1099
1100         * gnus-art.el: Add support for Gravatars.
1101
1102         * gnus-gravatar.el: Add this file.
1103
1104         * gravatar.el: Add this file.
1105
1106 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1109
1110         * gnus-group.el (gnus-group-fetch-faq): Removed.
1111
1112         * gnus.el (gnus-group-faq-directory): Removed.
1113
1114         * gnus-group.el (gnus-group-fetch-charter): Removed.
1115
1116         * gnus.el (gnus-group-charter-alist): Removed.
1117
1118         * gnus-group.el (gnus-group-archive-directory): Removed.
1119         (gnus-group-recent-archive-directory): Ditto.
1120         (gnus-group-make-archive-group): Removed.
1121
1122         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1123
1124         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1125         use the same article number for all the cached articles.
1126
1127         * nnimap.el (nnimap-command): Register the last command time so
1128         that we can use it for idling NOOPs.
1129         (nnimap-open-connection): Start the keeplive timer.
1130         (nnimap-make-process-buffer): Store all the process buffers.
1131         (nnimap-keepalive): New function.
1132
1133         * starttls.el: (starttls-open-stream): Add autoload cookie.
1134
1135 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1136
1137         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1138         handling.
1139
1140 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1143         its data structures.
1144
1145         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1146         instead of the cl.el copy-list.
1147         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1148         equalp.
1149
1150 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1151
1152         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1153         and tool-bar-local-item-from-menu.
1154
1155         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1156         mode-line-highlight face for Emacs.
1157
1158         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1159         loading gnus-sum.elc; fix comment for canlock-verify.
1160         (gnus-article-jump-to-part): Use read-number.
1161         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1162         Emacs pre-21 compatible code for help-echo.
1163         (gnus-article-next-page-1): No need to adjust the number of lines.
1164         (gnus-article-describe-bindings): Always use help-buffer.
1165
1166         * gnus-audio.el (gnus-audio-inline-sound)
1167         * gnus-cus.el (gnus-custom-mode)
1168         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1169
1170         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1171
1172         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1173         compatible code.
1174
1175 2010-09-24  Glenn Morris  <rgm@gnu.org>
1176
1177         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1178         visiting the fcc file in rmail-mode.
1179
1180         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1181
1182 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * nnir.el: Silence the byte compiler.
1185
1186         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1187         alias to browse-url-url-encode-chars if any.
1188         (gnus-html-encode-url): Use it.
1189
1190 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-start.el (gnus-use-backend-marks): New variable.
1193         (gnus-get-unread-articles-in-group): Use it.
1194
1195         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1196         makeover.
1197
1198 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1199
1200         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1201
1202 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1205         Removed.
1206         (gnus-setup-news-hook): Removed
1207         gnus-fixup-nnimap-unread-after-getting-new-news.
1208
1209         * gnus-int.el (gnus-request-update-info): Protect against backends not
1210         having the function.
1211
1212         * nnimap.el (nnimap-stream): Mention starttls.
1213         (nnimap-open-connection): Add starttls support.
1214
1215 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1216
1217         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1218
1219 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220
1221         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1222         BODYSTRUCTUREs.
1223         (nnimap-transform-headers): Unfold quoted {42} headers.
1224
1225         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1226         the info.
1227         (gnus-get-unread-articles): Only call updatep on backends that support
1228         it.
1229
1230         * nnweb.el (nnweb-request-update-info): NOOP.
1231
1232         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1233
1234         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1235         since it only deals with marks.
1236
1237         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1238         gnus-request-marks, and make a new gnus-request-update-info.
1239
1240         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1241         the active instead of the high number, which is usually too low.
1242
1243 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1244
1245         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1246         * encrypt.el: Removed.
1247
1248 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1251         server in symbolic form.
1252
1253         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1254         0.9.
1255
1256 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1259         (nnimap-update-info): Fix up code slightly.
1260
1261         * gnus-int.el (gnus-open-server): Add tracing for performance
1262         debugging.
1263
1264         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1265         (gnus-group-insert-group-line): Pass the real group name so that it
1266         gets the right data.
1267
1268         * gnus-start.el (gnus-get-unread-articles): Don't have
1269         `gnus-get-unread-articles-in-group' update info, since that can be
1270         really slow and doesn't seem to be needed?
1271
1272 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1273
1274         * time-date.el (date-to-time): Try using parse-time-string first before
1275         using the slower timezone-make-date-arpa-standard.
1276
1277 2010-09-22  Julien Danjou  <julien@danjou.info>
1278
1279         * gnus-group.el (gnus-group-insert-group-line): Call
1280         gnus-group-highlight-line.
1281         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1282         default hook list.
1283         (gnus-group-update-eval-form): Add new function.
1284         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1285         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1286
1287 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1290         immediate, then expire all articles.
1291         (nnimap-update-info): Fix off-by-one errors.
1292         (nnimap-flags-to-marks): Would return no marks lists for group with no
1293         flags.  Instead return the other data.
1294
1295 2010-09-22  Julien Danjou  <julien@danjou.info>
1296
1297         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1298         Only return an icon.
1299         (gnus-group-insert-group-line): Compute icon to return.
1300
1301         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1302         variable.
1303         (gnus-html-image-fetched): Only cache if
1304         gnus-html-image-automatic-caching is set.
1305         (gnus-html-image-fetched): Check for errors.
1306
1307 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1310         once per method on `g'.  This ensures that backends like nnfolder don't
1311         open all their folders.
1312
1313         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1314         (nnimap-request-list): Nix out group in the correct buffer.
1315         (nnimap-parse-flags): Implement by using `read' instead of
1316         hand-parsing.
1317         (nnimap-flags-to-marks): Pass on permanent-flags.
1318         (nnimap-make-process-buffer): Record the server name.
1319         (nnimap-parse-flags): Fix typo.
1320         (nnimap-request-scan): Run split on the server in general, not just a
1321         single group.
1322
1323         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1324         parameter, and propagate this downwards.
1325
1326         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1327         since EXAMINE changes it on the server.
1328
1329         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1330         this command might take a while.
1331
1332 2010-09-22  Julien Danjou  <julien@danjou.info>
1333
1334         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1335         harmful if you have 2 images side-by-side, they can't be properly
1336         update on text deletion.  Using text-property is safer here.
1337         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1338         data.
1339
1340 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1341
1342         * nnimap.el (nnimap-expunge-inbox): Removed.
1343         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1344         (nnimap-expunge): Flip default to t.
1345
1346         * gnus.el (gnus-method-to-server): Don't push things to the cache
1347         unless it's unique.
1348         (gnus-server-to-method): Ditto.
1349
1350 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1353
1354 2010-09-22  Julien Danjou  <julien@danjou.info>
1355
1356         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1357         get the start of data.
1358         (gnus-html-encode-url): Add this function to encode special chars in
1359         URL.
1360         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1361         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1362
1363         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1364         default.
1365         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1366
1367         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1368         images alt-text.
1369         (gnus-html-put-image): Put alt-text as help-echo.
1370
1371 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1374         * mm-util.el (mm-decompress-buffer)
1375         * nnir.el (nnir-run-find-grep)
1376         * pop3.el (pop3-list): Use 3rd arg of split-string.
1377
1378         * time-date.el (format-seconds): Comment fix.
1379
1380         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1381         and byte-optimize-form-code-walker.
1382         (dgnushack-make-auto-load): Don't advise make-autoload.
1383
1384         * lpath.el: Remove Emacs 21 stuff.
1385
1386 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1387
1388         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1389         outside the active range.  Suggested by Dan Christensen.
1390
1391         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1392         slightly later to avoid double-getting it.
1393
1394         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1395         previous patch.
1396
1397         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1398
1399 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1400
1401         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1402
1403 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * gnus-int.el (gnus-open-server): Give a better error message in the
1406         "go offline" case.
1407
1408         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1409         marks for nnimap, which is seldom the right thing to do.
1410
1411         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1412         (gnus-same-method-different-name): New function.
1413
1414         * nnimap.el (parse-time): Require.
1415
1416         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1417         method in the presence of many similar methods.
1418
1419         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1420
1421         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1422         nnml-inhibit-expiry.
1423
1424         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1425         find out whether methods are equal.
1426
1427         * nnimap.el (nnimap-find-expired-articles): New function.
1428         (nnimap-process-expiry-targets): New function.
1429         (nnimap-request-move-article): Request the article before looking at
1430         what the Message-ID is.  Fix found by Andrew Cohen.
1431         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1432
1433         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1434         for oldness in addition to being a predicate.
1435
1436         * nnimap.el (nnimap-request-group): When we have zero articles, return
1437         the right data to Gnus.
1438         (nnimap-request-expire-articles): Only delete articles immediately if
1439         the target is 'delete.
1440
1441         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1442         method, this would bug out.
1443
1444         * gnus-group.el (gnus-group-expunge-group): Renamed from
1445         gnus-group-nnimap-expunge, and implemented as a normal interface
1446         function.
1447
1448         * gnus-int.el (gnus-request-expunge-group): New function.
1449
1450         * nnimap.el (nnimap-request-create-group): Implement.
1451         (nnimap-request-expunge-group): New function.
1452
1453 2010-09-21  Julien Danjou  <julien@danjou.info>
1454
1455         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1456         (gnus-html-cache-expired): Add new function.
1457         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1458         wethever we should display image for fetch it.
1459         Compute alt-text earlier to pass it to the fetching function too.
1460         (gnus-html-schedule-image-fetching): Change function argument to only
1461         get one image at a time, not a list.
1462         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1463         cache.
1464         (gnus-html-get-image-data): New function to retrieve image data from
1465         cache.
1466         (gnus-html-put-image): Change buffer argument to use image data rather
1467         than file, and place image above region rather than inserting a new
1468         one. Do not take alt-text as argument, since it's useless now: we place
1469         the image above alt-text.
1470         (gnus-html-prune-cache): Remove.
1471         (gnus-html-show-images): Start to fetch image when we find one, do not
1472         push into a temporary list.
1473         (gnus-html-prefetch-images): Only fetch image if they have expired.
1474         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1475         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1476
1477 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1480
1481 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1484         spec inser "*" if the group isn't active instead of 0.
1485
1486         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1487         opening the server.
1488         (nnimap-request-delete-group): Implement group deletion.
1489         (nnimap-transform-headers): Return the size of the entire message in
1490         the Bytes header, not just the size of the first part.
1491         (nnimap-request-move-article): When moving an article from nnimap,
1492         request the article first so the accepting form has an article to
1493         accept.  Reported by Dan Christensen.
1494         (nnimap-command): Make sure that the error message doesn't error out.
1495
1496 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1497
1498         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1499         we haven't requested anything.
1500
1501 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502
1503         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1504         "".  Fix found by Andrew Cohen.
1505
1506         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1507         instead of -encode-string.
1508
1509 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1512
1513         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1514         by mm-subst-char-in-string.
1515
1516 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1519         waiting for the connection string.
1520
1521         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1522         arriving.
1523
1524         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1525         bogus characters.  This allows selecting certain Gmail groups.
1526
1527         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1528         (nnimap-fetch-partial-articles): New variable.
1529         (nnimap-open-connection): When looking for credentials, also use the
1530         nnimap-server-port.
1531         (nnimap-request-article): Return the group/article number, so that Gnus
1532         `^' works as expected.
1533         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1534         them.
1535
1536         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1537         comments.
1538         (gnus-methods-sloppily-equal): New function.
1539         (gnus): When using the development version of Gnus, load the gnus-load
1540         file.
1541
1542         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1543         `gnus-open-server' on each method before trying to scan them etc.  This
1544         ensures that all the backend parameters are set correctly.
1545
1546         * nnimap.el (nnimap-authenticator): New variable.
1547         (nnimap-open-connection): Allow anonymous login.
1548         (nnimap-transform-headers): The chars header is called Chars not
1549         Bytes.
1550         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1551         drops.
1552
1553         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1554         patch, found by Knut Anders Hatlen.
1555
1556 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1557
1558         * gnus-agent.el (gnus-agent-batch-confirmation)
1559         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1560         to gnus-message.
1561         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1562         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1563         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1564         * gnus-int.el (gnus-open-server): Likewise.
1565         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1566         (gnus-score-check-syntax): Likewise.
1567         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1568         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1569         Likewise.
1570         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1571
1572 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1575         calling conventions so that prefetch doesn't bug out.
1576
1577 2010-09-19  Julien Danjou  <julien@danjou.info>
1578
1579         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1580         rather than `subst-char-in-region' in order to be able to replace ASCII
1581         char by UTF-8 ones.
1582
1583         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1584         than curl.
1585         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1586         the right URL and ALT text on images.
1587         (gnus-html-wash-tags): Fix tag case.
1588         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1589         (gnus-article-html): Add -o display_ins_del=2 option.
1590         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1591
1592 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1595         the extra mail headers, which sometimes seem to happen for unknown
1596         reasons.
1597
1598         * mail-parse.el (mail-header-encode-parameter): Define as
1599         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1600         (or most, perhaps?) mail readers don't understand the latter, but do
1601         understand the former.
1602
1603         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1604         to nil, so that no methods are automatically agentized.  I think this
1605         is probably what most users want.
1606
1607         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1608         from url-retrieve, for instance about invalid URLs.
1609
1610         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1611         groups that have no articles.
1612         (nnimap-request-article): Check that we really got an article when we
1613         requested one.
1614
1615         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1616         doesn't exist.
1617
1618         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1619         nntp buffer so the agent can save it.
1620         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1621         that CRLF doesn't get translated to \n.
1622         (nnimap-open-connection): Don't make 'shell commands only send \n.
1623
1624 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1625
1626         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1627         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1628         Update var name.
1629         (nnml-generate-nov-file): Use dolist.
1630         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1631         Use with-current-buffer.
1632
1633 2010-09-18  Julien Danjou  <julien@danjou.info>
1634
1635         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1636         parallel.
1637
1638 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639
1640         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1641         the range update right.
1642         (nnimap-request-group): Don't make `M-g' bug out on group with no
1643         marks.
1644         (nnoo): Required, so that other packages can require nnimap.
1645         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1646         command we're looking for.  This helps when the server sends more
1647         responses after we've gotten everything we expected.
1648         (nnimap): Add a `newlinep' field to keep track of end-of-line
1649         conventions.
1650         Don't send CRLF to things that don't want it.
1651         (nnimap-request-accept-article): Ditto.
1652
1653 2010-09-18  Julien Danjou  <julien@danjou.info>
1654
1655         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1656         than curl to retrieve images.
1657
1658 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1659
1660         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1661         the marks.
1662         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1663         (nnimap-wait-for-connection): New function.
1664         (nnimap-open-connection): If we have PREAUTH, don't query for login
1665         credentials.
1666         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1667         when doing a partial update.
1668
1669 2010-09-18  Julien Danjou  <julien@danjou.info>
1670
1671         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1672         tags.
1673
1674 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * nnimap.el (nnimap-credentials): New function.
1677         (nnimap-open-connection): Use the new function to look for credentials
1678         also on the numeric equivalents of "imap" and "imaps".
1679
1680         * gnus-start.el (gnus-activate-group): Send the info to
1681         gnus-request-group.
1682
1683         * nnimap.el (nnimap-request-group): Have the "check" version of the
1684         function parse flags and update the info, so that a `M-g' get a total
1685         resync of all flags from the group.
1686
1687         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1688         to allow backends to alter the info on group selection.  Also alter all
1689         the backend -request-group functions to take the parameter.
1690
1691         * nnimap.el (nnimap-store-info): New function.
1692         (nnimap-update-info): Store the info for later usage.
1693         (nnimap-request-group): Use the stored info for the dont-check case, so
1694         that we don't retrieve all marks when we enter a group.
1695
1696         * nnimap.el: Use deffoo instead of defun for interface functions.
1697
1698         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1699         update the group info.  This makes the nndraft groups, for instance, go
1700         back to their old behaviour.
1701
1702         * gnus-sum.el (gnus-select-newsgroup): Indent.
1703
1704         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1705         in.
1706         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1707         nothing.
1708
1709         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1710         from methods that are denied.
1711
1712         * gnus-int.el (gnus-method-denied-p): New function.
1713
1714         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1715         store the password instead of netrc.
1716         (nnimap-open-connection): Don't error out when we can't make a
1717         connections.
1718
1719         * auth-source.el (auth-source-create): In the password prompt, say what
1720         we're querying for.  Also prompt for user name if that hasn't been
1721         given.
1722
1723         * nnimap.el (nnimap-with-process-buffer): Removed.
1724
1725 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1728         method when we're reading from the agent.
1729
1730         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1731
1732         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1733         that's probably most useful for users.
1734
1735         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1736         "failed" all the time.
1737
1738         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1739         ...)) with (with-current-buffer ... ).
1740
1741         * nntp.el (nntp-open-server): Return whether the open was successful or
1742         not.
1743
1744         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1745         select an unread unseen article first.
1746
1747         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1748         /etc/services, supply some sensible port defaults.
1749
1750         * dgnushack.el: Define netrc-credentials.
1751
1752 2010-09-17  Julien Danjou  <julien@danjou.info>
1753
1754         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1755
1756 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1757
1758         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1759         doesn't have any parameters.
1760
1761 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1764         only upcased checks.
1765
1766         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1767
1768         * nnimap.el (nnimap-open-shell-stream): New function.
1769         (nnimap-open-connection): Use it.
1770         (nnimap-transform-headers): Get the number of lines in each message.
1771         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1772         number of lines.
1773         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1774         problem.
1775
1776         * utf7.el (utf7-encode): Autoload.
1777
1778         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1779         to allow the mail splitting to not return a default group.  This is
1780         useful for nnimap, which will leave unmatched mail in the inbox.
1781
1782         * nnimap.el: Rewritten.
1783
1784         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1785         nnimap usage.
1786
1787         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1788         if the move is internal, so that nnimap can do fast internal moves.
1789
1790         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1791         data.
1792         (gnus-read-active-for-groups): Support finishing the early retrieval of
1793         data.
1794
1795         * gnus-range.el (gnus-range-nconcat): New function.
1796
1797         * gnus-int.el (gnus-finish-retrieve-group-infos)
1798         (gnus-retrieve-group-data-early): New functions.
1799
1800 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1801
1802         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1803         (nnrss-retrieve-groups):
1804         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1805         (pop3-quit): Use with-current-buffer.
1806
1807 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1810         instead of nnheader-accept-process-output.
1811
1812         * dgnushack.el (dgnushack-compile): Add comment.
1813
1814         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1815
1816         * gnus-html.el (gnus-html-schedule-image-fetching)
1817         (gnus-html-prefetch-images): Replace process-kill-without-query by
1818         gnus-set-process-query-on-exit-flag.
1819
1820 2010-09-16  Romain Francoise  <romain@orebokech.com>
1821
1822         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1823
1824 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1827         parameter to unintern is mandatory-ish in Emacs 24.
1828
1829         * gnus-html.el (gnus-html-schedule-image-fetching)
1830         (gnus-html-prefetch-images): Check for curl before using it.
1831
1832         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1833         depend on curl, which isn't essential.
1834
1835         * imap.el: Revert back to version
1836         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1837         seem problematic.
1838
1839 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1840
1841         * gnus-registry.el (gnus-registry-install-shortcuts):
1842         Explicitly pass `obarray' to `unintern' to avoid a warning.
1843
1844 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845
1846         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1847         change.
1848
1849         * nnrss.el (nnrss-request-list): Removed this function and related
1850         functions, including the moreover stuff.
1851
1852 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * nnrss.el (nnrss-retrieve-groups): New function.
1855
1856 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1857
1858         * .dir-locals.el: Add no-byte-compile cookie.
1859
1860 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * time-date.el (format-seconds): Comment fix.
1863
1864         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1865         for back end that doesn't support request-scan.
1866
1867 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868
1869         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1870         then do request scans from the backends.
1871
1872         * netrc.el (netrc-credentials): New conveniency function.
1873
1874         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1875         avoid running a hook per line, since this takes a lot of time,
1876         profiling shows.
1877         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1878         directly if gnus-visual-p is true.
1879
1880 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1881
1882         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1883         groups; replace mapcar with dolist which is a bit faster; pass groups
1884         info to gnus-read-active-file-1.
1885         (gnus-read-active-file-1): Scan only specified groups if the new
1886         optional arg `infos' is given.
1887
1888 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1891
1892         * pop3.el (pop3-movemail): Removed.
1893         (pop3-streaming-movemail): Renamed to pop3-movemail.
1894
1895         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1896         don't restrict end-tag searches to the end of the line.
1897
1898 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1899
1900         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1901         articles of every unchecked group to t, which means unknown since the
1902         server has never been opened.
1903
1904 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1905
1906         * gnus-html.el (gnus-html-show-alt-text): New command.
1907         (gnus-html-browse-image): Ditto.
1908         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1909         to browse the image directly.
1910         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1911         better.
1912
1913         * gnus-async.el (gnus-async-article-callback): Call
1914         `gnus-html-prefetch-images' unconditionally.
1915
1916         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1917         before feeding URLs to curl.
1918
1919 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1922         internal images as deletable by `W D D'.
1923
1924         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1925         (gnus-async-article-callback): Fix typo.
1926
1927 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1930         current line to work around bugs in the output from w3m.
1931
1932         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1933         for groups that want that.
1934
1935         * nntp.el (nntp-wait-for-string): Supply a timeout for
1936         accept-process-output to ensure progress.
1937
1938         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1939         level to get unread articles from, then use that for foreign groups,
1940         too.
1941
1942         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1943         confuses the rest of the function.
1944
1945         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1946         for the methods that support -retrieve-groups, too.
1947
1948         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1949
1950 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1953         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1954
1955         * pop3.el: Require cl when compiling.
1956         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1957
1958 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1961         that aren't going to be activated.
1962         (gnus-get-unread-articles): Fix up the last commit.
1963
1964         * gnus-html.el (gnus-article-html): Allow calling without specifying
1965         the handle.  In that case, dissect the buffer first.
1966
1967         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1968
1969         * nnimap.el (nnimap-open-connection): Revert the change that would look
1970         into authinfo for imaps instead of imap.
1971
1972         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1973         say that you don't want to call gnus-request-group with don-check, but
1974         do check the reponse.  This is for virtual groups only.
1975         (gnus-get-unread-articles): Count the archive groups as secondary, so
1976         that they're activated the same way as before.
1977
1978         * imap.el (imap-message-map): Removed optional buffer parameter, since
1979         no callers use it.
1980         (imap-message-get): Ditto.
1981         (imap-message-put): Ditto.
1982         (imap-mailbox-map): Ditto.
1983         (imap-mailbox-put): Ditto.
1984         (imap-mailbox-get): Ditto.
1985         (imap-mailbox-get): Revert last change for this function.
1986
1987         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1988         case-insensitively.
1989         (nnimap-debug): Removed.
1990
1991         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1992         to use `imap-fetch' instead.  According to the comments, this should be
1993         safe, since all other IMAP clients use the 1:* syntax.
1994         (imap-enable-exchange-bug-workaround): Removed.
1995         (imap-debug): Removed -- doesn't seem very useful.
1996
1997         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1998         mail from a file, and the file doesn't exist.
1999
2000         * imap.el (imap-log): New convenience function used throughout instead
2001         of repeating the same code all over the place.
2002
2003         * pop3.el (pop3-streaming-movemail): Return t for success.
2004
2005         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2006         .authinfo if we're using ssl connection.
2007
2008         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2009         already have if we're in a main Gnus `g' run.
2010
2011         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2012
2013 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2016
2017         * nnmh.el (nnmh-request-list-1): Bind `file'.
2018
2019         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2020         alias to set-process-query-on-exit-flag or process-kill-without-query.
2021         (pop3-open-server): Use it.
2022
2023 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2026         box to the Incoming file.  Fixes mistake in previous checkin.
2027
2028         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2029         request loop (for debugging purposes) removed.
2030
2031         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2032         culprit is more visible.
2033         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2034         (nnml-add-incremental-nov): New functions to do "incremental" nov
2035         updates, where we just append to the end of the existing nov files
2036         without reading/writing them in full.
2037
2038         * mail-source.el (mail-source-delete-crash-box): Really only check the
2039         incoming files once in a while.
2040
2041         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2042
2043         * mail-source.el (mail-source-delete-crash-box): Only check the
2044         incoming files for deletion once per day to save a lot of file
2045         accesses.
2046
2047         * pop3.el (pop3-logon): Fix up unbound variable typo.
2048
2049         * mail-source.el (pop3-streaming-movemail): Autoload.
2050
2051         * pop3.el (pop3-streaming-movemail): Respect
2052         pop3-leave-mail-on-server.
2053
2054         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2055         retrieval.
2056
2057         * pop3.el (pop3-process-filter): Removed unused function.
2058         (pop3-streaming-movemail, pop3-send-streaming-command)
2059         (pop3-wait-for-messages, pop3-write-to-file)
2060         (pop3-number-of-responses): New functions for streaming pop3
2061         retrieval.
2062
2063         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2064         come from no known methods.
2065         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2066         list.
2067
2068         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2069         message sizes.
2070         (pop3-movemail): Use erase-buffer instead of looping and deleting
2071         regions, which seems rather odd.
2072
2073         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2074         file once per `g' run.
2075
2076         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2077         directories.  This makes the draft queue directory work.
2078
2079         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2080         data from the backends, so that we only request the list of groups from
2081         each method once.  This should speed things up considerably.
2082
2083         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2084         detect that it's not implemented.
2085
2086         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2087         we actually do recurse down into the tree, but don't stat all leaf
2088         nodes.
2089
2090         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2091         then say so instead of bugging out.
2092
2093         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2094         files exist before trying to read them.
2095
2096         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2097         around <pre_int>.
2098
2099         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2100
2101         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2102
2103 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * mm-util.el (mm-image-load-path): Just return the image directories,
2106         not all directories in the path in addition to the image directories.
2107         (mm-image-load-path): Maintain a cache of the image directories so that
2108         the `g' command in Gnus doesn't have to stat dozens of directories each
2109         time.
2110
2111         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2112         (gnus-html-wash-tags): Add a new `i' command to insert images.
2113         (gnus-html-insert-image): New command and keystroke.
2114         (gnus-html-redisplay-with-images): New command and keystroke.
2115         (gnus-html-show-images): Renamed command.
2116         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2117         spacers.
2118         (gnus-html-wash-tags): Decode entities at the end, so that entities
2119         inside the tags don't mess up the rest of the "parsing".
2120
2121         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2122         so that nnimap methods aren't agentized by default.  There's apparently
2123         many problems related to agent/imap behaviour.
2124
2125         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2126
2127         * gnus-html.el: Doc fix.
2128
2129 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2132         specifier-spec-list for Emacs 21.
2133
2134         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2135         glyph-width and glyph-height instead of display-graphic-p and
2136         image-size; make avoidance of displaying small images work for XEmacs.
2137
2138         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2139         for XEmacs.
2140
2141         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2142         of symbol that holds plist data.
2143         (gnus-process-plist): Remove plist of process after getting it.
2144
2145 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * message.el (message-generate-hashcash): Change default to
2148         'opportunistic if hashcash is installed.
2149
2150         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2151         (gnus-html-put-image): Only call image-size once, since it's somewhat
2152         time-consuming on remote X servers.
2153
2154 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2157         type on data, not a file name.
2158
2159         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2160         window-pixel-edges for Emacs 21.
2161
2162         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2163         decoded contents.
2164         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2165
2166 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2169         group line format, since it isn't very interesting.
2170
2171         * gnus-agent.el (gnus-agent-short-article),
2172         (gnus-agent-long-article): Increase values for these two variables,
2173         since most people are likely to have more network connection and
2174         storage than before.
2175
2176         * gnus.el (gnus-refer-article-method): Change default to 'current.
2177         When referring an article, the common behaviour is to refer it from the
2178         current select method, not the native select method.  The chances of
2179         the native select method having the message in question is rather slim
2180         these days.
2181
2182         * gnus-sum.el (gnus-auto-select-subject): Change default to
2183         `unseen-or-unread'.  I think it's likely that most people want to
2184         select an unseen article over a previously seen, but unread one.
2185
2186         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2187         means that in the article buffer none of the minor mode elements will
2188         be shown, usually, and this is not desirable in most cases.
2189
2190         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2191         that commands like `d' (and the like) go to the next line in the
2192         buffer, instead of the next unread article.  I think this is the
2193         behaviour that is most natural for most users.
2194         (gnus-single-article-buffer): Change default to nil, so that people can
2195         have as many article buffers open as they have summary buffer.  I think
2196         this is the most natural way for the groups to behave.
2197
2198         * message.el (message-generate-new-buffers): Change default to
2199         `unsent', so that all new message buffers start their names with the
2200         string "*unsent", and it's easier to find the buffers if you move from
2201         them.
2202
2203 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2206         small.  They're probably tracking images.
2207         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2208         (gnus-html-rescale-image): Yet another try at getting the image sizing
2209         right.
2210
2211         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2212         nntp-marks-file-name is nil.
2213
2214 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * gnus-html.el (gnus-html-wash-tags)
2217         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2218         Better logging.
2219
2220 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2223
2224         * gnus-html.el (gnus-html-wash-tags): Check the value of
2225         gnus-blocked-images in the summary buffer.
2226
2227 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2228
2229         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2230
2231 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2234         like "a", it seems like.
2235         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2236         since it needs to be picked from the correct buffer.
2237
2238         * nnwfm.el: Removed.
2239
2240         * nnlistserv.el: Removed.
2241
2242 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2243
2244         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2245         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2246
2247 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * nnkiboze.el: Removed.
2250
2251         * nndb.el: Removed.
2252
2253         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2254         alt text.
2255         (gnus-html-rescale-image): Try to get the rescaling logic right for
2256         images that are just wide and not tall.
2257
2258         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2259         overshadow variable bindings.
2260
2261 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2262
2263         * gnus-html.el (gnus-html-wash-tags)
2264         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2265         extra logging.
2266
2267 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2270         (gnus-max-image-proportion): New variable.
2271         (gnus-html-rescale-image): New function.
2272         (gnus-html-put-image): Rescale images.
2273
2274 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2275
2276         Fix up some byte-compiler warnings.
2277         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2278         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2279         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2280         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2281         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2282         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2283         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2284
2285 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-html.el (gnus-article-html): Decode contents by charset.
2288
2289 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2292         (gnus-html-frame-width, gnus-blocked-images)
2293         * message.el (message-prune-recipient-rules): Add custom version.
2294         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2295
2296         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2297         functions.
2298
2299         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2300         gnus-process-get.
2301
2302 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2303
2304         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2305         instead of lsub directly.
2306
2307 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnwarchive.el: Removed.
2310
2311         * gnus-soup.el: Removed.
2312
2313         * nnsoup.el: Removed.
2314
2315         * nnultimate.el: Removed.
2316
2317         * gnus-html.el (gnus-blocked-images): New variable.
2318
2319         * message.el (message-prune-recipients): New function.
2320         (message-prune-recipient-rules): New variable.
2321
2322         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2323         guess whether a long line is natural text or not.
2324
2325         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2326         gnus-process-plist and friends for compatibility.
2327
2328 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2329
2330         * gnus-html.el: Require packages that define macros used in this file.
2331         (gnus-article-mouse-face): Declare to silence byte-compiler.
2332         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2333         process-get.
2334         (gnus-html-put-image): Use plist-get to avoid getf.
2335         (gnus-html-prefetch-images): Use with-current-buffer.
2336
2337 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * gnus-ems.el: Provide compatibility functions for
2340         gnus-set-process-plist.
2341
2342         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2343         header-line-format for XEmacs 21.4.
2344
2345         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2346         * gnus.el (gnus-valid-select-methods)
2347         * message.el (message-send-mail-partially-limit)
2348         * mm-decode.el (mm-text-html-renderer)
2349         * mml.el (mml-insert-mime-headers-always)
2350         * smiley.el (smiley-regexp-alist): Bump custom version.
2351
2352 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-html.el: require mm-url.
2355         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2356         with the url to `url'.
2357         (gnus-html-wash-tags): Support cid: URLs/images.
2358
2359 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2362         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2363         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2364
2365         * gnus-move.el: Removed file, since it doesn't really work.
2366
2367         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2368         UTF-8.  This seems to fix problems with some German web feeds.
2369
2370         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2371         at the top so that the proper colours are applied.
2372
2373         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2374         don't have dots in their names.
2375
2376         * gnus-art.el (gnus-article-view-part): Doc fix.
2377
2378         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2379         XEmacs-compatible.
2380         (gnus-html-put-image): Don't do images on non-graphic displays.
2381
2382         * nnslashdot.el: Removed this unused backend.
2383
2384         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2385         actions.
2386         (gnus-undo-register-1): Revert last change.
2387
2388         * gnus-group.el (gnus-group-completing-read): Protect against not
2389         having completion-styles bound.
2390
2391         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2392         make broken recipients happier.
2393
2394         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2395
2396         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2397         point parameter.
2398
2399         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2400
2401         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2402         completion-styles for group selection.
2403
2404 2009-02-04  Andreas Schwab  <schwab@suse.de>
2405
2406         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2407         headers and regexp-quote the match if necessary.
2408
2409 2009-03-24  Miles Bader  <miles@gnu.org>
2410
2411         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2412         the blinking smiley.
2413
2414 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2415
2416         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2417         blink smiley.
2418
2419 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2420
2421         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2422         where the dribbel file lives exists.
2423
2424         * message.el (message-send-mail-partially-limit): Change the default to
2425         nil, since most people don't want this.
2426
2427         * mm-url.el (mm-url-decode-entities): Also decode entities like
2428         &#x3212.
2429
2430 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2431
2432         * gnus-sum.el (gnus-summary-idna-message):
2433         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2434         Hyperlink urls in docstrings with URL `...'.
2435
2436 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2437
2438         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2439         functions.
2440
2441 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2444         say what the mouseover text should be.
2445
2446         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2447         version of the mm-w3m-safe-url-regexp variable to only download images
2448         in the groups where we want that to happen.
2449
2450         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2451
2452         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2453         easier debugging.
2454         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2455         big pictures in the article buffer.
2456
2457         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2458         gnus-article-html.
2459         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2460         w3m.
2461
2462         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2463
2464 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2467         which doesn't exist.
2468
2469         * message.el (message-inhibit-ecomplete): New variable to allow some
2470         function to inhibit ecomplete address storage.
2471         (message-resend): Disable ecomplete message storage when resending
2472         messages.
2473
2474         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2475
2476 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2479         Save excursion while copying, moving, and deleting articles in order to
2480         prevent the cursor from jumping to unforeseen place.
2481
2482 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * lpath.el: No need to bind bookmark-current-buffer,
2485         bookmark-yank-point and bookmark-make-record-function.
2486
2487 2010-08-17  Glenn Morris  <rgm@gnu.org>
2488
2489         * gnus-sync.el: Require gnus components whose functions are used.
2490
2491         * gnus-art.el (bookmark-make-record-function):
2492         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2493         Declare for compiler.
2494
2495         * mm-url.el (mml-compute-boundary): Autoload.
2496
2497 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2498
2499         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2500
2501 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2502
2503         Typo fix "hoo4a" -> "hook".
2504
2505         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2506
2507 2010-08-14  Glenn Morris  <rgm@gnu.org>
2508
2509         * gnus-sync.el (gnus-sync): Fix defgroup version.
2510
2511 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2512
2513         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2514
2515         * gnus-sync.el: Fix docs.
2516         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2517         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2518
2519 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2520
2521         Optimizations for gnus-sync.el.
2522
2523         * gnus-sync.el: Add docs about gnus-sync-backend
2524         possibilities.
2525         (gnus-sync-save): Remove unnecessary message.
2526         (gnus-sync-read): Optimize and show what groups were skipped.
2527
2528 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2529
2530         Minor bug fixes for gnus-sync.el.
2531
2532         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2533         read the sync on get-new-news.
2534
2535         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2536         quiet.
2537
2538         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2539
2540 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2541
2542         Make saving and restoring of hidden threads work with overlays.
2543         Patch applied by Ted Zlatanov.
2544
2545         * gnus-sum.el (gnus-hidden-threads-configuration)
2546         (gnus-restore-hidden-threads-configuration): Update to deal with text
2547         properties, rather than searching for a magic character.
2548
2549 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2550
2551         New gnus-sync.el library for synchronization of marks.
2552
2553         * gnus-sync.el: New library for synchronization of marks.
2554
2555         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2556         renamed from `gnus-registry-grep-in-list'.
2557
2558         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2559
2560         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2561
2562 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2565         determining charset of text fails.
2566
2567 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * nnmail.el (nnmail-get-new-mail-1): Revert.
2570
2571         * nnml.el (nnml-active-number): Make sure names of newly created groups
2572         in nnml-group-alist are encoded.
2573
2574 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2577         containing non-ASCII characters in active file for nnml back end.
2578
2579 2010-07-24  David Engster  <dengste@eml.cc>
2580
2581         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2582         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2583
2584 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2585
2586         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2587         tag (Bug#6654).
2588
2589 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2592         the article buffer, not the summary buffer.
2593
2594 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2597         Emacs 23 as well.
2598
2599 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2602         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2603
2604 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2605
2606         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2607         Patch applied by Karl Fogel.
2608
2609         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2610         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2611
2612 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2613
2614         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2615         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2616         C-w still not working correctly from Article buffers; Thierry's
2617         patch to fix that will be applied after this.
2618
2619         * gnus-art.el (bookmark-make-record-function): New local variable.
2620
2621         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2622         article buffer.
2623         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2624
2625 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2626
2627         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2628         on changes in bookmark.el.
2629
2630 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2633         `no-log' instead of message not to log prompt string.
2634
2635 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2636
2637         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2638         the *other* type of HTML form submission.
2639
2640 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2641
2642         * auth-source.el (auth-source-pick): If choice does not contain a
2643         questioned keyword, set the check to t.
2644
2645 2010-06-12  Romain Francoise  <romain@orebokech.com>
2646
2647         * gnus-util.el (gnus-date-get-time): Move up before first use.
2648
2649 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2652         (gnus-article-edit-part): Bind it to make last part that is substituted
2653         or deleted visible.
2654         (gnus-mime-display-single): Buttonize part of which id equals to
2655         gnus-mime-buttonized-part-id.
2656
2657 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2658
2659         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2660         (gnus-dd-mmm): Use gnus-date-get-time.
2661         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2662         simplify logic.
2663         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2664         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2665
2666 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2667
2668         * auth-source.el (top): Autoload `secrets-list-collections',
2669         `secrets-create-item', `secrets-delete-item'.
2670         (auth-sources): Fix tag string.
2671         (auth-get-source, auth-source-retrieve, auth-source-create)
2672         (auth-source-delete): New defuns.
2673         (auth-source-pick): Rewrite in order to avoid 2 passes.
2674         (auth-source-forget-user-or-password): New parameter USERNAME.
2675         (auth-source-user-or-password): New parameters CREATE-MISSING and
2676         DELETE-EXISTING.  Retrieve password interactively, if needed.
2677
2678 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2679
2680         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2681         deleting unused directories when gnus-expert-user is t.
2682
2683 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2686         for each temp file when gnus-article-browse-delete-temp is ask.
2687
2688 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2689
2690         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2691         Lisp calls to delete-backward-char by calls to delete-char.
2692
2693 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2694
2695         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2696
2697 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2698
2699         * password-cache.el (password-cache-remove): Fix docstring.
2700
2701 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2704         article unless decoding article to be saved.
2705
2706 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2709         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2710         generated within the mm-with-unibyte-current-buffer macro.
2711
2712 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2713
2714         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2715         to nil when we're in a mml-preview buffer and no group is selected.
2716
2717 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2718
2719         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2720         when catching the `C-g'.  Reported by "Leo".
2721
2722 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * message.el (message-forward-make-body-plain)
2725         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2726         multibyte-string-p.
2727
2728         * lpath.el: Revert.
2729
2730 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * message.el (message-forward-make-body-mml): Assume original message
2733         is multibyte string; error on unibyte.
2734         (message-forward-make-body-plain): Ditto; don't add excessive newline
2735         in body end.
2736
2737         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2738
2739 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2740
2741         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2742         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2743
2744 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * mm-extern.el (mm-extern-url): Don't use
2747         mm-with-unibyte-current-buffer.
2748         (mm-extern-cache-contents): Use with-current-buffer instead of
2749         save-excursion + set-buffer.
2750
2751 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * mm-util.el (mm-emacs-mule): Remove.
2754
2755 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2756
2757         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2758         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2759         change.
2760
2761 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2764         bind the default value of enable-multibyte-characters to nil.
2765
2766 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * message.el (message-forward-make-body-plain)
2769         (message-forward-make-body-mml):
2770         Don't use mm-with-unibyte-current-buffer.
2771
2772 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2773
2774         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2775
2776 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2777
2778         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2779         (Bug#5592).
2780
2781 2010-05-07  Julien Danjou  <julien@danjou.info>
2782
2783         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2784         it to mm-pipe-part.
2785
2786         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2787         it is given.
2788
2789 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * binhex.el (binhex-decode-region-internal)
2792         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2793         (dns-query)
2794         * nnweb.el (nnweb-gmane-search)
2795         * pgg-parse.el (pgg-parse-armor)
2796         * pgg.el (pgg-verify-region)
2797         * sha1.el (sha1-string-external)
2798         * uudecode.el (uudecode-decode-region-internal)
2799         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2800         XEmacs.
2801
2802         * gnus-art.el (gnus-article-browse-html-parts)
2803         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2804         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2805         make-temp-file.
2806
2807         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2808         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2809         compiling.
2810
2811         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2812         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2813         XEmacs when compiling.
2814
2815         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2816         gnus-pick-mode-off-hook for XEmacs when compiling.
2817         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2818         gnus-binary-mode-off-hook for XEmacs when compiling.
2819
2820         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2821         nil if char-charset is not available.
2822
2823         * imap.el (imap-disable-multibyte)
2824         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2825         macros.
2826
2827         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2828         instead of encode-coding-string.
2829
2830         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2831         'xemacs) instead of mm-emacs-mule to switch function definitions.
2832         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2833
2834         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2835         bind temporary-file-directory for XEmacs;
2836         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2837         timer-set-function for XEmacs 21.4 and SXEmacs;
2838         bind timer-list for XEmacs 21.4 and SXEmacs;
2839         fbind char-charset and find-charset-region for non-Mule XEmacs;
2840         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2841         encode-coding-region and encode-coding-string for XEmacs having no
2842         file-coding feature.
2843
2844 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2845
2846         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2847
2848 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2851         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2852
2853 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2854
2855         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2856         alias `jka-compr-delete-temp-file' no longer exists.
2857
2858 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2859
2860         Use define-minor-mode in Gnus where applicable.
2861         * mml.el (mml-mode): Use define-minor-mode.
2862         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2863         (gnus-undo-mode): Use define-minor-mode.
2864         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2865         (gnus-dead-summary-mode): Use define-minor-mode.
2866         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2867         Initialize in declaration.
2868         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2869         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2870         (gnus-mailing-list-mode): Use define-minor-mode.
2871         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2872         (gnus-draft-mode): Use define-minor-mode.
2873         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2874         (gnus-dired-mode): Use define-minor-mode.
2875
2876 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2877
2878         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2879         handles on recursive mml-to-mime translation and check them for
2880         boundary delimiter collisions.  Reported by Greg Troxel.
2881
2882 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2885
2886 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2887
2888         * mm-util.el (mm-find-buffer-file-coding-system):
2889         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2890
2891 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2892
2893         * message.el (message-generate-headers): Record insertion of optional
2894         headers as well.  Otherwise the check to prevent repeated insertion of
2895         optional headers is a no-op.
2896
2897 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2898
2899         * smime.el: Don't mention CVS.
2900
2901         * nnrss.el (nnrss-fetch): Don't mention CVS.
2902
2903         * nnir.el: Don't mention CVS.
2904
2905 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2906
2907         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2908
2909 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * lpath.el: Fbind bookmark-default-handler,
2912         bookmark-get-bookmark-record, bookmark-make-record-default,
2913         bookmark-prop-get for Emacs <23 and XEmacs.
2914
2915 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2916
2917         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2918         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2919         Use with-current-buffer to silence the byte-compiler.
2920         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2921         bother to require `gnus'.
2922         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2923
2924 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2925
2926         * gnus-sum.el (gnus-summary-bookmark-make-record)
2927         (gnus-summary-bookmark-jump): New functions.
2928         (gnus-summary-mode): Setup bookmark support.
2929
2930 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2931
2932         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2933         if set.
2934
2935 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2936
2937         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2938         gnus-article-browse-html-save-cid-image; make it work recursively for
2939         forwarded messages as well.
2940         (gnus-article-browse-html-parts): Work when prefix arg is given.
2941         (gnus-article-browse-html-article): Doc fix.
2942
2943 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2944
2945         * message.el (message-default-mail-headers):
2946         (message-default-headers): Carry the value mail-default-headers over
2947         into message-default-mail-headers, rather than message-default-headers.
2948
2949 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2950
2951         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2952         charset.
2953
2954         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2955         charset into the <meta> tag when the article is encoded to utf-8.
2956
2957 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2960         directories as well.
2961         (gnus-article-browse-html-parts): Work for images that do not specify
2962         file names; delete temp directory when quitting; insert header at the
2963         right place; use file: scheme for image files.
2964
2965 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2966
2967         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2968         (gnus-article-browse-html-parts): Use it to make temporary cid image
2969         files in addition to html file so that browser may display them.
2970
2971 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2974
2975 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2978
2979 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2980
2981         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2982         about Secret Service API sources.  Improve Customize options.
2983         (auth-source-pick): Change to accept any number of search parameters.
2984         Implement fallbacks iteratively, not recursively.  Add scoring on the
2985         second pass and sort by score.  Call Secret Service API when needed.
2986         (auth-source-user-or-password): Use it.  Call Secret Service API
2987         directly when needed to get the user name and the password.
2988
2989 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2990
2991         * message.el (message-interactive): Doc fix.
2992         (message-qmail-inject-args): Reflow.
2993         (message-kill-to-signature): Fix typo in docstring.
2994
2995         * smiley.el (smiley-buffer): Fix typo in docstring.
2996
2997 2010-03-24  Glenn Morris  <rgm@gnu.org>
2998
2999         * mail-source.el (gnus-message): Declare.
3000         (mail-source-delete-old-incoming): Require gnus-util.
3001
3002 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3003
3004         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3005
3006         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3007
3008         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3009         password-cache's default if it is not bound.
3010         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3011         password-cache-expiry's default if it is not bound.
3012
3013         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3014         available in Emacs 21.
3015
3016         * lpath.el: Suppress compiler warnings for:
3017         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3018         XEmacs;
3019         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3020         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3021         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3022
3023 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3024
3025         * auth-source.el (auth-sources): Fix up definition so extra parameters
3026         are always inline.
3027
3028 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3029
3030         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3031         wasn't updated after mismatch.  Clear cached mailbox info correctly
3032         when uidvalidity changes.
3033         (nnimap-group-prefixed-name): New function to avoid some code
3034         duplication.
3035         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3036         (nnimap-request-group): Use it.
3037         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3038         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3039         with many imap folders.  This is done by caching the group status from
3040         the imap server persistently in a group parameter `imap-status'.  (This
3041         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3042         but not persistently, so every Gnus startup was still very slow.)
3043
3044 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3047         delete the extra newline.  Otherwise editing of :string and :number
3048         types don't work.
3049
3050 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3051
3052         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3053         secrets.el dependency.
3054         (auth-sources): Add optional user name.  Add secrets.el configuration
3055         choice (unused right now).
3056
3057 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3058
3059         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3060         `gnus-registry-install-shortcuts' fill in the functions.
3061
3062         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3063         warnings.
3064         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3065         (gnus-registry-install-shortcuts): Populate and use it in a
3066         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3067
3068 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3069
3070         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3071         In-place substitutions for the group name encoding/decoding.
3072         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3073         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3074         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3075         (nnimap-update-unseen, nnimap-request-list)
3076         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3077         (nnimap-request-set-mark, nnimap-split-to-groups)
3078         (nnimap-split-articles, nnimap-request-newgroups)
3079         (nnimap-request-create-group, nnimap-request-accept-article)
3080         (nnimap-request-delete-group, nnimap-request-rename-group)
3081         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3082         `encoded-mbx' for consistency.
3083         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3084         variable `imap-current-mailbox'.
3085
3086         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3087         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3088
3089 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3090
3091         * pop3.el (pop3-display-message-size-flag): Display message size byte
3092         counts during POP3 download.
3093         (pop3-movemail): Use it.
3094         (pop3-list): Implement listing of available messages.
3095
3096 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3097
3098         * nnir.el (nnir-get-article-nov-override-function): New function to
3099         override the normal NOV retrieval.
3100         (nnir-retrieve-headers): Use it.
3101
3102 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3103
3104         * auth-source.el (netrc-machine-user-or-password): Autoload.
3105
3106 2010-03-19  Glenn Morris  <rgm@gnu.org>
3107
3108         Stop message.el from loading about 40 libraries it doesn't always need.
3109         The general approach is to autoload rather than require, and to
3110         require in the specific functions rather than the file.  (Bug#5642)
3111
3112         * gmm-utils.el: Don't require wid-edit.
3113         (widget-create-child-value, widget-convert, widget-default-get):
3114         Autoload.
3115
3116         * gnus-util.el: Don't require time-date, netrc.
3117         (message-fetch-field, gnus-group-name-decode): Declare rather than
3118         autoloading.
3119         (gnus-fetch-field): Require message.
3120         (gnus-decode-newsgroups): Require gnus-group.
3121
3122         * ietf-drums.el: Don't require time-date.
3123
3124         * message.el: Don't require hashcash, canlock, ecomplete.
3125         Do require mail-utils.  Require nnheader only when compiling.
3126         (smtpmail-default-smtp-server): Remove declaration.
3127         (message-send-mail-function): Check smtpmail-default-smtp-server
3128         is bound rather than requiring smtpmail.
3129         (message-auto-save-directory, message-insert-signature): Use
3130         expand-file-name rather than nnheader-concat.
3131         (nnheader-insert-file-contents): Autoload.
3132         (hashcash-wait-async): Declare.
3133         (message-send-mail): Only call gnus-setup-posting-charset if
3134         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3135         (message-send-mail-with-sendmail): Require sendmail.
3136         (canlock-password, canlock-password-for-verify): Declare.
3137         (message-canlock-password): Require canlock.
3138         (nnheader-get-report): Autoload.
3139         (gnus-setup-posting-charset): Declare.
3140         (message-send-news): Require gnus-msg.
3141         (message-make-references, message-make-in-reply-to): Use mail-header-id
3142         rather than the alias mail-header-message-id.
3143         (ecomplete-add-item, ecomplete-save): Declare.
3144         (message-put-addresses-in-ecomplete): Require ecomplete.
3145         (ecomplete-display-matches): Autoload.
3146
3147         * mm-decode.el: Don't require mailcap, gnus-util.
3148         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3149         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3150         Autoload.
3151         (mailcap-mime-extensions): Declare.
3152
3153         * mm-encode.el: Don't require mailcap.
3154         (mailcap-extension-to-mime): Autoload.
3155
3156         * mml-sec.el: Don't require password-cache.
3157
3158         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3159         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3160         (mml-minibuffer-read-type): Require mailcap.
3161         (mml-preview): Require gnus-msg.
3162
3163         * mml1991.el: Require password-cache.
3164         (password-cache-expiry): Remove declaration.
3165
3166         * mml2015.el: Require password-cache.
3167         (password-cache-expiry): Remove declaration.
3168
3169         * nneething.el (mailcap): Require mailcap.
3170
3171         * nnheader.el (declare-function): Add compatibility stub.
3172         (message-remove-header): Declare rather than autoload.
3173         (nnheader-replace-header): Require message.
3174
3175         * nnimap.el (declare-function): Add compatibility stub.
3176         (netrc-parse, netrc-machine-user-or-password): Declare.
3177         (nnimap-open-connection): Require netrc.
3178
3179         * nntp.el (declare-function): Add compatibility stub.
3180         (netrc-parse, netrc-machine, netrc-get): Declare.
3181         (nntp-send-authinfo): Require netrc.
3182
3183         * rfc2047.el: Don't require qp.
3184         (quoted-printable-encode-region, quoted-printable-decode-string):
3185         Autoload.
3186
3187         * sieve-mode.el: Don't require easymenu.
3188         (easy-menu-add-item): Autoload it.
3189
3190         * spam-stat.el (time-to-number-of-days): Autoload it.
3191
3192 2010-03-19  Glenn Morris  <rgm@gnu.org>
3193
3194         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3195
3196 2010-03-18  Glenn Morris  <rgm@gnu.org>
3197
3198         * hashcash.el (declare-function): Remove duplicate definition.
3199
3200 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3201
3202         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3203         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3204         value if any backslash escapes).
3205
3206 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3209         if it is available.  (bug#5647)
3210
3211         * lpath.el: Suppress compiler warning for coding-system-from-name for
3212         Emacs 21 and XEmacs.
3213
3214 2010-03-14  Juri Linkov  <juri@jurta.org>
3215
3216         * hmac-def.el:
3217         * hmac-md5.el:
3218         * netrc.el: Fix keywords.
3219
3220 2010-02-26  Glenn Morris  <rgm@gnu.org>
3221
3222         * message.el (message-send-mail-function): Change the default, so that
3223         it inherits from a customized send-mail-function.  (Bug#5643)
3224
3225 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3228         shell-command-to-string signals an error (bug#5299).
3229
3230 2010-02-24  Glenn Morris  <rgm@gnu.org>
3231
3232         * message.el (message-smtpmail-send-it)
3233         (message-send-mail-with-mailclient): Doc fixes.
3234
3235 2010-02-16  Glenn Morris  <rgm@gnu.org>
3236
3237         * message.el (message-default-mail-headers): Change the default value
3238         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3239
3240 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3241
3242         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3243         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3244
3245 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3246
3247         * time-date.el (date-to-time): Doc fix (Bug#5408).
3248
3249 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3250
3251         * message.el (message-mail): Just pass yank-action on to message-setup.
3252         (message-setup): Handle (FUN . ARGS) form of yank-action.
3253         (message-with-reply-buffer, message-widen-reply)
3254         (message-yank-original): Handle non-buffer values of
3255         message-reply-buffer (Bug#4080).
3256         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3257
3258 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3259
3260         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3261         Fix typo in docstring.
3262
3263 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3264
3265         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3266         response.
3267
3268 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3269
3270         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3271
3272         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3273
3274         * message.el (message-check-news-header-syntax): Protect against a
3275         string that `rfc822-addresses' returns when parsing fails.
3276
3277 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3280         (gnus-previous-char-property-change): New functions.
3281
3282         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3283
3284 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3285
3286         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3287         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3288
3289 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3290
3291         * message.el (message-exchange-point-and-mark): Rework last change to
3292         avoid using optional arg of exchange-point-and-mark, for backward
3293         compatibility.
3294
3295 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3296
3297         * message.el (message-exchange-point-and-mark): Call
3298         exchange-point-and-mark with an argument rather than setting
3299         mark-active by hand (Bug#5175).
3300
3301 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3302
3303         * nntp.el (nntp-service-to-port): Work for service expressed with
3304         numeric string; replace [:digit:] with [0-9] for XEmacs.
3305
3306 2009-12-17  Glenn Morris  <rgm@gnu.org>
3307
3308         * gnus-group.el (gnus-bug-group-download-format-alist):
3309         Change emacs entry to debbugs.gnu.org.  Bump :version.
3310
3311 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3312
3313         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3314
3315 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3316
3317         * message.el (message-info): Explain why we use `Info-goto-node'.
3318
3319 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3322
3323 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3324
3325         * message.el (message-completion-in-region): New compatibility function.
3326         (message-expand-group): Use it.
3327
3328 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3331         with no unread article should be listed if the 2nd arg `predicate' is
3332         given.
3333
3334 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3337
3338 2009-11-29  Juri Linkov  <juri@jurta.org>
3339
3340         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3341         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3342         on `gnus-recenter'. (Bug#4698, Bug#4981)
3343
3344 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3345
3346         * sha1.el (sha1-string-external): default-directory "/" in case
3347         otherwise non-existent.  process-connection-type pipe for touch of
3348         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3349
3350 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3351
3352         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3353         it's comms related and sgml-mode.el has "comm" on that basis too.
3354
3355 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3358         containing tspecial characters if they have been already quoted.
3359
3360 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3361
3362         * dns-mode.el (auto-mode-alist): Purecopy string.
3363
3364 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3365
3366         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3367
3368 2009-10-24  Glenn Morris  <rgm@gnu.org>
3369
3370         * gnus-art.el (help-xref-stack-item): Define for compiler.
3371
3372 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3373
3374         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3375
3376 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3379
3380 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3381
3382         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3383         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3384
3385 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3386
3387         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3388         (gnus-overlays-in): New alias to overlays-in.
3389
3390         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3391         gnus-overlay-get, and gnus-delete-overlay.
3392         (gnus-summary-show-thread): Make it work as well for systems in which
3393         next-single-char-property-change is not available.
3394         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3395
3396         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3397         (gnus-overlay-get): New alias to extent-property.
3398         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3399
3400         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3401         SXEmacs.
3402
3403         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3404         SXEmacs.
3405
3406 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3407
3408         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3409
3410 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3411
3412         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3413         and XEmacs that don't have `remove-overlays'.
3414
3415 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3416
3417         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3418         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3419         selective display.  Use overlays instead.
3420
3421 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3422
3423         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3424
3425 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3426
3427         * spam-stat.el (spam-stat-load): Fix typo in message.
3428
3429 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3430
3431         * dig.el (dig-invoke): Fix typo in docstring.
3432         (query-dig): Reflow docstring.
3433
3434 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3435
3436         * gnus-art.el (gnus-article-encrypt-body):
3437         * message.el (message-check-recipients):
3438         * mm-util.el (mm-codepage-setup):
3439         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3440         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3441
3442 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3443
3444         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3445         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3446         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3447         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3448         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3449
3450 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3451
3452         * dig.el: Add "Keywords: comm", as per net-utils.el.
3453
3454 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3455
3456         * dig.el (dig-mode): Use define-derived-mode.
3457
3458 2009-09-19  Glenn Morris  <rgm@gnu.org>
3459
3460         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3461
3462 2009-09-18  Glenn Morris  <rgm@gnu.org>
3463
3464         * gnus-diary.el (gnus-diary-check-message):
3465         * message.el (message-insert-formatted-citation-line):
3466         * nnbabyl.el (top-level):
3467         * nndiary.el (nndiary-schedule):
3468         Fix typos in condition-case handlers.
3469
3470 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3473         configuration that provides the sole article window in a frame;
3474         position point correctly after deleting a part.
3475
3476 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3477
3478         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3479         (spam-resolve-registrations-routine): Use it to unregister articles
3480         that change status.
3481
3482 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3485         with XEmacs.
3486         (parse-time-string-chars): Use it.
3487
3488 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3489
3490         * imap.el (imap-interactive-login): Better messages.
3491         (imap-open): Fix bug with renamed buffer on reconnect.
3492         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3493         for easier debugging and cleaner code.  On successful (guessed based on
3494         server capabilities) secondary authentication, set imap-state
3495         correctly.
3496         (imap-last-authenticator): Define imap-last-authenticator as a variable
3497         to avoid warnings.
3498
3499 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * nnrss.el (nnrss-request-article): Remove binding of
3502         default-enable-multibyte-characters that has gotten needless by
3503         the 2007-07-13 change in rfc2047-encode-message-header.
3504
3505         * mml.el (mml-insert-multipart): Error on the message header.
3506         (mml-insert-part): Error on the message header; position point at
3507         the end of a MIME tag.
3508
3509 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * time-date.el (autoload): Expand define-obsolete-function-alias into
3512         defalias and make-obsolete for old Emacsen that Gnus supports.
3513         (with-no-warnings): Define it for old Emacsen.
3514         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3515         is available.
3516         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3517         float-time is available; suppress compile warning for time-to-seconds.
3518
3519         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3520         (gnus-float-time): Alias to float-time if it exists.
3521
3522         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3523         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3524         float-time is available; suppress compile warning for time-to-seconds.
3525
3526         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3527         XEmacs.
3528
3529 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3530
3531         * imap.el (imap-message-map): Docstring fix.
3532
3533 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3536         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3537         Add the optional argument `encoding' that overrides the default.
3538
3539         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3540         mm-encode-buffer.
3541
3542 2009-09-04  Glenn Morris  <rgm@gnu.org>
3543
3544         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3545         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3546         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3547         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3548         * mm-util.el (mm-with-unibyte-current-buffer)
3549         (mm-find-buffer-file-coding-system):
3550         * yenc.el (yenc-decode-region): Use default-value rather than
3551         default-enable-multibyte-characters.
3552
3553 2009-09-03  Glenn Morris  <rgm@gnu.org>
3554
3555         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3556         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3557         than default-enable-multibyte-characters.
3558
3559 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3560
3561         * gnus-art.el (gnus-article-read-summary-keys):
3562         Fix gnus-buffer-configuration's value temporarily used.
3563
3564 2009-09-02  Glenn Morris  <rgm@gnu.org>
3565
3566         * gnus-util.el (gnus-float-time): New function.
3567         * gnus-delay.el (gnus-delay-article):
3568         * gnus-sum.el (gnus-thread-latest-date):
3569         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3570         * nnspool.el (nnspool-request-newgroups):
3571         Use gnus-float-time rather than time-to-seconds.
3572         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3573
3574         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3575         (gnus-header-subject-face, gnus-header-newsgroups-face)
3576         (gnus-header-name-face, gnus-header-content-face):
3577         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3578         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3579         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3580         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3581         (gnus-cite-face-11):
3582         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3583         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3584         (gnus-server-closed-face, gnus-server-denied-face)
3585         (gnus-server-offline-face):
3586         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3587         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3588         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3589         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3590         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3591         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3592         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3593         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3594         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3595         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3596         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3597         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3598         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3599         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3600         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3601         (gnus-summary-high-undownloaded-face)
3602         (gnus-summary-low-undownloaded-face)
3603         (gnus-summary-normal-undownloaded-face)
3604         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3605         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3606         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3607         (gnus-splash-face):
3608         * message.el (message-header-to-face, message-header-cc-face)
3609         (message-header-subject-face, message-header-newsgroups-face)
3610         (message-header-other-face, message-header-name-face)
3611         (message-header-xheader-face, message-separator-face)
3612         (message-cited-text-face, message-mml-face):
3613         * sieve-mode.el (sieve-control-commands-face)
3614         (sieve-action-commands-face, sieve-test-commands-face)
3615         (sieve-tagged-arguments-face):
3616         * spam.el (spam-face):
3617         Mark face aliases with "-face" in the name as obsolete.
3618
3619 2009-09-01  Glenn Morris  <rgm@gnu.org>
3620
3621         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3622         than goto-line.
3623
3624 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3627         Don't move point if the command is invoked inside the message header.
3628
3629 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3630
3631         * imap.el (imap-send-command): Simplify.
3632         (imap-wait-for-tag): point-max -> buffer-size.
3633
3634 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3637         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3638         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3639         * nnir.el (nnir-swish-e-index-file):
3640         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3641         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3642         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3643         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3644         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3645         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3646
3647 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3650         Don't save excursion.
3651
3652 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3653
3654         * nnheader.el (nnheader-find-file-noselect):
3655         * mm-util.el (mm-insert-file-contents):
3656         Use (default-value 'major-mode) instead of default-major-mode.
3657
3658 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3659
3660         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3661
3662 2009-08-26  Glenn Morris  <rgm@gnu.org>
3663
3664         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3665         than placing in files.el.
3666
3667 2009-08-25  Glenn Morris  <rgm@gnu.org>
3668
3669         * nnir.el (top-level): Don't require cl at run-time.
3670         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3671         Replace cl-function substitute with gnus-replace-in-string.
3672         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3673         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3674         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3675         simplified expansions.
3676
3677 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3678
3679         * dig.el (dig): Add autoload cookie.
3680
3681 2009-08-22  Glenn Morris  <rgm@gnu.org>
3682
3683         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3684         goto-line.
3685
3686 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3687
3688         * parse-time.el (parse-time-string-chars): Save match data.
3689
3690 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3691
3692         * parse-time.el (parse-time-string-chars): Compute using character
3693         classes, to handle non-ascii characters (Bug#3190).
3694
3695 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3698
3699         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3700         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3701         (gnus-mm-display-part, gnus-mime-display-single)
3702         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3703         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3704
3705         * gnus-sum.el
3706         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3707         (gnus-summary-move-article): Add expirable mark to articles copied or
3708         moved to group that has auto-expire turned on if the option is non-nil.
3709
3710 2009-07-24  Glenn Morris  <rgm@gnu.org>
3711
3712         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3713         Fix typo.  (Bug#3903)
3714
3715 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3718         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3719         that should not be used for draft articles.
3720         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3721         that has no concern in minor mode keys.
3722         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3723         Abolish.
3724
3725 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3728         article without making inquiry to a user for unknown encoding.
3729
3730         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3731         (nnmaildir--scan): Assume i-node and device number that file-attributes
3732         returns might be cons-cell.
3733
3734         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3735
3736         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3737
3738 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3739
3740         * auth-source.el: Remove docs now in auth.texi.  Don't use
3741         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3742         `auth-source-hide-passwords' and use them.
3743
3744 2009-07-15  Glenn Morris  <rgm@gnu.org>
3745
3746         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3747
3748 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3751         excessive whitespace from the default values of title and description.
3752
3753 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3756         mail-fetch-field to fetch Content-Description header in order to
3757         exclude newlines.
3758
3759 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3760
3761         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3762         format used by GnuPG 2.0.11.
3763
3764 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3767         to deleted part.
3768
3769 2009-05-30  David Engster  <dengste@eml.cc>
3770
3771         * nnmairix.el: Remove old documentation in the commentary block.
3772         (nnmairix-request-group): Do not update active file for nnml back ends.
3773         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3774         end so that overview files are ignored.
3775         (nnmairix-update-groups): Make updating the groups more robust by using
3776         marks.
3777         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3778         with dollar characters in message-id.
3779
3780 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3783         2008-12-25 in dns.el.
3784
3785 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3786
3787         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3788         could happen if the text is only composed of spaces and/or tabs.
3789
3790 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3791
3792         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3793         when sending a queued message to avoid extra mml tags.
3794
3795 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3798
3799 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3800
3801         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3802         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3803         rmail-toggle-header for XEmacs;
3804         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3805
3806 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-dired.el: Remove autoload for gnus-setup-message.
3809         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3810         displaying Gnus logo; always use compose-mail.
3811
3812 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3815
3816 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3819         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3820         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3821         available.
3822         (gnus-nocem-epg-verify): New function.
3823
3824 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3827
3828 2009-02-15  Glenn Morris  <rgm@gnu.org>
3829
3830         * gnus-util.el (rmail-insert-rmail-file-header)
3831         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3832         autoloads.
3833         (rmail-default-rmail-file): Remove unnecessary declaration.
3834         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3835
3836 2009-02-14  Glenn Morris  <rgm@gnu.org>
3837
3838         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3839         variable (only used in gnus-util, which declares it anyway).
3840         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3841         which was only needed by gnus-art (changed to not use it any more).
3842         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3843         only used in gnus-util, which autoloads it itself.
3844         (rmail-update-summary): Fix autoload.
3845
3846         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3847         rather than rmail-output-to-rmail-file.
3848
3849 2009-02-07  Glenn Morris  <rgm@gnu.org>
3850
3851         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3852         autoload of function that no longer exists.
3853         (rmail-toggle-header): Declare.
3854         (message-forward-rmail-make-body): Handle mbox Rmail.
3855
3856 2009-01-31  Glenn Morris  <rgm@gnu.org>
3857
3858         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3859         2009-01-09 change.
3860
3861 2009-01-31  Dave Love  <fx@gnu.org>
3862
3863         * imap.el (imap-fetch-safe): Bind debug-on-error.
3864         (imap-debug): Add imap-fetch-safe.
3865
3866 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3867
3868         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3869         (auth-source-forget-all-cached): New convenience function.
3870         (auth-source-user-or-password): Accept list of modes or a single mode.
3871
3872         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3873         auth-source modes.
3874
3875         * netrc.el (netrc-machine-user-or-password): Use list of
3876         auth-source modes.
3877
3878         * nnimap.el (nnimap-open-connection): Use list of
3879         auth-source modes.
3880
3881         * nntp.el (nntp-send-authinfo): Use list of
3882         auth-source modes.
3883
3884 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3885
3886         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3887         now.
3888
3889 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3892         coding system in XEmacs; add a workaround for XEmacs.
3893
3894         * lpath.el: Fbind coding-system-aliasee.
3895
3896 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3899         of current-language-environment.
3900
3901 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3902
3903         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3904         available at runtime.
3905
3906 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3909
3910 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3911
3912         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3913         the greatest positive fixnum value doesn't work under an XEmacs with
3914         bignum support; use the most-positive-fixnum constant instead,
3915         available since Emacs 21.1 with cl and XEmacs 21.1.
3916
3917 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3920         XEmacs gets not to work.
3921
3922 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * mm-util.el (mm-coding-system-priorities): Allow the value like
3925         "Japanese (UTF-8)" of current-language-environment.
3926
3927 2009-01-09  Glenn Morris  <rgm@gnu.org>
3928
3929         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3930         with last-command-event.
3931
3932 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3933
3934         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3935         in the doc string.
3936
3937         * message.el (message-fix-before-sending): Amend comment.
3938
3939 2009-01-08  Dave Love  <fx@gnu.org>
3940
3941         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3942
3943 2009-01-07  David Engster  <dengste@eml.cc>
3944
3945         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3946         simplified server definitions by converting it via
3947         gnus-server-to-method.
3948
3949 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3952         parameter's operands.
3953
3954 2009-01-06  David Engster  <dengste@eml.cc>
3955
3956         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3957         primary select method (for gnus-group-mark-article-as-read).
3958
3959 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3960
3961         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3962         `(gnus)Face', not `(gnus)X-Face'.
3963
3964 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * mm-util.el (mm-ucs-to-char): New function.
3967
3968         * mm-url.el (mm-url-decode-entities): Use it.
3969
3970         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3971         unicode-to-char.
3972
3973 2009-01-05  Dave Love  <fx@gnu.org>
3974
3975         * time-date.el: Require cl for `declare'.
3976
3977 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3978
3979         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3980         Dave Love.
3981
3982 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * message.el (message-fix-before-sending): Add `eight-bit' to
3985         illegible-text check.
3986
3987 2009-01-03  Michael Olson  <mwolson@gnu.org>
3988
3989         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3990         `headers' is nil.  This can occur if the IMAP server does not have
3991         permissions to read messages from a folder, but can write new messages
3992         to the folder.
3993         (nnimap-request-article-part): Do not insert `data' if it is nil.
3994
3995         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3996         characters which will confuse `read', so skip past them.
3997
3998 2009-01-01  Dave Love  <fx@gnu.org>
3999
4000         * imap.el (imap-string-to-integer): Fix typo.
4001         (imap-fetch-safe): New function.
4002         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4003
4004         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4005
4006         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4007         (imap-parse-greeting): Fix doc strings.
4008         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4009         (imap-parse-flag-list): Make messages unique.
4010         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4011
4012         * nnimap.el: Fix author email.
4013         (nnimap-split-rule): Add FIXME comment.
4014         (nnimap-debug): Fix doc string.
4015
4016 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4017
4018         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4019
4020 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4023         nslookup if resolv.conf isn't available.
4024         (dns-query): Rename from query-dns.
4025         (dns-query-cached): Rename from query-dns-cached.
4026
4027 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4030         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4031         to check if those variables exist (first appeared in Emacs 18.50).
4032
4033 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * mm-util.el (mm-line-number-at-pos): New function.
4036
4037         * spam-report.el (spam-report-process-queue): Use it.
4038
4039 2008-12-24  David Engster  <dengste@eml.cc>
4040
4041         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4042         parameters that haven't existed as variables as buffer-local variables.
4043
4044 2008-12-23  Dave Love  <fx@gnu.org>
4045
4046         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4047         cadar.
4048
4049         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4050         imap-starttls-p.
4051         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4052
4053 2008-12-22  Dave Love  <fx@gnu.org>
4054
4055         * imap.el: Fix author email.  Doc fixes.
4056         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4057         reply.
4058
4059 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4060
4061         * spam-report.el (spam-report-gmane-max-requests): New constant.
4062         (spam-report-gmane-wait): New variable.
4063         (spam-report-gmane-ham, spam-report-gmane-spam)
4064         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4065         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4066         the server.
4067
4068         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4069         Add explanations.
4070
4071         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4072         nnheader-accept-process-output and nnheader-read-timeout if available.
4073         (pop3-movemail): Use it.
4074
4075         * message.el (message-check-news-body-syntax): Fix signature check if
4076         there's an attachment.
4077
4078 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * mm-util.el: Add comments to the mm- emulating functions.
4081
4082 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4085         by Stephen Berman <stephen.berman@gmx.net>.
4086
4087 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * mm-util.el (mm-substring-no-properties): New function.
4090         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4091         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4092         (mm-string-to-multibyte): Doc fix.
4093
4094         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4095
4096 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * mml.el (mml-attach-file): Strip text properties from file name.
4099         (Bug#1574)
4100
4101 2008-12-16  Glenn Morris  <rgm@gnu.org>
4102
4103         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4104
4105 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4108         knows since the charset specified might be a bogus alias that
4109         mm-charset-synonym-alist provides.
4110
4111 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4112
4113         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4114         "ISO_8859-1".
4115
4116         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4117
4118 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * mm-util.el (mm-charset-eval-alist):
4121         Define it before mm-charset-to-coding-system.
4122         (mm-charset-to-coding-system): Add optional argument `silent';
4123         define it before mm-charset-override-alist.
4124         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4125         default value if it can be used in Emacs currently running;
4126         silence mm-charset-to-coding-system.
4127
4128 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4131         `allow-override' which says whether to use `mm-charset-override-alist'.
4132         (rfc2047-decode-encoded-words): Use it.
4133
4134         * mm-util.el (mm-charset-override-alist): Fix custom type;
4135         add `(gb2312 . gbk)' to choices.
4136
4137 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4140         fast.
4141
4142         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4143
4144         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4145
4146 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4147
4148         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4149         on links.
4150
4151         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4152
4153 2008-12-03  Lute Kamstra  <lute@gnu.org>
4154
4155         * sha1.el: Remove leading * from docstrings of defcustoms,
4156         deffaces, defconsts and defuns.
4157
4158 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4161         users' addresses that don't have domain parts.
4162         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4163         rather than message-narrow-to-head since there will be the message
4164         header separator.
4165
4166 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4167
4168         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4169         since the result is inserted in a unibyte buffer anyway.
4170         (nnimap-demule-use-string-to-multibyte): Remove.
4171         (nnimap-demule): Alias it to mm-string-to-multibyte.
4172
4173 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4174
4175         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4176         variable for debugging bug#464 and bug#1174.
4177         (nnimap-demule): Use it.
4178
4179 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4182         score calculation correctly.
4183
4184 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4185
4186         * message.el (message-send-mail): Just set the buffer to unibyte
4187         rather than use mm-with-unibyte-current-buffer which does a lot more.
4188         (message-send-mail-partially): Don't bother with
4189         mm-with-unibyte-current-buffer since it's already been made unibyte by
4190         message-send-mail.
4191
4192 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4193
4194         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4195
4196 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4197
4198         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4199
4200 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4203         require itself and to remove `with-no-warnings'.
4204
4205 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4206
4207         * starttls.el (starttls-any-program-available): Get the name of the
4208         available TLS layer program.
4209         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4210         well as the host name in the "opening" message.
4211
4212         * auth-source.el (auth-source-cache, auth-source-do-cache)
4213         (auth-source-user-or-password): Cache passwords and logins by default,
4214         allow override with `auth-source-do-cache'.
4215         (auth-source-forget-user-or-password): Allow users to remove cache
4216         entries if needed.
4217
4218 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4219
4220         * md4.el (md4-buffer): Fix typo in docstring.
4221         (md4, md4-64): Doc fixes.
4222         (md4-pack-int32): Reflow docstring.
4223
4224 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4225
4226         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4227         condition-case to only the forward-sexp call.
4228
4229 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4230
4231         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4232         quotes contained.  Make it more robust regardless by an extra
4233         condition-case wrapper.
4234
4235 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4238
4239 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * nnml.el (nnml-request-expire-articles): Check if the function set to
4242         `nnmail-expiry-target' returns the symbol `delete'.
4243
4244         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4245
4246         * nnmail.el (nnmail-expiry-target): Fix custom type.
4247
4248 2008-10-02  Glenn Morris  <rgm@gnu.org>
4249
4250         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4251         Silence compiler warning.
4252
4253 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4254
4255         * tls.el (open-tls-stream): Show the actual command being
4256         executed, instead of the format string.
4257
4258 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * lpath.el: Fbind codepage-setup for Emacs 23.
4261
4262 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4263
4264         * mml.el (mml-menu): Don't assume mml2015 is bound.
4265
4266 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4267
4268         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4269         exists.
4270
4271 2008-09-27  Glenn Morris  <rgm@gnu.org>
4272
4273         * gnus-util.el (mail-header-remove-comments): Autoload it.
4274
4275 2008-09-27  Andreas Schwab  <schwab@suse.de>
4276
4277         * gnus-util.el (gnus-split-references): Strip comments.
4278         (gnus-parent-id): Likewise.
4279
4280 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * message.el (message-confirm-send): Fix version.
4283
4284 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * message.el (message-idna-to-ascii-rhs-1): Use
4287         mail-extract-address-components rather than mail-header-parse-addresses
4288         that is an alias by default to ietf-drums-parse-addresses that does not
4289         support non-ASCII names in headers' contents.
4290
4291 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * message.el (message-confirm-send): Fixed variable documentation to
4294         avoid the "y/n" wording.
4295
4296 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4297
4298         * message.el (message-set-auto-save-file-name): Save to a different
4299         filename so multiple messages (especially drafts) can be recovered.
4300
4301 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4302
4303         * message.el (message-confirm-send): Add appropriate version.
4304
4305 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4308         defvar.
4309
4310 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4311
4312         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4313         (mm-pkcs7-enveloped-magic): Ditto.
4314
4315 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4316
4317         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4318         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4319
4320 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4323         default, it's better.
4324
4325 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4326
4327         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4328         summary line gnus-number property and ignore them (with a warning
4329         message).
4330
4331 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4334         macro caddr in the interactive form since it won't be expanded.
4335
4336 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4337
4338         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4339         `charset'; fix name of function called recursively.
4340         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4341
4342 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4345         (gnus-mime-set-charset-parameters): New function.
4346         (gnus-mime-view-part-as-charset): Use it to correctly display part
4347         specifying wrong charset.
4348
4349 2008-09-08  David Engster  <dengste@eml.cc>
4350
4351         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4352         in completing-read for back end server.
4353
4354 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4355
4356         * message.el (message-confirm-send): New variable to confirm sending a
4357         message.
4358         (message-send): Use it.
4359
4360 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4363
4364 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4367
4368 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4369
4370         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4371         prevent tracking too many groups.
4372         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4373         Use it.
4374
4375 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4376
4377         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4378         moving point to the bottom of the window in order to avoid recentering.
4379
4380 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4383
4384         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4385         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4386         (gnus-article-beginning-of-window): Fix calculation.
4387
4388 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * gnus-msg.el (gnus-summary-supersede-article)
4391         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4392         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4393         message header.
4394
4395 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4396
4397         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4398         pending output coming after the status change.
4399
4400 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4401
4402         * message.el:
4403         * gnus-start.el:
4404         * gnus-registry.el: Remove VMS support.
4405
4406 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4409         macro.
4410         (rfc2104-hash): Use it.
4411
4412 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4413
4414         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4415         (gnus-summary-sort-by-most-recent-date): New commands.
4416         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4417         and menu entries.
4418
4419 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4422         don't redisplay article for raw contents; remove plural articles stuff.
4423
4424         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4425         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4426         on gnus-summary-save-article; display results properly.
4427
4428 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * lpath.el: No need to fbind ns-focus-frame.
4431
4432 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4435
4436 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4439         gnus-save-all-headers.
4440
4441 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4442
4443         * gnus-util.el (ns-focus-frame): Remove declaration.
4444         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4445         like x.
4446
4447 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4448
4449         * rfc2104.el (rfc2104-zero): Delete defconst.
4450         (rfc2104-hex-alist): Likewise.
4451         (rfc2104-hex-to-int): Delete func.
4452         (rfc2104-hexstring-to-bitstring): Likewise.
4453         (rfc2104-nybbles): New defconst.
4454         (rfc2104-hash): Rewrite for speed.
4455
4456 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * tls.el (open-tls-stream): Make it work with the 2nd argument
4459         BUFFER that is a string but does not exist as a buffer object, as
4460         mentioned in the doc-string.
4461
4462 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4465         SXEmacs.
4466
4467 2008-07-16  Glenn Morris  <rgm@gnu.org>
4468
4469         * gnus-util.el (ns-focus-frame): Declare for compiler.
4470
4471 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4474         set as a group parameter.
4475         (gnus-summary-save-in-pipe): Work when it is called independently.
4476         (gnus-summary-pipe-to-muttprint): Don't modify
4477         gnus-summary-pipe-output-default-command.
4478
4479 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * message.el (message-send-mail-with-sendmail):
4482         Display the error message.
4483
4484 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4485
4486         * gnus-art.el (gnus-default-article-saver):
4487         Add gnus-summary-save-in-pipe to choices.
4488         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4489         gnus-summary-pipe-output-default-command as the default command.
4490         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4491         instead of gnus-last-shell-command.
4492
4493         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4494         New user option.
4495         (gnus-summary-muttprint-program): Mention the value will be changed.
4496         (gnus-summary-save-article): Force showing of all headers.
4497         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4498
4499 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4500
4501         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4502
4503 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4504
4505         * nnimap.el (nnimap-id):
4506         * sieve-manage.el (sieve-manage-open): Doc fixes.
4507
4508 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4509
4510         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4511         if available.
4512
4513 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4514
4515         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4516
4517         * nnkiboze.el (nnkiboze-generate-group):
4518         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4519
4520         * nnmairix.el: Require CL.
4521
4522 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * dgnushack.el: Autoload get-display-table and put-display-table for
4525         XEmacs 21.5.
4526
4527         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4528         21.4 and SXEmacs.
4529
4530 2008-06-15  David Engster  <dengste@eml.cc>
4531
4532         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4533
4534 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4535
4536         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4537         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4538         runtime choice under XEmacs.
4539
4540         * gnus-sum.el (gnus-summary-set-display-table):
4541         Use `gnus-put-display-table', `gnus-get-display-table',
4542         `gnus-set-display-table' for the display table, instead of `aset'.
4543
4544         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4545         Use `gnus-put-display-table', `gnus-get-display-table',
4546         `gnus-set-display-table' for the display table.
4547
4548 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4549
4550         * nnmairix.el: Add autoloads.
4551
4552 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4553
4554         * nnmairix.el (nnmairix-delete-recreate-group)
4555         (nnmairix-update-and-clear-marks): Fix error messages.
4556
4557 2008-06-14  David Engster  <dengste@eml.cc>
4558
4559         * nnmairix.el: Upgrade to version 0.6.
4560         (nnmairix-group-toggle-propmarks-this-group)
4561         (nnmairix-group-toggle-readmarks-this-group)
4562         (nnmairix-group-delete-recreate-this-group)
4563         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4564         (nnmairix-remove-tick-mark-original-article): New commands.
4565         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4566         (nnmairix-propagate-marks-to-nnmairix-groups)
4567         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4568         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4569         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4570         functions needed for marks propagation and manipulation of read marks.
4571         (nnmairix-update-groups): New function.
4572         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4573         (nnmairix-determine-original-group-from-registry)
4574         (nnmairix-determine-original-group-from-path)
4575         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4576         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4577         New helper functions.
4578         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4579         keystrokes for new commands.
4580         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4581         (nnmairix-request-group): Check allow-fast group parameter.
4582         (nnmairix-request-create-group): Set allow-fast group parameter if
4583         nnmairix-allowfast-default is set.
4584         (nnmairix-close-group): Propagate marks upon closing if needed.
4585         (nnmairix-group-toggle-threads-this-group): Use new.
4586         nnmairix-group-toggle-parameter helper function.
4587         (nnmairix-search): Better check for empty search result.
4588         (nnmairix-goto-original-article): Use new helper functions for
4589         determining original article.
4590         (nnmairix-show-original-article): Make sure message-id is in brackets.
4591         (nnmairix-call-mairix-binary): Change variable name.
4592         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4593         helper function.
4594         (nnmairix-widget-toggle-activate): Fix doc string.
4595
4596 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * nnir.el: Require edmacro when compiling with XEmacs.
4599         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4600         available in Emacs 21.
4601
4602 2008-06-11  Glenn Morris  <rgm@gnu.org>
4603
4604         * gnus-util.el (x-focus-frame):
4605         * gnus.el (image-size):
4606         * mm-decode.el (image-size): Declare.
4607
4608         * gnus-picon.el (declare-function): Add compat definition.
4609         (image-size): Declare.
4610
4611         * gnus-group.el (tool-bar-map):
4612         * gnus-sum.el (tool-bar-map): Define for compiler.
4613
4614         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4615
4616         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4617
4618         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4619         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4620         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4621         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4622         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4623         * sieve-manage.el, spam-report.el, spam.el:
4624         Remove unnecessary eval-and-compile of autoloads.
4625
4626 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4627
4628         * auth-source.el: Precise Tramp doc.
4629
4630 2008-06-07  Glenn Morris  <rgm@gnu.org>
4631
4632         * nnmairix.el: Remove unnecessary eval-when-compile.
4633
4634 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * lpath.el: Fbind propertize for XEmacs 21.4.
4637
4638 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4639
4640         * nnir.el: Move here from ../contrib.
4641
4642 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4643
4644         * gnus-util.el (gnus-read-shell-command): New function.
4645         * mm-decode.el (mm-pipe-part):
4646         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4647
4648 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4649
4650         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4651
4652 2008-06-03  Glenn Morris  <rgm@gnu.org>
4653
4654         * pop3.el (nnheader-accept-process-output): Autoload it.
4655
4656 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4659         are not 2-digit hexadecimal characters that follow `%'s.
4660
4661 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * message.el (message-bogus-recipient-p): Fix type in doc string.
4664         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4665         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4666         Improve custom options.
4667         (message-bogus-recipient-p): Adjust accordingly.
4668
4669 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4670
4671         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4672         long-form month and day names.
4673
4674 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * dgnushack.el: Autoload debug, eudc-expand-inline and
4677         pgg-snarf-keys-region for XEmacs.
4678
4679         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4680
4681         * nnmairix.el: Require edmacro when compiling with XEmacs.
4682
4683 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4686         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4687
4688 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * auth-source.el: Add more docs.
4691
4692         * netrc.el (netrc-machine): Always match if the port is not given.
4693
4694 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4697         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4698         retrieval faster in some cases, but might make CPU usage larger.  If
4699         this has any bad side effects, we might revert this change.
4700
4701         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4702         seems to make mail retrieval much, much faster.
4703         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4704         unconditionally.
4705
4706         * gnus-draft.el (gnus-group-send-queue): Bind
4707         message-send-mail-partially-limit to nil to avoid being prompted.
4708
4709 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4710
4711         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4712
4713         * message.el (message-bogus-address-regexp): Fix and improve custom
4714         type.
4715         (message-setup-hook): Add message-check-recipients as custom option.
4716
4717 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4718
4719         * message.el (message-cite-function): Remove bogus autoload which crept
4720         in during merge from v5-10.
4721
4722 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4723
4724         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4725
4726         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4727
4728         * auth-source.el: Preliminary Tramp docs.
4729         (auth-sources): Change the default auth-sources to use
4730         EPA .gpg files.
4731
4732 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4733
4734         * nntp.el: Autoload `auth-source-user-or-password'.
4735         (nntp-send-authinfo): Use it.
4736
4737         * nnimap.el: Autoload `auth-source-user-or-password'.
4738         (nnimap-open-connection): Use it.
4739
4740         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4741         for the gnus-message function.
4742         (auth-source-user-or-password): Use it.
4743
4744 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4745
4746         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4747         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4748         (rfc2104-hash): Use it.
4749
4750 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4751
4752         * gnus-art.el (gnus-article-toggle-truncate-lines):
4753         Don't use `iff' in docstring.
4754
4755 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4756
4757         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4758
4759         * gnus-util.el (gnus-extract-address-component-name)
4760         (gnus-extract-address-component-email): Convenience functions around
4761         `gnus-extract-address-components'.
4762
4763         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4764         Use `gnus-extract-address-component-email' to fix bug of comparing full
4765         sender name to `user-mail-address'.
4766
4767 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4770         catch/throw to optimize.
4771         (gnus-registry-find-keywords): Just use member to find a keyword.
4772
4773 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4774
4775         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4776         is current before calling gnus-server-prepare.
4777         (gnus-server-setup-buffer, gnus-server-update-server)
4778         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4779
4780 2008-05-04  Juri Linkov  <juri@jurta.org>
4781
4782         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4783         (mailcap-file-default-commands): Use mailcap-replace-in-string
4784         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4785         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4786
4787 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4788
4789         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4790
4791 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4792
4793         * gnus.el: Bump version to 0.11.
4794
4795 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4796
4797         * gnus.el: No Gnus v0.10 is released.
4798
4799 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4802         hooks.
4803         (gnus-update-read-articles): Speed up non-marks-using users.
4804         (gnus-use-marks): Define gnus-use-marks.
4805         (gnus-propagate-marks): Rename variable to something more sensible.
4806
4807 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4808
4809         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4810         (gmm-image-load-path-for-library): Fix typos in docstrings.
4811         (gmm-message): Reflow docstring.
4812
4813 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4814
4815         * mail-source.el (mail-source-set-1, mail-source-bind):
4816         Move auth-source code out of the macro to clean it up and fix bugs.
4817
4818 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4821         by sender if it's equal to user-mail-address, it's likely to be
4822         useless.
4823
4824         * mail-source.el (mail-source-bind): Don't use user or password if they
4825         are not bound.  Unintern them if they are nil.  Don't use server unless
4826         it's bound, and default it to empty string otherwise.
4827
4828 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4829
4830         * mail-source.el: Load auth-source.el.
4831         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4832         get user name or password, if auth-sources is set up.
4833
4834         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4835         strategy of splitting with parent.
4836         (gnus-registry-split-fancy-with-parent)
4837         (gnus-registry-post-process-groups): Use it and fix prior
4838         bug (returning a list as the split result).
4839
4840         * auth-source.el (auth-sources): Remove server parameter.
4841         (auth-source-pick, auth-source-user-or-password)
4842         (auth-source-user-or-password-imap)
4843         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4844         (auth-source-user-or-password-sftp)
4845         (auth-source-user-or-password-smtp): Remove server parameter.
4846
4847 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4848
4849         * smime.el (smime-sign-region, smime-encrypt-region)
4850         (smime-decrypt-region):
4851         Remove redundant calls to `generate-new-buffer-name'.
4852
4853 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4854
4855         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4856         Don't use QP for message/rfc822.
4857         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4858
4859 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4860
4861         * sieve-manage.el (sieve-string-bytes): Remove.
4862         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4863         correct byte-length only if the process's coding-system is the same as
4864         the one used internally by Emacs to represent strings.
4865
4866 2008-04-22  Juri Linkov  <juri@jurta.org>
4867
4868         * mailcap.el (mailcap-file-default-commands): New function.
4869
4870 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4871
4872         * message.el (message-signature-separator, message-cite-function):
4873         Change custom version.
4874
4875 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4876
4877         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4878         commands.
4879         (tls-checktrust): Ditto.
4880
4881 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4882
4883         * mm-decode.el (mm-display-external): Make temp file read-only.
4884
4885 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4886
4887         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4888         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4889         `C-c C-f d'.
4890
4891 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4892
4893         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4894
4895 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4896
4897         * gnus.el: Bump version to 0.9.
4898
4899 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * gnus.el: No Gnus v0.8 is released.
4902
4903 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4904
4905         * mail-source.el (mail-source-value):
4906         Prefer fboundp to functionp so it works with macros as well.
4907
4908 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4909
4910         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4911         Fix last change in case the element is not even a symbol.
4912
4913 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4914
4915         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4916         Prefer fboundp to functionp so it works with macros as well.
4917
4918 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4919
4920         * auth-source.el: Added docs.
4921         (auth-sources): Modify format to support server.
4922         (auth-source-pick, auth-source-user-or-password)
4923         (auth-source-user-or-password-imap)
4924         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4925         (auth-source-user-or-password-sftp)
4926         (auth-source-user-or-password-smtp): Add server parameter.
4927
4928 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4929
4930         * gnus-registry.el: Initialize the registry when gnus-registry-install
4931         is t.
4932
4933 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * compface.el (uncompface): Make buffer unibyte.
4936
4937 2008-04-05  Glenn Morris  <rgm@gnu.org>
4938
4939         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4940
4941 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4942
4943         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4944         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4945
4946         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4947         multibyteness after rather than before erasing it.
4948
4949         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4950         mm-with-multibyte.
4951         (gnus-request-article-this-buffer): Make sure the proper decoding is
4952         used if gnus-original-article-buffer happens to be unibyte.
4953
4954         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4955         default-enable-multibyte-characters.
4956
4957         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4958         default-enable-multibyte-characters.
4959
4960         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4961
4962         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4963
4964 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4965
4966         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4967         (imap-message-copyuid-1): Use it.
4968         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4969         J. Williams in
4970         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4971
4972         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4973         imap-enable-exchange-bug-workaround.
4974         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4975
4976 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4977
4978         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4979         a 100 byte status-checks into a 2-3MB transfer for each group.
4980         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4981         to enable bug workaround or not.
4982         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4983
4984 2008-03-31  Glenn Morris  <rgm@gnu.org>
4985
4986         * message.el (mml2015-use): Declare for compiler.
4987         (message-info): Require mml2015 when appropriate.
4988
4989 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4992         whitespace.
4993
4994 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4995
4996         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4997         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4998         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4999         (nntp-service-to-port): New function.
5000         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5001         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5002         (nntp-open-netcat-stream): New function.
5003         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5004
5005 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5006
5007         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5008
5009 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5010
5011         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5012
5013 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5014
5015         * dns.el (dns-write): Use set-buffer-multibyte.
5016
5017 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5018
5019         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5020
5021 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5022
5023         * message.el (message-signature-separator): Change default.
5024         Improve custom type.
5025         (message-cite-function): Change default to
5026         message-cite-original-without-signature.
5027
5028         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5029         toggle.
5030
5031         * message.el (message-check-news-body-syntax): Fix signature check.
5032         (message-setup-1): Mark buffer as unmodified _after_ running
5033         message-setup-hook and handling message-alternative-emails.
5034         (message-shorten-references): Be more strict when building list of
5035         valid references to comply with GNKSA.
5036
5037         * gnus-group.el (gnus-read-ephemeral-bug-group)
5038         (gnus-read-ephemeral-debian-bug-group)
5039         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5040
5041         * message.el (message-info): Don't use booleanp which isn't supported
5042         in Emacs 21 and XEmacs.
5043
5044 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5045
5046         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5047         gnus-group-gmane-group-download-format.
5048         (gnus-group-read-ephemeral-gmane-group): Rename from
5049         gnus-group-read-ephemeral-gmane-group.
5050         (gnus-read-ephemeral-gmane-group-url): Rename from
5051         gnus-group-read-ephemeral-gmane-group-url.
5052         (gnus-bug-group-download-format-alist): New variable.
5053         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5054         (gnus-read-ephemeral-emacs-bug-group): New commands.
5055
5056 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5059         (gnus-visible-headers): Improve custom type.
5060
5061 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5062
5063         * mml.el (mml-menu): Add workarounds for XEmacs.
5064
5065         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5066         X-Boundary header.
5067
5068         * message.el (message-simplify-recipients): Fix previous commit.
5069
5070 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5071
5072         * mm-util.el (mm-set-buffer-multibyte): New function.
5073         * mm-decode.el (mm-copy-to-buffer): Use it.
5074
5075 2008-03-19  Glenn Morris  <rgm@gnu.org>
5076
5077         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5078         Accidentally removed in the sync process with Emacs.
5079
5080 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * message.el (message-alter-recipients-discard-bogus-full-name):
5083         New function.
5084         (message-alter-recipients-function): New variable.
5085         (message-get-reply-headers): Use it.
5086         (message-replace-header): New helper function.
5087         (message-recipients-without-full-name): New variable.
5088         (message-simplify-recipients): New command.
5089
5090         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5091
5092         * message.el (message-info): Handle EasyPG manual.
5093
5094         * mml.el (mml-menu): Add entry for EasyPG.
5095
5096 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5097
5098         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5099         parameter.
5100
5101         * message.el (message-disassociate-draft): Specify drafts group name
5102         fully.
5103
5104 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5105
5106         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5107         unnecessary duplicates from the match list.
5108
5109 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5112
5113         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5114
5115         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5116         args of `how-many' of which the XEmacs version doesn't take; declare
5117         Info-index-next as function.
5118
5119 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * gnus-score.el (gnus-score-headers): Fix handling of
5122         gnus-inhibit-slow-scoring.
5123
5124         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5125         string.
5126         (gnus-button-url-regexp): Improve handling of parenthesis.
5127         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5128         (gnus-button-handle-info-keystrokes): Handle index entries.
5129
5130 2008-03-15  Glenn Morris  <rgm@gnu.org>
5131
5132         * parse-time.el (parse-time-string): Simplify.
5133
5134 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5137         Incoming* files.
5138
5139 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5140
5141         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5142         (auth-source-pick): Use it.
5143
5144 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5145
5146         * binhex.el (binhex-decode-region-internal):
5147         * uudecode.el (uudecode-decode-region-internal):
5148         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5149         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5150         setting default-enable-multibyte-characters.
5151
5152 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5153
5154         * auth-source.el (auth-source-protocols)
5155         (auth-source-protocols-customize, auth-source-choices): Added and
5156         modified variable customizations and defaults.
5157         (auth-source-pick, auth-source-user-or-password)
5158         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5159         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5160         (auth-source-user-or-password-sftp)
5161         (auth-source-user-or-password-smtp): Use new variables and provide an
5162         interface to netrc.el.
5163
5164 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5167         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5168         Make sure the nntp port to specify is a string.
5169
5170 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5171
5172         * nntp.el: Use with-current-buffer.
5173         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5174         dubious mm-with-unibyte-current-buffer.
5175         (nntp-with-open-group-function): New function extracted from
5176         nntp-with-open-group macro.
5177         (nntp-with-open-group): Use the function, so it's easier to debug.
5178         Add indentation and debugging info.
5179         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5180         the use of the netcat alternatives.
5181
5182         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5183         Avoid mm-string-as-multibyte as well.
5184
5185         * nnweb.el (nnweb-insert-html):
5186         Remove use of nnheader-string-as-multibyte.
5187
5188         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5189         (nnheader-string-as-multibyte): Remove.
5190
5191         * mm-view.el: Use inhibit-read-only.
5192         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5193         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5194         or unibyte-string.
5195
5196         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5197         (mm-uu-yenc-extract): Use with-current-buffer.
5198
5199         * gnus-soup.el (gnus-soup-send-packet): Don't use
5200         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5201
5202         * nnmh.el: Use with-current-buffer.
5203         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5204         mm-string-as-multibyte on the output of mm-encode-coding-string.
5205
5206         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5207         (nnimap-request-move-article): Use with-current-buffer.
5208
5209         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5210         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5211         conversion uses string-make-unibyte rather than string-as-unibyte.
5212
5213         * gnus-msg.el: Use with-current-buffer.
5214
5215         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5216
5217 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5218
5219         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5220         string for caching if it is 'PIN.
5221
5222 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * lpath.el: Consider the case without Emacs/W3.
5225
5226 2008-03-08  Glenn Morris  <rgm@gnu.org>
5227
5228         * time-date.el (date-to-time, time-subtract, time-add)
5229         (safe-date-to-time): Doc fixes.
5230
5231 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * mail-source.el (mail-source-delete-old-incoming-confirm):
5234         Change default to nil.
5235         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5236
5237 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * lpath.el: Rearrange.
5240
5241         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5242         (gnus-article-goto-prev-page): Work for articles having ^L's.
5243
5244         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5245
5246         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5247
5248 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5249
5250         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5251         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5252         (gnus-bookmark-jump): Adjust some variable names.
5253
5254 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5255
5256         * auth-source.el: New package.
5257         (auth-source-choices): Add customization entry point variable.
5258
5259         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5260         bug.
5261
5262 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5263
5264         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5265         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5266         (gnus-registry-install-shortcuts): Rename from
5267         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5268         the `gnus-registry-mark-map' keymap dynamically from
5269         `gnus-registry-marks'.  The generated functions update the summary line
5270         when a registry mark is added or deleted, and will call
5271         `gnus-registry-install-p' (see the comments in the code).
5272         (gnus-registry-user-format-function-M): Use concat intelligently.
5273
5274         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5275         the registry mark functions.
5276
5277 2008-03-05  Glenn Morris  <rgm@gnu.org>
5278
5279         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5280         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5281         gnus-art.
5282         (top-level): No need to load own source when compiling.
5283
5284 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5287         Suggested by <chris.anderton@zetnet.co.uk>.
5288
5289 2008-03-04  Glenn Morris  <rgm@gnu.org>
5290
5291         * gnus-sum.el (top-level): No need to require gnus when compiling,
5292         since unconditionally required near start of file.
5293         (gnus-summary-display-while-building): Move definition before use.
5294
5295 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5296
5297         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5298         formatting function.
5299
5300 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5301
5302         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5303         with plists.
5304         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5305         Use new format.
5306
5307 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5310         `where-is-internal' that returns a range of key sequences.
5311
5312 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5313
5314         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5315
5316         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5317         (gnus-summary-jump-to-group): Consider windows on other displayed
5318         frames as well.  Similar changes might be needed elsewhere, but that's
5319         the one I've bumped into during my use.
5320
5321         * nndoc.el (nndoc-oe-dbx-type-p):
5322         * gnus-msg.el (gnus-debug):
5323         * gnus-group.el (gnus-update-group-mark-positions):
5324         Use mm-string-to-multibyte.
5325
5326 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5327
5328         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5329         doesn't handle NotDashEscaped.
5330
5331         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5332         (mml-dnd-attach-options): Fix typo in custom choice.
5333
5334         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5335         nndoc-article-type to mbox.
5336         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5337
5338         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5339         to nil, instead of html2text.
5340
5341         * imap.el (imap-debug): Add `imap-ping-server'.
5342
5343         * gnus-bookmark.el: Add FIXMEs.
5344
5345         * message.el (message-form-letter-separator)
5346         (message-send-form-letter-delay): New variables.
5347         (message-send-form-letter): Use them.  New command to send form
5348         letters.  Requested by Uwe Siart.
5349         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5350
5351 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * Update copyright years.
5354
5355 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5356
5357         Sync from EMACS_22_BASE.
5358
5359         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5360
5361 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5362
5363         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5364         empty author.
5365
5366 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * gnus-registry.el (gnus-registry-marks): Add variable for
5369         customization of marks and their appearance.
5370         (gnus-registry-read-mark): Use it.
5371         (gnus-registry-do-marks): Add utility function to loop through
5372         `gnus-registry-marks'.
5373         (gnus-registry-install-shortcuts-and-menus): Add function to install
5374         shortcuts and menus.
5375         (gnus-registry-initialize): Use it.
5376         (gnus-registry-default-mark): Clarify documentation.
5377
5378 2008-02-29  Glenn Morris  <rgm@gnu.org>
5379
5380         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5381         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5382         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5383         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5384         Change defcustom :version from 23.0 to 23.1.
5385
5386 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5387
5388         * gnus-registry.el (gnus-registry-follow-group-p)
5389         (gnus-registry-post-process-groups): Add functions to aid registry
5390         splitting and improve logging.  Clarify behavior in function
5391         documentation.
5392         (gnus-registry-split-fancy-with-parent): Use them.
5393
5394 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5395
5396         * gnus-art.el: Use with-current-buffer.
5397
5398 2008-02-27  David Engster  <dengste@eml.cc>
5399
5400         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5401         Express real group name in the response.
5402
5403 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5406         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5407         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5408         autoload gnus-registry-fetch-group when compiling.
5409         (nnmairix-request-group-with-article-number-correction): Remove
5410         unreferenced argument passed to nnmairix-call-backend.
5411
5412 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5413
5414         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5415         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5416         Wilde.
5417
5418 2008-02-27  Glenn Morris  <rgm@gnu.org>
5419
5420         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5421         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5422         variables to defconsts.  Convert comments to doc-strings.
5423         (nnmairix-last-server, nnmairix-current-server): Convert from free
5424         variables to defvars.  Convert comments to doc-strings.
5425         (gnus-registry-fetch-group): Autoload.
5426         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5427         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5428         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5429         caddr.
5430         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5431         nnmairix-request-group-with-article-number-correction call.
5432         (nnmairix-fast, nnmairix-group): New, less general names, for free
5433         variables passed from nnmairix-request-group to
5434         nnmairix-request-group-with-article-number-correction.  Declare.
5435         (nnmairix-request-group-with-article-number-correction):
5436         Use nnmairix-fast, nnmairix-group rather than fast, group.
5437
5438 2008-02-26  David Engster  <dengste@eml.cc>
5439
5440         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5441         version 0.5.
5442
5443 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5444
5445         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5446         instead of making an extra function call.  Don't add the current group
5447         to articles only when they have the group.  Use
5448         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5449         Reported by David <de_bb@arcor.de>.
5450
5451 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5454         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5455
5456 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * mail-source.el (mail-source-delete-incoming): Change default.
5459         Supplement doc string.
5460
5461         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5462
5463 2008-02-14  Glenn Morris  <rgm@gnu.org>
5464
5465         * time-date.el (format-seconds): New function.
5466
5467 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5468
5469         * nnmail.el (nnmail-message-id-cache-file): Derive from
5470         `gnus-home-directory'.
5471
5472 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5473
5474         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5475         Document negative prefix.
5476
5477         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5478
5479 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5480
5481         * message.el (message-unsent-separator): Add the Exim bounce
5482         separator.
5483
5484 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5485
5486         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5487         list.
5488         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5489         recipient/signer list.
5490
5491 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * Makefile.in (datarootdir): Define.
5494         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5495         name that might contain whitespace.
5496
5497 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5498
5499         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5500         fbound (Emacs 23 unicode), signal an error.
5501
5502 2008-02-08  Glenn Morris  <rgm@gnu.org>
5503
5504         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5505
5506 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5507
5508         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5509         ports to the calls to `netrc-machine-user-or-password' in addition to
5510         "imap" and "imaps".
5511
5512 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5513
5514         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5515
5516         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5517
5518 2008-02-01  Kenichi Handa  <handa@m17n.org>
5519
5520         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5521         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5522         (rfc2104-hash): Convert the result of concat to unibyte string.
5523
5524 2008-02-01  Dave Love  <fx@gnu.org>
5525
5526         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5527         coding-system-for-read.
5528         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5529
5530 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5531
5532         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5533         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5534         <hanche@math.ntnu.no>.
5535
5536 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5539
5540         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5541
5542 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5543
5544         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5545         * message.el (message-beginning-of-line): Use featurep instead of bound
5546         tests in order to resolve conditionals at compile time.
5547
5548 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5549
5550         * mail-source.el (mail-sources): Add `group' choice.
5551
5552         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5553         parameter `in-group' to control into which group the articles go.
5554         Add treatment of `group' mail-source.
5555
5556 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5559
5560         * mm-decode.el (mm-dissect-buffer): Decode description.
5561
5562         * mml.el (mml-to-mime): Encode message header first.
5563
5564 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5565
5566         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5567         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5568
5569         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5570         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5571
5572 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5573
5574         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5575
5576 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5579         prefix keys.
5580         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5581         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5582         gnus-xmas.el.
5583
5584         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5585         (gnus-xmas-article-describe-bindings): New function.
5586         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5587         gnus-xmas-article-describe-bindings.
5588
5589         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5590
5591 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5594         Add new variables for article mark management.
5595         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5596         list of extra data entries which, when present, will indicate that the
5597         article ID should not be trimmed from the registry.
5598         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5599         functions.
5600         (gnus-registry-read-mark): New function to read a mark name from the
5601         user.
5602         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5603         (gnus-registry-set-article-mark-internal): New functions to add and
5604         remove marks.
5605         (gnus-registry-get-article-marks): New function to show the marks for
5606         an article, or retrieve them for further use.
5607
5608 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5611         keys when no argument is given.
5612
5613 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * imap.el (imap-ping-server): New variable.
5616         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5617         (imap-ping-server): Minor doc string fixes.
5618
5619 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5620
5621         * imap.el (imap-ping-server): New function.
5622         (imap-opened): Call imap-ping-server.
5623
5624 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * gnus-sum.el (gnus-article-sort-by-random)
5627         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5628         jidanni@jidanni.org.
5629
5630 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-art.el (gnus-article-describe-bindings): New function.
5633         (gnus-article-read-summary-keys): Use it.
5634         (gnus-article-mode-map): Bind `C-h b' to it.
5635
5636 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5639         XEmacs.
5640         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5641         against non-character events.
5642
5643         * lpath.el: Fbind map-keymap for Emacs 21.
5644
5645 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5648         command.
5649         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5650         instead of END.  Change name of the temp file.
5651         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5652         customizable.
5653
5654 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5657         bind `S W' to gnus-article-wide-reply-with-original; set default
5658         binding to gnus-article-read-summary-send-keys.
5659         (gnus-article-read-summary-keys): Fix the order of keys; display
5660         continuation keys correctly in the echo area; describe bindings
5661         correctly when keys end with `C-h'.
5662         (gnus-article-read-summary-send-keys): New function.
5663         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5664         for gnus-article-read-summary-send-keys; display continuation keys
5665         correctly in the echo area.
5666         (gnus-article-reply-with-original): Ignore prefix argument.
5667         (gnus-article-wide-reply-with-original): New function.
5668
5669         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5670         Emacs 21.
5671
5672 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5675         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5676
5677 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5680         (gnus-group-read-ephemeral-gmane-group): New command.
5681
5682 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5683
5684         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5685
5686 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * message.el (message-send-mail-function): Increase custom version.
5689
5690         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5691         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5692
5693 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5694
5695         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5696         for the cases where imap-authenticate is called with a nil buffer
5697         parameter.
5698
5699 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5702         html parts correctly; support forwarded messages.
5703         (gnus-article-browse-html-article): Remove work buffers.
5704
5705         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5706         compiling.
5707         (netrc-bound-and-true-p): New macro.
5708         (netrc-parse): Use it instead of bound-and-true-p that is not available
5709         in XEmacs 21.4.
5710
5711 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5712
5713         * gnus-registry.el (gnus-registry-mark-article)
5714         (gnus-registry-article-marks): Add functionality to mark articles
5715         through the Gnus registry.
5716
5717         * encrypt.el: Clarify documentation for the new pgg method.
5718         (encrypt-file-alist): Add PGG option.
5719         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5720         functionality.  Abstract password key and messaging to external
5721         functions.
5722         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5723         (encrypt-message-method-and-cipher): Add new convenience external
5724         functions.
5725         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5726         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5727
5728         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5729         (netrc-parse): Use encrypt-file-alist to determine if
5730         encrypt-find-model or encrypt-insert-file-contents should be used.
5731
5732         * encrypt.el: Clarify documentation.  Load password-cache or
5733         password, whichever one is found first, instead of autoloading.
5734
5735 2007-12-19  Glenn Morris  <rgm@gnu.org>
5736
5737         * mml.el (message-options-set, message-narrow-to-head)
5738         (message-in-body-p, message-mail-p, message-encode-message-body):
5739         Autoload.
5740         (message-remove-header, message-narrow-to-headers-or-head)
5741         (message-subscribed-p, message-make-mail-followup-to)
5742         (message-position-on-field, message-news-p)
5743         (message-options-set-recipient, message-generate-headers)
5744         (message-sort-headers): Declare as functions.
5745
5746 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5747
5748         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5749         convention in doc string.
5750
5751 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5754         title to html parts.
5755         (gnus-article-browse-html-article): Pass message header to it.
5756
5757         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5758
5759 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5760
5761         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5762         or password compatible with XEmacs.
5763
5764 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5767         format document.
5768         (gnus-mime-delete-part): Don't write description line if empty.
5769         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5770
5771 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5772
5773         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5774         (gnus-summary-mark-read-and-unread-as-read)
5775         (gnus-summary-mark-current-read-and-unread-as-read)
5776         (gnus-summary-mark-unread-as-ticked): Doc fix.
5777         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5778
5779 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5782         Christoph Conrad <christoph.conrad@gmx.de>.
5783
5784 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5785
5786         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5787         yes-or-no-p.
5788
5789 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * mm-decode.el (mm-add-meta-html-tag): New function.
5792         (mm-save-part-to-file, mm-pipe-part): Use it.
5793
5794         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5795         gnus-y-or-n-p instead of y-or-n-p.
5796         (gnus-article-browse-html-parts): Work with message/external-body; use
5797         mm-add-meta-html-tag.
5798
5799 2007-12-11  Glenn Morris  <rgm@gnu.org>
5800
5801         * gnus-cache.el: Require gnus-sum not just when compiling.
5802
5803         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5804
5805         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5806         definitions before use.
5807
5808         * mm-decode.el: Require gnus-util.
5809         (mm-remove-part): Only call delete-annotation on XEmacs.
5810
5811         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5812
5813         * nnmail.el: Require gnus-int.
5814
5815         * spam.el: Move `require's before `eval-when-compile's.
5816
5817         * gnus-ems.el (gnus-alive-p):
5818         * gnus-fun.el (message-goto-eoh):
5819         * gnus-util.el (gnus-group-name-decode):
5820         * mail-source.el (gnus-compress-sequence):
5821         * message.el (Info-goto-node, format-spec):
5822         * mm-bodies.el (message-options-get):
5823         * mm-decode.el (mm-view-pkcs7):
5824         * mm-util.el (gmm-write-region):
5825         * mml-smime.el (mml-compute-boundary)
5826         (gnus-completing-read-with-default):
5827         * mml.el (widget-button-press, gnus-make-hashtable):
5828         * mml1991.el (mm-decode-content-transfer-encoding)
5829         (mm-encode-content-transfer-encoding)
5830         (message-options-get, message-options-set):
5831         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5832         * nnfolder.el (gnus-request-group):
5833         * nnheader.el (ietf-drums-unfold-fws):
5834         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5835         * smime.el (gnus-run-mode-hooks):
5836         * spam-stat.el (gnus-message): Autoload.
5837
5838         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5839         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5840         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5841         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5842         Add declare-function compatibility definition.
5843
5844         * gnus-cache.el (nnvirtual-find-group-art):
5845         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5846         (gnus-add-image, gnus-add-wash-type):
5847         * gnus-group.el (nnkiboze-score-file):
5848         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5849         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5850         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5851         (message-tokenize-header, gnus-get-buffer-create)
5852         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5853         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5854         * gnus.el (gnus-group-decoded-name):
5855         * mail-source.el (imap-capability):
5856         * mm-bodies.el (message-options-set):
5857         * mm-decode.el (gnus-configure-windows):
5858         * mm-extern.el (message-goto-body):
5859         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5860         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5861         (epg-sub-key-validity, message-options-set):
5862         * mml.el (widget-event-point, gnus-configure-windows):
5863         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5864         * mml2015.el (epg-check-configuration, epg-configuration)
5865         (message-options-set):
5866         * nndb.el (nndb-request-article):
5867         * nnfolder.el (gnus-request-create-group):
5868         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5869         * nnmaildir.el (gnus-group-mark-article-read):
5870         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5871         * rfc1843.el (message-fetch-field):
5872         * spam.el (gnus-extract-address-components):
5873         Declare as functions.
5874
5875 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5878
5879         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5880
5881         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5882         bind show-trailing-whitespace for XEmacs.
5883
5884 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5887         new no-op macro for backward compatibility.
5888
5889         * imap.el (imap-string-to-integer): New function.
5890
5891 2007-12-09  Glenn Morris  <rgm@gnu.org>
5892
5893         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5894
5895         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5896         * message.el, mm-view.el, sieve-manage.el, smime.el:
5897         Add declare-function compatibility definition.
5898
5899         * gnus-art.el (w3-region, w3m-region, Info-menu):
5900         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5901         * gnus-sum.el (gnus-get-predicate):
5902         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5903         * message.el (mail-abbrev-in-expansion-header-p):
5904         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5905         (w3m-detect-meta-charset, w3m-region):
5906         * sieve-manage.el (password-read, password-cache-add)
5907         (password-cache-remove):
5908         * smime.el (password-read-and-add): Declare as functions.
5909
5910 2007-12-08  David Kastrup  <dak@gnu.org>
5911
5912         * gnus-sum.el (gnus-summary-simplify-subject-query):
5913         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5914         `message'.
5915
5916 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5919         it to bind idna-program, installation-directory, defined-colors, and
5920         face-attribute for XEmacs of the version that compiles defcustom forms.
5921
5922 2007-12-07  Glenn Morris  <rgm@gnu.org>
5923
5924         * gnus-art.el (article-make-date-line): Revert previous change.
5925
5926 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5927
5928         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5929
5930 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5931
5932         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5933         Call gnus-add-to-range ranges only once with a prepared article-list.
5934
5935 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5936
5937         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5938         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5939         group names with backslashes.  Reported by Tassilo Horn
5940         <tassilo@member.fsf.org>.
5941
5942 2007-12-06  Deepak Goel  <deego3@gmail.com>
5943
5944         * gnus-art.el (article-make-date-line):
5945         * gnus-start.el (gnus-load):
5946         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5947
5948 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-art.el (gnus-use-idna)
5951         * gnus-start.el (gnus-site-init-file)
5952         * message.el (message-use-idna)
5953         * mm-uu.el (mm-uu-hide-markers)
5954         * smiley.el (smiley-style): Revert changes that suppress warnings.
5955
5956 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5959         specify charset to html source.  Reported by Christoph Conrad
5960         <christoph.conrad@gmx.de>.
5961
5962 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5965         idna-program in order to suppress byte compile warning issued by XEmacs
5966         that came to byte compile the default value section of defcustom forms
5967         recently.
5968
5969         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5970         value of installation-directory.
5971
5972         * message.el (message-use-idna): Don't directly refer to the value of
5973         idna-program.
5974
5975         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5976
5977         * smiley.el (smiley-style): Don't directly call face-attribute.
5978
5979 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5982
5983         * gnus-dired.el: Reduce Gnus dependencies.
5984         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5985         require.  Use autoloads instead.
5986         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5987         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5988         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5989         (gnus-dired-mode): Adjust doc string.
5990         (gnus-dired-mail-mode): New variable.
5991         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5992         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5993         (gnus-dired-mail-buffers): New function.  Return mail or message
5994         composition buffers.
5995         (gnus-dired-attach): Use it.
5996         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5997         NO-DECODE.
5998         (gnus-dired-print): Use `gnus-print-buffer' depending on
5999         `gnus-dired-mail-mode'.
6000
6001 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6002
6003         * rfc2047.el (rfc2047-encoded-word-regexp)
6004         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6005         explaining what regexp patterns are for.
6006
6007 2007-12-04  Glenn Morris  <rgm@gnu.org>
6008
6009         * password.el: Move to password-cache.el.
6010
6011         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6012         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6013         * mml-smime.el (password-read, password-cache-add)
6014         (password-cache-remove):
6015         No need to autoload, since mml-sec requires password.
6016
6017         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6018         * message.el (gnus-extract-address-components):
6019         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6020
6021         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6022         password.
6023
6024 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6025
6026         * mailcap.el: Reduce dependencies.
6027         (mail-header-parse-content-type): Autoload.
6028         (mailcap-delete-duplicates): New alias.
6029         (mailcap-mime-info): Add optional argument NO-DECODE.
6030         (mailcap-mime-types): Use mailcap-delete-duplicates.
6031
6032         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6033
6034 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6035
6036         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6037         (imap-parse-status): Upcase status-att for servers that sends them
6038         lower-case (e.g., MS Exchange 2007).
6039
6040 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041
6042         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6043         function.
6044
6045         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6046         (gnus-uu-yenc-article): New function.
6047
6048         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6049
6050         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6051         buffer.
6052
6053 2007-12-02  Glenn Morris  <rgm@gnu.org>
6054
6055         * binhex.el (binhex): New custom group.
6056         (binhex-decoder-program, binhex-decoder-switches)
6057         (binhex-use-external): Move to the binhex custom group.
6058
6059         * uudecode.el (uudecode): New custom group.
6060         (uudecode-decoder-program, uudecode-decoder-switches)
6061         (uudecode-use-external): Move to the uudecode custom group.
6062
6063         * netrc.el (top-level): Don't load `encrypt' features.
6064         (netrc-parse): Don't use encrypt.
6065         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6066
6067         * encrypt.el: Remove file.
6068
6069 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6072         matches on patches.
6073
6074         * gnus-art.el (gnus-article-browse-html-article): Mention
6075         `mm-text-html-renderer' in the doc string.
6076
6077         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6078         string.  Add comments.
6079
6080         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6081         if rhs is ASCII.
6082
6083 2007-12-01  Glenn Morris  <rgm@gnu.org>
6084
6085         * mail-source.el (top-level): Require format-spec before
6086         eval-when-compile.
6087
6088 2007-11-30  Glenn Morris  <rgm@gnu.org>
6089
6090         * encrypt.el: Require password, rather than autoloading password-read.
6091
6092 2007-11-29  Glenn Morris  <rgm@gnu.org>
6093
6094         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6095         (sasl-make-client, sasl-next-step, sasl-step-data)
6096         (sasl-step-set-data): Declare as functions.
6097
6098 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6101
6102 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6103
6104         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6105         certs should be verified and what is to be done in the event of a
6106         verification failure.
6107
6108         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6109         caller can indicate whether the cache should be disregarded for this
6110         call.  This way the result of the call is reproducible at all times and
6111         can be considered a canonical server name for the supplied method.
6112         (gnus-agent-method-p): Canonicalize server names by pushing their
6113         method through `gnus-method-to-server' using the no-cache argument.
6114
6115         * gnus-srvr.el (gnus-server-insert-server-line): Call
6116         `gnus-method-to-server' with `no-cache' argument.
6117
6118         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6119         gnus-agent-possibly-synchronize-flags as this should be called when the
6120         server is actually being opened.
6121         (gnus-agent-possibly-synchronize-flags)
6122         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6123         flags file of an agentized server to the latter function.
6124
6125         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6126         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6127         after a connection has been established successfully.
6128
6129 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * gnus-art.el (article-display-face): Force to display face if called
6132         interactively; check if gnus-article-x-face-too-ugly matches author.
6133         (article-display-x-face): Display face even if From header is missing
6134         as article-display-face does.
6135
6136 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6137
6138         * hashcash.el (message-narrow-to-headers-or-head)
6139         (message-fetch-field, message-goto-eoh)
6140         (message-narrow-to-headers): Declare as functions.
6141
6142 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6143
6144         * mail-source.el (mail-sources): Default to fetch from file for
6145         compatibility with default of nnmail-spool-file.
6146
6147 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6150         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6151         to look for encoded word that should be encoded again.
6152         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6153         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6154         encoding pattern.
6155         (rfc2047-decode-region): Switch strict regexp and loose one according
6156         to rfc2047-allow-irregular-q-encoded-words.
6157
6158 2007-11-25  Romain Francoise  <romain@orebokech.com>
6159
6160         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6161
6162 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6163
6164         * tls.el (tls-program): Provide more custom choices from
6165         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6166         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6167
6168 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6171         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6172
6173         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6174         `nnmail-spool-file'.
6175
6176         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6177         `nnmail-spool-file'.
6178
6179         * gnus-move.el (gnus-change-server): Ditto.
6180
6181         * gnus-kill.el (gnus-batch-score): Ditto.
6182
6183         * gnus-cache.el (gnus-jog-cache): Ditto.
6184
6185         * gnus-msg.el (gnus-summary-reply):
6186         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6187
6188 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6191         version.  Minor improvement to doc strings.
6192         (tls-program): Add comment.
6193
6194 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6195
6196         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6197         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6198         mismatch between the hostname provided in the certificate and the name
6199         of the host connnecting to.
6200         (open-tls-stream): Use them.  Check certificates against trusted root
6201         certificates.
6202
6203 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * gnus-cache.el (gnus-cache-generate-nov-databases):
6206         Use nnml-generate-nov-databases-directory instead of
6207         nnml-generate-nov-databases-1.
6208
6209 2007-11-24  Glenn Morris  <rgm@gnu.org>
6210
6211         * message.el (message-tool-bar-retro): Update for rename
6212         mail_send.xpm->mail-send.xpm.
6213
6214 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6217         `smime-ldap-search' for Emacs 22 and up.
6218
6219 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6220
6221         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6222
6223         * message.el (message-send-mail-function): Fix error convention.
6224         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6225         (message-widen-reply, message-send-mail, message-talkative-question)
6226         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6227         (message-clone-locals, message-send-news): Use with-current-buffer.
6228         (message-insert-or-toggle-importance): Remove unused var `valid'.
6229         (message-make-references): Remove unused var `new-references'.
6230         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6231
6232 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6233
6234         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6235         (spam-split-symbolic-return-positive): Reflow docstring.
6236         (spam-backends, spam-summary-exit-behavior)
6237         (spam-mark-ham-unread-before-move-from-spam-group)
6238         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6239         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6240         (spam-clear-cache, spam-backend-check, spam-install-backend)
6241         (spam-install-statistical-backend, spam-list-of-processors)
6242         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6243         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6244         (spam-check-crm114, spam-initialize, spam-unload-hook):
6245         Fix typos in docstrings.
6246
6247 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6250         been checked if they have never been read and those group levels are
6251         higher than the one that a user specified.
6252
6253 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6256         foreign groups unless a group level is specified by a user.
6257         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6258
6259 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * message.el (message-send-mail-function): Require sendmail.
6262
6263 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6264
6265         * message.el (message-send-mail-function): Check for smtpmail too.
6266
6267         * utf7.el (utf7-encode, utf7-decode): Use coding system
6268         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6269
6270         * message.el (message-send-mail-function): New function.
6271         (message-send-mail-function): Set default using
6272         message-send-mail-function.  Adjust doc string.
6273         (message-send-mail-with-mailclient): New function.
6274
6275 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6276
6277         * smime.el (from):
6278         * rfc2047.el (message-posting-charset):
6279         * qp.el (mm-use-ultra-safe-encoding):
6280         * pop3.el (parse-time-months):
6281         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6282         * nnml.el (files):
6283         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6284         (jka-compr-compression-info-list, ange-ftp-path-format)
6285         (efs-path-regexp):
6286         * nndiary.el (files):
6287         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6288         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6289         (epg-digest-algorithm-alist, inhibit-redisplay)
6290         (password-cache-expiry):
6291         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6292         (pgg-output-buffer, password-cache-expiry):
6293         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6294         (efs-path-regexp):
6295         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6296         (inhibit-redisplay):
6297         * mm-uu.el (file-name, start-point, end-point, entry)
6298         (gnus-newsgroup-name, gnus-newsgroup-charset):
6299         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6300         (latin-unity-ucs-list):
6301         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6302         (mm-uu-binhex-decode-function):
6303         * message.el (gnus-message-group-art, gnus-list-identifiers)
6304         (rmail-enable-mime-composing, gnus-local-organization)
6305         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6306         (gnus-read-active-file, facemenu-add-face-function)
6307         (facemenu-remove-face-function, gnus-article-decoded-p)
6308         (tool-bar-mode):
6309         * mail-source.el (display-time-mail-function):
6310         * gnus-util.el (nnmail-pathname-coding-system)
6311         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6312         (gnus-original-article-buffer, gnus-user-agent)
6313         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6314         (xemacs-codename, sxemacs-codename, emacs-program-version):
6315         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6316         * gnus-start.el (gnus-agent-covered-methods)
6317         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6318         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6319         (gnus-newsgroup-headers, gnus-group-list-mode)
6320         (gnus-group-mark-positions, gnus-newsgroup-data)
6321         (gnus-newsgroup-unreads, nnoo-state-alist)
6322         (gnus-current-select-method, mail-sources)
6323         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6324         (nnmail-spool-file, gnus-cache-active-hashtb):
6325         * gnus-mh.el (mh-lib-progs):
6326         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6327         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6328         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6329         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6330         (gnus-group-buffer):
6331         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6332         (font-lock-set-defaults):
6333         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6334         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6335         (gnus-summary-post-menu, total-parts, type, condition, length):
6336         * gnus-agent.el (gnus-agent-read-agentview):
6337         * flow-fill.el (show-trailing-whitespace):
6338         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6339         eval-and-compile wrappers for byte compiler pacifiers.
6340
6341         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6342         (mm-display-inline-fontify): Check for featurep 'xemacs not
6343         extent-list.
6344
6345         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6346         itimer-list.
6347         (mm-create-image-xemacs): Only do something for XEmacs.
6348         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6349
6350         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6351
6352         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6353         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6354
6355 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6356
6357         * nnimap.el (nnimap-split-download-body):
6358         * gnus-demon.el (gnus-demon):
6359         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6360
6361 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6364         macros.
6365         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6366         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6367         copy data from unibyte buffer to multibyte current buffer.
6368         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6369         to copy data from unibyte current buffer to multibyte buffer.
6370         (nntp-make-process-buffer): Make process buffer unibyte.
6371
6372         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6373
6374 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6375
6376         * pop3.el (pop3-open-server): Accept and process data more robustly at
6377         connexion start to avoid spurious "POP SSL connexion failed" errors.
6378
6379 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6382         read group names.
6383
6384 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6385
6386         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6387
6388 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6391         (nnmail-save-active): Use a unibyte buffer when saving active file,
6392         which may contain non-ASCII group names.
6393
6394         * nnml.el (nnml-request-group): Decode group names in messages.
6395
6396 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * message.el (message-citation-line-function)
6399         (message-insert-formatted-citation-line): Fix spelling of
6400         `message-insert-formated-citation-line'.
6401
6402 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6403
6404         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6405
6406 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6409         nnmail-pathname-coding-system.
6410
6411         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6412         that a user enters; decode group names in messages.
6413
6414         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6415
6416 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6419
6420         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6421
6422         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6423         risky local variable.
6424
6425         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6426
6427 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6428
6429         * encrypt.el: Improve documentation to fix function name typo.
6430         Reported by Daiki Ueno <ueno@unixuser.org>.
6431
6432 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6435         even if the point is not in the last page of an article.
6436         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6437         back to the previous page.
6438
6439 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6442
6443 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6446
6447 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6448
6449         * message.el (message-check-news-body-syntax): Avoid
6450         mm-string-as-multibyte.
6451         (message-hide-headers): Don't assume (point-min)==1.
6452
6453 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * message.el (message-remove-blank-cited-lines): Fix if remove is
6456         given.
6457         (message-bogus-address-regexp): New variable.
6458         (message-bogus-recipient-p): New function.
6459         (message-check-recipients): New command.
6460         (message-syntax-checks): Add `bogus-recipient'.
6461         (message-fix-before-sending): Add `bogus-recipient'.
6462
6463         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6464         (gnus-treat-body-boundary): Don't test window-system.
6465
6466 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6467
6468         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6469
6470 2007-10-28  Miles Bader  <miles@gnu.org>
6471
6472         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6473         at compile-time too.
6474
6475 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * gnus-msg.el (gnus-message-setup-hook): Add
6478         `message-remove-blank-cited-lines' to options.
6479
6480 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * message.el (message-remove-blank-cited-lines): New function.
6483         Suggested by Karl Plästerer.
6484
6485 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6488         mapc.
6489
6490         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6491         (top-level): Use mapc to set functions to be traced for debugging.
6492
6493         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6494         called for effect with while loop.
6495
6496         * message.el (message-talkative-question): Replace mapcar called for
6497         effect with mapc.
6498
6499         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6500         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6501         called for effect with dolist.
6502
6503         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6504
6505         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6506         gnus-extra-headers and nnmail-extra-headers.
6507
6508         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6509         called for effect with dolist.
6510         (top-level): Use mapc to set functions to be traced for debugging.
6511
6512         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6513         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6514         dolist.
6515
6516         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6517         Replace mapcar called for effect with mapc.
6518         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6519         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6520         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6521         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6522
6523         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6524         remove-if that's a cl function.
6525
6526         * webmail.el (webmail-debug): Replace mapcar called for effect with
6527         dolist.
6528
6529         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6530         with mapc.
6531
6532 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6535         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6536         with while loop.
6537
6538         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6539         functions from article-* functions.
6540         (gnus-multi-decode-header): Replace mapcar called for effect with
6541         dolist.
6542
6543         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6544         (gnus-bookmark-show-details): Replace mapcar called for effect with
6545         while loop.
6546
6547         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6548         called for effect with while loop.
6549
6550         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6551         with dolist.
6552
6553         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6554         mapcar called for effect with dolist.
6555
6556         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6557
6558         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6559         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6560         Replace mapcar called for effect with dolist.
6561         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6562         mapc.
6563
6564         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6565         Replace mapcar called for effect with dolist.
6566         (gnus-topic-list): Replace mapcar called for effect with mapc.
6567
6568         * gnus.el: Use mapc instead of mapcar to add autoloads.
6569
6570 2007-10-23  Richard Stallman  <rms@gnu.org>
6571
6572         * gnus-group.el (gnus-group-highlight): Mark as risky.
6573
6574 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus.el (gnus-server-to-method): Return method found first in
6577         gnus-newsrc-alist.
6578
6579         * gnus-art.el (gnus-article-highlight-signature)
6580         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6581         button overlay without the front stickiness.
6582
6583 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6584
6585         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6586         overview buffer needed a catch to receive its throw.
6587         (gnus-agent-flush-cache): Declared as interactive to make this function
6588         easier to use.
6589
6590 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6591
6592         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6593         `next-line'.
6594
6595 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6598         exclude address matching message-dont-reply-to-names.
6599
6600 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-util.el (gnus-string<): New function.
6603
6604         * gnus-sum.el (gnus-article-sort-by-author)
6605         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6606
6607 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6610         the frame-focus tag is set in gnus-buffer-configuration.
6611
6612 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6615         the front stickiness.
6616
6617 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6620         url pattern; remove duplicate one.
6621         (gnus-article-extend-url-button): New function.
6622         (gnus-article-add-buttons): Use it.
6623         (gnus-button-push): Use concatenated url that it makes.
6624
6625 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6626
6627         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6628
6629 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6630
6631         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6632         Don't hardcode point-min==1.
6633
6634 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6635
6636         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6637         Fix comment about "iso8859-1".
6638
6639 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6640
6641         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6642         ones returned from the verify-function.
6643
6644         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6645         mml2015-extract-cleartext-signature if extraction failed.
6646
6647 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6648
6649         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6650         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6651         failed.
6652
6653 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6656
6657 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6660         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6661         recommends to use EasyPG instead of PGG.
6662
6663         * pgg.el: Revert to revision 6.23.2.16.
6664
6665         * pgg-def.el: Revert to revision 6.6.2.14.
6666
6667         * pgg-gpg.el: Revert to revision 6.23.2.34.
6668
6669 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6670
6671         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6672         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6673         thread for both the null and zero (kill/expire thread) universal prefix
6674         cases.
6675         (gnus-summary-expire-thread): Add new function to expire a thread,
6676         using gnus-summary-kill-thread.
6677         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6678         shortcuts for gnus-summary-expire-thread.
6679         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6680         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6681
6682 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6683
6684         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6685         extras value, so an extras entry can be deleted.
6686         (gnus-registry-delete-extra-entry): Use it.
6687         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6688         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6689         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6690         storage through the gnus-registry, and provide an appropriate API for
6691         it.
6692
6693 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6696         Suggested by Leo <sdl.web@gmail.com>.
6697
6698         * gnus.el: Do.
6699
6700 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6703         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6704
6705         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6706
6707         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6708         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6709
6710 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6713         newline.
6714         (nnmbox-request-accept-article): Don't change article in source buffer;
6715         narrow to header to use message-fetch-field rather than
6716         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6717         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6718         as delimiters; make sure article ends with newline.
6719         (nnmbox-delete-mail): Correct last position of article to be deleted;
6720         ignore X-Gnus-Newsgroup header in article body.
6721         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6722         positions; make sure article ends with newline.
6723
6724         * message.el (message-display-abbrev): Don't infloop when a user
6725         inserts SPC in the beginning of header.
6726
6727         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6728         coding-system-for-read and coding-system-for-write for XEmacs having no
6729         file-coding feature.
6730
6731         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6732
6733 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6734
6735         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6736         list of groups not followed by default.  Fix type to be regexp.
6737         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6738
6739 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6740
6741         * hmac-def.el (define-hmac-function): Switch from old-style to
6742         new-style backquotes.
6743
6744         * md4.el (md4-make-step): Likewise.
6745
6746 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6749         raw-text coding system when saving .newsrc file, which may contain
6750         non-ASCII group names.
6751
6752 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-cus.el (gnus-score-extra): New widget.
6755         (gnus-score-extra-convert): New function.
6756         (gnus-score-customize): Use it for Extra.
6757
6758 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6759
6760         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6761         (mml2015-mailcrypt-clear-verify): Use it.
6762         (mml2015-gpg-clear-verify): Use it.
6763         (mml2015-pgg-clear-verify): Use it.
6764         (mml2015-epg-clear-verify): Replace the current part with the output
6765         from GnuPG; don't extract the plaintext by itself.
6766
6767         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6768         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6769         mml2015-clear-verify-function; don't touch the armor headers or
6770         dash-escaped text here.
6771
6772 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6775         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6776         parts, or application/octet-stream as a last resort.
6777         (gnus-mime-view-part-as-type): Don't toggle display.
6778         (gnus-mime-view-part-as-charset): Don't turn off display before
6779         querying charset.
6780
6781         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6782         stuff to undisplayer function in Emacs.
6783         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6784
6785         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6786         text/calendar parts.
6787
6788 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6791         decoding text/calendar parts.
6792
6793         * message.el (message-forward-make-body-mime): Always mark body as
6794         having no illegible text; remove signed-or-encrypted argument.
6795         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6796
6797         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6798         (mml-generate-mime-1): Don't encode body if it is specified to be in
6799         raw form; don't make buffer be unibyte when inserting multibyte string.
6800
6801 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6802
6803         * sha1.el: Fix up comment style.
6804         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6805         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6806
6807         * hex-util.el: Fix up comment style.
6808         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6809
6810         * gnus-salt.el: Use with-current-buffer.
6811         (gnus-pick-setup-message): Fix long-standing typo.
6812
6813 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * imap.el (imap-logout-timeout): New variable.
6816         (imap-logout, imap-logout-wait): New functions.
6817         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6818
6819         * nnimap.el (nnimap-logout-timeout): New server variable.
6820         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6821         nnimap-logout-timeout.
6822
6823         * gnus-art.el (gnus-article-summary-command-nosave)
6824         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6825
6826 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus.el (gnus-maximum-newsgroup): New variable.
6829
6830         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6831         according to gnus-maximum-newsgroup.
6832
6833         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6834         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6835         Limit the range of articles according to gnus-maximum-newsgroup.
6836
6837 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6838
6839         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6840         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6841         Don't perform gnus-configure-windows here; reuse existing sticky
6842         article buffer.
6843
6844         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6845         it doesn't exist in gnus-article-mode.
6846
6847 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6848
6849         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6850         (gnus-agent-decoded-group-name): New function.
6851         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6852         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6853
6854 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6855
6856         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6857         Add binding for gnus-sticky-article.
6858         (gnus-summary-exit): Don't kill sticky article buffers.
6859
6860         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6861         article buffer.
6862         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6863         (gnus-kill-sticky-article-buffers): New commands.
6864
6865 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * nntp.el (nntp-xref-number-is-evil): New server variable.
6868         (nntp-find-group-and-number): If it is non-nil, don't trust article
6869         numbers in the Xref header.
6870
6871 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-agent.el (gnus-agent-read-group): New function.
6874         (gnus-agent-flush-group, gnus-agent-expire-group)
6875         (gnus-agent-regenerate-group): Use it.
6876         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6877         nnmail-pathname-coding-system.
6878
6879 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6882
6883         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6884         that are unread as unread, and also as selected so that information of
6885         marks having been changed by a user may be updated when exiting group.
6886
6887 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6890         calculated ignoring signature parts to gnus-treat-article.
6891
6892 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6895         a point here in order to keep the window start.
6896         (gnus-insert-mime-security-button): Make a button overlay without the
6897         front stickiness.
6898         (gnus-mime-display-security): Goto the end of a button.
6899
6900         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6901
6902 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6905         group-name-at-point.
6906         (gnus-group-completing-read): New function that offers decoded
6907         non-ASCII group names for completion.
6908         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6909         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6910         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6911         (gnus-group-fetch-control): Use it.
6912         (gnus-fetch-group): Use group-name-at-point for the initial value
6913         rather than the default value; use gnus-alive-p.
6914
6915         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6916         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6917         (gnus-summary-post-news): Use gnus-group-completing-read.
6918
6919         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6920         (gnus-read-move-group-name): Decode group name for completion.
6921
6922 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6925         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6926         Yamaoka slightly modified the code).
6927
6928 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6931         (nnmail-split-incoming): Bind it.
6932
6933         * nnml.el (nnml-group-name-charset): New function.
6934         (nnml-decoded-group-name): Use it; don't decode group name if
6935         nnmail-group-names-not-encoded-p is non-nil.
6936         (nnml-encoded-group-name): New function.
6937         (nnml-group-pathname): Inline nnml-decoded-group-name.
6938         (nnml-request-expire-articles): Decode group name in message.
6939         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6940         nnmail-pathname-coding-system.
6941         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6942         not decoded ones according to nnmail-group-names-not-encoded-p.
6943         (nnml-generate-active-info): Use nnml-encoded-group-name.
6944
6945 2007-08-08  Glenn Morris  <rgm@gnu.org>
6946
6947         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6948         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6949         doc-strings and comments.
6950
6951 2007-07-25  Glenn Morris  <rgm@gnu.org>
6952
6953         * Relicense all FSF files to GPLv3 or later.
6954
6955 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-sum.el (gnus-summary-move-article): Make
6958         gnus-summary-respool-article work.
6959
6960 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6963         string.
6964
6965 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6966
6967         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6968         that should be ignored when comparing distant RSS articles with local
6969         ones.
6970         (nnrss-make-hash-index): New function.  Create a hash index according
6971         to the ignored fields.
6972         (nnrss-check-group): Use it.
6973
6974 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6977
6978         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6979
6980         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6981         the new optional argument ENCODED is non-nil.
6982         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6983         coding system for encoding group name.
6984         (gnus-group-make-rss-group): Pass un-encoded group name to
6985         gnus-group-make-group.
6986         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6987         encoded.
6988
6989         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6990         Encode group name to which articles are moved or copied.
6991         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6992         coding system for encoding Newsgroup, Followup-To and Xref headers.
6993
6994         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6995         marks; use nnheader-file-coding-system to write a file.
6996         (nnagent-retrieve-headers): Bind file-name-coding-system to
6997         nnmail-pathname-coding-system.
6998
6999         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7000
7001         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7002         (nnml-request-article, nnml-request-create-group)
7003         (nnml-request-rename-group, nnml-find-id)
7004         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7005         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7006         (nnml-save-marks): Use nnml-group-pathname instead of
7007         nnmail-group-pathname.
7008
7009         (nnml-request-create-group, nnml-request-expire-articles)
7010         (nnml-request-move-article, nnml-request-delete-group)
7011         (nnml-deletable-article-p, nnml-possibly-create-directory)
7012         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7013         (nnml-open-marks): Bind file-name-coding-system to
7014         nnmail-pathname-coding-system.
7015
7016         (nnml-request-article): Pass server argument to nnml-find-group-number.
7017         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7018         server argument to nnml-possibly-create-directory.
7019         (nnml-request-accept-article): Pass server argument to
7020         nnml-active-number and nnml-save-mail.
7021         (nnml-find-group-number): Pass server argument to nnml-find-id.
7022         (nnml-request-update-info): Pass server argument to
7023         nnml-marks-changed-p.
7024
7025         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7026         (nnml-save-mail, nnml-active-number): Add server argument.
7027
7028         (nnml-request-delete-group): Warn if group is missing.
7029         (nnml-get-nov-buffer): Decode group name.
7030         (nnml-generate-active-info): Encode group name.
7031         (nnml-open-marks): Decode group name in messages.
7032
7033 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7036         if it is not specified.
7037         (gnus-article-pipe-part, gnus-article-save-part)
7038         (gnus-article-interactively-view-part, gnus-article-copy-part)
7039         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7040         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7041         (gnus-article-replace-part, gnus-article-delete-part)
7042         (gnus-article-view-part-as-type): Pass raw prefix argument to
7043         gnus-article-part-wrapper.
7044
7045 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-agent.el (gnus-agent-save-active): Bind
7048         nnheader-file-coding-system to gnus-agent-file-coding-system.
7049
7050         * gnus-cache.el (gnus-cache-save-buffers)
7051         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7052         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7053         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7054         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7055         (gnus-cache-generate-active, gnus-cache-rename-group)
7056         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7057         (gnus-cache-update-overview-total-fetched-for): Bind
7058         file-name-coding-system to nnmail-pathname-coding-system.
7059         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7060         variables.
7061         (gnus-cache-decoded-group-name): New function.
7062         (gnus-cache-file-name): Use it.
7063         (gnus-cache-generate-active): Use non-decoded group name for active.
7064
7065         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7066         right place.
7067         (gnus-write-active-file): Don't break non-ASCII group names.
7068
7069         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7070         nnmail-pathname-coding-system.
7071
7072         * lpath.el: Bind default-file-name-coding-system,
7073         file-name-coding-system and language-info-alist for XEmacs.
7074
7075         * gnus-uu.el (gnus-uu-decode-save): Typo.
7076
7077 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7080
7081 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7084         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7085         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7086         (gnus-agent-flush-group, gnus-agent-flush-cache)
7087         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7088         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7089         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7090         (gnus-agent-regenerate-group)
7091         (gnus-agent-update-files-total-fetched-for)
7092         (gnus-agent-update-view-total-fetched-for): Bind
7093         file-name-coding-system to nnmail-pathname-coding-system.
7094         (gnus-agent-group-pathname): Don't encode file names by
7095         nnmail-pathname-coding-system.
7096         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7097         coding-system-for-write instead of buffer-file-coding-system to
7098         gnus-agent-file-coding-system.
7099
7100         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7101         Decode group name.
7102
7103         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7104
7105         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7106         (gnus-read-newsrc-el-file): Make group names unibyte.
7107
7108         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7109         nnmail-pathname-coding-system.
7110
7111         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7112         (nnrss-request-delete-group): Bind file-name-coding-system to
7113         nnmail-pathname-coding-system.
7114         (nnrss-read-server-data, nnrss-read-group-data): Bind
7115         file-name-coding-system correctly.
7116         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7117
7118         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7119         (nntp-server-to-method-cache): New variable.
7120         (nntp-group-pathname): New function that decodes non-ASCII group names.
7121         (nntp-possibly-create-directory, nntp-marks-changed-p)
7122         (nntp-save-marks, nntp-open-marks): Use it.
7123         (nntp-possibly-create-directory, nntp-open-marks):
7124         Bind file-name-coding-system to nnmail-pathname-coding-system.
7125         (nntp-open-marks): Decode group names when bootstrapping marks.
7126
7127         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7128         Newsgroups and Folowup-To headers.
7129
7130 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7133         (gnus-server-closed-face, gnus-server-denied-face)
7134         (gnus-server-offline-face): Remove variable.
7135         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7136
7137         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7138         of modifying message-stack directly for XEmacs.
7139
7140         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7141         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7142         if the coding-system argument is nil for XEmacs.
7143
7144         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7145         mm-charset-override-alist.
7146
7147         * rfc2047.el: Don't require base64; require rfc2045 for the function
7148         rfc2045-encode-string.
7149         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7150         to quote the parameter value.
7151
7152 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7155         form in gnus-group-name-charset-method-alist.
7156
7157         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7158         overrides the default layout edit-form.
7159
7160         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7161
7162         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7163
7164 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7167         as unfetched articles.
7168
7169 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7172
7173 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7176         original back end that keeps marks in the local system.
7177
7178 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7181         arg of pop-to-buffer for XEmacs.
7182         (gnus-article-read-summary-keys): Ditto; don't restore window
7183         configuration if summary command ends up with neither article buffer
7184         nor summary buffer; describe bindings if summary keys end with C-h.
7185
7186 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * message.el (message-fix-before-sending): Skip raw message part to be
7189         forwarded while checking illegible text.
7190         (message-forward-make-body-mime, message-forward-make-body): Mark
7191         signed or encrypted raw message as having no illegible text.
7192
7193 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7196         (gnus-message-with-timestamp-1): New macro.
7197         (gnus-message-with-timestamp): New function.
7198         (gnus-message): Use them.
7199
7200         * nnheader.el (nnheader-message): Use them.
7201
7202 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7205         .newsrc.eld file.
7206
7207 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7208
7209         * gnus-agent.el (gnus-agent-fetch-headers)
7210         (gnus-agent-retrieve-headers): Bind
7211         gnus-decode-encoded-address-function to identity.
7212
7213         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7214         available also when the server returns simply a dot.
7215
7216         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7217
7218 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7221
7222 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-ems.el (gnus-x-splash): Make it work.
7225
7226         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7227         from being used.
7228
7229         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7230
7231 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7234         4th and the 5th arguments.
7235
7236         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7237         the front stickiness.
7238         (gnus-article-summary-command-nosave): Correct the order of the
7239         arguments passed to pop-to-buffer.
7240         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7241         summary command ends up with the article buffer.
7242
7243         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7244         the same faces.
7245
7246 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7247
7248         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7249
7250 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7251
7252         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7253         * gnus-sum.el (gnus-summary-highlight):
7254         * pgg.el (pgg-sign-region, pgg-sign):
7255         * mail-source.el (mail-source-delete-old-incoming-confirm):
7256         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7257
7258 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-mime-view-part-externally)
7261         (gnus-mime-view-part-internally): Fix predicate function passed to
7262         completing-read.
7263
7264         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7265
7266         * gnus.el (gnus-update-message-archive-method): Add :version.
7267
7268 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus.el (gnus-update-message-archive-method): New variable.
7271
7272         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7273         according to gnus-message-archive-method if
7274         gnus-update-message-archive-method is non-nil.
7275
7276 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7279         by Loic Dachary <loic@dachary.org>.
7280         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7281
7282 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * message.el (message-pop-to-buffer): Add switch-function argument.
7285         (message-mail): Pass switch-function argument to it.
7286
7287 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7290         Improve doc string.
7291
7292 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7293
7294         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7295         (gnus-header-content)
7296         * gnus-cite.el (gnus-cite-10)
7297         * gnus-srvr.el (gnus-server-closed)
7298         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7299         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7300         (gnus-group-mail-3-empty, gnus-group-mail-low)
7301         (gnus-group-mail-low-empty, gnus-splash)
7302         * message.el (message-header-to, message-header-cc)
7303         (message-header-subject, message-header-other, message-header-name)
7304         (message-header-xheader, message-separator, message-cited-text)
7305         (message-mml): Lighten colors of faces used for dark background.
7306
7307 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7308
7309         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7310         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7311
7312 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * message.el (message-narrow-to-headers-or-head):
7315         Ignore mail-header-separator in the body.
7316
7317 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7320         same as window size.
7321
7322 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7323
7324         * message.el (message-font-lock-keywords): Use message-header-xheader
7325         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7326         ahead of the anything pattern, to get it recognised.
7327
7328 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7331         spam.el loads uses it in the compiled defadvice form.
7332
7333 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7334
7335         * gnus-sum.el (gnus-articles-to-read)
7336         (gnus-summary-insert-old-articles): Don't truncate group name for
7337         `read-string'.
7338
7339         * gnus-util.el (gnus-limit-string): Delete this function.
7340
7341         * gnus-sum.el (gnus-simplify-subject-fully): Use
7342         `truncate-string-to-width' instead.
7343
7344 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7345
7346         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7347         if, on summary exit, the next group has to be selected.
7348         (gnus-summary-exit): Use it.
7349
7350 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7353         non-break space.
7354
7355 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7358         Check if group is not a directory.
7359         (nnfolder-request-expire-articles): Don't delete articles if the target
7360         group is not available.
7361
7362         * nnml.el (nnml-request-create-group): Properly check if group is not a
7363         file.
7364         (nnml-request-expire-articles): Don't delete articles if the target
7365         group is not available.
7366
7367         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7368         Don't quote characters that are within parentheses.
7369
7370 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7373         (gnus-handle-ephemeral-exit): Select article according to it.
7374
7375 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * message.el (message-insert-formated-citation-line): Remove newline.
7378         (message-citation-line-format): Add final \n here so that the user can
7379         avoid a blank line.
7380
7381 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7382
7383         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7384         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7385         Update lanl/arXiv support.
7386
7387 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * gnus.el: Bump version number.
7390
7391 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7392
7393         * gnus.el (gnus-version-number): Bump version.
7394
7395 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7396
7397         * gnus.el: No Gnus v0.6 is released.
7398
7399 2007-04-27  Didier Verna  <didier@xemacs.org>
7400
7401         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7402         * gmm-utils.el (gmm-regexp-concat): here.
7403         * message.el: Don't require 'gnus-util.
7404         (message-dont-reply-to-names): Handle name change above.
7405         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7406
7407 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7410         since the initial value varies according to the system.
7411
7412 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7415
7416 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7417
7418         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7419
7420 2007-04-24  Didier Verna  <didier@xemacs.org>
7421
7422         Improve the type of gnus-ignored-from-addresses.
7423         * gnus-util.el (gnus-orify-regexp): New function.
7424         * message.el (gnus-util): Require it.
7425         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7426         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7428
7429 2007-04-24  Didier Verna  <didier@xemacs.org>
7430
7431         * gnus-sum.el:
7432         * gnus-utils.el: Fix some trailing whitespaces.
7433
7434 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7437         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7438         article's Message-ID; refer parent article in summary buffer.
7439
7440         * message.el (message-bounce): Call mime-to-mml.
7441
7442         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7443         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7444         optimize and/or forms properly.
7445
7446 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7447
7448         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7449         URL.
7450
7451 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7454
7455 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7458         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7459         displayed of multipart/alternative part if it is invoked from summary
7460         buffer.
7461
7462         * mm-view.el (mm-inline-text-html-render-with-w3m)
7463         (mm-inline-text-html-render-with-w3m-standalone)
7464         (mm-inline-render-with-function): Use mail-parse-charset by default.
7465
7466 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7467
7468         * parse-time.el (parse-time-string-chars): Check if CHAR
7469         is less than the length of parse-time-syntax.
7470
7471 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7472
7473         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7474         from gnus-newsgroup-processable.
7475
7476 2007-04-16  Didier Verna  <didier@xemacs.org>
7477
7478         * gnus-msg.el (gnus-configure-posting-styles): Handle
7479         message-signature-directory properly with :file syntax.  Reported by
7480         "Leo".
7481
7482 2007-04-11  Didier Verna  <didier@xemacs.org>
7483
7484         New user option: message-signature-directory.
7485         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7486         * message.el (message-insert-signature): Ditto.
7487         * message.el (message-signature-file): Doc update.
7488         * message.el (message-signature-directory): New.
7489
7490 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-msg.el (gnus-inews-yank-articles): Use
7493         message-exchange-point-and-mark instead of exchange-point-and-mark.
7494
7495 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * message.el (message-yank-original): Make sure cited text ends with
7498         newline; don't exchange point and mark.
7499
7500 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7501
7502         * tls.el (open-tls-stream): Properly handle case where there
7503         is no associated buffer.
7504
7505 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7506
7507         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7508         message-yank-original, make sure (< mark TEXT point).
7509
7510 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7511
7512         * message.el (message-fill-column): New variable.
7513         (message-mode): Use it.  Add comment on a possible new hook.
7514
7515         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7516         (nnmail-get-new-mail): Reformat.
7517
7518         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7519
7520         * gmm-utils.el: Fix Commentary.
7521         (gmm-tool-bar-from-list): Fix typo in doc string.
7522
7523 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7524
7525         * message.el (message-yank-original): Don't switch point and mark
7526         unnecessarily to put point and mark as documented.
7527
7528 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7529
7530         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7531         from the message heads.
7532
7533 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7534
7535         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7536         article buffer does not have a window.  This may not be the best
7537         solution but is certainly better than setting the start of the null,
7538         that is the current, window.
7539
7540 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7543         (gnus-draft-setup): Run it.
7544
7545         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7546         gnus-score-fast-scoring.  Allow regexp.
7547         (gnus-score-headers): Use it.
7548
7549         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7550         XEmacs.
7551
7552         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7553         string.
7554         (gnus-button-alist): Also catch `<f1> k ...'.
7555         (gnus-treat-display-x-face): Fix doc string.
7556
7557 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7558
7559         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7560         evaluation of gnus-extended-version to ensure correct generation of the
7561         User-Agent header when message-generate-headers-first is used.
7562
7563 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7564
7565         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7566         hashcash-path is nil.  Don't call callback with incorrect number of
7567         parameters if val is 0.
7568
7569 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7570
7571         * message.el (message-required-news-headers):
7572         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7573
7574 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7575
7576         * tls.el (open-tls-stream): In handshake-waiting loop,
7577         don't wait more if there is output available to process.
7578
7579 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7580
7581         * tls.el (tls-program): Doc fix.
7582
7583 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * message.el (message-generate-new-buffers): Change the meaning of the
7586         nil value; add `standard' to the choices; treat t as `unique'; improve
7587         doc string.
7588         (gnus-select-frame-set-input-focus): Autoload.
7589         (message-buffer-name): Search for the existing message buffer if
7590         message-generate-new-buffers is nil or `standard'; treat the value t of
7591         message-generate-new-buffers as `unique'.
7592         (message-pop-to-buffer): Raise the frame already displaying the message
7593         buffer; clear the echo area after querying.
7594         (message-setup): Pass the `continue' argument to compose-mail.
7595         (message-mail): Prefer `switch-function' if it is given; search for the
7596         existing message buffer if the `continue' argument is non-nil; pass
7597         continue and switch-function arguments to compose-mail by way of
7598         message-setup.
7599         (message-mail-other-window): Adjust argument of message-setup.
7600         (message-mail-other-frame): Ditto.
7601
7602 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7605         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7606         to turn font-lock on when turning gnus-message-citation-mode on.
7607
7608 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7609
7610         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7611         (mml-smime-function-alist): New variable; add epg as the backend.
7612         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7613         mml-smime- functions instead.
7614         * mm-view.el: Require smime.
7615
7616 2007-03-05  Didier Verna  <didier@xemacs.org>
7617
7618         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7619         instead of just inheritance for posting styles.
7620         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7621
7622 2007-02-24  Chris Moore  <dooglus@gmail.com>
7623
7624         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7625         * pgg-pgp.el (pgg-pgp-encrypt-region):
7626         * pgg-gpg.el (pgg-gpg-encrypt-region):
7627         Check pgg-encrypt-for-me if no other recipients.
7628
7629 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7630
7631         * tls.el (tls-certtool-program): Fix custom type.
7632
7633 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7636         and point-at-eol instead of line-(beginning|end)-position.
7637
7638         * assistant.el (assistant-parse-buffer): Ditto.
7639
7640         * netrc.el (netrc-parse-services): Ditto.
7641
7642 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7643
7644         * mml2015.el (mml2015-epg-find-usable-key): New function.
7645         (mml2015-epg-sign): Use it.
7646         (mml2015-epg-encrypt): Use it.
7647
7648 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * message.el (message-make-in-reply-to): Quote name containing
7651         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7652         if there are special characters.  Reported by NAKAJI Hiroyuki
7653         <nakaji@jp.freebsd.org>.
7654
7655 2007-02-27  Didier Verna  <didier@xemacs.org>
7656
7657         Include the group parameters as well as the topic ones in the
7658         inheritance filter process.
7659         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7660         argument GROUP-PARAMS-LIST.
7661         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7662
7663 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * nntp.el (nntp-never-echoes-commands)
7666         (nntp-open-connection-functions-never-echo-commands): New variables.
7667         (nntp-send-command): Use them.
7668
7669 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7670
7671         * mml2015.el (mml2015-epg-verify): Simplified.
7672
7673 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * mml.el (mml-content-disposition-alist): New user option.
7676         (mml-content-disposition): New function.
7677         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7678         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7679
7680 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7681
7682         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7683         verification.
7684
7685 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7686
7687         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7688         articles posted in the last 24 hours.
7689
7690 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7691
7692         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7693
7694 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7695
7696         * nntp.el (nntp-send-command): Don't wait for echoes when
7697         nntp-open-ssl-stream is used.
7698
7699 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7702         (gnus-message-add-citation-keywords)
7703         (gnus-message-remove-citation-keywords): Remove.
7704         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7705         directly, make the variables in font-lock-defaults buffer-local, add
7706         gnus-message-citation-keywords to them and then update the value of
7707         font-lock-keywords.
7708
7709 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * message.el (message-cite-original-1): Don't call
7712         gnus-article-highlight-citation.
7713
7714         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7715         citations; fix line count.
7716
7717 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7718
7719         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7720         (gnus-message-add-citation-keywords)
7721         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7722         versions of font-lock-add-keywords and font-lock-remove-keywords to
7723         work with XEmacs correctly.
7724
7725 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7726
7727         * gnus-cite.el (gnus-cite-face-list): Set the values of
7728         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7729         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7730         (gnus-message-cite-prefix-regexp): New variable.
7731         (gnus-message-search-citation-line): Use it; protect against long
7732         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7733         the 0th match data for Emacs.
7734         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7735         (gnus-message-add-citation-keywords): Append keywords rather than
7736         prepending; emulate font-lock-add-keywords if it is not available.
7737         (gnus-message-remove-citation-keywords): Emulate
7738         font-lock-remove-keywords if it is not available.
7739
7740         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7741
7742         * message.el (message-cite-prefix-regexp): Set the value of
7743         gnus-message-cite-prefix-regexp.
7744
7745 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7746
7747         * nnweb.el (nnweb-google-parse-1): Update parser.
7748
7749 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7750
7751         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7752
7753 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7754
7755         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7756         regexp.
7757
7758 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7759
7760         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7761         string-to-multibyte.
7762         (uudecode-decode-region-internal): Use it.
7763
7764         * lpath.el: Fbind string-as-multibyte for XEmacs.
7765
7766 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7769         custom choice.
7770
7771         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7772
7773 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7774
7775         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7776
7777         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7778         `write-region' to respect `mm-inhibit-file-name-handlers'.
7779
7780 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7783         Use gnus-home-directory instead of "~/" or "$HOME".
7784
7785 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7786
7787         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7788         to mention filename.
7789         Add comments at beginning regarding usage.
7790         (encrypt-write-file-contents): Change interactive so a string is
7791         acceptable.  If the file has no associated model, show an error instead
7792         of a nonsense prompt.
7793
7794 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7795
7796         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7797         Thanks to Yoshihiko Yamada for kind notification of this typo.
7798
7799 2007-01-12  Kenichi Handa  <handa@m17n.org>
7800
7801         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7802         multibyte buffer.
7803
7804 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * gnus-score.el (gnus-score-fast-scoring): New variable.
7807         (gnus-score-headers): Use it.
7808
7809         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7810
7811         * message.el (message-cite-original-1): Call
7812         gnus-article-highlight-citation if requested.
7813         (message-make-from): Allow name and address as optional arguments.
7814
7815         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7816
7817         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7818         bugs to doc string.
7819         (gnus-button-alist): Add mid\\|message-id.
7820         (gnus-button-fetch-group): Extend for use in
7821         `browse-url-browser-function'.
7822         (gnus-button-url-regexp): Try to catch paired parentheses like in
7823         Wikipedia URLs.
7824
7825         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7826         Suggested by Simon Krahnke <overlord@gmx.li>.
7827
7828 2007-01-13  Romain Francoise  <romain@orebokech.com>
7829
7830         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7831         Update copyright.
7832
7833 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7834
7835         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7836
7837 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * gnus-registry.el (gnus-registry-unfollowed-groups)
7840         (gnus-registry-split-fancy-with-parent): Fix documentation.
7841
7842 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843
7844         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7845         from nnweb groups.
7846
7847 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7850         Xref urls.  Erase buffer before requesting head.
7851
7852 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7855         customizable.
7856
7857 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7858
7859         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7860         no signing key is found.
7861         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7862         no encrypting and/or signing key is found.
7863
7864 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7867
7868 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7869
7870         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7871         headers read from disk with the ones newly found in the current search.
7872         This should no longer cause problems, because the article numbers in
7873         Gmane's `nov.php' output are ignored since the previous change.
7874
7875 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7876
7877         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7878
7879 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7882         replace-regexp-in-string; bind url-version; fbind display-images-p and
7883         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7884         find-face and set-itimer-function for Emacs; bind itimer-list for
7885         Emacs.
7886
7887         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7888
7889 2007-01-01  Romain Francoise  <romain@orebokech.com>
7890
7891         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7892
7893 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7894
7895         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7896         `define-minor-mode' macro definition expanded properly.
7897         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7898         exclude it there.
7899
7900         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7901         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7902         `fboundp' test.
7903         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7904         This is OK to autoload in (S)XEmacs now.
7905
7906 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7909         keystroke.
7910         (gnus-summary-limit-to-singletons): Fix typo.
7911
7912         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7913         else fails.
7914
7915 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7916
7917         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7918         docstring.
7919
7920         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7921         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7922         (gnus-summary-insert-dormant-articles): Fix typo in message.
7923
7924 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7927         nil for XEmacs.
7928         (gnus-message-citation-mode): Don't autoload in XEmacs.
7929
7930         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7931
7932 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7933
7934         * nnimap.el (nnimap-expunge-search-string): Mention
7935         nnimap-search-uids-not-since-is-evil in docstring.
7936
7937 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7938
7939         * spam.el: Revert to make-obsolete-variable because
7940         define-obsolete-variable-alias is not supported in Emacs 21.
7941
7942         * spam.el (spam-ifile-path, spam-ifile-database-path)
7943         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7944         make-obsolete-variable.
7945         (spam-bsfilter-path, spam-bsfilter-program)
7946         (spam-spamassassin-path, spam-spamassassin-program)
7947         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7948         use "path" inappropriately.
7949         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7950         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7951         variable names.
7952
7953 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7954
7955         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7956         summary buffer.
7957
7958         * password.el (password-cache-remove): Use clear-string to burn
7959         password, if available.
7960
7961 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7964
7965         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7966
7967         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7968         (gnus-message-highlight-citation): Move defcustom here from
7969         gnus-cite.el.
7970         (gnus-message-citation-mode): Autoload.
7971
7972         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7973         checks to make it compile with XEmacs.
7974         (gnus-message-citation-mode): New minor mode.
7975         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7976         (gnus-message-highlight-citation): New variables.
7977         (gnus-message-search-citation-line)
7978         (gnus-message-add-citation-keywords)
7979         (gnus-message-remove-citation-keywords)
7980         (turn-on-gnus-message-citation-mode)
7981         (turn-off-gnus-message-citation-mode): New functions.
7982
7983 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7984
7985         * gnus-cite.el: Enable highlighting of different citation levels in
7986         message-mode.
7987
7988 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7989
7990         * message.el (message-make-fqdn): Fix comment.
7991         (message-bogus-system-names): Add ".local".
7992
7993         * spam.el (spam-ifile-path, spam-ifile-program)
7994         (spam-ifile-database-path, spam-ifile-database)
7995         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7996         Don't use "path" inappropriately.
7997         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7998         strings.
7999         (spam-check-ifile, spam-ifile-register-with-ifile)
8000         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8001         new variable names.
8002
8003         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8004         (gnus-treat-display-smileys): Simplify using
8005         gnus-image-type-available-p.
8006
8007         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8008         available.
8009
8010         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8011         `display-images-p' if available.
8012
8013 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8016         one after turning on the buffer's multibyteness instead of decoding
8017         them directly in the unibyte buffer that causes unexpected conversion
8018         in Emacs 23 (unicode).
8019
8020 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8021
8022         * message.el (message-generate-hashcash): Fix custom type.
8023
8024 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8027
8028 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8031         disconnect icons.  Add help text.
8032
8033 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8034
8035         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8036         negated to be consistent with the others we handle.
8037
8038 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8039
8040         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8041         version of gnus-summary-buffer to something, so that we can use two
8042         article buffers at the same time.
8043
8044 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8045
8046         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8047         trigger all the extra headers.
8048         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8049         sorting.
8050
8051 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8052
8053         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8054         solid groups.
8055
8056 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8057
8058         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8059
8060 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * legacy-gnus-agent.el: Add Copyright notice.
8063
8064 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8065
8066         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8067
8068 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8069
8070         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8071
8072         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8073         to make it work reliably in CVS Emacs.
8074         (gnus-summary-limit-strange-charsets-predicate)
8075         (gnus-summary-limit-to-predicate): New functions.
8076
8077 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8078
8079         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8080         specifying array size.
8081         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8082         array if it is too small.
8083         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8084         (gnus-sort-threads-loop): New function.
8085
8086 2006-12-06  Chris Moore  <dooglus@gmail.com>
8087
8088         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8089         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8090
8091 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8092
8093         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8094         options.
8095
8096 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8099         DOS-ing the recipient.
8100
8101         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8102         the headers when creating the mapping to avoid mismappings.
8103         (nnweb-gmane-create-mapping): Always nix out old mapping.
8104
8105 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8108         and mm-verify-option to never.
8109
8110 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * message.el (message-signed-or-encrypted-p): New function.
8113         (message-forward-make-body): Use it.
8114
8115         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8116         Replace encode-coding-string with mm-encode-coding-string.
8117
8118 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8119
8120         * nneething.el (nneething-decode-file-name): Replace
8121         decode-coding-string with mm-decode-coding-string.
8122
8123         * gnus-int.el (gnus-open-server): Say failed server's name.
8124
8125 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8126
8127         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8128         strings to a single string.  Quote `errors-file-name'.
8129         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8130         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8131         Adjust calls.  Use `shell-quote-argument'.
8132
8133 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8134
8135         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8136         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8137
8138         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8139         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8140         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8141         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8142         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8143         (gnus-subscribe-newsgroup, gnus-1):
8144         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8145         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8146         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8147         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8148
8149 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8152         keystroke.
8153         (gnus-summary-limit-to-bodies): Implement headersp.
8154
8155 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156
8157         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8158
8159 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8162
8163 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8164
8165         * message.el (message-generate-hashcash): Expand range of values to
8166         include `opportunistic'.
8167         (message-send-mail): Use it.
8168
8169 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8170
8171         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8172         and comment it.
8173
8174         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8175
8176 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * gnus-util.el (gnus-extract-address-components): Improve comment.
8179
8180 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-util.el (gnus-extract-address-components): Work with address in
8183         which the name portion contains @.
8184
8185         * lpath.el: Fbind custom-autoload.
8186
8187 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus.el (gnus-start): Move custom group up.
8190         (gnus-select-method): Don't autoload, but make it available for
8191         `customize-variable'.
8192         (gnus-getenv-nntpserver): Don't autoload.
8193
8194 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8195
8196         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8197
8198 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * message.el (message-sendmail-extra-arguments): New variable.
8201         (message-send-mail-with-sendmail): Use it.
8202
8203 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8206         mm-with-unibyte-current-buffer to make string unibyte.
8207
8208         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8209         mm-string-as-multibyte.
8210
8211 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8212
8213         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8214         Reported by Werner Koch <wk@gnupg.org>.
8215
8216 2006-11-14  Daiki Ueno  <ueno@p360>
8217
8218         * mml2015.el: Autoload epa-select-keys when compiling.
8219
8220 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8221
8222         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8223         message-options.
8224         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8225
8226 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8227
8228         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8229         EasyPG (< 0.0.6).
8230         (mml2015-always-trust): New user option.
8231         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8232         prompt.
8233
8234 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * nntp.el (nntp-authinfo-force): New variable.
8237         (nntp-send-authinfo): Use it.
8238
8239 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8240
8241         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8242         decode encoded words.  Improve prompt.  Add comment about forwarding.
8243         (message-replacement-char): Move up.
8244
8245 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8246
8247         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8248         instead of gnus-intersection because arguments of gnus-sorted-nunion
8249         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8250
8251 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8252
8253         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8254         (message-simplify-subject-functions): Enable
8255         message-strip-subject-encoded-words by default.
8256
8257 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * message.el (message-strip-subject-encoded-words): New function.
8260         (message-simplify-subject-functions): New variable.
8261         (message-simplify-subject): Use it.  Fix typo in doc string.
8262         Support message-strip-subject-encoded-words.
8263
8264 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8265
8266         * gnus-diary.el (gnus-diary-delay-format-function):
8267         * nndiary.el (nndiary-reminders):
8268         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8269
8270 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * gnus-art.el (article-hide-boring-headers): Fetch date from
8273         gnus-original-article-buffer to avoid problems with localized date
8274         strings.
8275
8276 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8279
8280 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8283         New variables.
8284         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8285         (mm-charset-synonym-alist): Move some entries to
8286         mm-codepage-iso-8859-list.
8287         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8288         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8289
8290 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8293
8294 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8297         with Emacs 21 and XEmacs.
8298
8299 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * spam.el (spam-parse-address): New function for better parsing,
8302         catching errors, etc.
8303         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8304
8305 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8306
8307         * mm-view.el: Add interactive arg to html2text autoload.
8308
8309 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8312
8313 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8316         variables.
8317         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8318         (mm-charset-synonym-alist): Move some entries to
8319         mm-codepage-iso-8859-list.
8320
8321         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8322
8323 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * message.el (message-citation-line-format)
8326         (message-insert-formated-citation-line): Fix implementation of %E, %N
8327         and %n according to the doc string.
8328
8329 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8330
8331         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8332         car-safe to avoid bad parses.
8333
8334 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8337         names.
8338
8339         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8340
8341 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8344         header.
8345
8346         * message.el (message-draft-headers): Add Date.
8347         (message-headers-to-generate): Fix typo in docstring.
8348
8349         * nndraft.el (nndraft-required-headers): New variable.
8350         (nndraft-generate-headers): Use it.
8351
8352         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8353
8354 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8355
8356         * gnus-registry.el (gnus-registry-wash-for-keywords)
8357         (gnus-registry-find-keywords): New functions to allow easy searching of
8358         articles that are in the registry.
8359
8360 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8361
8362         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8363         ietf-drums-parse-address instead of gnus-extract-address-components.
8364         Reported by Damien Elmes <damien@repose.cx>.
8365
8366 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus.el (gnus-mime): Remove unused custom group.
8369
8370 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8371
8372         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8373         "blank line" when searching for end of armor headers.
8374
8375 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gmm-utils.el (gmm-write-region): Fix variable name.
8378
8379 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * gmm-utils.el (gmm-write-region): New function based on compatibility
8382         code from `mm-make-temp-file'.
8383
8384         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8385
8386         * nnmaildir.el (nnmaildir--update-nov)
8387         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8388         Use `gmm-write-region'.
8389
8390 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8393         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8394
8395         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8396
8397         * message.el (message-replacement-char): New variable.
8398         (message-fix-before-sending): Use it.
8399         (message-simplify-subject): New function to remove duplicate code.
8400         (message-reply, message-followup): Use it.
8401
8402         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8403         gnus-summary-limit-to-articles.
8404
8405 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * gnus-util.el (gnus-with-local-quit): New macro.
8408
8409         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8410
8411 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8412
8413         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8414         ignore non-string data.
8415
8416 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8419         non-string data (needs to be done in the registry too).
8420
8421 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8422
8423         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8424         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8425         (gnus-registry-split-fancy-with-parent)
8426         (gnus-registry-fetch-simplified-message-subject-fast)
8427         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8428         Remove text properties on ingress into the registry and when it's saved.
8429         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8430         registry from entries with no groups.
8431
8432 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8433
8434         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8435         function to remove string properties.
8436
8437 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8438
8439         * gmm-utils.el (gmm): Adjust custom version.
8440
8441         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8442         custom version.
8443
8444         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8445
8446 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gnus-art.el (gnus-insert-prev-page-button)
8449         (gnus-insert-next-page-button): Simplify.  Reformat.
8450
8451 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8452
8453         * gnus-art.el (gnus-insert-prev-page-button)
8454         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8455
8456 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8457
8458         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8459
8460 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8461
8462         * gnus-art.el (gnus-insert-mime-button)
8463         (gnus-insert-mime-security-button):
8464         Apply gnus-article-button-face to MIME and security buttons.
8465
8466 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8467
8468         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8469         readable.
8470
8471 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8474
8475 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8476
8477         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8478         `browse-url-of-file' instead of `browse-url'.
8479
8480 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8481
8482         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8483         regexp.  Articles containing quotation were cut prematurely.
8484
8485 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * message.el (message-cite-original-1): Use nobody by default for the
8488         value of From header.
8489         (message-reply): Ditto.
8490
8491 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8492
8493         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8494         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8495         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8496
8497 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8500         mails in the doc string.  Add some URLs in comment.
8501         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8502
8503 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8506         backslashes handling and the way to find boundaries of quoted strings.
8507
8508 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8509
8510         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8511         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8512         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8513         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8514
8515 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8518         doc string.
8519         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8520
8521 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * lpath.el: Fbind epg-check-configuration.
8524
8525 2006-09-06  Simon Josefsson  <jas@extundo.com>
8526
8527         * mml2015.el (mml2015-use): Doc fix, mention epg.
8528
8529 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8530
8531         * mml2015.el (mml2015-use): Default to epg, if available.
8532
8533 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8534
8535         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8536         message-sender.
8537         (mml1991-epg-encrypt): Ditto.
8538         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8539         message-sender.
8540         (mml2015-epg-encrypt): Ditto.
8541
8542 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8543
8544         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8545         several common directories.
8546
8547 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8548
8549         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8550         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8551
8552 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-art.el (article-decode-encoded-words): Make it fast.
8555
8556 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8559
8560         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8561         in quoted string into `\'.
8562
8563 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8566         Use standard-syntax-table.
8567
8568 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (gnus-decode-address-function): New variable.
8571         (article-decode-encoded-words): Use it to decode headers which are
8572         assumed to contain addresses.
8573         (gnus-mime-delete-part): Remove useless `or'.
8574
8575         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8576         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8577         (gnus-nov-parse-line): Use it to decode From header.
8578         (gnus-get-newsgroup-headers): Ditto.
8579         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8580
8581         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8582         (mail-decode-encoded-address-string): New alias.
8583
8584         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8585         New function.
8586         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8587         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8588         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8589         (rfc2047-decode-string): Ditto.
8590         (rfc2047-decode-address-region): New function.
8591         (rfc2047-decode-address-string): New function.
8592
8593 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * message.el (message-caesar-buffer-body): Allow rotating headers.
8596
8597         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8598
8599         * message.el (message-insert-formated-citation-line): Fix %f.
8600         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8601
8602 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8605         (gnus-bookmark-mouse-available-p): New macro.
8606         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8607         (gnus-bookmark-bmenu-show-infos): Use it.
8608         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8609         (gnus-bookmark-bmenu-hide-infos): Ditto.
8610         (gnus-bookmark-remove-properties): New function.
8611         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8612         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8613         (gnus-bookmark-write-file): Bind coding-system-for-write.
8614         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8615         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8616         group before selecting it.
8617         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8618         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8619         quit-window if it is not available; use gnus-mouse-2 and bind it to
8620         gnus-bookmark-bmenu-select-by-mouse.
8621         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8622         (gnus-bookmark-bmenu-select-by-mouse): New function.
8623
8624 2006-08-13  Romain Francoise  <romain@orebokech.com>
8625
8626         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8627         space.
8628
8629 2006-08-10  Romain Francoise  <romain@orebokech.com>
8630
8631         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8632         (dns-mode-soa-auto-increment-serial): New user option.
8633         (dns-mode-soa-maybe-increment-serial): New function.
8634         (dns-mode): Add the latter to `write-contents-functions'.
8635
8636 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * compface.el (uncompface): Use binary rather than raw-text-unix.
8639
8640 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * compface.el (uncompface): Make sure the eol conversion doesn't take
8643         place when communicating with the external programs.  Reported by
8644         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8645
8646 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8649
8650 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8651
8652         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8653         Make it more robust by parsing author and date independently.
8654
8655 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8656
8657         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8658
8659 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8660
8661         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8662         first matching secret key.
8663         (mml2015-epg-encrypt): Ditto.
8664
8665         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8666         first matching secret key.
8667         (mml1991-epg-encrypt): Ditto.
8668
8669         * mml2015.el (mml2015-encrypt-to-self): New user option.
8670         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8671         mml2015-epg-encrypt-to-self is set.
8672
8673         * mml1991.el (mml1991-encrypt-to-self): New variable.
8674         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8675         mml1991-epg-encrypt-to-self is set.
8676
8677         * mml2015.el (mml2015-signers): New user option.
8678         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8679         (mml2015-epg-encrypt): Allow to select signing keys.
8680
8681         * mml1991.el (mml1991-signers): New variable.
8682         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8683         (mml1991-epg-encrypt): Allow to select signing keys.
8684
8685 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * nnheader.el (nnheader-insert-head): Make it work even if the file
8688         uses CRLF for the line-break code.
8689
8690 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8691
8692         * mml2015.el: Require mml-sec instead of password.
8693         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8694         (mml2015-cache-passphrase): Inherit the default value from
8695         mml-secure-cache-passphrase.
8696         (mml2015-passphrase-cache-expiry): Inherit the default value from
8697         mml-secure-passphrase-cache-expiry.
8698
8699         * mml1991.el: Require mml-sec instead of password.
8700         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8701         (mml1991-cache-passphrase): Inherit the default value from
8702         mml-secure-cache-passphrase.
8703         (mml1991-passphrase-cache-expiry): Inherit the default value from
8704         mml-secure-passphrase-cache-expiry.
8705
8706         * mml-sec.el: Require password.
8707         (mml-secure-verbose): New user option.
8708         (mml-secure-cache-passphrase): New user option.
8709         (mml-secure-passphrase-cache-expiry): New user option.
8710
8711 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8712
8713         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8714         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8715         andreas@altroot.de (Andreas Vögele).
8716
8717         FIXME: Use `tiny change'?
8718
8719 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8720
8721         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8722         workaround for the url package included with Emacs.
8723
8724         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8725
8726 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8729         correctly.  This fixes a bug caused by the 2006-05-12 change.
8730
8731 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8732
8733         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8734         some information about the error when saying that the `bogus' mail
8735         group will be used.
8736
8737 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8738
8739         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8740         string.
8741
8742 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8743
8744         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8745
8746 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8747
8748         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8749
8750 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8751
8752         * mml1991.el (mml1991-function-alist): Add epg.
8753         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8754         (mml1991-epg-encrypt): New functions.
8755
8756 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8757
8758         * mml2015.el (mml2015-verbose): New variable.
8759         (mml2015-cache-passphrase): Ditto.
8760         (mml2015-passphrase-cache-expiry): Ditto.
8761         (mml2015-function-alist): Add epg.
8762         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8763         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8764         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8765         functions.
8766
8767 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8768
8769         * message.el (message-cite-original-1): Preserve region when removing
8770         quoted text due to X-No-Archive in order to avoid bogus attribution
8771         when citing multiple messages.
8772
8773 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8774
8775         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8776         Kenneth Jacker <khj@be.cs.appstate.edu>.
8777
8778 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-diary.el (gnus-user-format-function-d)
8781         (gnus-user-format-function-D): Autoload.
8782
8783         * imap.el (Commentary): Fix typo.
8784
8785         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8786         2006-04-22 contribution.
8787
8788 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8789
8790         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8791         It didn't really fix the bogosity I'm seeing with solid web groups.
8792
8793 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8794
8795         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8796         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8797         created using server names.  If we use the feature without declaring
8798         it, Gnus does not properly manage server and group state.
8799
8800         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8801         bound.
8802
8803 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8804
8805         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8806         looking up the method using GROUP's prefix before inventing a new one.
8807         It is used on killed/unknown groups in various places where returning
8808         an all-new method isn't expected by the caller.
8809
8810         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8811         and match semantics of gnus-group-real-prefix.
8812
8813 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * nnmail.el (nnmail-broken-references-mailers): New variable.
8816         (nnmail-ignore-broken-references): New function generalizing
8817         nnmail-fix-eudora-headers.
8818         (nnmail-fix-eudora-headers): Now obsolete.
8819
8820         * gnus-art.el (gnus-button-handle-custom): Support
8821         `customize-apropos*'.
8822
8823 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824
8825         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8826
8827         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8828         articles.
8829
8830 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * message.el (message-cite-reply-above): New variable.
8833         (message-yank-original): Use it.
8834
8835 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8838
8839 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8842         as read.
8843
8844         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8845
8846 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8849         (gnus-bookmark-default-file): Use gnus-directory.
8850         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8851         Remove "*" in doc string.
8852         (gnus-bookmark-write-file): Simplify.
8853         (gnus-bookmark-maybe-sort-alist): Use `when'.
8854         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8855         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8856         FIXME about Emacs 21 and XEmacs compatibility.
8857         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8858         compatibility.
8859         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8860         compatibility.
8861         (gnus-bookmark-menu-heading): Fix version.
8862
8863 2006-06-19  Bastien Guerry  <bzg@altern.org>
8864
8865         * gnus-bookmark.el: New file.
8866
8867 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * message.el (message-syntax-checks): Doc fix.
8870
8871 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8872
8873         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8874         unsubscribed groups as if they were killed ones.  It causes duplicate
8875         entries in gnus-newsrc-alist.
8876
8877 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * message.el (message-syntax-checks): Doc fix.
8880         (message-send-mail): Add check for continuation headers.
8881         (message-check-news-header-syntax): Fix regexp used to check for
8882         continuation headers.
8883
8884 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8887
8888 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8891
8892 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8895         default-truncate-lines.
8896
8897 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8900         to fill the utf-8 entry.
8901
8902         * lpath.el: Fbind unicode-precedence-list.
8903
8904 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8905
8906         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8907
8908 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8909
8910         * gnus-agent.el (directory-files-and-attributes): Move all the way
8911         forward (the third and final move).
8912         (gnus-agent-read-agentview): Trap reconstruction errors due to
8913         nonexistant directory.  Handle by returning nil.
8914
8915 2006-05-30  Didier Verna  <didier@xemacs.org>
8916
8917         * message.el (message-dont-reply-to-names): Update the custom type.
8918         * message.el (message-dont-reply-to-names): New defsubst: potentially
8919         convert a list of regexps into a single one.
8920         * message.el (message-get-reply-headers): Use it.
8921         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8922
8923 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-agent.el (directory-files-and-attributes): Move forward.
8926
8927 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * gnus-ml.el (gnus-mailing-list-subscribe)
8930         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8931         (gnus-mailing-list-message): Fix doc strings.
8932
8933 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8934
8935         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8936         of doing it manually.
8937
8938 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8939
8940         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8941         comment.
8942
8943 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8944
8945         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8946         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8947         (gnus-agent-read-local): All symbols allocated in my-obarray.
8948         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8949         (gnus-agent-regenerate-group): Check numeric names to see if they are
8950         messages or groups.
8951         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8952         better way of do this...)
8953
8954         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8955         'dummy.group' (there should be a better way of do this...)
8956
8957 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8960         (gnus-saved-headers): Ditto.
8961         (gnus-default-article-saver): Mention functions may have properties.
8962         (gnus-article-save): Override gnus-save-all-headers and
8963         gnus-saved-headers by :headers property which saver function may have.
8964         (gnus-summary-save-in-file): Add :headers property.
8965         (gnus-summary-write-to-file): Ditto.
8966
8967         * gnus-sum.el (gnus-summary-save-article): Bind
8968         gnus-prompt-before-saving to t when saving many articles in a file;
8969         always show all headers.
8970
8971         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8972
8973 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8974
8975         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8976         marks.
8977
8978         * message.el (message-indent-citation): Add optional arguments to allow
8979         using it outside of message buffers.
8980
8981         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8982         (gnus-article-treat-unfold-headers): Use it.
8983         (gnus-article-truncate-lines): New variable.
8984         (gnus-article-mode): Use it.
8985         (gnus-article-toggle-truncate-lines): New function.
8986
8987         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8988         gnus-article-toggle-truncate-lines.
8989
8990         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8991         coding system in XEmacs, use binary.
8992
8993 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8996         after-load-alist.
8997
8998         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8999         this function should save decoded articles.
9000         (gnus-summary-write-to-file): Use property to specify this function
9001         should save decoded articles and specify gnus-summary-save-in-file
9002         should be used to save articles other than the first one when saving
9003         many articles.
9004         (gnus-summary-save-body-in-file): Use property to specify this
9005         function should save decoded articles.
9006         (gnus-summary-write-body-to-file): Use property to specify this
9007         function should save decoded articles and specify
9008         gnus-summary-save-body-in-file should be used to save articles other
9009         than the first one when saving many articles.
9010
9011         * gnus-sum.el (gnus-summary-save-article): Simplify.
9012
9013 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (gnus-default-article-saver): Add
9016         gnus-summary-write-body-to-file.
9017         (gnus-article-save-coding-system): Don't use coding system object
9018         in XEmacs.
9019         (gnus-read-save-file-name): Add optional `dir-var' argument which
9020         specifies directory in which files are saved; work even if optional
9021         `variable' argument is not specified.
9022         (gnus-summary-write-to-file): Read file name.
9023         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9024         (gnus-summary-write-body-to-file): New function.
9025
9026         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9027         (gnus-summary-local-variables): Add it.
9028         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9029         (gnus-summary-save-article): Remove optional `decode' argument;
9030         determine whether to decode articles by the value of
9031         gnus-default-article-saver; when saving many files using
9032         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9033         it first and use gnus-summary-save-in-file or
9034         gnus-summary-save-body-in-file thereafter unless
9035         gnus-prompt-before-saving is always; move point to article which
9036         will be saved.
9037         (gnus-summary-save-article-file): Revert.
9038         (gnus-summary-write-article-file): Revert.
9039         (gnus-summary-save-article-body-file): Revert.
9040         (gnus-summary-write-article-body-file): New function.
9041
9042 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-art.el (gnus-default-article-saver): Doc fix.
9045         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9046         from gnus-summary-save-article-coding-system, and default to a
9047         certain coding system.
9048         (gnus-output-to-file): Add coding cookie and encode text according
9049         to gnus-article-save-coding-system; don't use mm-append-to-file.
9050
9051         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9052         gnus-art.el and rename to gnus-article-save-coding-system.
9053         (gnus-summary-save-article): Require gnus-art; don't show all
9054         headers if it decodes articles; don't add coding cookie here;
9055         don't bind mm-text-coding-system-for-write.
9056         (gnus-summary-save-article-file): Save decoded articles.
9057         (gnus-summary-write-article-file): When saving many files, use
9058         gnus-summary-write-to-file first and gnus-summary-save-in-file
9059         thereafter unless gnus-prompt-before-saving is always.
9060         (gnus-summary-save-article-body-file): Save decoded articles.
9061
9062         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9063
9064 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * nnrss.el (nnrss-check-group): Bind hash-index.
9067
9068 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9069
9070         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9071         its hash index.  Store this hash in `nnrss-group-data'.
9072         (nnrss-read-group-data): Update accordingly.
9073
9074 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9077         entry.
9078
9079         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9080         gnus-article-browse-html-article.
9081
9082 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9083
9084         * gnus-sum.el (gnus-summary-mime-map): Add
9085         gnus-article-browse-html-article.
9086
9087         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9088
9089 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9092         suitable coding systems in customize.
9093
9094 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * mail-source.el (mail-sources): Fix custom type.
9097
9098 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9101         (gnus-summary-expire-articles-now): Shorten prompt.
9102
9103         * gmm-utils.el (wid-edit): Require.
9104         (defun-gmm): Renamed from `gmm-defun-compat'.
9105         (gmm-image-search-load-path): Use it.
9106         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9107
9108 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9111         variable.
9112         (gnus-summary-save-article): Add optional `decode' argument.  If
9113         it is set and gnus-summary-save-article-coding-system is non-nil,
9114         save decoded article.
9115         (gnus-summary-write-article-file): Save decoded article if
9116         gnus-summary-save-article-coding-system is non-nil.
9117
9118         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9119         type.
9120
9121 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9122
9123         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9124
9125 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9128         first to test gnus-single-article-buffer which may be buffer-local.
9129
9130         * gnus-sum.el (gnus-summary-setup-buffer): Make
9131         gnus-single-article-buffer buffer-local and nil in ephemeral
9132         group; make gnus-article-buffer, gnus-article-current, and
9133         gnus-original-article-buffer always buffer-local.
9134         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9135         group.
9136         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9137
9138 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * nnml.el (nnml-request-compact-group): Compressed files might not
9141         have .gz extension.
9142
9143 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9144
9145         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9146         (mm-copy-to-buffer): Use with-current-buffer.
9147         (mm-display-part): Simplify.
9148         (mm-inlinable-p): Add optional arg `type'.
9149
9150 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9151
9152         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9153         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9154         Try harder to show the attachment internally or externally using
9155         gnus-mime-view-part-as-type.
9156
9157 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * message.el (message-from-style, message-signature-separator)
9160         (message-user-organization-file, message-send-mail-function)
9161         (message-citation-line-function, message-yank-prefix)
9162         (message-indent-citation-function, message-signature)
9163         (message-signature-file, message-signature-insert-empty-line):
9164         Remove autoloads.
9165
9166         * gnus-art.el (gnus-buttonized-mime-types): Remove
9167         "multipart/signed".  Revert 2006-04-26 change.
9168
9169 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170
9171         * gnus.el (gnus-version-number): Bump version.
9172
9173 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9174
9175         * gnus.el: No Gnus v0.5 is released.
9176
9177 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9178
9179         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9180         fetching articles by message-id.
9181
9182 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9183
9184         * message.el (hashcash): Require hashcash as normal.
9185
9186         * ecomplete.el (ecomplete-highlight-match-line): Use
9187         point-at-eol.
9188         (ecomplete-highlight-match-line): Use `highlight', because that
9189         face exists in both Emacs and XEmacs.
9190
9191         * message.el (message-display-abbrev): Use point-at-bol.
9192
9193         * mail-source.el: Don't require timer/timer-funcs.
9194
9195         * gnus-async.el: Ditto.
9196
9197         * password.el: Ditto.
9198
9199         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9200
9201         * mm-url.el: Ditto.
9202
9203         * gnus-xmas.el: Don't require timer-funcs.
9204
9205         * mm-util.el: Require timer/timer-funcs.
9206
9207 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9208
9209         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9210         Close.
9211
9212 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9215         unibyte after clear-decrypt function runs.
9216
9217         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9218         returns as a unibyte string.
9219
9220 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * lpath.el: Revert.
9223
9224         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9225         (pgg-gpg-process-sentinel): Revert.
9226
9227         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9228         (pgg-pgp-lookup-key): Revert.
9229
9230         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9231         (pgg-pgp5-lookup-key): Revert.
9232
9233         * pgg.el (pgg-fetch-key): Revert.
9234
9235 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9236
9237         * lpath.el: Fbind string-as-multibyte for XEmacs.
9238
9239         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9240         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9241         (mml1991-pgg-encrypt): Ditto.
9242
9243         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9244         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9245         a multibyte buffer.
9246
9247         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9248         (pgg-pgp-lookup-key): Ditto.
9249
9250         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9251         (pgg-pgp5-lookup-key): Ditto.
9252
9253         * pgg.el (pgg-fetch-key): Ditto.
9254
9255 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * message.el (message-user-organization-file): Check several
9258         locations of the organization file.
9259
9260         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9261         Add gnus-article-view-part-as-type.
9262
9263         * gnus-art.el (gnus-article-view-part-as-type): New function.
9264
9265         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9266         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9267
9268         * mml.el: Simplify autoload.
9269         (mml-mode): defvar dnd-protocol-alist instead of using
9270         symbol-value.
9271         (mml-default-directory): New variable.
9272         (mml-minibuffer-read-file): Use it.
9273         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9274
9275         * message.el (message-citation-line-format): New variable.
9276         (message-insert-formated-citation-line): New function.
9277         (message-citation-line-function): Add
9278         `message-insert-formated-citation-line' to custom type.
9279
9280         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9281         to doc string.
9282
9283         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9284         depending on mm-verify-option.
9285
9286 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9289         binding pgg-* variables; reimplement the section which prevents
9290         MIME header from being signed.
9291         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9292         pgg-text-mode; remove a blank line at the top of body.
9293
9294         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9295         lines at the top of body; use gnus-newsgroup-charset if there's no
9296         Charset header.
9297
9298 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * message.el (message-self-insert-commands): Doc fix.
9301
9302         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9303         (mm-uu-pgp-encrypted-test): Ditto.
9304         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9305         between header and body; return application/pgp-encrypted handle
9306         if decryption failed; decode decrypted body by charset.
9307
9308         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9309         element match to application/pgp-*.
9310
9311 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9312
9313         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9314         HTML.
9315
9316 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9317
9318         * mail-source.el (mail-source-call-script): Message the error
9319         string.
9320
9321 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9322
9323         * gnus-util.el (gnus-byte-compile): Use it.
9324
9325 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9326
9327         * gnus-util.el (kill-empty-logs): New function.
9328
9329 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * message.el (message-mail-alias-type): Doc fix.
9332         (message-mail-alias-type-p): New function.
9333         (message-send): Use it.
9334         (message-mode): Ditto.
9335         (message-strip-forbidden-properties): Ditto.
9336
9337         * ecomplete.el (ecomplete-database-file-coding-system): New
9338         variable.
9339         (ecomplete-save): Use it.
9340         (ecomplete-setup): Use it.
9341
9342 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * message.el (message-self-insert-commands): New variable.
9345         (message-strip-forbidden-properties): Use it.
9346
9347 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9350         that doesn't make XEmacs choke.
9351
9352 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-util.el (gnus-replace-in-string):
9355         Prefer replace-regexp-in-string over of replace-in-string.
9356
9357 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-util.el (gnus-select-frame-set-input-focus):
9360         Use select-frame-set-input-focus if it is available in XEmacs; use
9361         definition defined in Emacs 22 for old Emacsen.
9362
9363         * dgnushack.el: Autoload unmorse-region for XEmacs.
9364
9365         * lpath.el: Bind cursor-in-non-selected-windows and
9366         select-frame-set-input-focus for XEmacs.
9367
9368 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9371
9372 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9373
9374         * gnus-registry.el (gnus-registry-cache-save): Remove text
9375         properties when saving via the temp buffer.
9376
9377 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * message.el (message-generate-hashcash): Honor custom type.
9380
9381 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * message.el (message-generate-hashcash): Default to non-nil when
9384         hashcash is found.
9385
9386         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9387         (gnus-refer-thread-limit): Increase default to 500.
9388
9389         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9390
9391         * flow-fill.el (fill-flowed): Allow delete-space.
9392
9393 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9394
9395         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9396         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9397         Remove autoloads.
9398
9399 2006-04-18  Simon Josefsson  <jas@extundo.com>
9400
9401         * message.el (message-generate-hashcash): Default to.
9402
9403 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9406         concatenating segments rather than before concatenating them.
9407
9408 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9411
9412 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9415
9416         * message.el (message-forward-make-body-plain): Allow
9417         message-forward-ignored-headers to be a list.
9418         (message-remove-ignored-headers): Factor out into function.
9419         (message-forward-make-body-mml): Use it.
9420
9421         * imap.el (imap-quote-specials): New function.
9422         (imap-login-auth): Quote specials.
9423
9424         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9425         (rfc2231-parse-string): Allow concatanation of parameters that
9426         aren't contiguous.  The test case is
9427           (mail-header-parse-content-type "message/external-body;
9428             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9429             access-type=LOCAL-FILE;
9430             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9431
9432 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9433
9434         * nntp.el (nntp-accept-process-output): Return the value of
9435         `nnheader-accept-process-output'.
9436
9437 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9440         (gnus-button-alist): Recognize more diff formats.
9441         (gnus-button-patch): Strip directory.
9442
9443 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9446         Emacs 22 when setting focus.
9447
9448 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * gnus-art.el (gnus-article-treat-types): Do treatment of
9451         text/x-verbatim parts.
9452         (gnus-button-patch): New command.
9453
9454         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9455         addresses that contain invalid characters.
9456
9457 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9458
9459         * message.el (message-put-addresses-in-ecomplete): Use
9460         gnus-replace-in-string.
9461         (message-is-yours-p): Use the more correct
9462         mail-header-parse-address instead of
9463         mail-extract-address-components.
9464         (message-put-addresses-in-ecomplete): Fix typo.
9465
9466         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9467         keystroke.
9468
9469         * gnus-art.el (gnus-treatment-function-alist): Change order of
9470         newsgroups/generic header folding to avoid double-folding.
9471
9472         * message.el (message-hidden-headers): Add X-Draft-From.
9473
9474         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9475         command.
9476         (gnus-summary-repeat-search-article-backward): New command.
9477
9478         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9479         groups in the parent topic.
9480
9481 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9482
9483         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9484         (spam-extra-header-to-number): Return the CRM114 number as a
9485         number instead of a string.
9486
9487 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * gnus-art.el (gnus-face-properties-alist): Moved here from
9490         gnus-fun.
9491
9492         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9493
9494 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9495
9496         * message.el (message-strip-forbidden-properties): Only display on
9497         self-insert-command.
9498
9499         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9500         reindent.
9501         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9502
9503 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9504
9505         * smiley.el (smiley-style): Fix typo.
9506
9507 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508
9509         * hashcash.el (hashcash-insert-payment-async-2): Use
9510         message-goto-eoh instead of doing it manually.
9511         (mail-add-payment): Use message-narrow-to-header instead of trying
9512         to do the same itself.
9513
9514         * message.el (message-hidden-headers): Add Face.
9515
9516         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9517         reparenting code.
9518         (gnus-summary-reparent-children): Refactored out code.
9519         (gnus-summary-thread-map): New keystroke.
9520         (gnus-summary-reparent-children): Make into command.
9521
9522         * smiley.el (smiley-style): Default to `medium' if using a large
9523         font.
9524
9525         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9526         does it itself.
9527
9528         * message.el (message-point-in-header-p): Simplify definition.
9529
9530 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * nnagent.el (nnagent-request-set-mark): Silence log file
9533         writing.
9534         (nnagent-request-set-mark): Use write-region instead of
9535         append-to-file.
9536
9537         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9538         strange select method.
9539
9540         * ecomplete.el (ecomplete-display-matches): Get highlightling
9541         right.
9542         (ecomplete-display-matches): Use literals.
9543         (ecomplete-display-matches): Disable message logging.
9544
9545         * message.el (message-display-abbrev): Small optimization.
9546
9547         * ecomplete.el (ecomplete-display-matches): Allow automatic
9548         display.
9549
9550         * message.el (message-strip-forbidden-properties): Display
9551         abbrevs.
9552         (message-display-abbrev): Get automatic display right.
9553
9554         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9555         keystrokes.
9556
9557 2006-04-13  Romain Francoise  <romain@orebokech.com>
9558
9559         TODO: Backport to v5-10!
9560
9561         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9562         Moved here (and renamed) from gnus-registry.el.
9563
9564         * gnus-registry.el: Require gnus-util.
9565         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9566
9567 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-group.el (gnus-group-catchup-current): Change
9570         if-then-else-if-then-else into cond.
9571         (gnus-group-catchup): Indent.
9572         (group-name-at-point): New function.
9573         (gnus-fetch-group): Provide default from thing at point.
9574
9575 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * message.el (message-display-abbrev): Fix regexp.
9578
9579         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9580         choosing.
9581         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9582         dead variables.
9583
9584         * message.el (message-newline-and-indent): Remove debugging.
9585         (message-display-abbrev): Use new implementation.
9586
9587 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-art.el (gnus-article-mode): Set
9590         cursor-in-non-selected-windows to nil.
9591
9592         * smiley.el: Revert previous change.
9593         (smiley-data-directory): defvar it before using it in the
9594         defcustom of `smiley-style'.
9595
9596 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * message.el (message-newline-and-indent): New function.
9599
9600         * ecomplete.el: Implement more bits.
9601
9602         * message.el (message-put-addresses-in-ecomplete): Clean up the
9603         string.
9604
9605         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9606
9607         * gnus-sum.el (gnus-summary-save-parts): Bind
9608         gnus-summary-save-parts-counter and use it to make unique file
9609         names.
9610
9611         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9612
9613         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9614         parameter to say whether to actually parse the individual
9615         addresses.
9616
9617         * message.el (message-put-addresses-in-ecomplete): New function.
9618         (ecomplete): Require.
9619         (message-mail-alias-type): Add ecomplete as an option.
9620
9621 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9622
9623         * flow-fill.el (fill-flowed): Remove trailing space from blank
9624         quoted lines.
9625
9626 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * smiley.el (smiley-style): Move definition later to avoid a
9629         compilation warning.
9630
9631 2006-04-12  Kenichi Handa  <handa@m17n.org>
9632
9633         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9634         buffer and then decode the buffer text if necessary.
9635         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9636         first, and after mm-encode-body, change the buffer to unibyte.
9637         Use mm-disable-multibyte instead of set-buffer-multibyte.
9638
9639 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9642         Content-Type header instead of Content-Disposition header.
9643         (gnus-mime-inline-part): Ditto.
9644         (gnus-mime-view-part-as-charset): Ignore charset that the part
9645         specifies.
9646
9647         * mm-decode.el (mm-display-part): Work with external parts and
9648         usual parts similarly.
9649
9650         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9651         instead of gnus-display-mime.
9652
9653         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9654         instead of with-temp-buffer.
9655
9656         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9657         tag to summarized topics part in order to encode non-ASCII text.
9658
9659 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * smiley.el (smiley-style): New variable.
9662         (smiley-directory): New function.
9663         (smiley-data-directory): Derive from `smiley-style' using
9664         `smiley-directory'.
9665         (smiley-regexp-alist): Add new entries.
9666
9667         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9668         (gnus-article-browse-delete-temp): Add :version.
9669
9670 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9671
9672         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9673         the sieve region.
9674
9675 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9676
9677         * gnus.el (gnus-version-number): Bump version.
9678
9679 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gnus.el: No Gnus v0.4 is released.
9682
9683 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9686         layout.
9687
9688         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9689         unknown charset.
9690
9691         * message.el (message-header-synonyms): Add Original-To to the
9692         default.
9693
9694         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9695         optional parameter.
9696
9697 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gnus-fun.el (gnus): Require it for gnus-directory.
9700
9701 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9704
9705 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9706
9707         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9708
9709 2006-04-05  Simon Josefsson  <jas@extundo.com>
9710
9711         * password.el (password-reset): New function.
9712
9713 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9714
9715         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9716         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9717
9718 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9719
9720         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9721         Some whitespace was matched into the url, which broke browsing hits
9722         > 100 when mm-url-use-external was nil.
9723
9724 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9727         gnus-extra-headers for 'Newsgroups.
9728
9729         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9730         bound.
9731
9732 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9733
9734         * pgg-gpg.el: Clean up process buffers every time gpg processes
9735         complete.
9736
9737 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9740         doc string.
9741
9742 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9743
9744         * pgg-gpg.el (pgg-gpg-process-filter)
9745         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9746
9747         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9748         lines, temporary fix.
9749
9750 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9753
9754 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9755
9756         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9757         default-enable-multibyte-characters.  This reverts the change from
9758         revision 6.17 which is no longer necessary because the passphrase
9759         is sent separately now.  GnuPG messages are unreadable under
9760         multibyte locales with default-enable-multibyte-characters set to
9761         nil.
9762
9763 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * message.el (message-tool-bar-gnome): Move "spell".
9766
9767 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9770         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9771         instead.
9772
9773 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9774
9775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9776         newsgroups handling for NNTP overviews which don't include
9777         Newsgroups.
9778
9779 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9780
9781         * message.el (message-resend): Bind message-generate-hashcash to nil.
9782
9783 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9784
9785         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9786         when searching for already-paid recipients.
9787
9788 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9789
9790         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9791         passphrases when it is not needed.
9792         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9793         passphrase stuff from gpg, should only be necessary when you use
9794         gpg with a smartcard.
9795
9796 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * mml.el (mml-insert-mime): Ignore cached contents of
9799         message/external-body part.
9800
9801         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9802         (mm-insert-part): Ditto.
9803
9804 2006-03-23  Simon Josefsson  <jas@extundo.com>
9805
9806         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9807         Reiner.
9808         (pgg-gpg-use-agent-p): Use it again.
9809
9810 2006-03-23  Simon Josefsson  <jas@extundo.com>
9811
9812         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9813         older emacsen.
9814         (pgg-gpg-use-agent-p): Don't use it.
9815
9816 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9819         if we can.
9820
9821 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9822
9823         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9824         (pgg-gpg-update-agent): New function.
9825         (pgg-gpg-use-agent-p): New function.
9826         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9827         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9828         (pgg-gpg-sign-region): Use it.
9829
9830 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9833         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9834
9835 2006-03-21  Simon Josefsson  <jas@extundo.com>
9836
9837         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9838         <wilde@sha-bang.de>.
9839         (pgg-gpg-use-agent): New variable.
9840         (pgg-gpg-process-region): Use it.
9841         (pgg-gpg-encrypt-region): Likewise.
9842         (pgg-gpg-encrypt-symmetric-region): Likewise.
9843         (pgg-gpg-decrypt-region): Likewise.
9844         (pgg-gpg-sign-region): Likewise.
9845         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9846
9847 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9850
9851         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9852         Add comment on version.
9853
9854 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9855
9856         * smiley.el: Add missing test smiley.
9857
9858 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * mm-decode.el (mm-with-part): New macro.
9861         (mm-get-part): Use it; work with message/external-body as well.
9862         (mm-save-part): Treat name and filename equally.
9863
9864         * mm-extern.el (mm-extern-cache-contents): New function.
9865         (mm-inline-external-body): Use it; force the part to be displayed;
9866         move undisplayer added to the cached handle to the parent.
9867
9868         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9869         (gnus-mime-view-part-as-type): Work with message/external-body.
9870
9871         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9872
9873 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9876         images in image-load-path.  [Sync with image.el, revision 1.60, in
9877         Emacs.]
9878
9879 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9882         path rather than symbol.  Always return list of directories.
9883         Guarantee that image directory comes first.  [Sync with image.el,
9884         revision 1.59, in Emacs.]
9885
9886         * message.el (message-make-tool-bar): Adjust to new API of
9887         `gmm-image-load-path-for-library'.
9888
9889         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9890
9891         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9892
9893 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9894
9895         * gnus-art.el (gnus-article-only-boring-p):
9896         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9897         intangible text.
9898         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9899
9900 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9903         `defun' instead of `gmm-defun-compat'.
9904
9905 2006-03-14  Simon Josefsson  <jas@extundo.com>
9906
9907         * message.el (message-unique-id): Don't use message-number-base36
9908         if (user-uid) is a float.
9909         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9910
9911 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9914
9915         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9916         empty line between a part and a message part.
9917
9918 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * smiley.el: Add more test smileys.
9921         (smiley-data-directory, smiley-regexp-alist)
9922         (gnus-smiley-file-types): Fix doc strings.
9923         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9924         adding new elements.
9925         (smiley-mouse-map): Unused code.  Make it a comment.
9926
9927 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9930         scan latest NoCeM messages instead of old ones.
9931         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9932         delimiters that are recently used.
9933         (gnus-nocem-load-cache): Add autoload cookie.
9934
9935         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9936
9937         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9938         level which is larger than gnus-use-nocem is specified.
9939
9940         * gnus-group.el (gnus-group-get-new-news): Ditto.
9941
9942 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9943
9944         * gnus-util.el (gnus-tool-bar-update): New function.
9945
9946         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9947         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9948
9949         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9950
9951         * gnus-group.el (gnus-group-redraw-when-idle)
9952         (gnus-group-redraw-check): Remove.
9953         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9954
9955 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9958         if optional last element is specified in splits (FIELD VALUE...).
9959
9960 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9963         to gmm-image-load-path-for-library.  Call with no-error argument.
9964         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9965
9966         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9967
9968         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9969
9970         * gmm-utils.el (gmm-image-load-path): Remove alias.
9971
9972 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * gmm-utils.el (gmm-image-load-path): Add alias.
9975
9976         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9977         nnml-generate-nov-databases-1.
9978         (nnml-generate-nov-databases): Use it.
9979         (nnml-generate-nov-databases-directory): Document no-active
9980         argument.
9981
9982         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9983         directory if path is t.  Add no-error.
9984
9985         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9986         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9987
9988         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9989         resetting gnus-article-browse-html-temp-list.
9990
9991         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9992         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9993         Add example to docstring.  Rename local variables.  Move error
9994         checks to default case in cond and simplify.
9995
9996 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9999         handle is multipart when calling it recursively.
10000         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10001
10002 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10003
10004         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10005         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10006
10007 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10010         is loaded.
10011
10012         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10013         loaded.
10014
10015 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10018         to "Emacs 23 (unicode)" in doc string.
10019
10020         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10021         "Emacs 23 (unicode)" in comment.
10022
10023 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10026
10027         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10028         characters 160 through 255 in Emacs 23.
10029
10030 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10033         gnus-article-browse-html-temp.
10034         (gnus-article-browse-delete-temp): Make it customizable.  Add
10035         `file'.  Adjust doc string.
10036         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10037         query for each file.  Adjust doc string.
10038         (gnus-article-browse-html-parts): Add
10039         `gnus-article-browse-delete-temp-files' to
10040         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10041
10042 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10043
10044         * gnus-art.el (gnus-article-browse-html-temp)
10045         (gnus-article-browse-delete-temp): New variables.
10046         (gnus-article-browse-delete-temp-files): New function.
10047         (gnus-article-browse-html-parts): Use it.
10048
10049 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10052
10053         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10054         string.
10055
10056         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10057         gnus-summary-insert-new-articles when unplugged.  Remove
10058         gnus-summary-search-article-forward.
10059
10060         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10061         display-visual-class instead of display-color-cells.
10062
10063 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * dgnushack.el: Autoload customize-group for XEmacs.
10066
10067         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10068         message/* containing non-ASCII text properly.
10069
10070 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10071
10072         * message.el: Require gmm-utils, remove autoloads.
10073         (message-tool-bar): Set default based on
10074         gmm-tool-bar-style.
10075         (message-tool-bar-gnome): Add gmm-customize-mode.
10076
10077         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10078         gmm-tool-bar-style.
10079         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10080
10081         * gnus-group.el (gnus-group-tool-bar): Set default based on
10082         gmm-tool-bar-style.
10083         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10084
10085         * gmm-utils.el (gmm-image-directory): Rename variable from
10086         gmm-image-load-path.
10087         (gmm-image-load-path): Use gmm-image-directory.
10088         (gmm-customize-mode): New function.
10089         (gmm-tool-bar-style): New variable.
10090
10091         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10092         gnus-group-redraw-line-number.
10093         (gnus-group-redraw-check): Simplify.
10094         (gnus-group-tool-bar-update): Remove redraw check.
10095         (gnus-group-make-tool-bar): Add redraw check.
10096
10097 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10098
10099         * gnus-art.el (gnus-button): Add missing parentheses.
10100
10101 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * lpath.el: Fbind line-number-at-pos.
10104
10105 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10108
10109 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * gnus-art.el (gnus-button): New face.
10112         (gnus-article-button-face): Use it.
10113
10114         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10115         gnus-summary-next-page.  Re-order.
10116
10117         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10118         next-node are now included.
10119         (gnus-group-redraw-line-number): New internal variable.
10120         (gnus-group-redraw-check): Helper function for updating the tool
10121         bar.
10122         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10123
10124         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10125
10126         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10127         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10128         Use it to match format of Spamassassin 3.0 and later.  Reported by
10129         IRIE Tetsuya <irie@t.email.ne.jp>.
10130         (spam-check-bogofilter)
10131         (spam-bogofilter-register-with-bogofilter): Fix args of
10132         `gnus-error' calls.
10133
10134 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10137         unnecessary interaction when sending queued mails.  Reported by
10138         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10139
10140 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10143         first or last are nil.
10144
10145 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10146
10147         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10148
10149 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150
10151         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10152
10153 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * dns.el (query-dns): Protect more against buggy tcp output.
10156
10157 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10160         nov.php.
10161
10162 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10163
10164         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10165         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10166         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10167         output on the server side.
10168         (nnweb-google-create-mapping): Update regexps and add some
10169         progress indication.
10170
10171 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10174         gnus-agent-toggle-plugged.  Re-order icons.
10175         (gnus-group-tool-bar-gnome): Add
10176         gnus-group-{prev,next}-unread-group.
10177         (gnus-group-tool-bar-gnome): Re-order icons.
10178
10179         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10180         gnus-summary-insert-new-articles.
10181
10182         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10183         comments.
10184
10185         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10186         also available in Emacs 21.3.
10187
10188         * message.el (message-fix-before-sending): Change "Emacs 22" to
10189         "Emacs 23 (unicode)" in comment.
10190
10191         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10192         "Emacs 23 (unicode)" in comment.
10193
10194         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10195         comment.
10196         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10197
10198         * mm-view.el (mm-fill-flowed): Add :version.
10199
10200 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10203         and load-path.
10204
10205 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10206
10207         * message.el: Autoload gmm-image-load-path.
10208         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10209         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10210         consitency.
10211
10212         * gmm-utils.el (gmm-image-load-path): Also search in
10213         "../etc/images".  Don't set gmm-image-load-path if we don't find
10214         the image.
10215
10216 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gmm-utils.el (gmm-image-load-path): Don't make
10219         `gmm-image-load-path' include subdirectories which the second arg
10220         `image' might specify.
10221
10222         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10223         subdirectory to icon file names.
10224
10225         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10226
10227 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10230         gmm-image-load-path calls.
10231
10232         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10233
10234         * message.el (message-make-tool-bar): Ditto.
10235
10236         * mml.el (mml-preview): Added comment concerning tool bar icons.
10237
10238         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10239         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10240
10241         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10242         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10243
10244         * message.el (message-tool-bar-gnome): Use new icon names.
10245         (message-make-tool-bar): Use `gmm-image-load-path'.
10246
10247         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10248         functions from MH-E.
10249         (gmm-image-load-path): New variable from MH-E.
10250         (gmm-image-load-path): New function from MH-E.  Added arguments
10251         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10252         *-image-load-path-called-flag.
10253
10254 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10255
10256         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10257
10258 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10259
10260         * nnimap.el (nnimap-request-move-article): Change folder back to
10261         source group before deleting.
10262
10263 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10266
10267         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10268         mm-url.
10269
10270         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10271
10272 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10275         coding system which mm-charset-to-coding-system returns for a
10276         given charset is valid.
10277
10278 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10279
10280         * html2text.el (html2text-remove-tag-list):
10281         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10282
10283 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10284
10285         * gnus-cus.el: Revert 2005-10-17 change.
10286
10287 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-art.el (article-strip-banner): Call
10290         article-really-strip-banner only when the regexp match is made.
10291
10292 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-art.el (article-strip-banner): Use
10295         gnus-extract-address-components instead of
10296         mail-header-parse-addresses to make it work with non-ASCII text;
10297         remove mail-encode-encoded-word-string.
10298
10299         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10300         values which are surrounded with \"...\"; make it never cause a
10301         Lisp error; give up parsing of parameters if it failed in
10302         extracting type.
10303
10304 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10305
10306         * smime.el (smime-cert-by-ldap-1): Fix bug where
10307         `smime-ldap-search' returns results without userCertificates.
10308
10309 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10312
10313 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * spam.el (spam-check-spamassassin-headers): Adapt format for
10316         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10317         <ari@mbf.ocn.ne.jp>.
10318         (spam-list-of-processors): Add spam-use-gmane.
10319
10320 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10323         make-temp-file; make it work with XEmacs as well.
10324
10325         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10326         mm-make-temp-file.
10327
10328         * mm-decode.el (mm-display-external): Use the 3rd arg of
10329         mm-make-temp-file.
10330         (mm-create-image-xemacs): Ditto.
10331
10332 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10335         with message-narrow-to-headers.
10336         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10337         (gnus-draft-check-draft-articles): New function.
10338         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10339
10340 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * gnus-art.el (gnus-article-browse-html-parts):
10343         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10344         Don't use suffix argument for mm-make-temp-file for Emacs 21
10345         compatibility.  Remove useless `format'.
10346
10347 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10348
10349         * nnweb.el (nnweb-google-wash-article): Update regexps.
10350         (nnweb-group-alist): Use defvoo instead of defvar.
10351
10352 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10355         re-loading nn* modules.
10356
10357 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10360         for `tool-bar-mode' and don't check it's default-value.
10361
10362         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10363
10364         * message.el (message-make-tool-bar): Ditto.
10365
10366         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10367         `substring'.  Shorten tmp-file name.
10368
10369         * gnus.el: Remove bogus comment.
10370
10371 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10372
10373         * gnus-art.el (gnus-article-browse-html-parts): New function.
10374         (gnus-article-browse-html-article): New function for viewing html
10375         articles with a browser.
10376
10377 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10378
10379         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10380         in elisp.
10381         (pgg-gpg-encrypt-symmetric-region): Ditto.
10382         (pgg-gpg-sign-region): Ditto.
10383
10384         * pgg-def.el (pgg-text-mode): New variable.
10385
10386         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10387         (mml2015-pgg-encrypt): Ditto.
10388
10389         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10390         (mml1991-pgg-encrypt): Ditto.
10391
10392 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10395         message-make-date instead of current-time-string.
10396
10397         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10398         to gnus-decoded which mm-uu might set.
10399
10400 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10403         don't decode quoted parameters; remove misimported Emacs code.
10404         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10405         (rfc2231-decode-encoded-string): Don't use split-string which
10406         behaves differently according to Emacs version; use
10407         mm-decode-coding-region to convert charset to coding-system.
10408         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10409         (rfc2231-encode-string): Remove misimported Emacs code.
10410
10411 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10414         when calling mail-header-parse-content-type.
10415         (article-de-quoted-unreadable): Ditto.
10416         (article-de-base64-unreadable): Ditto.
10417         (article-wash-html): Ditto.
10418
10419         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10420         calling mail-header-parse-content-type and
10421         mail-header-parse-content-disposition.
10422         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10423         mail-header-parse-content-type.
10424
10425         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10426         insert charset and format parameters; encode description after
10427         inserting it to buffer.
10428         (mml-insert-parameter): Fold lines properly even if a parameter is
10429         segmented into two or more lines; change the max column to 76.
10430
10431         * rfc1843.el (rfc1843-decode-article-body): Don't use
10432         ignore-errors when calling mail-header-parse-content-type.
10433
10434         * rfc2231.el (rfc2231-parse-string): Return at least type if
10435         possible; don't cause an error even if it fails in parsing of
10436         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10437         (rfc2231-encode-string): Don't break lines at the beginning, leave
10438         it to mml-insert-parameter.
10439
10440         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10441         calling mail-header-parse-content-type.
10442
10443 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * spam-report.el (spam-report-gmane-use-article-number):
10446         Improve doc string.
10447         (spam-report-gmane-internal): Check if a suitable header was found
10448         in the article.
10449
10450 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10453         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10454
10455 2006-02-05  Romain Francoise  <romain@orebokech.com>
10456
10457         Update copyright notices of all files in the gnus directory.
10458
10459 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10460
10461         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10462
10463 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10466         segmented lines of parameter value to cope with Thunderbird 1.5
10467         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10468         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10469         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10470
10471 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10472
10473         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10474         parts.
10475
10476 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10477
10478         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10479         there's only one active file for all servers.
10480         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10481         solid groups.  Gnus might have used a FAST request to select the group.
10482         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10483         and nnweb-search redundantly in the active file.
10484         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10485         (nnweb-request-create-group): Don't use ARGS.
10486         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10487         initialisations.  Let nnoo do the work.
10488
10489 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10492         Say the part has been decoded.
10493
10494         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10495
10496 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10497
10498         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10499         mailcap-viewer-test-cache when there's no 'test clause, since that
10500         will invert the meaning of a "nil" test previously determined by
10501         mailcap-mailcap-entry-passes-test.
10502
10503 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10506         compiling.
10507
10508         * gnus-sum.el: Ditto.
10509
10510         * message.el: Don't bind tool-bar-map when compiling.
10511
10512 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10515
10516 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10517
10518         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10519         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10520         current Google Groups.
10521
10522 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10525         and tool-bar-mode.
10526
10527         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10528         and tool-bar-mode.
10529
10530         * message.el (message-tool-bar-update): Simplify.
10531         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10532
10533         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10534         gnus-summary-buffer.
10535         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10536         gnus-summary-reply.
10537
10538         * gmm-utils.el (gmm): Add :version.
10539
10540 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * Makefile.in (clean): New rule.
10543         (distclean): Use it.
10544
10545 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10546
10547         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10548         autoload.
10549
10550 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gmm-utils.el (gmm-verbose): Add :group.
10553
10554 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * message.el: Change some comments WRT tool-bars.
10557
10558         * gnus-sum.el (gnus-summary-tool-bar)
10559         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10560         (gnus-summary-tool-bar-zap-list): New variables.
10561         (gnus-summary-make-tool-bar): Complete rewrite using
10562         `gmm-tool-bar-from-list'.
10563
10564         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10565         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10566         variables.
10567         (gnus-group-make-tool-bar): Complete rewrite using
10568         `gmm-tool-bar-from-list'.
10569         (gnus-group-tool-bar-update): New function.
10570
10571         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10572
10573 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10576         is dissected into a single part of which the type is the same as
10577         the given one; decode charset.
10578
10579 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10580
10581         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10582         into alists as symbol not string, since that's what
10583         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10584         look for.
10585
10586 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10589         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10590
10591         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10592
10593 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10596         (gnus-xmas-mime-security-button-menu): New function.
10597
10598         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10599         (gnus-mime-security-button-menu): New definition.
10600         (gnus-mime-security-button-map): Use them.
10601         (gnus-mime-security-button-menu): New function.
10602         (gnus-insert-mime-security-button): Addition to help echo.
10603         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10604         (gnus-mime-security-pipe-part): New functions.
10605
10606         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10607         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10608
10609         * mm-decode.el (mm-handle-set-disposition): Remove.
10610         (mm-handle-set-description): Remove.
10611
10612 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10615         (mm-w3m-standalone-supports-m17n-p): New function.
10616         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10617         w3m usage.
10618
10619         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10620         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10621
10622 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * message.el (message-tool-bar-zap-list): Use
10625         gmm-tool-bar-zap-list as custom type.
10626         (message-tool-bar-update): New function.
10627         (message-tool-bar, message-tool-bar-gnome)
10628         (message-tool-bar-retro): Add message-tool-bar-update.
10629         (message-tool-bar-gnome): Add flyspell-buffer.
10630
10631         * gnus-util.el (gnus-error): Describe `args'.
10632
10633         * gmm-utils.el (gmm-error): Describe `args'.
10634         (gmm-tool-bar-zap-list): New widget.
10635         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10636
10637 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10640         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10641         the number of recursive calls.
10642
10643         * mm-decode.el (mm-handle-set-disposition): New macro.
10644         (mm-handle-set-description): New macro.
10645
10646 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10647
10648         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10649         encoding.
10650
10651 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * message.el (message-tool-bar-zap-list, message-tool-bar)
10654         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10655         (message-tool-bar-local-item-from-menu): Remove.
10656         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10657         (message-make-tool-bar): New function.
10658         (message-mode): Use `message-make-tool-bar'.
10659
10660         * gmm-utils.el: New file.
10661         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10662         (gmm-lazy): New widget copied from `nnmail.el'.
10663         (gmm-tool-bar-from-list): New function for creating customizable
10664         tool bars.
10665         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10666         output.
10667         (gmm): Add :prefix to defgroup.
10668
10669 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10670
10671         * gmm-utils.el (gmm-widget-p): New function.
10672
10673 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10674
10675         * mml.el (mml-attach-file): Describe `description' in doc string.
10676         (mml-menu): Add Emacs MIME manual and PGG manual.
10677
10678 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10679
10680         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10681
10682 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10683
10684         * nntp.el (nntp-end-of-line): Doc fix.
10685
10686 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10687
10688         * imap.el (imap-open): Handle case where buffer is a buffer
10689         object.
10690
10691 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10692
10693         * gnus-delay.el (gnus-delay): Don't autoload.
10694         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10695         to be re-loaded when customizing the `gnus-delay' group.
10696
10697 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10698
10699         * message.el (message-insert-citation-line): Use newlines.
10700
10701 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10702
10703         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10704         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10705         these routines, so the passphrase can be managed externally and
10706         passed in to the system.
10707         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10708         pgg-add-passphrase-to-cache function.
10709
10710         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10711         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10712         these routines, so the passphrase can be managed externally and
10713         passed in to the system.
10714         (pgg-pgp5-sign-region): Use new name of
10715         pgg-add-passphrase-to-cache function.
10716
10717 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10718
10719         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10720         part of the decoded armor to find the key-identifier.
10721         (pgg-gpg-lookup-key-owner): New function to return the
10722         human-readable identifier of a key owner.
10723         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10724         itself.
10725         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10726         the key value) if we have a key and can match it against a secret
10727         key.  Also, added a note pointing out fact that the prompt only
10728         indicates the first matching key.
10729
10730         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10731         pgg-decrypt-region.
10732         (pgg-add-passphrase-to-cache): Rename from
10733         `pgg-add-passphrase-cache' to reduce confusion (all callers
10734         changed).
10735         (pgg-remove-passphrase-from-cache): Rename from
10736         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10737         changed).
10738         (pgg-read-passphrase, pgg-add-passphrase-cache)
10739         (pgg-remove-passphrase-cache): Add informative docstrings.
10740         (pgg-decrypt): Convey provided passphrase in subordinate call to
10741         pgg-decrypt-region.
10742
10743 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10744
10745         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10746         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10747         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10748         'passphrase' argument, so the passphrase can be managed externally
10749         and then passed in to the system.
10750
10751         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10752         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10753         so the passphrase cache can be used reliably with identifiers
10754         besides a pgp packet's key id.
10755
10756         * pgg-gpg.el (pgg-gpg-encrypt-region)
10757         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10758         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10759         these routines, so the passphrase can be managed externally and
10760         passed in to the system.
10761
10762         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10763         'notruncate' argument, so the passphrase cache can be used
10764         reliably with identifiers besides a pgp packet's key id.
10765
10766 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10767
10768         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10769         symmetric encryption.
10770         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10771         encrypted session key.
10772         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10773         message ask for the passphrase in a proper way.
10774
10775         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10776         New user commands for symmetric encryption.
10777
10778 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10781
10782         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10783
10784 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10785
10786         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10787
10788 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * mm-decode.el (mm-inlined-types): Add application/pgp.
10791         (mm-automatic-display): Ditto.
10792
10793         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10794         part as text.
10795
10796 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10797
10798         * nnrss.el: Update copyright.
10799         (nnrss-opml-import): Query whether to subscribe to each entry.
10800
10801         * gnus-art.el:
10802         * gnus-sum.el:
10803         * gnus-xmas.el:
10804         * messagexmas.el:
10805         * mm-uu.el:
10806         * mm-view.el: Update copyright.
10807
10808 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10809
10810         * message.el (message-info): New function.
10811         (message-mode-menu): Add it.
10812         Update copyright.
10813
10814         * ChangeLog: Fix and update copyright.
10815
10816 2006-01-13  Romain Francoise  <romain@orebokech.com>
10817
10818         * message.el (message-forward-subject-name-subject): Prefer the
10819         address to 'nowhere' if the sender has no name.
10820         Fix typo.  Update copyright year.
10821
10822 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-art.el (article-wash-html): Use
10825         gnus-summary-show-article-charset-alist if a numeric arg is given.
10826         (gnus-article-wash-html-with-w3m-standalone): New function.
10827
10828         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10829         mm-inline-text-html-render-with-w3m-standalone.
10830         (mm-text-html-washer-alist): Map w3m-standalone to
10831         gnus-article-wash-html-with-w3m-standalone.
10832         (mm-inline-text-html-render-with-w3m-standalone): New function.
10833
10834 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10835
10836         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10837         Improve LaTeX.
10838
10839 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10842         (nnrss-request-article): Render text/plain parts as HTML.
10843
10844         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10845         the buffer.
10846
10847 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10850         custom definition of `gnus-posting-styles'.
10851
10852         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10853         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10854
10855 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10858         Use nntp for bug archive.
10859
10860 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10863         parts.
10864         (nnrss-normalize-date): New function converts ISO 8601 date into
10865         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10866         (nnrss-check-group): Use it.
10867
10868 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10871
10872         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10873         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10874         (nnrss-insert-w3): Ditto.
10875
10876 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10879         the articles to be forwarded including the case where neither a
10880         number of articles nor a region is specified.
10881
10882 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * nnrss.el (nnrss-request-article): Fix last change; fill
10885         text/plain parts.
10886
10887 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10890         in text/plain part.
10891         (nnrss-check-group): Don't add excessive newline to dc:subject.
10892
10893 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10894
10895         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10896         article.
10897
10898 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10899
10900         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10901         (nnml-use-compressed-files, nnml-save-mail): Support other
10902         comression programs such as bzip2.
10903
10904 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * dns.el (query-dns): Make sure we check the buffer size before
10907         removing tcp headers.
10908
10909 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10912         remove MIME buttons associated with multipart/alternative parts.
10913         (gnus-mime-display-alternative): Tag buttons using `article-type'
10914         text property.
10915
10916         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10917         associated with multipart/alternative parts.
10918
10919         * gnus-art.el (gnus-signature-separator): Fix custom type.
10920
10921         * mm-decode.el (mm-inlined-types): Fix custom type.
10922         (mm-keep-viewer-alive-types): Ditto.
10923         (mm-automatic-display): Ditto.
10924         (mm-attachment-override-types): Ditto.
10925         (mm-inline-override-types): Ditto.
10926         (mm-automatic-external-display): Ditto.
10927
10928 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10929
10930         * spam-report.el (spam-report-user-mail-address)
10931         (spam-report-user-agent): New variables.
10932         (spam-report-url-ping-plain): Use spam-report-user-agent.
10933
10934 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10935
10936         * gnus-art.el (gnus-button-handle-custom): Do not just use
10937         `customize-apropos' for any "M-x customize-*" button but the
10938         function called for.  Accept both the function name and its
10939         argument in order to achieve this.
10940         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10941         function name to `gnus-button-handle-custom' in case of "M-x
10942         customize-*" buttons.
10943
10944 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10947         multipart/alternative and add xref to mm-discouraged-alternatives
10948         in doc string.
10949
10950         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10951         gnus-buttonized-mime-types in doc string.
10952
10953 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10956         Suggest image/.* in the doc string.
10957
10958 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10961         message-marks (Debian bug #342521).
10962
10963 2005-12-12  Simon Josefsson  <jas@extundo.com>
10964
10965         * password.el (password-read-from-cache): Add.
10966         (password-read): Use it.
10967
10968 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10971         us-ascii as a MIME charset.
10972
10973         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10974         against the case where the 2nd arg TYPE is nil.
10975
10976 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10977
10978         * pop3.el (pop3-stream-type): Fix custom version.
10979
10980         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10981
10982 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10983
10984         * mm-decode.el (mm-display-external): Add missing cdr.
10985
10986 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10989         RFC1524) if it is in mailcap or add a suffix according to
10990         mailcap-mime-extensions when generating a temp filename; postpone
10991         deleting a temp file for 2 seconds for some wrappers, shell
10992         scripts, and so on, which might exit right after having started a
10993         viewer command as a background job.
10994
10995 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * nntp.el (nntp-marks-directory): Fix custom group.
10998
10999         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11000         steps when < 10.
11001
11002         * gnus-start.el (gnus-no-server-1): Mention
11003         `gnus-level-default-subscribed' in doc string.
11004
11005 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11006
11007         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11008         parens.
11009
11010 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * gnus-xmas.el (gnus-use-toolbar): Revert.
11013         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11014         gnus-use-toolbar is default.
11015
11016         * messagexmas.el (message-use-toolbar): Revert.
11017         (message-setup-toolbar): Use global default-toolbar if
11018         message-use-toolbar is default.
11019
11020 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11023         according to default-toolbar-visible-p.
11024
11025         * messagexmas.el (message-use-toolbar): Ditto.
11026
11027 2005-11-26  Dave Love  <fx@gnu.org>
11028
11029         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11030         (tls-program, tls-success): Provide openssl alternative.
11031
11032         * starttls.el: Doc fixes.
11033         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11034         SERVICE to PORT.
11035
11036         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11037         port null or service name.
11038         (starttls-negotiate): Autoload.
11039
11040 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * message.el (message-kill-to-signature): Fix interactive spec.
11043
11044 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * pop3.el (pop3-open-server): Recognize a string as a service name.
11047
11048 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11049
11050         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11051
11052 2005-11-23  Dave Love  <fx@gnu.org>
11053
11054         Add pop3s, pop3/starttls.
11055
11056         * pop3.el (pop3-authentication-scheme): Clarify doc.
11057         (open-tls-stream, starttls-open-stream): Autoload.
11058         (pop3-stream-type): New.
11059         (pop3-open-server): Use it.
11060
11061         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11062         for POP.
11063         (mail-source-keyword-map): Add :stream for POP.
11064         (mail-source-fetch-pop): Use pop3-stream-type.
11065
11066 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11069         of current-time-string.
11070
11071 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11072
11073         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11074         date header.
11075
11076 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11077
11078         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11079         it can seriously impact performance as it bypasses the agent's
11080         local caches.
11081
11082 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11083
11084         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11085         must be explicitly online rather than "not explicitly offline" for
11086         its flags to be synchronized.
11087
11088         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11089         that gnus-uu-unmark-thread will function correctly.
11090
11091         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11092         1024K is instead displayed as 1M.
11093
11094 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11097
11098 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11099
11100         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11101
11102 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11103
11104         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11105         error message to display actual error condition.
11106         (gnus-agent-save-local): Avoid saving symbols that are bound to
11107         nil as they simply result in a warning message in
11108         gnus-agent-read-local.
11109
11110 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11113         rather than make-variable-buffer-local for file-precious-flag.
11114
11115 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11116
11117         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11118         for duplicates which are removed.  The invalid sort check then
11119         triggers a rescan after the sort as sorting may have moved
11120         duplicate entries such that they can be cheaply detected.
11121
11122 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11125
11126 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11127
11128         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11129         internal variable to a custom variable.  Changed default value
11130         from compressed(2) to uncompressed(1).
11131         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11132         support for uncompressed agentview files.  Taken together, reading
11133         the agentview file should now be 6-7 times faster.
11134
11135 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11136
11137         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11138         as a buffer-local variable.  This avoids creating truncated
11139         dribble files as a result of a hang up, eg.
11140
11141 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11142
11143         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11144         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11145         XEmacs.
11146
11147 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus-start.el (gnus-start-draft-setup): Enforce
11150         `gnus-draft-mode' for nndraft:drafts at startup.
11151
11152         * gnus.el (gnus-splash): Change custom group.
11153         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11154         allow-list argument.
11155
11156         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11157         string.
11158
11159 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * gnus-art.el (gnus-default-article-saver): Add user-defined
11162         `function' to custom type.
11163
11164 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11165
11166         * imap.el (imap-open): Handle case where buffer is a buffer
11167         object.
11168
11169 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11172         long lines.
11173         (gnus-cache-delete-group): Wrap doc strings.
11174
11175         * gnus-agent.el (gnus-agent-rename-group)
11176         (gnus-agent-delete-group): Wrap doc strings.
11177
11178 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * messagexmas.el (message-use-toolbar): Change the valid values
11181         into default, top, bottom, left, and right.
11182         (message-toolbar-thickness): New variable.
11183         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11184         well.
11185         (message-setup-toolbar): Make it work.
11186
11187         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11188         (gnus-use-toolbar): Change the valid values into default, top,
11189         bottom, left, and right.
11190         (gnus-toolbar-thickness): New variable.
11191         (gnus-xmas-setup-toolbar): New function.
11192         (gnus-xmas-setup-group-toolbar): Use it.
11193         (gnus-xmas-setup-summary-toolbar): Use it.
11194
11195 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * gnus-start.el (gnus-1): Add "native" to
11198         gnus-predefined-server-alist.
11199
11200         * gnus.el (gnus-method-to-server): Don't add "native" to the
11201         lists here, because that leads to problems when
11202         gnus-select-method is bound.
11203
11204 2005-11-09  Simon Josefsson  <jas@extundo.com>
11205
11206         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11207         use (not sort-by-date) instead.
11208
11209 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11210
11211         * gnus-delay.el (gnus-delay-group): Don't autoload.
11212         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11213         to be re-loaded when customizing the `gnus-delay' group.
11214
11215 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11216
11217         * message.el: Revert last changes.
11218         (message-insert-citation-line): Use newlines.
11219
11220 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11221
11222         * message.el (message-courtesy-message)
11223         (message-mark-insert-begin, message-mark-insert-end)
11224         (message-elide-ellipsis, message-cancel-message)
11225         (message-add-header, message-change-subject)
11226         (message-cross-post-followup-to-header)
11227         (message-cross-post-insert-note, message-reduce-to-to-cc)
11228         (message-widen-reply, message-delete-not-region)
11229         (message-kill-to-signature, message-insert-signature)
11230         (message-insert-importance-high, message-insert-importance-low)
11231         (message-insert-or-toggle-importance)
11232         (message-insert-disposition-notification-to)
11233         (message-indent-citation, message-yank-original)
11234         (message-cite-original-without-signature, message-cite-original)
11235         (message-insert-citation-line, message-position-on-field)
11236         (message-fix-before-sending, message-send-mail-partially)
11237         (message-send-mail, message-send-mail-with-sendmail)
11238         (message-send-mail-with-qmail, message-send-news)
11239         (message-check-news-header-syntax, message-generate-headers)
11240         (message-insert-courtesy-copy, message-fill-address)
11241         (message-fill-header, message-shorten-references)
11242         (message-setup-1, message-cancel-news)
11243         (message-forward-make-body-plain, message-forward-make-body-mime)
11244         (message-forward-make-body-mml, message-encode-message-body)
11245         (message-forward-make-body-digest-plain)
11246         (message-forward-make-body-digest-mime)
11247         (message-use-alternative-email-as-from): Insert `hard-newline'
11248         instead of ordinary newlines.
11249
11250 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * message.el (message-generate-headers): Downcase the argument
11253         given to message-check-element.
11254
11255 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11256
11257         * nntp.el (nntp-authinfo-rejected): New error condition.
11258         (nntp-wait-for): Use new error condition to signal authentication
11259         error.
11260         (nntp-retrieve-data): Rethrow new error condition to break out of
11261         recursive call to nntp-send-authinfo.
11262
11263 2005-11-08  Romain Francoise  <romain@orebokech.com>
11264
11265         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11266         (gnus-summary-exit-map): Bind to `Z p'.
11267         (gnus-summary-make-menu-bar): Add menu item.
11268
11269 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11272         (gnus-treat-*): Add `first' in all doc strings.
11273
11274         * gnus-group.el (gnus-group-compact-group): Fix typo.
11275
11276 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * gnus.el (gnus-parameters-case-fold-search): New variable.
11279         (gnus-parameters-get-parameter): Use it.
11280
11281         * gnus-score.el (gnus-home-score-file): Doc fix.
11282
11283 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11284
11285         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11286
11287 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mm-util.el (mm-special-display-p): New function.
11290
11291         * mml.el (mml-preview): Use it; doc fix.
11292
11293 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11294
11295         * imap.el (imap-open): Handle case where buffer is a buffer object.
11296
11297 2005-10-29  Romain Francoise  <romain@orebokech.com>
11298
11299         * message.el (message-fix-before-sending): Fix comment.
11300
11301 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11302
11303         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11304
11305 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11306
11307         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11308         Used in gnus-score.el.
11309
11310 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11313
11314 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11317         whitespace removed in revision 7.8.  Use concatenated string to
11318         protect trailing whitespace.
11319
11320 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11321
11322         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11323         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11324         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11325         Courier IMAP ("some version from 2004").  Mostly based on similar
11326         code in the same function.
11327
11328 2005-10-26  Didier Verna  <didier@xemacs.org>
11329
11330         * gnus-group.el (gnus-group-compact-group): Invalidate original
11331         article buffer.
11332         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11333         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11334         NOV database and in article itself.
11335         Invalidate article backlog.
11336
11337 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11340
11341 2005-10-26  Simon Josefsson  <jas@extundo.com>
11342
11343         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11344         part of 2004-07-25 change.
11345
11346 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * message.el (message-display-completion-list): New function.
11349         (message-expand-group): Use it; make sure the Completions buffer
11350         is modifiable.
11351 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11352
11353         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11354         user-mail-name is an empty string.
11355
11356 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11359         depending on gnus-score-decay-constant.
11360
11361         * encrypt.el (encrypt-insert-file-contents)
11362         (encrypt-write-file-contents): Don't use `gnus-message'.
11363
11364         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11365         arguments.
11366         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11367         arguments to mm-uu-verbatim-marks-extract.
11368         (mm-uu-hide-markers): New variable.
11369         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11370
11371         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11372         (gnus-convert-image-to-face-command): Use "convert" by default to
11373         allow other input image formats.
11374         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11375         accordingly.
11376
11377 2005-10-23  Simon Josefsson  <jas@extundo.com>
11378
11379         * imap.el (imap-gssapi-program): Align command line parameters
11380         with latest GNU SASL.
11381         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11382
11383 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384
11385         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11386         HTML.
11387         (nnslashdot-request-article): Ditto.
11388
11389         * lpath.el (featurep): Add nobreak-char-display.
11390
11391 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11392
11393         * mail-source.el (mail-source-fetch-pop): Require pop3.
11394         (mail-source-check-pop): Ditto.
11395
11396 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11399         errors.
11400
11401 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11404         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11405
11406         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11407
11408         * mm-bodies.el (mm-decode-string): Call
11409         `mm-charset-to-coding-system' with allow-override argument.
11410
11411 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11414         (rfc2047-charset-to-coding-system): New function.
11415         (rfc2047-decode-encoded-words): New function.
11416         (rfc2047-decode-region): Use them.
11417         (rfc2047-decode-cte): Remove.
11418         (rfc2047-parse-and-decode): Remove.
11419         (rfc2047-decode): Remove.
11420
11421 2005-10-15  Kenichi Handa  <handa@m17n.org>
11422
11423         * rfc2047.el (rfc2047-decode-cte): New function.
11424         (rfc2047-decode-region): Change the way to decode successive
11425         encoded-words: decode B- or Q-encoding in each encoded-word,
11426         concatenate them, and decode it as charset.
11427
11428 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * lpath.el: Fbind codepage-setup for XEmacs.
11431
11432 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11433
11434         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11435         widget-move-and-invoke.
11436         (gnus-custom-mode): Use gnus-custom-map.
11437
11438 2005-10-15  Bill Wohler  <wohler@newt.com>
11439
11440         * message.el (message-tool-bar-map): Renamed image file from
11441         mail_send to mail/send.
11442
11443 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11444
11445         * message.el (message-expand-group): Pass the common
11446         prefix substring of completion to `display-completion-list'.
11447
11448 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mml-sec.el (mml-secure-method): New internal variable.
11451         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11452         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11453         functions using mml-secure-method.
11454
11455         * mml.el (mml-mode-map): Add key bindings for those functions.
11456         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11457         Harder <harder@myrealbox.com>.
11458         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11459         end of message if point is the headers of the message.
11460
11461         * message.el (message-in-body-p): New function.
11462
11463         * assistant.el: Autoload gnus-util and netrc.
11464
11465         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11466         Use `mm-charset-override-alist' only when decoding.
11467
11468         * mm-bodies.el (mm-decode-body): Call
11469         `mm-charset-to-coding-system' with allow-override argument.
11470
11471         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11472         `filename' from Content-Disposition if Content-Type doesn't
11473         provide `name'.
11474         (gnus-mime-view-part-as-type): Set default instead of
11475         initial-input.
11476
11477 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11478
11479         * format-spec.el (format-spec): Propagate text properties of % spec.
11480
11481 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11482
11483         * gnus-art.el (gnus-treat-predicate): Add `first'.
11484
11485 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11488         (mm-charset-override-alist): New variable.
11489         (mm-charset-to-coding-system): Use it.
11490         (mm-codepage-setup): New helper function.
11491         (mm-charset-eval-alist): New variable.
11492         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11493         about unknown charsets.
11494
11495         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11496
11497 2005-10-04  David Hansen  <david.hansen@gmx.net>
11498
11499         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11500         (nnrss-check-group): Ditto.
11501
11502 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11505         Rename x-gnus-verbatim to x-verbatim.
11506         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11507
11508         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11509         x-verbatim.
11510
11511         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11512
11513         * gnus-util.el (gnus-remove-duplicates): Remove.
11514
11515         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11516         instead of gnus-remove-duplicates.
11517
11518         * message.el (message-remove-duplicates): Remove.
11519         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11520         message-remove-duplicates.
11521
11522         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11523         available, else use implementation from `delete-dups'.
11524
11525         * message.el (message-insert-expires): New function.
11526         (message-mode-map): Add key binding.
11527         (message-mode-field-menu): Add menu entry.
11528         (message-mode): Document it.
11529         (message-make-expires-date): Use `message-make-date'.
11530
11531 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11532
11533         * message.el (message-make-expires-date): New function.
11534
11535 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11536
11537         * Makefile.in (list-installed-shadows): New entry.
11538         (install): Use it.
11539         (remove-installed-shadows): New entry.
11540
11541         * dgnushack.el (dgnushack-default-load-path): New variable.
11542         (dgnushack-find-lisp-shadows): New function.
11543         (dgnushack-remove-lisp-shadows): New function.
11544
11545 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11546
11547         * Makefile.in (install-el-elc): New entry.
11548         (install): Use it so that .el files are necessarily installed.
11549
11550 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11553
11554 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11555
11556         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11557         function rather than the diff-mode.el package.
11558         (mm-display-external): Use with-current-buffer.
11559         (mm-viewer-completion-map, mm-viewer-completion-map):
11560         Move initialization inside declaration.
11561
11562 2005-09-29  Simon Josefsson  <jas@extundo.com>
11563
11564         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11565         autoload mail-check-payment.
11566         (spam-check-hashcash): Define unconditionally, since hashcash.el
11567         is part of Gnus now.  Ignore errors from payment checking.
11568
11569 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * message.el (message-bold-region, message-unbold-region): Rename
11572         from `bold-region' and `unbold-region'.
11573
11574         * message.el: Remove useless autoloads.
11575
11576 2005-09-28  Simon Josefsson  <jas@extundo.com>
11577
11578         * message.el (message-use-idna): Default to t.
11579         (message-use-idna): Test whether encoding works too.  Doc fix.
11580
11581 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * nntp.el (nntp-warn-about-losing-connection): Remove.
11584
11585 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11588         customizable.  Change default value.
11589         (mm-uu-diff-groups-regexp): Change default value.
11590         (mm-uu-type-alist): Add doc string.
11591         (mm-uu-configure): Add doc string.  Make it interactive.
11592         (mm-uu-tex-groups-regexp): New variable.
11593         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11594         (mm-uu-type-alist): Add LaTeX documents.
11595         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11596         of "text/verbatim".
11597         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11598
11599         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11600         instead of "text/verbatim".
11601
11602         * message.el (message-mark-inserted-region)
11603         (message-mark-insert-file): Use slrn style marks when called with
11604         prefix argument.
11605
11606 2005-09-27  Simon Josefsson  <jas@extundo.com>
11607
11608         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11609
11610 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11611
11612         * message.el (message-remove-duplicates): New function.
11613         Implementation borrowed from `gnus-remove-duplicates'.
11614         (message-idna-to-ascii-rhs): Also encode idna addresses in
11615         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11616         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11617         only ask about the same idna domain once per header and also tell
11618         in what header to replace the idna domain.
11619
11620         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11621         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11622         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11623         a header is decoded and not just the last one.
11624
11625 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11628         has been decoded.
11629
11630         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11631         (mm-insert-part): Don't modify text if it has been decoded.
11632
11633         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11634         decoded.
11635
11636         * mm-view.el (mm-inline-text): Don't strip text props unless
11637         decoding enriched or richtext parts.
11638
11639 2005-09-25  Romain Francoise  <romain@orebokech.com>
11640
11641         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11642         * gnus-start.el (gnus-subscribe-interactively):
11643         * gnus-uu.el (gnus-uu-grab-articles):
11644         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11645         space.
11646
11647 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11648
11649         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11650         * mm-view.el (mm-view-pkcs7-decrypt):
11651         * gnus-sum.el (gnus-summary-limit-to-extra)
11652         (gnus-summary-respool-article, gnus-read-move-group-name):
11653         * gnus-score.el (gnus-summary-increase-score):
11654         * gnus-util.el (gnus-completing-read-with-default):
11655         * gnus-art.el (gnus-read-save-file-name)
11656         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11657         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11658         * message.el (message-check-news-header-syntax):
11659         Follow convention for reading with the minibuffer.
11660
11661 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * spam-report.el (spam-report-url-ping-plain):
11664         Use gnus-extended-version as User-Agent.
11665
11666         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11667         default value is nil.
11668
11669         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11670         (mm-uu-verbatim-marks-extract): New function.
11671         (mm-uu-extract): New face.
11672         (mm-uu-copy-to-buffer): Use it.
11673
11674         * spam-report.el (spam-report-gmane-ham): Renamed from
11675         `spam-report-gmane-unspam'.
11676         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11677         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11678
11679         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11680         Autoload.
11681         (spam-report-gmane-unregister-routine): Renamed
11682         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11683
11684 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11685
11686         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11687         (spam-report-gmane-unregister-routine): Add support for gmane
11688         unregistration.
11689
11690         * spam-report.el (spam-report-gmane-unspam)
11691         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11692         (spam-report-gmane): Change to take a single article and do unspam
11693         registration.
11694
11695 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * mm-url.el (mm-url-decode-entities): Fix regexp.
11698
11699 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11700
11701         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11702         default to nil, to be able to use Gnus at all.  If the default
11703         switches to something else, then the function should be fixed not
11704         be exceedingly slow.
11705
11706 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11707
11708         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11709         fail hard.
11710
11711         * spam-report.el: Add better Keywords line.
11712
11713         * spam.el: Add Maintainer and better Keywords line.
11714
11715 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11716
11717         * gnus-art.el (gnus-article-replace-part)
11718         (gnus-mime-replace-part): New functions.
11719         (gnus-mime-action-alist, gnus-mime-button-commands)
11720         (gnus-mime-save-part-and-strip): Added file argument.
11721         (gnus-article-part-wrapper): Added interactive argument.
11722
11723         * gnus-sum.el (gnus-summary-mime-map): Add
11724         `gnus-article-replace-part'.
11725
11726 2005-09-19  Didier Verna  <didier@xemacs.org>
11727
11728         The nnml compaction feature:
11729         * nnml.el (nnml-request-compact-group): New function.
11730         * nnml.el (nnml-request-compact): New function.
11731         * gnus-int.el (gnus-request-compact-group): New function.
11732         * gnus-int.el (gnus-request-compact): New function.
11733         * gnus-group.el (gnus-group-compact-group): New function.
11734         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11735         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11736         * gnus-srvr.el (gnus-server-compact-server): New function.
11737         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11738         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11739
11740 2005-09-18  Deepak Goel  <deego@gnufans.org>
11741
11742         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11743         format spec.
11744
11745 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11746
11747         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11748
11749 2005-09-15  Romain Francoise  <romain@orebokech.com>
11750
11751         * message.el (message-fill-paragraph): Clarify docstring.
11752
11753 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * gnus-art.el (gnus-mime-display-part): Protect against broken
11756         MIME messages.
11757
11758 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11761         before parsing header.
11762
11763 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11764
11765         * html2text.el (html2text-replace-list): Add new entities.
11766
11767 2005-09-11  Romain Francoise  <romain@orebokech.com>
11768
11769         * message.el (message-alternative-emails): Improve docstring.
11770         (message-setup-1): Call `message-use-alternative-email-as-from'
11771         after `message-setup-hook' to give it precedence over posting
11772         styles, etc.
11773         (message-use-alternative-email-as-from): Add docstring.  Remove
11774         the original From header if present.
11775
11776         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11777         (nnml-save-mail): Use it.
11778
11779         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11780         articles.  Add new argument `silent'.
11781         (gnus-uu-mark-all): Report the total number of marked articles.
11782
11783 2005-09-10  Romain Francoise  <romain@orebokech.com>
11784
11785         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11786         (gnus-uu-mark-series): Likewise.
11787
11788 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * spam-report.el (spam-report-gmane): Fix generation of spam
11791         report URL.
11792
11793 2005-09-10  Simon Josefsson  <jas@extundo.com>
11794
11795         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11796         t, based on discussion on the ding list with Robert Epprecht
11797         <epprecht@solnet.ch>.
11798
11799 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * spam-report.el (spam-report-gmane): Make it work without
11802         X-Report-Spam header.  Gmane now only provides Archived-At.
11803         This is only used if `spam-report-gmane-use-article-number' is nil.
11804         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11805
11806         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11807         make `gnus-summary-sort-by-recipient' work with threading.
11808
11809         * nnweb.el (nnweb-google-wash-article): Print a message if article
11810         is not available.
11811
11812 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11813
11814         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11815         change.  Decode text/* parts content before displaying.
11816
11817 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11820
11821 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11824
11825         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11826         url-package-name, url-package-version,
11827         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11828         w3m-display-inline-images, and w3m-minor-mode-map.
11829
11830 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11831
11832         * message.el (message-tab-body-function): Fix mismatched custom type.
11833
11834         * gnus.el (gnus-group-change-level-function): Ditto.
11835
11836         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11837
11838         * gnus-art.el (gnus-signature-limit)
11839         (gnus-article-mime-part-function): Ditto.
11840
11841 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * mml.el (mml-mode): Silence the byte compiler.
11844
11845         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11846         using `(sit-for 0)' before moving the point to the specified part;
11847         skip unbuttonized parts.
11848         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11849         return to the summary window if gnus-auto-select-part is non-nil.
11850
11851 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11852
11853         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11854         variables.
11855         (mml-dnd-attach-file, mml-mode): Use them.
11856
11857         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11858         Make fetching article by MID work again for Google Groups.  Added
11859         FIXME concerning gnus-group-make-web-group.
11860
11861         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11862         Don't depend on Gnus by using mail-extract-address-components if
11863         gnus-extract-address-components is not bound.
11864
11865 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866
11867         * gnus-art.el (gnus-mime-display-security): Don't display the
11868         signature, but only the signed part.
11869
11870 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11873
11874         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11875         list, not listp.
11876
11877 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11878
11879         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11880         when encoding.
11881
11882         * mm-bodies.el (mm-decode-content-transfer-encoding):
11883         De-canonicalize CRLF for all text content types, not just
11884         text/plain.
11885
11886 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11889         valid article; point arrow and cursor at the MIME button.
11890
11891 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11894         Suggested by Dan Christensen <jdc@uwo.ca>.
11895
11896         * mm-decode.el (mm-save-part): Enable change of prompt.
11897
11898 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11899
11900         * gnus-msg.el (gnus-inews-add-send-actions): Made
11901         `message-post-method' lambda parameter ARG `&optional'.
11902
11903 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11904
11905         * gnus-sum.el (gnus-summary-mime-map): Added
11906         gnus-article-save-part-and-strip, gnus-article-delete-part and
11907         gnus-article-jump-to-part.
11908
11909         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11910         (gnus-article-edit-part): Use it.
11911         (gnus-article-part-wrapper): Added no-handle argument.
11912         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11913         functions.
11914
11915 2005-08-29  Romain Francoise  <romain@orebokech.com>
11916
11917         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11918         docstring.
11919         (gnus-face-from-file): Likewise.
11920
11921 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11924         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11925         non-nil.
11926         (gnus-auto-select-part): New variable.
11927         (gnus-article-jump-to-part): New function.
11928         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11929         (gnus-mime-delete-part): Allow selecting specified part after
11930         deleting or stripping parts.
11931         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11932         part if argument is bogus.
11933
11934 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11935
11936         * gnus-art.el (w3m-minor-mode-map):
11937         * gnus-spec.el (gnus-newsrc-file-version):
11938         * gnus-util.el (nnmail-active-file-coding-system)
11939         (gnus-original-article-buffer, gnus-user-agent):
11940         * gnus.el (gnus-ham-process-destinations)
11941         (gnus-parameter-ham-marks-alist)
11942         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11943         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11944         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11945         * mm-decode.el (gnus-current-window-configuration):
11946         * mm-extern.el (gnus-article-mime-handles):
11947         * mm-url.el (url-current-object, url-package-name)
11948         (url-package-version):
11949         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11950         (smime-keys, w3m-cid-retrieve-function-alist)
11951         (w3m-current-buffer, w3m-display-inline-images)
11952         (w3m-minor-mode-map):
11953         * mml-smime.el (gnus-extract-address-components):
11954         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11955         (gnus-newsrc-hashtb, message-default-charset)
11956         (message-deletable-headers, message-options)
11957         (message-posting-charset, message-required-mail-headers)
11958         (message-required-news-headers):
11959         * mml1991.el (mc-pgp-always-sign):
11960         * mml2015.el (mc-pgp-always-sign):
11961         * nnheader.el (nnmail-extra-headers):
11962         * rfc1843.el (gnus-decode-encoded-word-function)
11963         (gnus-decode-header-function, gnus-newsgroup-name):
11964         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11965
11966 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11967
11968         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11969         the end of the date treatments.
11970
11971 2005-08-15  Simon Josefsson  <jas@extundo.com>
11972
11973         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11974         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11975         Capello and Romain Francoise.
11976         (pgg-fetch-key-function): Removed, not used?
11977         (pgg-insert-url-with-w3): Require url, to get
11978         url-insert-file-contents regardless of where it is defined.
11979
11980 2005-08-13  Romain Francoise  <romain@orebokech.com>
11981
11982         * message.el (message-cite-original-1): New function.
11983         (message-cite-original): Use it.
11984         (message-cite-original-without-signature): Ditto.
11985
11986 2005-08-08  Romain Francoise  <romain@orebokech.com>
11987
11988         * message.el (message-yank-empty-prefix): New variable.
11989         (message-indent-citation): Use it.
11990         (message-cite-original-without-signature): Respect X-No-Archive.
11991
11992 2005-08-08  Simon Josefsson  <jas@extundo.com>
11993
11994         * pgg.el: Autoload url-insert-file-contents instead of loading
11995         w3/url.
11996         (pgg-insert-url-with-w3): Don't load url here.
11997
11998 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11999
12000         * message.el (message-kill-to-signature): Don't insert newline at
12001         bol.
12002         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12003
12004 2005-08-06  Romain Francoise  <romain@orebokech.com>
12005
12006         * message.el (message-user-fqdn): Fix typo in docstring.
12007
12008 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12009
12010         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12011
12012         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12013
12014 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12015
12016         * mm-bodies.el (mm-encode-body): Use coding system rather than
12017         charset to encode text.
12018
12019         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12020         number of charsets if utf-8 is available (XEmacs).
12021
12022 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12025         taken from `gnus-button-mid-or-mail-regexp'.
12026         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12027         (gnus-button-alist): Improve regexp for domain part of the MIDs
12028         for news:localpart@domain buttons.
12029         (gnus-button-ctan-directory-regexp): Update.
12030
12031 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12032
12033         * sieve-manage.el (sieve-manage-interactive-login): Use
12034         make-local-variable rather than make-variable-buffer-local.
12035         (sieve-manage-open): Ditto.
12036         (sieve-manage-authenticate): Ditto.
12037
12038         * mml.el (mml-generate-mime-1): Make the content type default to
12039         text/plain if the filename is not specified.
12040
12041 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12044         instead of insert-buffer.
12045
12046         * message.el (message-yank-original): Ditto; set the mark at the
12047         end of the yanked message.
12048
12049 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12052         lines to scroll rather than to stop it.
12053
12054         * mml.el (mml-generate-default-type): Add doc string.
12055         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12056         default to application/octet-stream when determining the content
12057         type if it is not specified for the part or the mml contents; add
12058         a comment about mml-generate-default-type.
12059
12060 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12063         make it default to application/octet-stream when determining the
12064         content type if it is not specified for the external contents.
12065
12066 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12069         segmented parameter but also other parameters might be there.
12070
12071 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * mm-decode.el (mm-display-external): Delete temp file, directory
12074         and buffer immediately if the external process is exited.
12075
12076 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12079         fewer lines than that of scroll-margin.
12080         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12081
12082 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-art.el (gnus-article-next-page): Revert.
12085         (gnus-article-beginning-of-window): New macro.
12086         (gnus-article-next-page-1): Use it.
12087         (gnus-article-prev-page): Ditto.
12088         (gnus-article-edit-part): Use insert-buffer-substring instead of
12089         insert-buffer.
12090         (gnus-article-edit-exit): Ditto.
12091
12092         * gnus-util.el (gnus-beginning-of-window): Remove.
12093         (gnus-end-of-window): Remove.
12094
12095         * lpath.el: Don't bind header-line-format and scroll-margin.
12096
12097 2005-07-25  Simon Josefsson  <jas@extundo.com>
12098
12099         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12100         to have the url package without w3.  Reported by Daiki Ueno
12101         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12102
12103 2005-07-20  Didier Verna  <didier@xemacs.org>
12104
12105         * gnus-diary.el: Remove the description comment (nndiary is now
12106         properly documented in the Gnus manual).
12107         Fix the spelling of "Back End".
12108         * nndiary.el: Ditto.
12109         Fix the copyright notice.
12110
12111 2005-07-18  Romain Francoise  <romain@orebokech.com>
12112
12113         * gnus-sum.el (gnus-summary-to-prefix)
12114         (gnus-summary-newsgroup-prefix): New variables.
12115         (gnus-summary-from-or-to-or-newsgroups): Use them.
12116
12117 2005-07-17  Romain Francoise  <romain@orebokech.com>
12118
12119         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12120         space as it's generally not especially interesting to the user.
12121
12122 2005-07-16  Romain Francoise  <romain@orebokech.com>
12123
12124         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12125         nil to avoid prompting and file modification if one of the
12126         messages at the top of the nnfolder file contains a copyright
12127         notice.
12128         Update copyright notice.
12129
12130         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12131         instead of `current-time-string' as the latter creates a time
12132         string that is not RFC 2822 compliant (it lacks the zone).
12133         Update copyright notice.
12134
12135 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12136
12137         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12138         for text/rtf.  Display default in prompt.  Pass default for M-n.
12139
12140         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12141
12142 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12143
12144         * gnus-msg.el (gnus-button-mailto): Remove
12145         save-selected-window-window hackery because it relies on
12146         save-selected-window internals.
12147
12148 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12151         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12152         (gnus-article-prev-page): Ditto.
12153
12154         * gnus-util.el (gnus-beginning-of-window): New function.
12155         (gnus-end-of-window): New function.
12156
12157         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12158
12159 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12160
12161         * gnus-score.el (gnus-score-edit-all-score): Set
12162         gnus-score-edit-exit-function to gnus-score-edit-done and call
12163         gnus-message.
12164
12165 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12166
12167         * gnus-msg.el (gnus-button-mailto): Remove
12168         save-selected-window-window hackery because it relies on
12169         save-selected-window internals.
12170
12171 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12174         add-minor-mode.
12175         (gnus-binary-mode): Ditto.
12176
12177         * gnus-topic.el (gnus-topic-mode): Ditto.
12178
12179 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12180
12181         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12182         (gnus-article-prev-page): Take scroll-margin into consideration.
12183
12184 2005-07-04  Lute Kamstra  <lute@gnu.org>
12185
12186         Update FSF's address in GPL notices.
12187
12188 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12189
12190         * gnus.el (gnus-exit):
12191         * gnus-group.el (gnus-group-icons):
12192         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12193
12194         * gnus-nocem.el (gnus-nocem):
12195         * message.el (message-various, message-buffers, message-sending)
12196         (message-interface, message-forwarding, message-insertion)
12197         (message-headers, message-news, message-mail):
12198         * pgg-gpg.el (pgg-gpg):
12199         * pgg-parse.el (pgg-parse):
12200         * pgg-pgp.el (pgg-pgp):
12201         * pgg-pgp5.el (pgg-pgp5):
12202         * pop3.el (pop3): Finish `defgroup' description with period.
12203
12204 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-art.el (article-display-face): Improve the efficiency.
12207         (article-display-x-face): Ditto; remove grey x-face stuff.
12208
12209 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-art.el (article-display-face): Correct the position in
12212         which Faces are inserted.
12213
12214 2005-06-29  Didier Verna  <didier@xemacs.org>
12215
12216         * gnus-art.el (article-display-face): Display faces in correct
12217         order.
12218
12219 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12222         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12223         (gnus-nocem-check-article): Fetch the Type header.
12224         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12225         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12226         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12227         make sure gnus-nocem-hashtb is initialized.
12228         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12229         (gnus-nocem-unwanted-article-p): Ditto.
12230
12231         * pgg.el (pgg-verify): Return the verification result.
12232
12233 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12236         is ascii.
12237
12238 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12239
12240         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12241         `show-nonbreak-escape'.
12242
12243 2005-06-23  Lute Kamstra  <lute@gnu.org>
12244
12245         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12246
12247         * dig.el (dig-mode):
12248         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12249
12250 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12251
12252         * nnimap.el (nnimap-split-download-body): Fix spellings.
12253
12254 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12255
12256         * gnus-art.el (gnus-article-encrypt-body):
12257         * gnus-cus.el (gnus-score-customize):
12258         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12259         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12260
12261 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12262
12263         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12264         header by looking for magic "MII" at the beginnig.
12265
12266 2005-06-16  Miles Bader  <miles@gnu.org>
12267
12268         * gnus-xmas.el (gnus-xmas-group-startup-message):
12269         Use renamed gnus-splash face.
12270
12271         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12272         (assistant-field-face): New backward-compatibility alias for renamed
12273         face.
12274         (assistant-render-text): Use renamed assistant-field face.
12275
12276         * spam.el (spam): Remove "-face" suffix from face name.
12277         (spam-face): New backward-compatibility alias for renamed face.
12278         (spam-face, spam-initialize): Use renamed spam face.
12279
12280         * message.el (message-header-to, message-header-cc)
12281         (message-header-subject, message-header-newsgroups)
12282         (message-header-other, message-header-name)
12283         (message-header-xheader, message-separator, message-cited-text)
12284         (message-mml): Remove "-face" suffix from face names.
12285         (message-header-to-face, message-header-cc-face)
12286         (message-header-subject-face, message-header-newsgroups-face)
12287         (message-header-other-face, message-header-name-face)
12288         (message-header-xheader-face, message-separator-face)
12289         (message-cited-text-face, message-mml-face):
12290         New backward-compatibility aliases for renamed faces.
12291         (message-font-lock-keywords): Use renamed message faces.
12292
12293         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12294         (sieve-test-commands, sieve-tagged-arguments):
12295         Remove "-face" suffix from face names.
12296         (sieve-control-commands-face, sieve-action-commands-face)
12297         (sieve-test-commands-face, sieve-tagged-arguments-face):
12298         New backward-compatibility aliases for renamed faces.
12299         (sieve-control-commands-face, sieve-action-commands-face)
12300         (sieve-test-commands-face, sieve-tagged-arguments-face):
12301         Use renamed sieve faces.
12302
12303         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12304         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12305         (gnus-group-news-3-empty, gnus-group-news-4)
12306         (gnus-group-news-4-empty, gnus-group-news-5)
12307         (gnus-group-news-5-empty, gnus-group-news-6)
12308         (gnus-group-news-6-empty, gnus-group-news-low)
12309         (gnus-group-news-low-empty, gnus-group-mail-1)
12310         (gnus-group-mail-1-empty, gnus-group-mail-2)
12311         (gnus-group-mail-2-empty, gnus-group-mail-3)
12312         (gnus-group-mail-3-empty, gnus-group-mail-low)
12313         (gnus-group-mail-low-empty, gnus-summary-selected)
12314         (gnus-summary-cancelled, gnus-summary-high-ticked)
12315         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12316         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12317         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12318         (gnus-summary-low-undownloaded)
12319         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12320         (gnus-summary-low-unread, gnus-summary-normal-unread)
12321         (gnus-summary-high-read, gnus-summary-low-read)
12322         (gnus-summary-normal-read, gnus-splash):
12323         Remove "-face" suffix from face names.
12324         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12325         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12326         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12327         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12328         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12329         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12330         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12331         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12332         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12333         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12334         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12335         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12336         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12337         (gnus-summary-normal-ticked-face)
12338         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12339         (gnus-summary-normal-ancient-face)
12340         (gnus-summary-high-undownloaded-face)
12341         (gnus-summary-low-undownloaded-face)
12342         (gnus-summary-normal-undownloaded-face)
12343         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12344         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12345         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12346         (gnus-splash-face):
12347         New backward-compatibility aliases for renamed faces.
12348         (gnus-group-startup-message): Use renamed gnus faces.
12349
12350         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12351         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12352         (gnus-server-agent): Remove "-face" suffix from face names.
12353         (gnus-server-agent-face, gnus-server-opened-face)
12354         (gnus-server-closed-face, gnus-server-denied-face)
12355         (gnus-server-offline-face):
12356         New backward-compatibility aliases for renamed faces.
12357         (gnus-server-agent-face, gnus-server-opened-face)
12358         (gnus-server-closed-face, gnus-server-denied-face)
12359         (gnus-server-offline-face): Use renamed gnus faces.
12360
12361         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12362         Remove "-face" suffix from face names.
12363         (gnus-picon-xbm-face, gnus-picon-face):
12364         New backward-compatibility aliases for renamed faces.
12365
12366         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12367         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12368         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12369         (gnus-cite-11): Remove "-face" suffix from face names.
12370         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12371         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12372         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12373         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12374         New backward-compatibility aliases for renamed faces.
12375         (gnus-cite-attribution-face, gnus-cite-face-list)
12376         (gnus-article-boring-faces): Use renamed gnus faces.
12377
12378         * gnus-art.el (gnus-signature, gnus-header-from)
12379         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12380         (gnus-header-content): Remove "-face" suffix from face names.
12381         (gnus-signature-face, gnus-header-from-face)
12382         (gnus-header-subject-face, gnus-header-newsgroups-face)
12383         (gnus-header-name-face, gnus-header-content-face):
12384         New backward-compatibility aliases for renamed faces.
12385         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12386
12387         * gnus-sum.el (gnus-summary-selected-face)
12388         (gnus-summary-highlight): Use renamed gnus faces.
12389         * gnus-group.el (gnus-group-highlight): Likewise.
12390
12391 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12392
12393         * gnus-sieve.el (gnus-sieve-article-add-rule):
12394         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12395         * spam-stat.el (spam-stat-buffer-change-to-spam)
12396         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12397
12398         * message.el (message-is-yours-p):
12399         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12400
12401 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * mm-view.el (mm-inline-text): Withdraw the last change.
12404
12405 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12408         executing enriched-decode.
12409
12410 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12411
12412         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12413         charset of tar files.
12414
12415 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12416
12417         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12418
12419 2005-06-04  Lute Kamstra  <lute@gnu.org>
12420
12421         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12422         information is never recorded.
12423
12424 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12425
12426         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12427
12428 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * pop3.el (pop3-apop): Run md5 in the binary mode.
12431
12432         * starttls.el (starttls-set-process-query-on-exit-flag):
12433         Use eval-and-compile.
12434
12435 2005-05-31  Simon Josefsson  <jas@extundo.com>
12436
12437         * smime.el (smime-replace-in-string): Define.
12438         (smime-cert-by-ldap-1): Use it.
12439
12440 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-art.el (article-display-x-face): Replace
12443         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12444
12445         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12446         set-process-query-on-exit-flag or process-kill-without-query.
12447
12448         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12449         loop instead of replace-regexp.
12450
12451         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12452         instead of process-kill-without-query if it is available.
12453
12454         * lpath.el: Fbind ldap-search-entries.
12455
12456         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12457         instead of find-file-hooks if it is available.
12458
12459         * mml1991.el: Bind pgg-default-user-id when compiling.
12460
12461         * mml2015.el: Bind pgg-default-user-id when compiling.
12462
12463         * nndraft.el (nndraft-request-associate-buffer):
12464         Use write-contents-functions instead of write-contents-hooks if it is
12465         available.
12466
12467         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12468         instead of find-file-hooks if it is available.
12469
12470         * nntp.el (nntp-open-connection): Replace
12471         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12472         (nntp-open-ssl-stream): Ditto.
12473         (nntp-open-tls-stream): Ditto.
12474
12475         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12476         set-process-query-on-exit-flag or process-kill-without-query.
12477         (starttls-open-stream-gnutls): Use it instead of
12478         process-kill-without-query.
12479         (starttls-open-stream): Ditto.
12480
12481 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12482
12483         * smime.el (smime-cert-by-ldap-1): Don't use
12484         replace-regexp-in-string.
12485
12486 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12487
12488         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12489
12490         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12491         in PEM format.  Adjust to the XEmacs compability.
12492
12493 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12496         by `string-to-number'.
12497         * gnus-agent.el (gnus-agent-regenerate-group)
12498         (gnus-agent-fetch-articles): Ditto.
12499         * gnus-art.el (gnus-button-fetch-group): Ditto.
12500         * gnus-cache.el (gnus-cache-generate-active)
12501         (gnus-cache-articles-in-group): Ditto.
12502         * gnus-group.el (gnus-group-set-current-level)
12503         (gnus-group-insert-group-line): Ditto.
12504         * gnus-score.el (gnus-score-set-expunge-below)
12505         (gnus-score-set-mark-below, gnus-summary-score-effect)
12506         (gnus-summary-score-entry): Ditto.
12507         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12508         (gnus-soup-pack): Ditto.
12509         * gnus-spec.el (gnus-xmas-format): Ditto.
12510         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12511         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12512         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12513         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12514         * nndb.el (nndb-get-remote-expire-response): Ditto.
12515         * nndiary.el (nndiary-parse-schedule-value)
12516         (nndiary-string-to-number, nndiary-request-replace-article)
12517         (nndiary-request-article): Ditto.
12518         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12519         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12520         * nneething.el (nneething-make-head): Ditto.
12521         * nnfolder.el (nnfolder-request-article)
12522         (nnfolder-retrieve-headers): Ditto.
12523         * nnheader.el (nnheader-file-to-number): Ditto.
12524         * nnkiboze.el (nnkiboze-request-article): Ditto.
12525         * nnmail.el (nnmail-process-unix-mail-format)
12526         (nnmail-process-babyl-mail-format): Ditto.
12527         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12528         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12529         (nnmh-request-create-group, nnmh-request-list-1)
12530         (nnmh-request-group, nnmh-request-article): Ditto.
12531         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12532         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12533         * nnsoup.el (nnsoup-make-active): Ditto.
12534         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12535         * nntp.el (nntp-find-group-and-number)
12536         (nntp-retrieve-headers-with-xover): Ditto.
12537         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12538         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12539         (pgg-format-key-identifier): Ditto.
12540         * pop3.el (pop3-last, pop3-stat): Ditto.
12541         * qp.el (quoted-printable-decode-region): Ditto.
12542
12543         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12544         of concat.
12545
12546 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12549
12550         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12551
12552         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12553
12554         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12555
12556         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12557
12558         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12559
12560         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12561         (gnus-carpal-mode): Ditto.
12562
12563         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12564         (gnus-browse-mode): Ditto.
12565
12566         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12567
12568         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12569
12570 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12571
12572         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12573
12574 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12575
12576         * gnus-util.el (gnus-run-mode-hooks): New function.
12577
12578         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12579
12580         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12581         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12582
12583 2005-05-27  Lute Kamstra  <lute@gnu.org>
12584
12585         * dns-mode.el (dns-mode): Specify customization group.
12586
12587 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12588
12589         * gnus-agent.el (gnus-agent-make-mode-line-string):
12590         Use mode-line-highlight as mouse-face.
12591
12592 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * canlock.el (canlock): Change the parent group to news.
12595
12596         * deuglify.el (gnus-outlook-deuglify): Add :group.
12597
12598         * dig.el (dig): Add :group.
12599
12600         * dns-mode.el (dns-mode): Add :group.
12601
12602         * encrypt.el (encrypt): Add :group.
12603
12604         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12605         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12606         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12607         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12608         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12609
12610         * gnus-diary.el (gnus-diary): Add :group.
12611
12612         * gnus.el (gnus-group-news-1-face): Add :group.
12613         (gnus-group-news-1-empty-face): Ditto.
12614         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12615         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12616         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12617         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12618         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12619         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12620         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12621         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12622         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12623         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12624         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12625         (gnus-summary-high-ticked-face): Ditto.
12626         (gnus-summary-low-ticked-face): Ditto.
12627         (gnus-summary-normal-ticked-face): Ditto.
12628         (gnus-summary-high-ancient-face): Ditto.
12629         (gnus-summary-low-ancient-face): Ditto.
12630         (gnus-summary-normal-ancient-face): Ditto.
12631         (gnus-summary-high-undownloaded-face): Ditto.
12632         (gnus-summary-low-undownloaded-face): Ditto.
12633         (gnus-summary-normal-undownloaded-face): Ditto.
12634         (gnus-summary-high-unread-face): Ditto.
12635         (gnus-summary-low-unread-face): Ditto.
12636         (gnus-summary-normal-unread-face): Ditto.
12637         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12638         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12639
12640         * hashcash.el (hashcash): New custom group.
12641         (hashcash-default-payment): Add :group.
12642         (hashcash-payment-alist): Ditto.
12643         (hashcash-default-accept-payment): Ditto.
12644         (hashcash-accept-resources): Ditto.
12645         (hashcash-path): Ditto.
12646         (hashcash-extra-generate-parameters): Ditto.
12647         (hashcash-double-spend-database): Ditto.
12648         (hashcash-in-news): Ditto.
12649
12650         * message.el (message-minibuffer-local-map): Add :group.
12651
12652         * netrc.el (netrc): Add :group.
12653
12654         * sieve-manage.el (sieve-manage-log): Add :group.
12655         (sieve-manage-default-user): Diito.
12656         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12657         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12658         (sieve-manage-authenticators): Ditto.
12659         (sieve-manage-authenticator-alist): Ditto.
12660         (sieve-manage-default-port): Ditto.
12661
12662         * sieve-mode.el (sieve-control-commands-face): Add :group.
12663         (sieve-action-commands-face): Ditto.
12664         (sieve-test-commands-face): Ditto.
12665         (sieve-tagged-arguments-face): Ditto.
12666
12667         * smime.el (smime): Add :group.
12668
12669         * spam-report.el (spam-report): Add :group.
12670
12671         * spam.el (spam, spam-face): Add :group.
12672
12673 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12674
12675         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12676         return \n.\n.\n at the end of articles.  Protect against that.
12677         (nntp-with-open-group): Allow debugging.
12678
12679         * nnheader.el (mail-header-set-extra): Make into a function
12680         because I just could't understand how to quote the list properly.
12681
12682         * dns.el (query-dns-cached): New function.
12683
12684 2005-05-26  Lute Kamstra  <lute@gnu.org>
12685
12686         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12687
12688 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12691
12692         * gnus-art.el: Don't autoload mail-extract-address-components.
12693
12694         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12695         eval-and-compile to evaluate it.
12696
12697         * hashcash.el: Don't autoload executable-find.
12698
12699         * nndb.el: Don't declare the nndb back end two or more times; don't
12700         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12701
12702         * nntp.el: Autoload format-spec instead of format; use
12703         eval-and-compile to evaluate autoload forms.
12704
12705 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12706
12707         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12708
12709 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12710
12711         * gnus.el (gnus-version-number): Bump version.
12712
12713 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12714
12715         * gnus.el: No Gnus v0.3 is released.
12716
12717 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12718
12719         * lpath.el (featurep): Bind show-nonbreak-escape.
12720
12721 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-art.el (gnus-article-edit-part): Disable undo.
12724
12725 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12728         gnus-article-date-lapsed-new-header is t if date timer is active;
12729         skip headers in which the original date value is empty.
12730         (gnus-article-save-original-date): Redefine it as a macro.
12731         (gnus-display-mime): Use it.
12732
12733 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * gnus-art.el (article-date-ut): Support converting date in
12736         forwarded parts as well.
12737         (gnus-article-save-original-date): New function.
12738         (gnus-display-mime): Use it.
12739
12740 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12741
12742         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12743         enclosure element of <item>.
12744
12745 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * message.el (message-kill-buffer-query): Renamed from
12748         `message-kill-buffer-query-if-modified'.  Added :version.
12749
12750 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12753         window layout.
12754
12755 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12756
12757         * mml.el: Autoload dnd when compiling.
12758
12759 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12762         x-dnd-*.
12763
12764 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * qp.el (quoted-printable-encode-region): Save excursion.
12767
12768 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12769
12770         * message.el (message-kill-buffer-query-if-modified): Add new variable
12771         so the user can kill a modified message buffer quickly.
12772         (message-kill-buffer): Use it.
12773
12774 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * lpath.el: Fbind display-time-event-handler; don't fbind
12777         string-to-multibyte.
12778
12779         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12780
12781 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12784         contained in text because xml.el decodes entities) with LFs.
12785
12786 2005-04-11  Lute Kamstra  <lute@gnu.org>
12787
12788         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12789         differently.
12790
12791 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12792
12793         * mm-util.el (mm-detect-coding-region): Typo.
12794
12795 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12798
12799 2005-04-06  Deepak Goel  <deego@gnufans.org>
12800
12801         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12802         user-function allow user modifications of the scores.
12803         (spam-stat-score-buffer-user): New function, to allow
12804         user-computed modifications to the score.
12805         (spam-stat-score-buffer-user-functions): List of additional
12806         scoring functions.
12807         (spam-stat-error-holder): Global temporary error holder.
12808         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12809         variable.
12810
12811 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12812
12813         * gnus-registry.el (gnus-registry-clean-empty-function)
12814         (gnus-registry-trim, gnus-registry-fetch-groups)
12815         (gnus-registry-delete-group): Groups that match
12816         `gnus-registry-ignored-groups' are removed from the registry
12817         entries, not just ignored for splitting.  This helps clean up the
12818         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12819         to get all the groups a message ID is in.
12820
12821         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12822         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12823         (spam-stat-score-buffer-user-functions): Add :number custom type.
12824
12825 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12828         argument in XEmacs.
12829
12830         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12831         (nnrss-request-group): Decode group name first.
12832         (nnrss-request-article): Make a text/plain article if mml-to-mime
12833         failed.
12834         (nnrss-get-encoding): Return a compatible encoding according to
12835         nnrss-compatible-encoding-alist.
12836         (nnrss-find-el): Use consp instead of listp.
12837         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12838
12839 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12842         which Emacs 20 doesn't support.
12843         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12844
12845 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12848         silence the byte compiler inside the defun.
12849
12850         * gnus-demon.el (parse-time-string): Add autoload.
12851
12852         * gnus-delay.el (parse-time-string): Add autoload.
12853
12854         * gnus-art.el (parse-time-string): Add autoload.
12855
12856         * nnultimate.el (parse-time): Require for `parse-time-string'.
12857
12858 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12861
12862         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12863
12864         * smime.el (smime-ldap-host-list): Add :version.
12865
12866 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12869         pass it to `gnus-browse-read-group'.
12870         (gnus-browse-read-group): Add NUMBER argument and pass it to
12871         `gnus-group-read-ephemeral-group'.
12872
12873         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12874         argument and pass it to `gnus-group-read-group'.
12875
12876 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12877
12878         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12879         mm-xemacs-find-mime-charset-1 if we have the mule feature
12880         available at runtime.
12881
12882 2005-03-25  Werner Lemberg  <wl@gnu.org>
12883
12884         * nnmaildir.el: Replace `illegal' with `invalid'.
12885
12886 2005-03-23  Lute Kamstra  <lute@gnu.org>
12887
12888         * time-date.el: Add comment on time value formats.
12889         Don't require parse-time.
12890         (with-decoded-time-value): New macro.
12891         (encode-time-value): New function.
12892         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12893         (days-to-time): Return a valid time value when arg is huge.
12894         (time-since): Use time-subtract.
12895         (time-to-number-of-days): Use time-to-seconds.
12896
12897 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12898
12899         * gnus-start.el (gnus-display-time-event-handler):
12900         Check display-time-timer at runtime rather than only at load time
12901         in case display-time-mode is turned off in the mean time.
12902
12903 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12906         used.
12907
12908         * nneething.el (nneething-map-file-directory): Derive from
12909         `gnus-directory'.
12910
12911         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12912         the To/Cc button.
12913
12914 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * nnmaildir.el (nnmaildir-request-accept-article):
12917         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12918
12919 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12920
12921         * gnus-async.el: Require timer-funcs at compile time when in
12922         XEmacs for `run-with-idle-timer'.
12923
12924 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12925
12926         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12927         autoloaded function.
12928
12929 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12930
12931         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12932
12933 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12934
12935         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12936
12937 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12938
12939         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12940         gnus-expert-user to default.
12941
12942 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12943
12944         * nnimap.el (nnimap-open-server): Ditto.
12945
12946         * imap.el (imap-authenticate): Fix typo.
12947
12948 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12949
12950         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12951         buffer (since IMAP server might return FETCH response out of
12952         order, and the nntp buffer must be sorted).
12953
12954 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12955
12956         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12957         comparison on string.
12958
12959         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12960         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12961         (gnus-agent-summary-fetch-series): Modified to protect against
12962         gnus-agent-summary-fetch-group clearing processable flags.
12963         (gnus-agent-synchronize-group-flags): Update live group buffer as
12964         synchronization may occur due to the user toggle the plugged
12965         status.
12966         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12967         successfully downloaded.
12968         (gnus-agent-expire-group-1): Avoid using markers when the overview
12969         is in ascending order; greatly improves performance.
12970         (gnus-agent-regenerate-group): Use
12971         gnus-agent-synchronize-group-flags to reset read status in both
12972         gnus and server.
12973         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12974
12975 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * message.el: Don't autoload former message-utils variables.
12978         (message-strip-subject-trailing-was): Change doc string.
12979
12980         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12981         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12982         (nnweb-google-search): Add "hl=en" here.
12983         (nnweb-google-parse-1, nnweb-google-create-mapping):
12984         Don't hardcode URL.
12985
12986 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * message.el (message-get-reply-headers, message-followup):
12989         Mention related variables `message-use-followup-to' and
12990         `message-use-mail-followup-to', in the information buffer.
12991
12992         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12993         of broken groups(-beta).google.com.
12994
12995 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12996
12997         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12998         parameter to invoked gnus-request-move-article; remove the
12999         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13000         all at once instead of once per article.
13001         (gnus-summary-remove-process-mark): Accept a list of articles as
13002         well as a single article for processing.
13003
13004         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13005         parameter.
13006
13007         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13008
13009         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13010
13011         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13012         parameter.
13013
13014         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13015         parameter.
13016
13017         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13018         parameter and remove the gnus-sum-hint-move-is-internal variable.
13019
13020         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13021         parameter.
13022
13023         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13024         parameter.
13025
13026         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13027         parameter.
13028
13029         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13030
13031         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13032         parameter.
13033
13034         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13035         parameter.
13036
13037 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13038
13039         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13040         a more conservative way.
13041
13042 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13043
13044         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13045         buffer, so it moves the window's cursor.
13046
13047 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13048
13049         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13050         `mm-dissect-multipart' and receive the from field as an (optional)
13051         argument from `mm-dissect-multipart'.
13052         (mm-dissect-multipart): Receive the from field as an argument and
13053         pass it on when we call `mm-dissect-buffer' on MIME parts.
13054         Fixes verification/decryption of signed/encrypted MIME parts.
13055
13056 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13057
13058         * gnus-sum.el (gnus-summary-move-article): Set
13059         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13060         whatever it calls (right now, only nnimap-request-move article
13061         respects it).
13062
13063         * nnimap.el (nnimap-request-move-article): When
13064         gnus-sum-hint-move-is-internal is set, don't do the extra
13065         nnimap-request-article.
13066
13067 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13068
13069         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13070
13071         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13072         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13073
13074         * gnus-sum.el (gnus-summary-caesar-message):
13075         Apply `gnus-treat-article' after rotation.
13076
13077         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13078         doc string.
13079
13080 2005-02-22  Simon Josefsson  <jas@extundo.com>
13081
13082         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13083         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13084         <arne@arnested.dk>.
13085         (encrypt): Add password-cache and password-cache-expiry as group
13086         members.
13087
13088 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13089
13090         * smime.el (smime-ldap-host-list): Doc fix.
13091         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13092         cache) password.
13093         (smime-sign-region): Use it.
13094         (smime-decrypt-region): Use it.
13095         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13096         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13097         fails.
13098         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13099         certificate from DER to PEM format rather than calling openssl.
13100
13101         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13102
13103         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13104         for signing/encryption.
13105
13106         * mml.el (mml-parse-1): Use them.
13107
13108 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13109
13110         * nnrss.el (nnrss-verbose): Removed.
13111         (nnrss-request-group): Use `nnheader-message' instead.
13112
13113 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13114
13115         * nnrss.el (nnrss-verbose): New variable.
13116         (nnrss-request-group): Make it say nnrss is requesting a group.
13117
13118 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13119
13120         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13121         Handle news URL with given port correctly.
13122
13123 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13126         containing special characters.
13127
13128         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13129
13130         * mml.el (mime-to-mml): Ditto.
13131
13132         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13133         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13134         (rfc2047-decode-region): Quote decoded words containing special
13135         characters when rfc2047-quote-decoded-words-containing-tspecials
13136         is non-nil.
13137
13138 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13139
13140         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13141
13142         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13143
13144 2005-02-15  Simon Josefsson  <jas@extundo.com>
13145
13146         * nnimap.el (nnimap-debug): Doc fix.
13147
13148         * imap.el (imap-debug): Doc fix.
13149
13150 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13153
13154 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * gnus.el (spam-contents): Improve docs for spam-contents
13157         parameter in its variable incarnation.
13158
13159 2005-02-14  Simon Josefsson  <jas@extundo.com>
13160
13161         * smime-ldap.el: Use require instead of load-library for ldap.
13162         (smime-ldap-search): Indent.
13163         (smime-ldap-search-internal): Shorten line.
13164
13165         * smime.el (smime-cert-by-dns): Add doc-string.
13166         (smime-cert-by-ldap-1): Indent.
13167
13168         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13169         mml-smime-get-dns-ldap.
13170         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13171
13172 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13173
13174         * smime.el: Require smime-ldap.
13175         (smime-ldap-host-list): New variable.
13176         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13177
13178         * mml-smime.el (mml-smime-encrypt-query): New function.
13179         (mml-smime-encrypt-query): Use it.
13180
13181         * smime-ldap.el: New file.
13182
13183 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13186
13187 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13190         argument in doc string.  Make query for type more clear.
13191
13192 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * gnus.el (gnus-group-startup-message): Search for gnus images in
13195         etc/images/gnus.
13196         * mm-util.el (mm-image-load-path): Likewise.
13197         * smiley.el (smiley-data-directory): Search for smilies in
13198         etc/images/smilies.
13199
13200 2005-02-09  Kim F. Storm  <storm@cua.dk>
13201
13202         Change Emacs release version from 21.4 to 22.1 throughout.
13203         Change Emacs development version from 21.3.50 to 22.0.50.
13204
13205 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13208
13209         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13210         non-Mule XEmacs as well.
13211         (mm-decompress-buffer): Signal an error intentionally if it does
13212         not decompress compressed data because auto-compression-mode is
13213         disabled.
13214
13215 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13216
13217         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13218         an ID in the registry even if it has no groups.
13219
13220 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13223         merge it into mm-decompress-buffer.
13224         (gnus-mime-copy-part): Use the MIME part charset, the value which
13225         a user specified or gnus-newsgroup-charset for decoding, like
13226         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13227         save-buffer what was used.  Suggested by Kevin Ryde
13228         <user42@zip.com.au>.
13229         (gnus-mime-inline-part): Allow the name parameter as well as the
13230         filename parameter; force decompressing of compressed data; always
13231         display contents being not decoded as unibyte.
13232
13233         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13234         as well as the filename parameter.
13235
13236         * mm-util.el (mm-decompress-buffer): Merge
13237         gnus-mime-jka-compr-maybe-uncompress.
13238         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13239         of compressed data.
13240
13241 2005-02-08  Simon Josefsson  <jas@extundo.com>
13242
13243         * imap.el (imap-log): Doc fix.
13244
13245 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13248         the coding cookies; decompress compressed parts.
13249
13250         * mml.el (mml-generate-mime-1): Add the charset parameter according
13251         to the value which a user specified manually or the coding cookie.
13252
13253         * mm-util.el (mm-string-to-multibyte): New function.
13254         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13255         (mm-coding-system-to-mime-charset): New function.
13256         (mm-decompress-buffer): New function.
13257         (mm-find-buffer-file-coding-system): New function.
13258
13259         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13260         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13261         parts.
13262
13263 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13264
13265         * mm-view.el (mm-display-inline-fontify): Decode a part according
13266         to the charset parameter.
13267
13268 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13271         prefix arg is neither nil nor a number, as info specifies.
13272
13273 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13276         timestamps.
13277
13278 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13279
13280         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13281         groups error checking and notify user.
13282
13283 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13284
13285         * message.el (message-send-mail-function): Check existence of
13286         sendmail-program first before using default value
13287         `message-send-mail-with-sendmail'.  Otherwise use more generic
13288         `smtpmail-send-it'.
13289
13290 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * nntp.el (nntp-request-update-info): Always return nil.
13293
13294 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13295
13296         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13297
13298 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13299
13300         * message.el (message-beginning-of-line): Change the behavior when
13301         invoked between BOL and : so that it first moves backward.
13302
13303 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13306         article buffer when editing of the article is discarded.
13307         (gnus-article-prepare): Revert.
13308
13309 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-art.el (gnus-article-prepare):
13312         Remove message-strip-forbidden-properties from the local hook.
13313
13314 2005-01-27  Simon Josefsson  <jas@extundo.com>
13315
13316         * password.el (password-cache-add): Only start one timer per key.
13317         Reported by Derek Atkins <warlord@MIT.EDU>.
13318
13319 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13320
13321         * run-at-time.el: Removed.  It is no longer needed as
13322         timer-funcs.el in the xemacs-base package has a working version of
13323         `run-at-time'.
13324
13325         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13326
13327         * password.el: Require timer-funcs instead of run-at-time in
13328         XEmacs.
13329         Remove `password-run-at-time' macro.
13330         (password-cache-add): Use `run-at-time' instead of
13331         `password-run-at-time'.
13332
13333         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13334         Remove `nnheader-cancel-function-timers' alias,
13335         `cancel-function-timers' exists in XEmacs in timer-funcs.
13336
13337         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13338         for `run-with-idle-timer'.
13339
13340         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13341         for `run-at-time'.
13342
13343         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13344         for `with-timeout'.
13345
13346         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13347         the same as for XEmacs 21.4.
13348         No need to ignore `run-with-idle-timer', this function exists in
13349         XEmacs now in timer-funcs.el in the xemacs-base package.
13350         (dgnushack-compile): No need to delete
13351         run-at-time.el from the list of files to compile because it
13352         doesn't exist anymore.
13353
13354 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13357         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13358
13359 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13360
13361         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13362         sensitively.
13363
13364 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13365
13366         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13367
13368 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13371         which will be inserted according to the multibyteness of a buffer
13372         rather than the type of contents.  Suggested by ARISAWA Akihiro
13373         <ari@mbf.ocn.ne.jp>.
13374
13375         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13376         of string which old xml.el may return rather than a string.
13377
13378 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13381
13382 2005-01-16  Simon Josefsson  <jas@extundo.com>
13383
13384         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13385         idn/idna.el isn't available.
13386         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13387         <michael@waxrat.com>.
13388
13389         * hashcash.el: Remove non-FSF copyright header.
13390
13391         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13392         (hashcash-generate-payment): Use it.
13393         (hashcash-generate-payment-async): Use it.
13394
13395 2005-01-15  Simon Josefsson  <jas@extundo.com>
13396
13397         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13398         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13399
13400         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13401         gnus-summary-idna-message.
13402         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13403         (gnus-summary-idna-message): New function.
13404
13405 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13408         gnus-novice-user.
13409
13410 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * nnrss.el (nnrss-request-delete-group): Delete entries in
13413         nnrss-group-alist as well.
13414         (nnrss-save-server-data): Insert newline.
13415
13416 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13417
13418         * gnus.el (gnus-user-agent): Use list of symbols instead of
13419         symbols.  Display full version number for (S)XEmacs.  Optionally
13420         display (S)XEmacs codename.
13421
13422         * gnus-util.el (gnus-emacs-version): Update for new
13423         `gnus-user-agent'.
13424
13425         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13426         Gnus version.
13427
13428 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13429
13430         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13431         which is unreadable in some setups.
13432
13433 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * gnus-spec.el (gnus-update-format-specifications): Flush the
13436         group format spec cache if it doesn't support decoded group names.
13437
13438 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13441         Allow to apply decay on score files matching a regexp.
13442
13443 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13444
13445         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13446         compatibility in %g and %c.
13447
13448 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13449
13450         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13451         name for only %g and %c.
13452         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13453         of gnus-tmp-group to decoded group name.
13454         (gnus-group-make-rss-group): Exclude `/'s from group names.
13455
13456 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * nnrss.el (nnrss-get-encoding): Fix regexp.
13459
13460 2004-12-27  Simon Josefsson  <jas@extundo.com>
13461
13462         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13463         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13464         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13465
13466 2004-12-17  Kim F. Storm  <storm@cua.dk>
13467
13468         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13469
13470         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13471
13472 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13473
13474         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13475
13476 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * nnrss.el: Require rfc2047 and mml.
13479         (nnrss-file-coding-system): New variable.
13480         (nnrss-format-string): Redefine it as an inline function.
13481         (nnrss-decode-group-name): New function.
13482         (nnrss-string-as-multibyte): Remove.
13483         (nnrss-retrieve-headers): Decode group name; don't use
13484         nnrss-format-string.
13485         (nnrss-request-group): Decode group name.
13486         (nnrss-request-article): Decode group name; allow a Message-ID as
13487         well as an article number; don't use nnrss-format-string; encode a
13488         Message-ID string which may contain non-ASCII characters; use
13489         mml-to-mime to compose a MIME article.
13490         (nnrss-request-expire-articles): Decode group name.
13491         (nnrss-request-delete-group): Decode group name.
13492         (nnrss-fetch): Clarify error message.
13493         (nnrss-read-server-data): Use insert-file-contents instead of load;
13494         bind file-name-coding-system; use multibyte buffer.
13495         (nnrss-save-server-data): Bind coding-system-for-write to the
13496         value of nnrss-file-coding-system; bind file-name-coding-system;
13497         add coding cookie.
13498         (nnrss-read-group-data): Use insert-file-contents instead of load;
13499         bind file-name-coding-system; use multibyte buffer.
13500         (nnrss-save-group-data): Bind coding-system-for-write to the
13501         value of nnrss-file-coding-system; bind file-name-coding-system.
13502         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13503         make it work with non-ASCII text.
13504         (nnrss-find-el): Make it work with old xml.el as well.
13505
13506 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13507
13508         * nnrss.el (nnrss-get-encoding): New function.
13509         (nnrss-fetch): Use unibyte buffer initially; bind
13510         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13511         decode contents according to the encoding attribute.
13512         (nnrss-save-group-data): Add coding cookie.
13513         (nnrss-mime-encode-string): New function.
13514         (nnrss-check-group): Use it to encode subject and author.
13515
13516 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13517
13518         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13519         imaginary variable.
13520
13521 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13524         correctly even if there are wide characters.
13525
13526 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13527
13528         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13529         downcased symbol names; make a new cache instead of reusing
13530         bbdb-hashtable.
13531
13532 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13535         concatenating segments rather than before concatenating them.
13536         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13537
13538         * message.el (message-get-reply-headers): Bind `extra'.
13539
13540 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13541
13542         * message.el (message-extra-wide-headers): New variable.
13543         (message-get-reply-headers): Use it.
13544
13545 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13548         (gnus-agent-group-pathname): Ditto.
13549
13550         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13551
13552         * gnus-group.el (gnus-group-make-group): Decode group name.
13553         (gnus-group-make-rss-group): Register the group data after opening
13554         the nnrss group.
13555
13556 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13557
13558         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13559         by expiry now get marked as read.
13560
13561 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13564
13565 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13566
13567         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13568         unify Latin characters in XEmacs.
13569         (mm-find-mime-charset-region): Use it.
13570
13571 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-util.el (gnus-delete-directory): New function.
13574
13575         * gnus-agent.el (gnus-agent-delete-group): Use it.
13576
13577         * gnus-cache.el (gnus-cache-delete-group): Use it.
13578
13579 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13582         names.
13583
13584 2004-12-16  Simon Josefsson  <jas@extundo.com>
13585
13586         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13587
13588 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13589
13590         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13591
13592         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13593         (gnus-group-set-current-level): Decode group name.
13594
13595 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13596
13597         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13598         failed.
13599
13600 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * gnus-group.el (gnus-group-delete-group): Decode group name.
13603         (gnus-group-make-rss-group): Encode group name.
13604         (gnus-group-catchup-current): Decode group name.
13605         (gnus-group-kill-group): Decode group name.
13606
13607 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13608
13609         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13610
13611 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-group.el (gnus-group-make-rss-group):
13614         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13615
13616         * gnus-start.el (gnus-setup-news): Honor user's setting to
13617         gnus-message-archive-method.  Suggested by Lute Kamstra
13618         <lute@gnu.org>.
13619
13620 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13621
13622         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13623         global counterparts of the buffer-local variables.
13624
13625 2004-11-16  Romain Francoise  <romain@orebokech.com>
13626
13627         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13628         counterparts of the buffer-local variables.
13629
13630 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13631
13632         * message.el (message-forbidden-properties): Fixed typo in doc
13633         string.
13634
13635 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * gnus-util.el (gnus-replace-in-string): Added doc string.
13638
13639         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13640         to avoid problems when splitting mails with many recipients.
13641
13642 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13643
13644         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13645         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13646
13647 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13648
13649         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13650         if there is no hashtable in memory or file modification time is
13651         newer than cached timestamp.
13652
13653 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13656         not-matching option.
13657
13658 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13661         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13662         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13663         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13664         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13665         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13666
13667 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * message.el (message-forward-make-body-mml): Remove headers
13670         according to message-forward-ignored-headers if a message is decoded.
13671
13672 2004-12-02  Romain Francoise  <romain@orebokech.com>
13673
13674         * message.el (message-forward-make-body-plain): Always remove
13675         headers according to message-forward-ignored-headers.
13676
13677 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13678
13679         * spam.el (spam-summary-prepare-exit): Remove the
13680         gnus-summary-limit pop for now, it has problems with ham marks for
13681         me.
13682
13683 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13684
13685         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13686         correctly.
13687
13688 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13689
13690         * format-spec.el (format-spec): Message the char.
13691
13692 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13693
13694         * gnus-art.el (gnus-split-methods): Reformat comments.
13695
13696         * spam.el (spam-summary-prepare-exit): Remove article limits
13697         before exiting the summary buffer.
13698
13699 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13702         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13703
13704         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13705         order to silence the byte compiler.
13706
13707         * spam.el: Fix the way to silence the byte compiler, which
13708         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13709         bbdb-search-simple, spam-BBDB-register-routine,
13710         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13711         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13712         spam-stat-buffer-is-spam, spam-stat-load,
13713         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13714         spam-stat-save and spam-stat-split-fancy.
13715
13716 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13719         which may confuse users.
13720         (canlock-password-for-verify): Ditto.
13721
13722         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13723
13724         * gnus-art.el (gnus-emphasis-alist): Ditto.
13725
13726         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13727
13728         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13729
13730         * gnus-start.el (gnus-save-killed-list): Ditto.
13731
13732         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13733         (gnus-sum-thread-tree-root): Ditto.
13734         (gnus-sum-thread-tree-false-root): Ditto.
13735         (gnus-sum-thread-tree-single-indent): Ditto.
13736
13737         * message.el (message-courtesy-message): Ditto.
13738         (message-archive-note): Ditto.
13739         (message-subscribed-address-file): Ditto.
13740         (message-user-fqdn): Ditto.
13741
13742         * spam-report.el (spam-report-gmane-regex): Ditto.
13743
13744         * spam.el (spam-blackhole-good-server-regex): Ditto.
13745
13746 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * mml.el (mml-preview): Widen the message buffer before copying
13749         the contents to the preview buffer; sort headers before previewing.
13750
13751         * message.el (message-hidden-headers): Fix the way to avoid a bug
13752         in the `repeat' widget in Emacs 21.3 or earlier.
13753
13754 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * message.el (message-hidden-headers): Default to "^References:".
13757         Improve customization type.  Suggested by Reiner Steib
13758         <Reiner.Steib@gmx.de>.
13759
13760 2004-11-25  Romain Francoise  <romain@orebokech.com>
13761
13762         * message.el (message-strip-forbidden-properties): Remove check for
13763         obsolete `message-hidden' text property, hidden headers are not
13764         accessible in the buffer anymore.
13765
13766 2004-11-22  Romain Francoise  <romain@orebokech.com>
13767
13768         * message.el (message-header-format-alist): Add `From' in list
13769         so that it can be sorted.
13770         (message-fix-before-sending): Widen and sort headers before
13771         sending.
13772         (message-hide-headers): Use narrowing to hide headers by moving
13773         them to the top of the buffer and narrowing to the region
13774         underneath.
13775
13776 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13777
13778         * message.el (message-strip-forbidden-properties): Bind
13779         buffer-read-only (etc) to nil.
13780
13781 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13784         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13785
13786 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13787
13788         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13789
13790 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13791
13792         * dns.el (query-dns): Use sit-for to time instead of
13793         accept-process-output, since that doesn't seem to work on udp
13794         sockets.
13795
13796 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13797
13798         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13799
13800 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13801
13802         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13803         doc string.  Improve doc string.
13804
13805 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * nntp.el (nntp-request-update-info): Return nil if
13808         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13809         may not call gnus-activate-group which uselessly issues the GROUP
13810         commands for all nntp groups and wastes time.  Reported by Romain
13811         Francoise <romain@orebokech.com>.
13812
13813         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13814
13815 2004-11-15  Simon Josefsson  <jas@extundo.com>
13816
13817         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13818         headers separately.
13819         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13820         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13821
13822 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13823
13824         * gnus-start.el (gnus-convert-old-newsrc):
13825         Assign legacy-gnus-agent to 5.10.7.
13826
13827 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13828
13829         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13830         start of the lines.
13831
13832 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13833
13834         * hashcash.el (hashcash-default-payment): Change default to 20.
13835         (hashcash-default-accept-payment): Change default to 20.
13836         (hashcash-process-alist): New variable.
13837         (hashcash-generate-payment-async): Add.
13838         (hashcash-already-paid-p): Add.
13839         (hashcash-insert-payment): Don't generate payments twice.
13840         (hashcash-insert-payment-async): Add.
13841         (hashcash-insert-payment-async-2): Add.
13842         (hashcash-cancel-async): Add.
13843         (hashcash-wait-async): Add.
13844         (hashcash-processes-running-p): Add.
13845         (hashcash-wait-or-cancel): Add.
13846         (mail-add-payment): New optional argument.  Conditionally start
13847         asynchronous calculation.
13848         (mail-add-payment-async): Add.
13849
13850         * message.el (message-send-mail): Wait for asynchronous hashcash
13851         results.  Don't clobber existing X-Hashcash headers.
13852         (message-setup-1): Call mail-add-payment-async when
13853         message-generate-hashcash is non-nil.
13854
13855 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13856
13857         * message.el (message-use-alternative-email-as-from): Examine the
13858         From header as well; use message-make-from in order to include a
13859         user's full name.
13860
13861 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13864         default; improve customization type.
13865         (gnus-emphasis-custom-with-format): New macro.
13866         (gnus-emphasis-custom-value-to-external): New function.
13867         (gnus-emphasis-custom-value-to-internal): New function.
13868
13869 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13870
13871         * dns.el (query-dns): Resolve reverse addresses.
13872
13873 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13874
13875         * gnus-group.el (gnus-group-get-new-news): Use it.
13876
13877         * gnus-start.el (gnus-check-reasonable-setup): New function.
13878
13879 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13882         "Args out of range" error.  Reported by Arnaud Giersch
13883         <arnaud.giersch@free.fr>.
13884
13885 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13886
13887         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13888
13889 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13890
13891         * spam.el (spam group): Add :version.
13892
13893         * pgg-def.el (pgg group): Add :version.
13894
13895 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-art.el (gnus-article-edit-article): Don't associate the
13898         article buffer with a draft file.  This is a temporary measure
13899         against the 2004-08-22 change to gnus-article-edit-mode.
13900
13901 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13904         (html2text-format-tags): Remove unused variable `attr'.
13905
13906 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13909
13910         * tls.el (tls-process-connection-type, tls-success)
13911         (tls-certtool-program): Add :version.
13912
13913         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13914         (starttls-extra-arguments, starttls-process-connection-type)
13915         (starttls-connect, starttls-failure, starttls-success): Add :version.
13916
13917         * spam-stat.el (spam-stat): Add :version.
13918
13919         * sieve.el (sieve): Add :version.
13920
13921         * sha1.el (sha1): Add :version.
13922         (sha1-use-external): Remove redundant version.
13923
13924         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13925         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13926         (nnmail-split-fancy-match-partial-words)
13927         (nnmail-split-lowercase-expanded): Add :version.
13928
13929         * nndiary.el (nndiary): Add :version.
13930
13931         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13932
13933         * mml-sec.el (mml-default-sign-method)
13934         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13935         Add :version.
13936
13937         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13938
13939         * mm-url.el (mm-url-use-external, mm-url-program)
13940         (mm-url-arguments): Add :version.
13941
13942         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13943         (mm-attachment-file-modes, mm-decrypt-option)
13944         (mm-w3m-safe-url-regexp): Add :version.
13945
13946         * message.el (message-cite-prefix-regexp)
13947         (message-sendmail-envelope-from, message-minibuffer-local-map)
13948         (message-user-fqdn, message-completion-alist): Add :version.
13949
13950         * gnus-win.el (gnus-configure-windows-hook)
13951         (gnus-use-frames-on-any-display): Add :version.
13952
13953         * gnus-art.el (gnus-article-address-banner-alist)
13954         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13955         (gnus-treat-from-picon, gnus-treat-mail-picon)
13956         (gnus-treat-x-pgp-sig): Add :version.
13957
13958         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13959         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13960         (gnus-summary-article-delete-hook)
13961         (gnus-summary-display-while-building): Add :version.
13962
13963         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13964         (gnus-get-top-new-news-hook): Add :version.
13965
13966         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13967         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13968
13969         * gnus-registry.el (gnus-registry): Add :version.
13970
13971         * gnus-spec.el (gnus-use-correct-string-widths)
13972         (gnus-make-format-preserve-properties): Add :version.
13973
13974         * gnus.el (gnus-group-charter-alist)
13975         (gnus-group-fetch-control-use-browse-url)
13976         (gnus-install-group-spam-parameters): Add :version.
13977
13978         * gnus-diary.el (gnus-diary): Add :version.
13979
13980         * gnus-delay.el (gnus-delay): Add :version.
13981
13982         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13983         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13984         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13985         Add :version.
13986
13987         * gnus-agent.el (gnus-agent-max-fetch-size)
13988         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13989         (gnus-agent-prompt-send-queue): Add :version.
13990
13991         * deuglify.el (gnus-outlook-deuglify): Add :version.
13992
13993         * html2text.el: Beautify code.  Improve doc strings.  Some
13994         checkdoc cleanup.
13995         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13996
13997 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13998
13999         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14000
14001 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14002
14003         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14004         when package is loaded.
14005
14006         * spam.el (spam-summary-score-preferred-header): Add global preference
14007         for people who want to override the default SpamAssassin over
14008         Bogofilter preference (when both are set).
14009         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14010         (spam-user-format-function-S): Check
14011         spam-summary-score-preferred-header.
14012         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14013         (spam-user-format-function-S): Format the score correctly.
14014
14015 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14018         signature file.  Suggested by Manoj Srivastava
14019         <srivasta@golden-gryphon.com>.
14020
14021         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14022         iso-2022-jp even in the Japanese language environment.
14023         Suggested by Jason Rumney <jasonr@gnu.org>.
14024
14025 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14028         use the same characters as the dummy marks; make it free from
14029         getting affected by the language environment.
14030         (gnus-summary-read-group-1): Update mark positions only when the
14031         format spec is updated.
14032
14033         * gnus-spec.el (gnus-update-format-specifications): Return a list
14034         of updated types.
14035
14036 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14039         of boundp to check if display-warning is available.
14040
14041 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14042
14043         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14044
14045 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * nnspool.el (nnspool-spool-directory): Use news-path if the
14048         news-directory variable is not bound.
14049
14050         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14051         function instead of display-warning if it is not available.
14052
14053 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14056         v5-10: Use `point-at-bol'.
14057
14058 2004-10-26  Simon Josefsson  <jas@extundo.com>
14059
14060         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14061         <chenggao@gmail.com>.
14062
14063 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14064
14065         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14066         instead.
14067
14068 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14069
14070         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14071         to remove a server from the nnimap-server-buffer-alist.
14072         (nnimap-open-connection, nnimap-close-server): Use it.
14073
14074         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14075
14076 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14079         running the major-mode function.
14080
14081 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14084         dummy marks in the right way.
14085
14086 2004-10-18  David Edmondson  <dme@dme.org>
14087
14088         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14089         excessively.
14090
14091 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14092
14093         * gnus-util.el (gnus-split-references): Accept a nil references
14094         string and go on blissfully.
14095
14096         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14097         cases where the references string is non-nil but has no references.
14098
14099         * encrypt.el: Add autoload tags.
14100
14101         * spam.el (spam-resolve-registrations-routine): Remove article
14102         from unregistration list too.  Reported by David Hanak
14103         <dhanak@isis.vanderbilt.edu>
14104
14105 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14108         nil.  Changed custom type.
14109
14110 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14113
14114         * gnus-sum.el (gnus-summary-move-article): Use it.
14115
14116 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14117
14118         * encrypt.el: Add autoload cookies.
14119
14120         * spam.el (spam-backend-article-list-property)
14121         (spam-backend-get-article-todo-list)
14122         (spam-backend-put-article-todo-list)
14123         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14124         Resolve registrations separately.
14125         (spam-register-routine): Format comments.
14126         (spam-unregister-routine, spam-register-routine): Always call with
14127         specific-articles, no default list.
14128         (spam-summary-prepare-exit): Use the spam-classifications function.
14129
14130         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14131         gnus-encrypt.el.
14132
14133         * encrypt.el: Copied from gnus-encrypt.el.
14134
14135         * gnus-encrypt.el: Commented that it's obsolete.
14136
14137 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14140         (gnus-score-save): Use it.
14141
14142         * message.el (message-bury): Use `window-dedicated-p'.
14143
14144 2004-10-15  Simon Josefsson  <jas@extundo.com>
14145
14146         * pop3.el (top-level): Don't require nnheader.
14147         (pop3-read-timeout): Add.
14148         (pop3-accept-process-output): Add.
14149         (pop3-read-response, pop3-retr): Use it.
14150
14151 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14152
14153         * spam.el (spam-register-routine): Move comment.
14154         (spam-verify-bogofilter): Use 'unknown for the initial
14155         spam-bogofilter-valid state, not 'never.
14156
14157         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14158         for netrc-machine.
14159
14160         * nnimap.el (nnimap-open-connection): Use
14161         netrc-machine-user-or-password.
14162
14163 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14164
14165         * gnus-registry.el (gnus-registry-unload-hook):
14166         Set as a variable with add-hook.
14167
14168         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14169         of news-path.
14170
14171         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14172
14173         * spam.el: Delete duplicate `provide'.
14174         (spam-unload-hook): Set as a variable with add-hook.
14175
14176 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14179         in the doc string.
14180
14181         * message.el (message-ignored-news-headers)
14182         (message-ignored-supersedes-headers)
14183         (message-ignored-resent-headers)
14184         (message-forward-ignored-headers): Improve custom type.
14185
14186 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * message.el (message-tokenize-header): Fix 2004-09-06 change
14189         which used point-min in the wrong place.
14190
14191 2004-10-12  Simon Josefsson  <jas@extundo.com>
14192
14193         * tls.el (tls-certtool-program): New variable.
14194         (tls-certificate-information): New function, based on
14195         ssl-certificate-information.
14196
14197 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * compface.el: Move the version of ELisp-based uncompface program
14200         to the contrib directory because of the copyright problem.
14201
14202 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * message.el (message-kill-buffer): Raise the current frame.
14205
14206 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14207
14208         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14209
14210         * gnus.el (message-y-or-n-p): Autoload.
14211
14212         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14213         (pop3-password-required, pop3-authentication-scheme)
14214         (pop3-leave-mail-on-server): Made customizable.
14215         (pop3): New custom group.
14216         (pop3-retr): Remove `sleep-for' statements.
14217         Suggested by Dave Love <fx@gnu.org>.
14218
14219         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14220         Windows/DOS.
14221
14222         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14223         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14224         Dave Love <fx@gnu.org>.
14225
14226         * mml.el (mml-minibuffer-read-disposition): Require match.
14227         Suggested by Dave Love <fx@gnu.org>.
14228
14229 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14232         doc string.
14233
14234 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14237
14238 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14239
14240         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14241         instead of calling `mm-insert-inline', to decode text/* parts
14242         before displaying them.
14243
14244 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * mm-uu.el (mm-uu-text-plain-type): New variable.
14247         (mm-uu-pgp-signed-extract-1): Use it.
14248         (mm-uu-pgp-encrypted-extract-1): Use it.
14249         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14250         bind mm-uu-text-plain-type with that value.
14251         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14252         mm-uu-dissect.
14253
14254 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-group.el (gnus-update-group-mark-positions):
14257         * gnus-sum.el (gnus-update-summary-mark-positions):
14258         * message.el (message-check-news-body-syntax):
14259         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14260         of string-as-multibyte.
14261
14262 2004-10-05  Juri Linkov  <juri@jurta.org>
14263
14264         * gnus-group.el (gnus-update-group-mark-positions):
14265         * gnus-sum.el (gnus-update-summary-mark-positions):
14266         * message.el (message-check-news-body-syntax):
14267         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14268         8-bit unibyte values to a multibyte string for search functions.
14269
14270 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14273         (mm-uu-dissect-text-parts): New function.
14274
14275         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14276         dissect text parts.
14277
14278         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14279         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14280
14281         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14282
14283         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14284         gnus-current-topics instead of gnus-current-topic.
14285
14286 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14287
14288         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14289
14290 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14291
14292         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14293         where approriate.
14294
14295         * nnml.el (nnml-generate-active-info): do.
14296
14297         * nndiary.el (nndiary-generate-active-info): do.
14298
14299         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14300         (gnus-topic-move): do.
14301
14302         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14303         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14304
14305         * gnus-srvr.el (gnus-server-prepare)
14306         (gnus-server-open-all-servers): do.
14307
14308         * gnus-msg.el (gnus-summary-cancel-article)
14309         (gnus-summary-resend-message)
14310         (gnus-summary-mail-crosspost-complaint): do.
14311
14312         * gnus-move.el (gnus-change-server): do.
14313
14314         * gnus-group.el (gnus-group-unmark-all-groups)
14315         (gnus-group-set-current-level): do.
14316
14317 2004-10-04  Simon Josefsson  <jas@extundo.com>
14318
14319         * message.el (message-generate-hashcash): Doc fix.
14320
14321 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14322
14323         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14324         avoid infinite recursion via gnus-get-function.
14325
14326 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14327
14328         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14329
14330         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14331
14332         * nnmail.el (nnmail-split-history): do.
14333
14334         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14335         (nnml-request-delete-group): do.
14336
14337         * nnslashdot.el (nnslashdot-read-groups): do.
14338
14339         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14340         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14341
14342         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14343         (nnspool-sift-nov-with-sed): Use last.
14344         (nnspool-retrieve-headers-with-nov): Use mapc.
14345         (nnspool-request-newgroups): Use dolist.
14346         (nnspool-request-group): Use last.
14347
14348         * nntp.el (nntp-read-server-type): Use dolist.
14349
14350         * nnvirtual.el (nnvirtual-create-mapping)
14351         (nnvirtual-update-read-and-marked): Use dolist.
14352         (nnvirtual-convert-headers): Simplify.
14353
14354 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14355
14356         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14357         support for sync'ing tick marks.
14358
14359 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14362         there's no visible header.
14363
14364 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14365
14366         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14367         necessary, pass full group name to gnus-request-set-marks.
14368
14369 2004-10-01  Simon Josefsson  <jas@extundo.com>
14370
14371         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14372         acroread.
14373
14374 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14375
14376         * spam-report.el (spam-report-gmane): Fix interactive.
14377
14378         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14379
14380         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14381         when writing file.
14382         (gnus-agent-synchronize-flags): Don't default to being
14383         interactive.
14384
14385 2004-09-30  Simon Josefsson  <jas@extundo.com>
14386
14387         * message.el (message-generate-hashcash): Add.
14388         (message-send-mail): Use it, call mail-add-payment.
14389
14390 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14391
14392         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14393
14394 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14395
14396         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14397         gnus-requst-update-info with explicit code to sync the in-memory
14398         info read flags with the marks being sync'd to the backend.
14399
14400         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14401
14402 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14403
14404         * spam.el (spam-verify-bogofilter): Add new function.
14405         (spam-check-bogofilter)
14406         (spam-bogofilter-register-with-bogofilter): Use it.
14407         (spam-verify-bogofilter): Add small fixes.
14408
14409 2004-09-28  Simon Josefsson  <jas@extundo.com>
14410
14411         * hashcash.el (hashcash-generate-payment): Revert.
14412
14413 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14414
14415         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14416         gnus-extract-references instead of gnus-split-references.
14417
14418         * gnus-util.el (gnus-extract-references): Add new function, analogous
14419         to gnus-split-references but extracts only the message-ID without
14420         anything extra.
14421
14422         * hashcash.el (hashcash-generate-payment)
14423         (hashcash-check-payment): Do the right thing if hashcash-path is
14424         nil (because the hashcash program could not be found).
14425
14426         * spam.el (spam-use-hashcash): Remove comment.
14427
14428 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14429
14430         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14431         (gnus-cache-enter-article, gnus-cache-remove-article)
14432         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14433
14434         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14435
14436         * gnus-art.el (article-hide-boring-headers)
14437         (article-translate-strings, article-display-face)
14438         (gnus-article-mime-match-handle-first)
14439         (gnus-article-highlight-headers)
14440         (gnus-article-add-buttons-to-head): do.
14441
14442 2004-09-27  Simon Josefsson  <jas@extundo.com>
14443
14444         * hashcash.el: New version, from
14445         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14446         ../contrib/.
14447
14448 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14451
14452 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14453
14454         * gnus-dup.el (gnus-dup-open): Use mapc.
14455         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14456
14457         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14458         Reported by Stefan Wiens <s.wi@gmx.net>.
14459
14460         * gnus.el (gnus-shutdown): Use dolist.
14461
14462         * gnus-undo.el (gnus-undo): Use mapc.
14463
14464         * nnrss.el (nnrss-generate-active): do.
14465
14466         * message.el (message-cite-original-without-signature)
14467         (message-cite-original): Use mapc.
14468         (message-do-actions, message-make-forward-subject): Use dolist.
14469
14470 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14471
14472         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14473         deletion to remove entire duplicate line.  Fixes merged article
14474         number bug.
14475
14476 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14477
14478         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14479         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14480         first ask if you want to open a server and then, even when you
14481         responded with no, asking if you want to synchronize the server's
14482         flags.
14483         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14484         multi-line expressions.
14485         (gnus-agent-synchronize-group-flags): New internal function.
14486         Updates marks in memory (in the info structure) AND in the
14487         backend.
14488
14489         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14490
14491         * nnagent.el (nnagent-request-set-mark): Use
14492         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14493         method, to ensure that synchronization updates marks in the
14494         backend and in the info (in memory) structure.
14495
14496 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14499         convention fully; don't miss the root article of a thread; make
14500         the X-Draft-From header with correct article numbers.
14501
14502 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14503
14504         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14505         unless plugged.  Disable the agent so that an open failure causes
14506         an error.
14507
14508         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14509         Reverted 2004-09-21 change.  The backend must be opened while
14510         synchronizing flags even when the backend stores the flags
14511         locally.
14512
14513 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14514
14515         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14516         in `header' match.  Reported by Svend Tollak Munkejord.
14517
14518         * message.el (message-cite-original): Fix use of
14519         `message-cite-articles-with-x-no-archive'.
14520
14521 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14522
14523         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14524         (gnus-window-to-buffer): Ditto.
14525
14526         * mml.el (mml-preview-buffer): New variable.
14527         (mml-preview): Manage window layout with gnus-buffer-configuration.
14528
14529         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14530         X-Draft-From header even if those articles aren't quoted.
14531
14532 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14533
14534         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14535         (gnus-request-set-mark, gnus-request-update-mark): Use new
14536         g-s-t-u-l-m to decide to use backend even when unplugged.
14537
14538 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14541         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14542
14543 2004-09-20  Simon Josefsson  <jas@extundo.com>
14544
14545         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14546         "utf-16-le".
14547
14548 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14549
14550         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14551
14552 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14553
14554         * uudecode.el (uudecode-use-external): Add :version.
14555
14556         * smime.el (smime-CA-file, smime-encrypt-cipher)
14557         (smime-dns-server): Add :version.
14558
14559         * smiley.el (gnus-smiley-file-types): Add :version.
14560
14561         * sha1.el (sha1-use-external): Add :version.
14562
14563         * pgg-def.el (pgg-query-keyserver): Add :version.
14564
14565         * nnmail.el (nnmail-fancy-expiry-targets)
14566         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14567         Add :version.
14568
14569         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14570         (nnimap-retrieve-groups-asynchronous): Add :version.
14571         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14572
14573         * mml.el (mml-content-disposition-parameters)
14574         (mml-insert-mime-headers-always): Add :version.
14575
14576         * mm-util.el (mm-coding-system-priorities): Add :version.
14577
14578         * mm-decode.el (mm-inline-text-html-with-images)
14579         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14580         (mm-verify-option): Add :version.
14581         (mm-text-html-renderer): Change :version.
14582
14583         * message.el (message-fcc-externalize-attachments)
14584         (message-required-headers, message-draft-headers)
14585         (message-subject-trailing-was-query)
14586         (message-subject-trailing-was-ask-regexp)
14587         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14588         (message-mark-insert-end, message-archive-header)
14589         (message-archive-note, message-cross-post-default)
14590         (message-cross-post-note, message-followup-to-note)
14591         (message-cross-post-note-function, message-use-mail-followup-to)
14592         (message-subscribed-address-functions)
14593         (message-subscribed-address-file, message-subscribed-addresses)
14594         (message-subscribed-regexps, message-allow-no-recipients)
14595         (message-yank-cited-prefix, message-signature-insert-empty-line)
14596         (message-hidden-headers, message-hierarchical-addresses)
14597         (message-mail-user-agent, message-use-idna)
14598         (message-valid-fqdn-regexp)
14599         (message-strip-special-text-properties, message-header-synonyms)
14600         (message-beginning-of-line, message-tab-body-function): Add :version.
14601         (message-insert-canlock, message-wide-reply-confirm-recipients):
14602         Change :version.
14603
14604         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14605         and :version.
14606         (mail-source-delete-old-incoming-confirm)
14607         (mail-source-movemail-program): Add :version.
14608
14609         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14610         (gnus-agent-cache, gnus-agent): Change :version.
14611
14612         * gnus-util.el (gnus-use-byte-compile): Change :version.
14613
14614         * gnus-sum.el (gnus-summary-make-false-root-always)
14615         (gnus-summary-default-high-score)
14616         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14617         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14618         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14619         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14620         (gnus-sum-thread-tree-single-indent)
14621         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14622         (gnus-sum-thread-tree-leaf-with-other)
14623         (gnus-sum-thread-tree-single-leaf): Add :version.
14624         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14625         (gnus-article-loose-mime): Change :version.
14626
14627         * gnus-start.el (gnus-backup-startup-file)
14628         (gnus-save-startup-file-via-temp-buffer): Add :version.
14629
14630         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14631         (gnus-server-offline-face): Add :version.
14632
14633         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14634
14635         * gnus-msg.el (gnus-gcc-externalize-attachments)
14636         (gnus-debug-files, gnus-debug-exclude-variables)
14637         (gnus-discouraged-post-methods): Change :version.
14638         (gnus-confirm-mail-reply-to-news)
14639         (gnus-confirm-treat-mail-like-news): Add :version.
14640
14641         * gnus-int.el (gnus-server-unopen-status): Add :version.
14642
14643         * gnus-group.el (gnus-group-jump-to-group-prompt)
14644         (gnus-large-ephemeral-newsgroup)
14645         (gnus-fetch-old-ephemeral-headers): Add :version.
14646
14647         * gnus-fun.el (gnus-x-face-directory)
14648         (gnus-convert-pbm-to-x-face-command)
14649         (gnus-convert-image-to-x-face-command)
14650         (gnus-convert-image-to-face-command): Add :version.
14651
14652         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14653
14654         * gnus-cite.el (gnus-cite-blank-line-after-header)
14655         (gnus-article-boring-faces): Add :version.
14656
14657         * gnus-art.el (gnus-buttonized-mime-types)
14658         (gnus-inhibit-mime-unbuttonizing)
14659         (gnus-treat-display-face)
14660         (gnus-treat-body-boundary): Change :version.
14661         (gnus-body-boundary-delimiter, gnus-picon-databases)
14662         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14663         (gnus-treat-date-english, gnus-treat-fold-headers)
14664         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14665         (gnus-treat-mail-picon, gnus-treat-wash-html)
14666         (gnus-article-encrypt-protocol)
14667         (gnus-use-idna, gnus-article-over-scroll)
14668         (gnus-mime-display-multipart-alternative-as-mixed)
14669         (gnus-mime-display-multipart-related-as-mixed)
14670         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14671         (gnus-ctan-url, gnus-button-ctan-handler)
14672         (gnus-button-handle-ctan-bogus-regexp)
14673         (gnus-button-ctan-directory-regexp)
14674         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14675         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14676         (gnus-button-man-level, gnus-button-emacs-level)
14677         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14678
14679         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14680         (gnus-agent-go-online): Change :version.
14681         (gnus-agent-expire-unagentized-dirs)
14682         (gnus-agent-auto-agentize-methods): Add :version.
14683
14684         * flow-fill.el (fill-flowed-display-column)
14685         (fill-flowed-encode-column): Add :version.
14686
14687         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14688         (gnus-outlook-deuglify-unwrap-max)
14689         (gnus-outlook-deuglify-cite-marks)
14690         (gnus-outlook-deuglify-unwrap-stop-chars)
14691         (gnus-outlook-deuglify-no-wrap-chars)
14692         (gnus-outlook-deuglify-attrib-cut-regexp)
14693         (gnus-outlook-deuglify-attrib-verb-regexp)
14694         (gnus-outlook-deuglify-attrib-end-regexp)
14695         (gnus-outlook-display-hook): Add :version.
14696
14697         * binhex.el (binhex-use-external): Add :version.
14698
14699 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14700
14701         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14702         and `invisible'.
14703
14704 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14705
14706         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14707         in gnus-registry-trim.
14708
14709 2004-09-13  Simon Josefsson  <jas@extundo.com>
14710
14711         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14712
14713         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14714
14715         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14716         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14717         <yamaoka@jpl.org>.
14718         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14719         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14720         <yamaoka@jpl.org>.
14721
14722         * sieve.el (sieve-manage-mode): Ditto.
14723
14724 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14727
14728 2004-09-11  Simon Josefsson  <jas@extundo.com>
14729
14730         * dns-mode.el: Add.
14731
14732         * mm-view.el (mm-display-dns-inline): Add.
14733
14734         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14735         (mm-automatic-display): Ditto.
14736
14737         * mailcap.el (mailcap-mime-data): Add text/dns.
14738         (mailcap-mime-extensions): Map .soa to text/dns.
14739
14740 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14741
14742         * gnus-art.el (article-decode-mime-words, article-babel)
14743         (gnus-article-highlight-signature, gnus-article-add-buttons)
14744         (gnus-signature-toggle): Remove unnecessary bindings of
14745         `inhibit-read-only' inherited from v5.10 merge.
14746
14747 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * nntp.el (nntp): New customization group.
14750         (nntp-authinfo-file): Add customization group.
14751
14752         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14753
14754         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14755
14756         * gnus.el (to-address, to-list, subscribed)
14757         (large-newsgroup-initial): Ditto.
14758
14759         * flow-fill.el (fill-flowed-display-column)
14760         (fill-flowed-encode-column): Ditto.
14761
14762 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14763
14764         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14765         Use point-min rather than 1.
14766         (message-send-mail): Use buffer-size rather than point-max.
14767
14768         * gnus-sum.el (gnus-summary-search-article-forward):
14769         Signal a specific `search-failed' rather than a generic `error'.
14770
14771         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14772         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14773         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14774
14775 2004-09-10  Simon Josefsson  <jas@extundo.com>
14776
14777         * nndb.el (require): Remove tcp and duplicate cl.
14778
14779 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * gnus-agent.el (directory-files-and-attributes): Move forward.
14782
14783 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14784
14785         * gnus-agent.el (directory-files-and-attributes): Optionally
14786         defined to support XEmacs.
14787
14788 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14789
14790         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14791         to avoid run-time CL dependencies.
14792         (gnus-agent-unfetch-articles): New function.
14793         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14794         article numbers even when local .overview file is missing.
14795         (gnus-agent-read-article-number): New function.  Only accepts
14796         27-bit article numbers.
14797         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14798         gnus-agent-read-article-number.
14799         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14800         from backend while recognizing that article numbers in .overview
14801         must be valid.
14802         (gnus-agent-update-files-total-fetched-for): Use
14803         directory-files-and-attributes to improve performance.
14804         * gnus-int.el (gnus-request-move-article): Use
14805         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14806         improve performance.
14807
14808         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14809         some users confused by references to .newsrc when they only have a
14810         .newsrc.eld file.
14811         (gnus-convert-mark-converter-prompt)
14812         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14813         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14814         New function.  Used internally to only display 'gnus converting
14815         files' message when actually necessary.
14816
14817         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14818         methods now autoloaded.
14819
14820 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14823         identifiers.
14824
14825 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14826
14827         * gnus-picon.el: Fix indentation and closing parenthesis.
14828
14829 2004-09-01  Simon Josefsson  <jas@extundo.com>
14830
14831         * message.el (message-canlock-generate): Require sha1, not
14832         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14833         to require within a function.  Sadly, if sha1.el isn't loaded, the
14834         let binding in m-c-g will hide the defcustom definition, which is
14835         bad.)
14836
14837         * canlock.el: Require sha1, not sha1-el.
14838
14839         * message.el: Don't autoload sha1 (there is a autoload cookie in
14840         sha1.el).
14841
14842         * sha1-el.el: Renamed to sha1.el.
14843
14844 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14845
14846         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14847
14848 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14849
14850         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14851
14852 2004-08-30  Kim F. Storm  <storm@cua.dk>
14853
14854         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14855
14856         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14857         Add :group 'nnimap.
14858
14859 2004-08-30  Andreas Schwab  <schwab@suse.de>
14860
14861         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14862         ?* and ?\;.
14863
14864         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14865         and ?\' to symbol instead of whitespace.
14866
14867 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14868
14869         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14870
14871         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14872         instead of re-search-forward.
14873
14874         * gnus-uu.el (gnus-uu-save-article): Ditto.
14875         (gnus-uu-post-encode-uuencode): Ditto.
14876
14877         * html2text.el (html2text-clean-list-items): Ditto.
14878         (html2text-clean-dtdd): Ditto.
14879         (html2text-format-tags): Ditto.
14880
14881         * message.el (message-send-mail-with-sendmail): Fix regexp.
14882         (message-fill-field-general): Use search-forward instead of
14883         re-search-forward.
14884         (unbold-region): Ditto.
14885
14886         * nnrss.el (nnrss-request-article): Ditto.
14887
14888         * nnslashdot.el (nnslashdot-request-article): Ditto.
14889
14890         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14891
14892         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14893         "Unrecognized menu descriptor" error in XEmacs.
14894
14895 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14896
14897         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14898         parent article of a sparse article in the thread hashtb.
14899
14900 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14901
14902         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14903         (nnmail-expand-newtext): Lowercase expanded entries if
14904         nnmail-split-lowercase-expanded is non-nil.
14905
14906 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14909
14910         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14911         of gnus-tmp-news-method into string under XEmacs.  It will be
14912         passed to gnus-correct-length which takes only a string argument.
14913
14914 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-util.el (gnus-bind-print-variables): New macro.
14917         (gnus-prin1): Use it.
14918         (gnus-prin1-to-string): Use it.
14919         (gnus-pp): New function.
14920         (gnus-pp-to-string): New function.
14921
14922         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14923         Replace pp-to-string with gnus-pp-to-string.
14924         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14925         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14926         * gnus-msg.el (gnus-debug): Ditto.
14927         * gnus-score.el (gnus-score-save): Ditto.
14928         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14929         gnus-pp-to-string.
14930         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14931         with gnus-pp.
14932         * score-mode.el (gnus-score-pretty-print): Ditto.
14933         * webmail.el (webmail-debug): Ditto.
14934
14935 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gnus-art.el (article-display-face, article-display-x-face):
14938         Use buffer-read-only.
14939
14940 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-art.el (article-hide-list-identifiers):
14943         Bind inhibit-read-only as t.
14944
14945 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14948
14949 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14950
14951         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14952         (gnus-narrow-to-page): Don't assume point-min == 1.
14953         (gnus-article-edit-mode): Derive from message-mode.
14954
14955         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14956         point-min == 1.
14957
14958         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14959         Disable incorrect use of `assert'.
14960
14961         * message.el (message-mode): Set comment-start-skip.
14962
14963
14964 2004-08-22  Sam Steingold  <sds@gnu.org>
14965
14966         * pop3.el (pop3-leave-mail-on-server): New user variable.
14967         (pop3-movemail): Delete mail only when it is nil.
14968
14969 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14972
14973         * mml.el (mml-preview): Use `pop-to-buffer'.
14974
14975         * message.el (message-goto-mail-followup-to): Insert after "To".
14976         (message-carefully-insert-headers): Add comment.
14977
14978         * gnus.el: Remove unused variable `gnus-article-check-size'.
14979
14980         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14981
14982         * gnus-art.el (gnus-button-alist): Improve
14983         `gnus-button-handle-library' entry.
14984
14985 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14986
14987         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14988         downcase, since XEmacs capitalizes error messages differently.
14989
14990 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14991
14992         * nntp.el: Add (require 'gnus) due to reference to
14993         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14994
14995 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14996
14997         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14998         `mm-fill-flowed'.
14999
15000         * mm-decode.el (mm-dissect-singlepart): Check it.
15001
15002 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15005         'imap' for netrc parsing.
15006
15007 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * mailcap.el (mailcap-mime-data): Mark as risky.
15010
15011 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15014         may be included in the encoded word.
15015         (rfc2047-encode): Don't append a space if the encoded word
15016         includes close parenthesis.
15017
15018 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15021         of text within parentheses.
15022
15023 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15024
15025         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15026         (gnus-encrypt-write-file-contents): Make the password key the file
15027         name PLUS the cipher, not just the cipher.  Also remove failed
15028         passwords from the cache.
15029
15030 2004-08-06  Simon Josefsson  <jas@extundo.com>
15031
15032         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15033         fix.
15034
15035 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15038         LWSP.
15039
15040 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15043         to append in-reply-to: data to the references: header.
15044
15045         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15046         (netrc-parse): Use gnus-encrypt.el functions.
15047
15048         * gnus-encrypt.el: Add new file for encryption support; currently
15049         does only a few GPG ciphers and an internal XOR cipher.
15050
15051         * password.el: Add comments on using password-read-and-add.
15052         (password-read-and-add): Add function to read and add the
15053         password to the cache at once.
15054
15055 2004-07-28  Simon Josefsson  <jas@extundo.com>
15056
15057         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15058         parameter (but don't use it, for now).
15059
15060         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15061         instead of hard coding to nil.
15062
15063 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15066         as mm-inline-image-xemacs does.
15067
15068 2004-07-26  Simon Josefsson  <jas@extundo.com>
15069
15070         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15071         Revert part of 2004-07-17 change below.
15072
15073 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15076         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15077
15078 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15079
15080         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15081         quotes that actually start with ">" at the beginning of the
15082         lines.
15083
15084 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * rfc2047.el (rfc2047-encode-region): Fix last change.
15087         (rfc2047-encode-parameter): Remove useless concat.
15088
15089 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15092         encode special characters; fix some kind of misconfigured headers;
15093         signal a real error if debug-on-quit or debug-on-error is non-nil.
15094         (rfc2047-encode-max-chars): New variable.
15095         (rfc2047-encode-1): Use it.
15096         (rfc2047-encode-parameter): New function.
15097
15098         * mml.el (mml-insert-parameter): Remove an excessive space.
15099
15100 2004-07-17  Simon Josefsson  <jas@extundo.com>
15101
15102         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15103         Kai Grossjohann <kai@emptydomain.de>.
15104         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15105         (gnus-group-make-menu-bar): Ditto.
15106
15107         * gnus-util.el (gnus-group-server): Add.
15108
15109 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15110
15111         * message.el (message-clone-locals): Clone sendmail and smtp
15112         variables.
15113
15114 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * rfc2047.el (rfc2047-encode-region): Fix last change.
15117
15118 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15121         characters as non-special.
15122
15123 2004-07-09  Simon Josefsson  <jas@extundo.com>
15124
15125         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15126         Users will lose all flag changes made while unplugged with
15127         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15128         good default.  See numerous reports on ding mailing list.
15129
15130 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15133         add generate-head-function and generate-article-function to the
15134         rfc822-forward entry.
15135         (nndoc-rfc822-forward-generate-article): New function.
15136         (nndoc-rfc822-forward-generate-head): New function.
15137
15138         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15139
15140 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15141
15142         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15143         respect display group parameter and gnus-summary-expunge-below.
15144         (gnus-articles-to-read): Remove unused reference to display group
15145         parameter.
15146
15147 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15148
15149         * nnheader.el (nnheader-uniquify-message-id): New experimental
15150         variable.
15151         (nnheader-nov-read-message-id): Use it.
15152
15153         * spam-report.el (spam-report-gmane): Add interactive.
15154
15155 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15158         qp-or-base64 for the application/* types.
15159
15160 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15161
15162         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15163
15164 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15165
15166         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15167         trim value.
15168
15169 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15170
15171         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15172         New macro and function.
15173         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15174
15175 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15178         after-load-alist.
15179
15180 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15181
15182         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15183         update info that isn't there.
15184
15185 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15186
15187         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15188         entry.
15189
15190 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * mm-view.el (mm-inline-render-with-function): Use multibyte
15193         buffer; decode html source by charset.
15194
15195         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15196
15197         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15198         Mule-UCS is loaded under XEmacs.
15199         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15200
15201 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15202
15203         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15204
15205 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * mm-util.el (mm-coding-system-p): Return a coding-system.
15208         (mm-mime-mule-charset-alist): Use shift_jis instead of
15209         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15210         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15211         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15212         instead of japanese-shift-jis and iso-latin-1 respectively in
15213         order to share the default value with both Emacs and XEmacs-mule.
15214         (mm-mule-charset-to-mime-charset): Make
15215         mm-coding-system-priorities effective.
15216         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15217         while predicating of candidates upon the priorities.
15218
15219 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15220
15221         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15222         gnus-uu-invert-processable.
15223
15224         * gnus.el: Autoload gnus-uu-invert-processable.
15225
15226 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * mm-util.el (mm-with-multibyte-buffer): New macro.
15229
15230         * rfc2047.el (rfc2047-encode-string): Use it.
15231         (rfc2047-encode-region): Move point to the end of the region after
15232         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15233
15234 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15237         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15238
15239 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15242         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15243         Karl Chen <quarl@nospam.quarl.org>.
15244
15245 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15246
15247         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15248         invalid addresses.
15249
15250 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15251
15252         * spam.el: Change section markers, revise TODO list.
15253         (spam-backends): Make new master list of all installed backends.
15254         (spam-summary-exit-behavior): Add new variable to determine how
15255         messages moves are done at summary exit.
15256         (spam-move-spam-nonspam-groups-only)
15257         (spam-process-ham-in-nonham-groups)
15258         (spam-process-ham-in-spam-groups): Remove variables, the
15259         spam-summary-exit-behavior variable should be used to manage this
15260         behavior.
15261         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15262         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15263         and spam-old-spam-articles.
15264         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15265         Add empty variables, placeholders for the backends they represent.
15266         (spam-set-difference): Move, unchanged.
15267         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15268         unless the user has a processor variable.
15269         (spam-classifications, spam-classification-valid-p)
15270         (spam-backend-properties, spam-backend-property-valid-p)
15271         (spam-backend-function-type-valid-p)
15272         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15273         (spam-report-articles-gmane, spam-report-articles-resend):
15274         Remove functions, they are not needed.
15275         (spam-install-backend-super, spam-backend-list)
15276         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15277         (spam-backend-function, spam-backend-ham-registration-function)
15278         (spam-backend-spam-registration-function)
15279         (spam-backend-ham-unregistration-function)
15280         (spam-backend-spam-unregistration-function)
15281         (spam-backend-statistical-p, spam-backend-mover-p)
15282         (spam-install-backend-alias, spam-install-checkonly-backend)
15283         (spam-install-mover-backend, spam-install-nocheck-backend)
15284         (spam-install-backend, spam-install-statistical-backend)
15285         (spam-install-statistical-checkonly-backend): Add backend installation
15286         support.
15287         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15288         (spam-group-processor-p): Use the new backend code and respect the
15289         summary exit behavior.
15290         (spam-mark-spam-as-expired-and-move-routine): Remove.
15291         (spam-summary-prepare): Change to use the new spam-old-articles
15292         variable.
15293         (spam-copy-or-move-routine, spam-copy-spam-routine)
15294         (spam-move-spam-routine, spam-copy-ham-routine)
15295         (spam-move-ham-routine): Add code to copy/move ham or spam.
15296         (spam-fetch-field-fast): Improve doc and code, plus allow the
15297         'number request.
15298         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15299         variables.
15300         (spam-split, spam-find-spam): Use the new backend code.
15301         (spam-registration-functions): Remove variable.
15302         (spam-unregister-routine): Add convenience wrapper.
15303         (spam-log-undo-registration, spam-register-routine)
15304         (spam-log-processing-to-registry)
15305         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15306         where possible.
15307         (spam-check-gmane-xref, spam-check-regex-headers)
15308         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15309         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15310         (spam-check-bogofilter-headers, spam-check-spamoracle)
15311         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15312         (spam-check-crm114-headers): Use the spam-split-group that
15313         spam-split prepares, no need to determine it every time.
15314
15315         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15316         to the nnheader-parse-naked-head call.
15317
15318         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15319
15320         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15321         the nnheader-nov-read-message-id call.
15322
15323 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15326         gnus-activate-group twice.  Suggested by Markus Peter
15327         <warp@spin.de>.
15328
15329 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15330
15331         * gnus-art.el (gnus-article-time-format): Exchange the order of
15332         day and month in the default value; fix customization type.
15333         (article-date-ut): Use add-text-properties.
15334         (article-make-date-line): Use message-make-date instead of
15335         current-time-string.
15336
15337         * message.el (message-fetch-field): Don't use set-text-properties.
15338         (message-make-date): Simplify.
15339
15340         * messagexmas.el (message-xmas-make-date): New function.
15341         (message-xmas-redefine): Defalias message-make-date to it.
15342
15343 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15344
15345         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15346         (rfc2047-encode-region): Treat text within parentheses as special;
15347         show the original text when error has occurred.
15348
15349         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15350         already-computed method to gnus-activate-group.
15351
15352         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15353         same select-methods identical Lisp objects.
15354
15355         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15356         object when modifying the info.
15357
15358 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15361         gnus-opened-servers since it has never been opened with the new
15362         configuration yet.
15363
15364 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15367         arg to nnheader-generate-fake-message-id.
15368
15369 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15370
15371         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15372         number and build a fake message ID localized to a group and
15373         article number (so it's repeatable from that point on).
15374         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15375         ID format.
15376
15377         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15378         nnheader-generate-fake-message-id with the article number.
15379
15380 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15381
15382         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15383         end-of-buffer.
15384
15385 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15386
15387         * message.el (message-ignored-supersedes-headers): Add Approved.
15388
15389 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15392         goto-char.
15393         (rfc2047-encode): Fold the line before encoding.
15394
15395 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15396
15397         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15398         folding -- not all headers can be folded, and this should be done
15399         by the message composition mode.  Probably.  I think.
15400
15401 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15404         fast.
15405
15406         * gnus-ems.el (gnus-remove-image): Don't use
15407         message-text-with-property; remove only the image found first.
15408
15409         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15410         found first.
15411
15412 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15413
15414         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15415
15416 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15417
15418         * message.el (message-text-with-property): Make it fast and accept
15419         optional arguments.
15420         (message-strip-forbidden-properties): Use it.
15421         (message-fix-before-sending): Follow the m-t-w-p change.
15422
15423         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15424
15425 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * gnus-art.el (article-hide-headers): Don't change the buffer
15428         mistakenly when performing mml-preview even if
15429         gnus-single-article-buffer is nil.
15430
15431 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15432
15433         * message.el (message-expand-name-databases): New user option.
15434         (message-expand-name): Use it.
15435
15436 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * spam.el (spam-report-articles-resend)
15439         (spam-report-resend-register-routine): Allow ham reporting.
15440         (spam-report-resend-register-ham-routine): Add wrapper.
15441         (spam-registration-functions): Add ham resending functions.
15442         (spam-list-of-processors): Add ham resend processor.
15443
15444         * gnus.el (ham-resend-to): Add new group parameter.
15445         (spam-process): Add ham resend option.
15446
15447         * spam-report.el (spam-report-resend): Allow reporting ham.
15448         (spam-report-resend-ham): Add wrapper.
15449
15450 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15451
15452         * message.el (message-cite-articles-with-x-no-archive): New
15453         variable.
15454         (message-cite-original): Use it.
15455
15456 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15457
15458         * message.el (message-cite-original): Respect X-No-Archive.
15459
15460 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-art.el (article-hide-headers): Refer to the values for
15463         gnus-ignored-headers and gnus-visible-headers in the summary
15464         buffer since a user may have set them as group parameters.
15465
15466 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15467
15468         * assistant.el (assistant-node-name): Add convenience function.
15469         (assistant-render-text, assistant-render-node): Add error handling,
15470         plus handle multiple next nodes.
15471         (assistant-find-next-node): Comment out for now.
15472         (assistant-find-next-nodes): Add function, returns list of next
15473         nodes.
15474
15475 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15476
15477         * mail-source.el (mail-source-directory): Fix doc-string.
15478
15479 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15480
15481         * assistant.el (assistant-render-text, assistant-eval): Add :set
15482         widget type, which is different because it takes and returns a
15483         list.  Much hilarity ensues.
15484
15485 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15486
15487         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15488
15489         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15490         doc-string.
15491
15492         * gnus-start.el (gnus-activate-group): Added doc-string.
15493
15494 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15497
15498 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15499
15500         * assistant.el (assistant-render-text): Try to add a :set
15501         widget, more to come.
15502
15503         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15504         strings.
15505         (spam-report-articles-resend)
15506         (spam-register-routine): Do registration iff any articles warrant
15507         it.
15508         (spam-summary-prepare-exit): Change log message for nil group
15509         destinations.
15510
15511 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15512
15513         * spam.el (spam-report-resend-register-routine): Allow
15514         spam-report-resend-to to be a group parameter or a global value.
15515
15516 2004-05-26  Simon Josefsson  <jas@extundo.com>
15517
15518         * starttls.el: Merge with my GNUTLS based starttls.el.
15519         (starttls-gnutls-program, starttls-use-gnutls)
15520         (starttls-extra-arguments, starttls-process-connection-type)
15521         (starttls-connect, starttls-failure, starttls-success): New
15522         variables.
15523         (starttls-program, starttls-extra-args): Doc fix.
15524         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15525         functions.
15526         (starttls-negotiate, starttls-open-stream): Check
15527         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15528         function if it is set.
15529
15530 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15533         structured fields.
15534
15535 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15538
15539 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15540
15541         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15542         variable.
15543         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15544         assigning the spam-mark to new messages.
15545
15546 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15547
15548         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15549
15550 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15553
15554         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15555         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15556         default.
15557
15558 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15559
15560         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15561         correct data.
15562
15563 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15564
15565         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15566         (spam-group-processor-p): Fix function.
15567         (spam-group-processor-multiple-p)
15568         (spam-group-spam-processor-report-gmane-p)
15569         (spam-group-spam-processor-report-resend-p)
15570         (spam-group-spam-processor-bogofilter-p)
15571         (spam-group-spam-processor-blacklist-p)
15572         (spam-group-spam-processor-ifile-p)
15573         (spam-group-ham-processor-ifile-p)
15574         (spam-group-spam-processor-spamoracle-p)
15575         (spam-group-spam-processor-crm114-p)
15576         (spam-group-ham-processor-bogofilter-p)
15577         (spam-group-spam-processor-stat-p)
15578         (spam-group-ham-processor-stat-p)
15579         (spam-group-ham-processor-whitelist-p)
15580         (spam-group-ham-processor-BBDB-p)
15581         (spam-group-ham-processor-spamoracle-p)
15582         (spam-group-ham-processor-copy-p): Remove functions with some
15583         prejudice against unneeded code.
15584         (spam-report-articles-resend)
15585         (spam-report-resend-register-routine): Allow the group/topic
15586         spam-resend-to value to override spam-report-resend-to.
15587         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15588         properly now.
15589
15590         * gnus.el (spam-resend-to): Add group/topic parameter.
15591         (spam-process): Move the OBSOLETE processors to the end of the
15592         choices.
15593
15594 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15595
15596         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15597         with resend-to set to nil, and then ask the user if necessary.
15598         (spam-report-resend): spam-report-resend takes a list of articles, not
15599         separate article numbers.
15600
15601 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15602
15603         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15604         addition to emacs-w3m.
15605
15606 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15607
15608         * assistant.el (assistant-authinfo-data): New function.
15609         (assistant-eval): Eval for entire assistant.
15610
15611         * netrc.el (netrc-services-file): New variable.
15612         (netrc-parse-services): New function.
15613         (netrc-find-service-name): New function.
15614         (netrc-find-service-number): New function.
15615         (netrc-port-equal): New function.
15616         (netrc-machine): Use it.
15617
15618         * nnimap.el (nnimap-open-connection): Use netrc.
15619
15620         * gnus-util.el (gnus-netrc-get): Remove aliases.
15621
15622         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15623
15624         * assistant.el (wid-edit): Fix compilation.
15625
15626         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15627
15628 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15629
15630         * gnus-util.el (gnus-set-file-modes): New function.  (small
15631         patch).
15632
15633 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15634
15635         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15636
15637         * assistant.el (assistant-render-node): Fix up rendering and
15638         read-only text.
15639         (assistant-render-node): Reset.
15640         (assistant-make-read-only): Not sticky.
15641
15642 2004-05-20  Danny Siu  <dsiu@adobe.com>
15643
15644         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15645         centered even when gnus-auto-center-summary is t.
15646
15647 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15648
15649         * dns.el (dns-get-txt-answer): New function.
15650         (dns-read-txt): Ditto.
15651         (query-dns): Use it.
15652
15653 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15654
15655         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15656         active for foreign groups even if the group level is higher than
15657         the specified value.
15658
15659 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15660
15661         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15662         non-active groups.
15663
15664         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15665
15666 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15667
15668         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15669
15670 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15673         (spam-crm114-header, spam-crm114-spam-switch)
15674         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15675         (spam-crm114-positive-spam-header)
15676         (spam-crm114-database-directory, spam-list-of-processors)
15677         (spam-group-spam-processor-crm114-p)
15678         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15679         (spam-generic-score, spam-list-of-checks)
15680         (spam-list-of-statistical-checks, spam-registration-functions)
15681         (spam-check-crm114-headers, spam-crm114-score)
15682         (spam-check-crm114, spam-crm114-register-with-crm114)
15683         (spam-crm114-register-spam-routine)
15684         (spam-crm114-unregister-spam-routine)
15685         (spam-crm114-register-ham-routine)
15686         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15687         asjo@koldfront.dk (Adam Sjøgren).
15688
15689         * gnus.el: Add spam-use-crm114.
15690
15691         * spam.el (spam-list-of-processors, spam-registration-functions):
15692         Add spam-use-resend.
15693         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15694         (spam-report-articles-gmane): Add doc fix.
15695         (spam-report-articles-resend, spam-report-resend-register-routine):
15696         Add wrappers around spam-report-resend-to.
15697
15698         * spam-report.el (spam-report-resend-to, spam-report-resend):
15699         Add support for resending spam.
15700         (spam-report-gmane): Fix line length >80.
15701
15702         * gnus.el (spam-process): Add spam-use-resend.
15703
15704 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15705
15706         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15707         number of processed spam messages.
15708         (spam-ham-copy-or-move-routine): Return the number of processed
15709         ham messages.
15710         (spam-summary-prepare-exit): Use the above values to decide
15711         whether status messages shouled be displayed.
15712
15713 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15716         `rfc2047-encoding-function-alist' in order to avoid conflicting
15717         with the old version.
15718         (rfc2047-encode-region): Concatenate words containing non-ASCII
15719         characters in structured fields; don't encode space-delimited
15720         ASCII words even in unstructured fields; don't break words at
15721         char-category boundaries.
15722         (rfc2047-encode-1): New function.
15723         (rfc2047-encode): Use it; encode text so that it occupies the
15724         maximum width within 76-column; work correctly on Q encoding for
15725         iso-2022-* charsets.
15726         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15727         sure not to break a line just after the header name.
15728         (rfc2047-b-encode-region): Removed.
15729         (rfc2047-b-encode-string): New function.
15730         (rfc2047-q-encode-region): Removed.
15731         (rfc2047-q-encode-string): New function.
15732
15733         * mm-util.el (mm-replace-in-string): New function.
15734
15735 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15736
15737         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15738         get it right.
15739         (gnus-inews-make-draft): Really.
15740
15741 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15742
15743         * nnmh.el (nnmh-request-list-1): Don't check the link count
15744         before descending.  (small patch)
15745
15746 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15747
15748         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15749         stuff.
15750
15751         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15752         on real group name.
15753
15754         * gnus-art.el (gnus-signature-limit): Doc fix.
15755
15756         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15757
15758         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15759
15760 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15761
15762         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15763         isn't a string.
15764
15765 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15766
15767         * gnus-draft.el (gnus-draft-send): Bind
15768         rfc2047-encode-encoded-words.
15769
15770         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15771         (rfc2047-encodable-p): Say that =? needs encoding.
15772         (rfc2047-encode-encoded-words): New variable.
15773
15774         * gnus-group.el (gnus-group-select-group): Doc fix.
15775
15776         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15777
15778         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15779         to nil.
15780
15781         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15782
15783         * nnheader.el (nnheader-get-lines-and-char): New function.
15784
15785 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * gnus-msg.el (gnus-summary-followup-with-original): Document
15788         yanking of region when active.
15789
15790 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15793         groups if the group level is higher than the specified value.
15794
15795 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15798         (gnus-group-jump-to-group): Added prefix argument using
15799         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15800         non-active group.
15801
15802         * compface.el (uncompface): Be verbose when changing
15803         `uncompface-use-external'.
15804
15805         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15806         handle manual section.
15807
15808 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15809
15810         * gnus-art.el (gnus-button-alist): Revert previous change.
15811
15812 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15815
15816 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15817
15818         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15819         whether backend can accept message.
15820
15821         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15822
15823 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15824
15825         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15826         Avoid creating directory when nntp-marks-is-evil is true.
15827         Reported by Reiner Steib.
15828
15829 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * gnus-picon.el (gnus-picon-style): New variable.
15832         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15833         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15834         Jesper Harder <harder@ifa.au.dk>.
15835
15836 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15837
15838         * message.el (message-fill-field): Return point.
15839         (message-generate-headers): Go to end of field.
15840
15841         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15842         stuff for non-living groups.
15843
15844 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15845
15846         * gnus-art.el (gnus-article-followup-with-original)
15847         (gnus-article-reply-with-original): gnus-mark-active-p ->
15848         gnus-region-active-p.
15849
15850 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15851
15852         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15853         only when there is spam or ham to be processed.
15854
15855 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15856
15857         * mail-source.el (mail-source-delete-crash-box): Refactor.
15858         (mail-source-fetch): Use it.
15859         (mail-source-fetch-file): Ditto.
15860         (mail-source-fetch-directory): Run postscript in loop.
15861         (mail-source-fetch-pop): Delete.
15862         (mail-source-fetch-maildir): Ditto.
15863         (mail-source-fetch-imap): Ditto.
15864
15865         * imap.el (imap-authenticators): Comment out sasl.
15866
15867         * message.el (message-skip-to-next-address): New function.
15868         (message-fill-header-address): Refactor.
15869         (message-fill-address): Use it.
15870         (message-delete-address): Use it.
15871         (message-fill-header-general): Refactor.
15872         (message-fill-field-address): Rename.
15873         (message-narrow-to-field): Find the start of the header.
15874         (message-header-format-alist): Don't pre-fill.
15875         (message-fill-header): Removed.
15876         (message-insert-header): New function.
15877         (message-shorten-references): Use it.
15878
15879         * rfc2047.el (rfc2047-field-value): Strip props.
15880
15881         * mail-parse.el (mail-header-make-address): New alias.
15882
15883         * ietf-drums.el (ietf-drums-make-address): New function.
15884
15885         * imap.el: Add compiler directives.
15886
15887         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15888
15889         * gnus-art.el (article-decode-idna-rhs): Don't use
15890         message-idna-inside-rhs-p.
15891
15892 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15893
15894         * message.el (message-idna-inside-rhs-p): Removed.
15895         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15896
15897         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15898         false positives.
15899
15900 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15901
15902         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15903
15904 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15905
15906         * nneething.el (nneething-file-name): Don't create spurious
15907         files.
15908
15909         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15910         (gnus-inews-do-gcc): Remove sleep.
15911
15912         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15913         part under point.
15914
15915         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15916         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15917
15918 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * spam.el (spam-summary-prepare-exit): Fixed (length).
15921
15922 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15925         as expired without moving it" message when there are spam
15926         messages left.
15927
15928 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15929
15930         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15931         header is not nil.
15932
15933 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15934
15935         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15936         nntp-possibly-create-directory, not nntp-possibly-change-group.
15937         (nntp-marks-changed-p): New arg SERVER.
15938         (nntp-request-update-info): Adjust caller.
15939
15940 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15941
15942         * nntp.el (nntp-save-marks): Pass missing arg.
15943
15944 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15945
15946         * nntp.el: Support marks.
15947         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15948         (nntp-marks-modtime, nntp-marks-directory): New variables.
15949         (nntp-request-set-mark, nntp-request-update-info)
15950         (nntp-possibly-create-directory, nntp-marks-changed-p)
15951         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15952         functions.
15953
15954 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15955
15956         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15957         (gnus-xmas-redefine): Rename.
15958
15959         * gnus-score.el (gnus-score-insert-help): Use
15960         gnus-select-lowest-window.
15961
15962         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15963         appt-select-lowest-window and rename to gnus-select-lowest-window.
15964
15965         * gnus.el: do.
15966
15967 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15968
15969         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15970         encodings of MIME-encoded words, in order to improve
15971         interoperability with several broken MUAs.
15972
15973 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15974
15975         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15976         tags, only when charsets are not specified in headers.
15977         (mm-inline-text-html-render-with-w3m): Ditto.
15978
15979         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15980         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15981
15982 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15983
15984         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15985         instead of MIME-decoded from fields when checking
15986         `gnus-article-address-banner-alist'.
15987
15988 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15989
15990         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15991         description rather than subject.
15992
15993 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15994
15995         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15996
15997 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15998
15999         * gnus.el (gnus-version-number): Bump.
16000
16001 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16002
16003         * gnus.el: No Gnus v0.2 is released.
16004
16005 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16006
16007         * gnus-agent.el (gnus-agent-read-agentview): Inline
16008         gnus-uncompress-range.
16009
16010 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16011
16012         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16013         `exec-installed-p'.
16014
16015 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16016
16017         * gnus.el (spam-process, spam-autodetect-methods): Add
16018         bsfilter and bsfilter-headers.
16019
16020         * spam.el (spam-bsfilter): New customize group.
16021         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16022         (spam-bsfilter-header, spam-bsfilter-probability-header)
16023         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16024         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16025         (spam-bsfilter-database-directory): New options.
16026         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16027         (spam-list-of-statistical-checks, spam-registration-functions):
16028         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16029         (spam-bsfilter-score): New command.
16030         (spam-check-bsfilter-headers, spam-check-bsfilter)
16031         (spam-bsfilter-register-with-bsfilter)
16032         (spam-bsfilter-register-spam-routine)
16033         (spam-bsfilter-unregister-spam-routine)
16034         (spam-bsfilter-register-ham-routine)
16035         (spam-bsfilter-unregister-ham-routine): New functions.
16036         (spam-generic-score): Support bsfilter; Accept an optional argument
16037         to recalcurate spam score even if scoring header has already been
16038         added.
16039         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16040         optional argument to recalcurate spam score even if scoring header
16041         has already been added.
16042
16043 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16044
16045         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16046         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16047         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16048         link is missing.
16049
16050 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16051
16052         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16053         (html2text-get-attr): Rewrite.
16054
16055         * message.el (message-setup-1): Remove redundant put-text-property
16056         on mail-header-separator.
16057
16058 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * gnus-registry.el (gnus-registry-cache-whitespace)
16061         (gnus-registry-action, gnus-registry-spool-action)
16062         (gnus-registry-split-fancy-with-parent): Change message levels
16063         from 5 to 3 or 7, as needed.
16064
16065         * spam.el (spam-summary-prepare-exit)
16066         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16067         (spam-split, spam-find-spam, spam-log-undo-registration)
16068         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16069         level from 5 to 6.
16070
16071 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16074         2004-03-04 change).
16075
16076 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16077
16078         * sieve-manage.el (sieve-manage-open):
16079         * nnweb.el (nnweb-insert-html):
16080         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16081         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16082         * nnspool.el (nnspool-request-group):
16083         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16084         * nnml.el (nnml-request-update-info):
16085         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16086         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16087         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16088         (nnimap-request-set-mark):
16089         * nnfolder.el (nnfolder-request-update-info):
16090         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16091         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16092         * gnus-uu.el (gnus-uu-find-articles-matching):
16093         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16094         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16095         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16096         * gnus-nocem.el (gnus-nocem-scan-groups):
16097         * gnus-int.el (gnus-start-news-server):
16098         * gnus-group.el (gnus-group-make-kiboze-group)
16099         (gnus-group-browse-foreign-server):
16100         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16101         Use mapc when appropriate.
16102
16103 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16104
16105         FIXME: Make separate entries for each person.
16106
16107         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16108         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16109         <shields@msrl.com>:
16110
16111         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16112         may need for spam sorting and scoring.
16113         (spam-user-format-function-S): Add user format function suitable for
16114         general use.
16115         (spam-article-sort-by-spam-status): Add sorting function for summary
16116         sorting.
16117         (spam-extra-header-to-number): Add function to get a score from a
16118         header.
16119         (spam-summary-score): Add function to get a numeric score from the
16120         headers.
16121         (spam-generic-score): Fix function doc, was in wrong place.
16122         (spam-initialize): Take symbols when it's run, and install the
16123         extra headers that spam-necessary-extra-headers thinks we need.
16124
16125 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16126
16127         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16128         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16129
16130 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16131
16132         * gnus-sum.el (gnus-set-global-variables)
16133         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16134         (gnus-article-get-xrefs, gnus-summary-best-group)
16135         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16136         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16137         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16138         Use with-current-buffer.
16139
16140 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16141
16142         * spam.el (spam-summary-prepare-exit): Simplify logic.
16143         (spam-fetch-article-header): Read the article header if it's not
16144         available.
16145         (spam-list-articles): Simplify logic.
16146         (spam-filelist-register-routine): Fix bug with unregister-list.
16147
16148         * gnus-registry.el: Fix comments at beginning.
16149
16150 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16151
16152         * message.el (message-cater-to-broken-inn): Remove.
16153         (message-shorten-references): Make sure the total folded length of
16154         References is shorter than 998 characters to cater to a bug in INN
16155         2.3.  Also, don't pretend that references aren't folded -- this
16156         hasn't worked for a while.
16157
16158 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16159
16160         * gnus-agent.el (gnus-agentize):
16161         gnus-agent-send-mail-real-function no longer set to current value
16162         of message-send-mail-function but rather a lambda that calls
16163         message-send-mail-function.  The change makes the agent real-time
16164         responsive to user changes to message-send-mail-function.
16165
16166 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16167
16168         * legacy-gnus-agent.el
16169         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16170         help from Florian Weimer <fw@deneb.enyo.de>
16171
16172 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * nnmail.el (nnmail-cache-insert): Revert last change.
16175
16176 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * nnmail.el (nnmail-cache-insert): Always check whether
16179         nnmail-cache-ignore-groups matches a group name.
16180
16181 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16182
16183         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16184         (spam-find-spam, spam-log-processing-to-registry)
16185         (spam-log-registered-p, spam-log-unregistration-needed-p)
16186         (spam-log-undo-registration): Use gnus-message instead of
16187         gnus-error, none of these errors are fatal.
16188
16189         * gnus-registry.el (gnus-registry-clean-empty-function)
16190         (gnus-registry-clean-empty): Remove only empty entries without
16191         extra data.
16192
16193 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * spam-stat.el (spam-stat-buffer-change-to-spam)
16196         (spam-stat-buffer-change-to-non-spam): Change (error) to
16197         (gnus-message 8) invocation.
16198
16199 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * nntp.el (nntp-via-netcat-command): New variable.
16202         (nntp-via-netcat-switches): New variable.
16203         (nntp-open-via-rlogin-and-netcat): New function.
16204         (nntp-open-connection-function): Doc fix.
16205         (nntp-telnet-command): Doc fix.
16206         (nntp-end-of-line): Doc fix.
16207         (nntp-via-rlogin-command): Doc fix.
16208         (nntp-via-user-name): Doc fix.
16209         (nntp-via-address): Doc fix.
16210
16211 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16212
16213         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16214         error in Emacs 21.1.
16215
16216 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16217
16218         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16219
16220 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16221
16222         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16223         (gnus-agent-with-refreshed-group): New macro.
16224         (gnus-agent-rename-group): New function.
16225         (gnus-agent-delete-group): New function.
16226         (gnus-agent-save-group-info): Use gnus-command-method when
16227         `method' parameter is nil.  Don't write nil entries into the
16228         active file.
16229         (gnus-agent-get-group-info): New function.
16230         (gnus-agent-fetch-articles): Use
16231         gnus-agent-update-files-total-fetched-for to increment disk space
16232         used.
16233         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16234         gnus-agent-update-view-total-fetched-for to increment disk space
16235         used.
16236         (gnus-agent-get-local): Added optional parameters to avoid calling
16237         gnus-group-real-name and gnus-find-method-for-group.
16238         (gnus-agent-set-local): Delete stored entry if either min, or max,
16239         are nil.
16240         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16241         quit, use gnus-agent-regenerate-group to record existance of any
16242         articles fetched to disk before the quit occurred.
16243         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16244         gnus-agent-update-view-total-fetched-for, and
16245         gnus-agent-update-files-total-fetched-for to decrement disk space
16246         used.
16247         (gnus-agent-retrieve-headers): Use
16248         gnus-agent-update-view-total-fetched-for to increment disk space
16249         used.
16250         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16251         with gnus-agent-update-files-total-fetched-for to decrement disk
16252         space and fresh group buffer.
16253         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16254         (gnus-agent-need-update-total-fetched-for): New variable.
16255         (gnus-agent-update-files-total-fetched-for): New function.
16256         (gnus-agent-update-view-total-fetched-for): New function.
16257         (gnus-agent-total-fetched-for): New function.
16258
16259         * gnus-cache.el (gnus-cache-save-buffers): Use
16260         gnus-cache-update-overview-total-fetched-for to change disk space
16261         used by this group.
16262         (gnus-cache-possibly-enter-article): Use
16263         gnus-cache-update-file-total-fetched-for to increment disk space
16264         used by this group.
16265         (gnus-cache-possibly-remove-article): Use
16266         gnus-cache-update-file-total-fetched-for to decrement disk space
16267         used by this group.
16268         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16269         (gnus-cache-rename-group): New function.
16270         (gnus-cache-delete-group): New function.
16271         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16272         (gnus-cache-need-update-total-fetched-for): New variable.
16273         (gnus-cache-with-refreshed-group): New macro.
16274         (gnus-cache-update-file-total-fetched-for): New function.
16275         (gnus-cache-update-overview-total-fetched-for): New function.
16276         (gnus-cache-rename-group-total-fetched-for): New function.
16277         (gnus-cache-delete-group-total-fetched-for): New function.
16278         (gnus-cache-total-fetched-for): New function.
16279
16280         * gnus-group.el: Require gnus-sum and autoload functions to
16281         resolve warnings when gnus-group.el compiled alone.
16282         (gnus-group-line-format): Documented new %F.
16283         (size of Fetched data) group line format; identifies disk space
16284         used by agent and cache.
16285         (gnus-group-line-format-alist): Defined new F format.
16286         (gnus-total-fetched-for): New function.
16287         (gnus-group-delete-group): No longer update
16288         gnus-cache-active-altered as gnus-request-delete-group now keeps
16289         the cache in sync.
16290         (gnus-group-list-active): Let the agent store a server's active
16291         list if currently plugged.
16292
16293         * gnus-int.el (gnus-request-delete-group):
16294         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16295         local disk in sync with the server.
16296         (gnus-request-rename-group):
16297         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16298         local disk in sync with the server.
16299
16300         * gnus-start.el (gnus-get-unread-articles):
16301         Cosmetic simplification to logic.
16302
16303         * gnus-util.el (gnus-rename-file): New function.
16304
16305 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16306
16307         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16308
16309 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16310
16311         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16312         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16313
16314 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16315
16316         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16317         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16318
16319 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16320
16321         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16322
16323 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16324
16325         * spam.el (spam-set-difference): Add function to replace
16326         gnus-set-difference in spam.el.
16327         (spam-summary-prepare-exit): Use spam-set-difference.
16328
16329 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16330
16331         * gnus-registry.el (gnus-registry-cache-file): Update to use
16332         gnus-dribble-directory OR gnus-home-directory OR ~.
16333         (gnus-registry-split-fancy-with-parent): Fix doc.
16334
16335 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * message.el (message-exchange-point-and-mark): Use
16338         message-mark-active-p.  Suggested by Jesper Harder
16339         <harder@ifa.au.dk>.
16340
16341 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * message.el (message-exchange-point-and-mark): Don't activate
16344         region if it was inactive.  Suggested by Hiroshi Fujishima
16345         <pooh@nature.tsukuba.ac.jp>.
16346
16347 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * gnus-art.el (article-display-face): Display Faces in the same
16350         order as X-Faces.
16351
16352 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16355
16356 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16357
16358         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16359         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16360         (gnus-article-mime-hierarchy): Remove.
16361         (gnus-article-mime-hierarchy-next): Remove.
16362         (gnus-article-mode): Revert 2004-03-19 change.
16363         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16364         (gnus-insert-mime-button): Revert 2004-03-19 change.
16365         (gnus-mime-accumulate-hierarchy): Remove.
16366         (gnus-mime-enter-multipart): Remove.
16367         (gnus-mime-leave-multipart): Remove.
16368         (gnus-mime-display-part): Revert 2004-03-19 change.
16369         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16370
16371         * mml.el (mml-preview): Revert 2004-03-19 change.
16372
16373 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16374
16375         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16376
16377 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16380         t while entering a file name using the mm-with-multibyte macro.
16381         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16382
16383         * mm-util.el (mm-with-multibyte): New macro.
16384
16385 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16388         user option.
16389         (gnus-mime-multipart-functions): Doc and customization fix.
16390         (gnus-article-mime-hierarchy): New variable.
16391         (gnus-article-mime-hierarchy-next): New variable.
16392         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16393         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16394         gnus-article-mime-hierarchy-next to nil.
16395         (gnus-insert-mime-button): Show hierarchy numbers.
16396         (gnus-mime-accumulate-hierarchy): New function.
16397         (gnus-mime-enter-multipart): New function.
16398         (gnus-mime-leave-multipart): New function.
16399         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16400         (gnus-mime-display-alternative): Show hierarchy numbers.
16401
16402         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16403         gnus-article-mime-hierarchy-next to nil.
16404
16405 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16406
16407         * dns.el: Don't require gnus-xmas.
16408
16409 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16410
16411         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16412         inline PGP.
16413         (mml-menu): Disable mml-quote-region if mark is inactive.
16414
16415 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16418         when the group's active is not available.
16419
16420 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16423         error.
16424
16425 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16426
16427         * imap.el (imap-store-password): New variable.
16428         (imap-interactive-login): Use it.
16429         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16430
16431 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16434         window-start and hscroll to summary window.
16435
16436 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16437
16438         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16439         conversion message to newsrc-dribble when an actual conversion is
16440         performed.
16441
16442 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16443
16444         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16445
16446 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * mm-decode.el (mm-complicated-handles): New function reviving
16449         former definition of mm-multiple-handles.
16450
16451         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16452         (gnus-mime-delete-part): Use it.
16453
16454 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16455
16456         * gnus-agent.el (gnus-agent-read-local): Bind
16457         nnheader-file-coding-system to gnus-agent-file-coding-system to
16458         avoid the implicit assumption that they will always be equal.
16459         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16460         coding-system-for-write, as the with-temp-file macro first prints
16461         to a buffer then saves the buffer.
16462
16463 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-art.el (gnus-article-edit-part): New function.
16466         (gnus-mime-save-part-and-strip): Use it; do query instead of
16467         signaling an error; don't use mm-multiple-handles.
16468         (gnus-mime-delete-part): Ditto.
16469
16470 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16471
16472         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16473         old file versions.
16474         (gnus-group-prepare-hook): Removed function that converted list
16475         form of gnus-agent-expire-days to group properties.
16476
16477         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16478         (gnus-request-accept-article): Re-indented.
16479
16480         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16481         converters to handle old agent file formats.  Added logic for a
16482         "backup before upgrading warning".
16483         (gnus-convert-mark-converter-prompt): Developers can mark
16484         functions as needing (default), or not needing,
16485         gnus-convert-old-newsrc's "backup before upgrading warning".
16486         (gnus-convert-converter-needs-prompt): Tests whether the user
16487         should be protected from potentially irreversable changes by the
16488         function.
16489
16490         * legacy-gnus-agent.el: New.  Provides converters that are only
16491         loaded when gnus-convert-old-newsrc needs to call them.
16492
16493 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * mail-source.el (mail-source-touch-pop): Doc fix.
16496
16497         * message.el (message-smtpmail-send-it): Doc fix.
16498
16499 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16500
16501         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16502
16503         * nnmail.el (nnmail-split-fancy): do.
16504
16505         * gnus-kill.el (gnus-kill, gnus-execute): do.
16506
16507 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16508
16509         * gnus-sum.el (gnus-widget-reversible-match)
16510         (gnus-widget-reversible-to-internal)
16511         (gnus-widget-reversible-to-external): New functions.
16512         (gnus-widget-reversible): New widget.
16513         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16514
16515 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16516
16517         * gnus-sum.el (gnus-thread-sort-functions)
16518         (gnus-article-sort-functions): Document `(not F)' items.
16519
16520 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16521
16522         * spam.el (spam-use-gmane-xref): Add new backend.
16523         (spam-gmane-xref-spam-group): Add variable to control the name of the
16524         Gmane spam group.
16525         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16526         (spam-regex-headers-spam, spam-regex-headers-ham)
16527         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16528         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16529         backends and checks.
16530         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16531
16532         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16533         an autodetect method.
16534
16535 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16536
16537         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16538         articles are being added to a group.
16539         (gnus-request-replace-article): Inform the agent that articles
16540         need to be uncached as the cached contents are no longer valid.
16541
16542 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * binhex.el: Don't autoload executable-find.
16545
16546         * canlock.el: Don't autoload mail-fetch-field.
16547
16548         * dgnushack.el: Autoload c-mode for XEmacs.
16549
16550         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16551
16552         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16553         rmail-dont-reply-to and rmail-output.
16554
16555         * gnus-score.el: Don't autoload ffap-string-at-point.
16556
16557         * gnus-setup.el: Don't autoload sc-cite-original.
16558
16559         * imap.el: Don't autoload base64-decode-string,
16560         base64-encode-string and md5.
16561
16562         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16563         and rmail-msg-restore-non-pruned-header.
16564
16565         * mm-decode.el: Don't autoload executable-find.
16566
16567         * mm-url.el: Don't autoload executable-find.
16568
16569         * mm-view.el: Don't autoload diff-mode.
16570
16571         * nndb.el: Don't autoload news-reply-mode, news-setup,
16572         cancel-timer and telnet.
16573
16574         * password.el: Don't autoload run-at-time for Emacs.
16575
16576         * sha1-el.el: Don't autoload executable-find.
16577
16578         * sieve-mode.el: Don't autoload c-mode.
16579
16580         * uudecode.el: Don't autoload executable-find.
16581
16582 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16583
16584         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16585         (gnus-agent-possibly-alter-active): Avoid null in numeric
16586         comparison.
16587         (gnus-agent-set-local): Refuse to save null in local object table.
16588         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16589         list of articles that will be marked as unread.
16590
16591 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16594
16595 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16596
16597         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16598         language tags.
16599
16600 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16601
16602         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16603         Don't bind "obarray".
16604
16605         * gnus-sum.el (gnus-thread-sort-functions): Added
16606         `gnus-thread-sort-by-most-recent-number' and
16607         `gnus-thread-sort-by-most-recent-date'.
16608         Reported by Kai Grossjohann <kai@emptydomain.de>.
16609
16610 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16613
16614 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16615
16616         * gnus-cus.el (gnus-agent-customize-category): Removed
16617         ignore-errors macro reference that required cl to be loaded at
16618         run-time.
16619
16620         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16621         single-interval range of the form (min . max).  Previously the
16622         range had to look like ((min . max)).  Likewise, return
16623         (min . max) rather than ((min . max)).
16624         (gnus-range-map): Use gnus-range-normalize to accept
16625         single-interval range.
16626
16627         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16628         the cache, but not the agent, now appear with their usual face.
16629
16630         * dgnushack.el (loaddir): New variable that is bound to the
16631         directory containing the dgnushack.el file. Use loaddir, rather
16632         than srcdir, to update load-path. Change lets dgnushack compile
16633         code in directories other than GNUS/lisp.
16634
16635 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * lpath.el: Don't bind w3m-safe-url-regexp.
16638
16639         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16640         w3m-safe-url-regexp variable buffer-local.
16641
16642         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16643
16644 2004-02-27  Simon Josefsson  <jas@extundo.com>
16645
16646         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16647         gnus-group-real-prefix.
16648         (gnus-summary-move-article): Use it, instead of
16649         gnus-group-real-prefix.
16650
16651 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * lpath.el: Bind w3m-safe-url-regexp.
16654
16655         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16656         w3m-safe-url-regexp variable buffer-local and set it as the value
16657         of mm-w3m-safe-url-regexp.
16658
16659         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16660
16661         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16662         parsing gnus-posting-styles when the message is not for replying.
16663
16664         * dgnushack.el: Autoload sgml-mode for XEmacs.
16665
16666         * nnrss.el (nnrss-opml-export): Use
16667         mm-set-buffer-file-coding-system instead of
16668         set-buffer-file-coding-system.
16669
16670 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16671
16672         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16673         of checkdoc.el).
16674         * nnrss.el: do.
16675         * gnus-mlspl.el: do.
16676         * gnus-ml.el: do.
16677         * gnus-srvr.el: do.
16678
16679         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16680
16681 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16682
16683         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16684         Corrections to custom-manual links.
16685
16686         * gnus-art.el (gnus-article): Ditto.
16687
16688         * mm-decode.el (mime-display, mime-security): Ditto.
16689
16690 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16691
16692         * flow-fill.el: Typo.
16693
16694 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16695
16696         * spam-wash.el: New file.
16697
16698 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16699
16700         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16701
16702 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16703
16704         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16705         to be run with new-articles as LIST1, not LIST2.
16706         (spam-registration-functions): Add spam-use-ham-copy as a nil
16707         registration backend.
16708
16709 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16710
16711         * spam-stat.el (spam-stat-washing-hook): New option.
16712         (spam-stat-buffer-words): Use it.
16713         (spam-stat-process-directory, spam-stat-test-directory): Use
16714         insert-file-contents-literally.
16715         (spam-stat-coding-system): New variable.
16716         (spam-stat-load, spam-stat-save): Use it.
16717
16718 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16719
16720         * spam-report.el (spam-report-plug-agent): Quote
16721         spam-report-url-to-file and spam-report-url-ping-plain.
16722
16723 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16726         / in mailto URLs.
16727
16728 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * spam-report.el (spam-report-process-queue): Fix interactive use.
16731         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16732         (spam-report-unplug-agent): Doc fixes.
16733         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16734         (spam-report-agentize, spam-report-deagentize): Autoload.
16735
16736 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16739
16740         * message.el (message-setup-fill-variables): Add mml tags to
16741         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16742         <ajk@iu.edu>.
16743         (message-mode): Don't modify paragraph-separate there.
16744
16745 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * compface.el (uncompface-use-external): Default to undecided.
16748         (uncompface-use-external-threshold): New variable.
16749         (uncompface-float-time): New macro.
16750         (uncompface): Determine whether to use the external decoder if
16751         uncompface-use-external is undecided.
16752
16753 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16754
16755         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16756         after images.
16757
16758         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16759
16760 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16761
16762         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16763
16764         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16765
16766         * gnus-sum.el (gnus-summary-limit-to-age)
16767         (gnus-summary-limit-children): do.
16768
16769         * gnus-int.el (gnus-request-scan): do.
16770
16771         * gnus-group.el (gnus-group-suspend): do.
16772
16773         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16774
16775         * gnus-cite.el (gnus-cite-parse-attributions): do.
16776
16777         * gnus-agent.el (gnus-summary-set-agent-mark)
16778         (gnus-agent-regenerate-group): do.
16779
16780         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16781
16782         * binhex.el (binhex-decode-region-internal): do.
16783
16784 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16785
16786         * gnus-fun.el (gnus-face-properties-alist): New user option.
16787         (gnus-display-x-face-in-from): Use it.
16788
16789         * gnus-art.el (article-display-face): Ditto.
16790
16791         * compface.el (uncompface-use-external): Default to nil.
16792
16793 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16794
16795         * nntp.el (nntp-erase-buffer): New function.
16796         (nntp-retrieve-data, nntp-send-command)
16797         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16798         (nntp-possibly-change-group): Use it.
16799
16800         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16801         with-current-buffer.
16802
16803 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16804
16805         * compface.el: Merge the ELisp-based uncompface program.
16806         (compface): New customization group.
16807         (uncompface-use-external): New user option.
16808         (uncompface): Call uncompface-internal if uncompface-use-external
16809         is nil.
16810         (uncompface-internal): New function.  Note that there are also
16811         some other functions and variables added for this function.
16812
16813 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16814
16815         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16816         if necessary.
16817
16818 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16819
16820         * spam-report.el (spam-report-unplug-agent)
16821         (spam-report-plug-agent, spam-report-deagentize)
16822         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16823         Add support for the Agent in spam-report: when unplugged, report to a
16824         file; when plugged, submit all the requests.
16825
16826         * spam.el (spam-register-routine): Fix message about
16827         registration.
16828
16829 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16830
16831         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16832         dependencies.
16833         (rfc2047-encode): Use it.
16834
16835         * gnus-art.el (gnus-button-marker-list): Move before first
16836         reference.
16837
16838         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16839         (imap-parse-body): Fix format string mismatch.
16840
16841         * gnus-score.el (gnus-summary-increase-score): do.
16842
16843         * nnrss.el (nnrss-close): New function.
16844
16845 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16846
16847         * nnrss.el (nnrss-make-filename): New function.
16848         (nnrss-request-delete-group, nnrss-read-server-data)
16849         (nnrss-save-server-data, nnrss-read-group-data)
16850         (nnrss-save-group-data): Use it.
16851         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16852         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16853         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16854
16855 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16856
16857         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16858
16859 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16860
16861         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16862         files.
16863
16864         * message.el (message-generate-headers-first): Don't quote nil
16865         and t in docstrings.
16866
16867         * imap.el (imap-id): do.
16868
16869         * gnus-agent.el (gnus-agent-consider-all-articles)
16870         (gnus-agent-queue-mail): do.
16871
16872 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16873
16874         * spam-report.el (spam-report-process-queue): New function.
16875         Process requests from `spam-report-requests-file'.
16876         (spam-report-process-queue): Doc fix.
16877
16878 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16879
16880         * spam.el (spam-register-routine)
16881         (spam-log-processing-to-registry, spam-log-registered-p)
16882         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16883         Change "check" to "spam-check" for semi-clarity.
16884
16885 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16886
16887         * pop3.el: Require nnheader.
16888
16889         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16890
16891         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16892
16893         * gnus-picon.el: Require cl.
16894
16895         * gnus-fun.el: Require gnus-ems and gnus-util.
16896
16897         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16898
16899         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16900
16901         * gnus-art.el (gnus-article-edit-mode): Define before first
16902         reference.
16903
16904 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16905
16906         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16907         (gnus-uu-post-encoded): Use point-at-bol.
16908
16909         * gnus-topic.el (gnus-group-active-topic-p): do.
16910
16911         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16912
16913         * gnus-group.el (gnus-group-kill-region): do.
16914
16915         * gnus-art.el (article-date-ut): do.
16916
16917         * message.el (message-fetch-field): Remove redundant
16918         case-fold-search binding.
16919         (message-narrow-to-field): Simplify.
16920
16921 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16922
16923         * spam.el (spam-directory): Derive from `gnus-directory'.
16924
16925         * spam-report.el (spam-report-url-to-file)
16926         (spam-report-requests-file): New function and variable for offline
16927         reporting.
16928         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16929         and user defined function.
16930         (spam-report-url-ping-mm-url): Remove doubled slash.
16931
16932 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16933
16934         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16935
16936 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16937
16938         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16939         format string mismatch.
16940
16941         * sieve.el (sieve-deactivate-all): do.
16942
16943         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16944
16945         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16946
16947         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16948
16949         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16950
16951 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16952
16953         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16954         the list of checks.
16955
16956 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16957
16958         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16959         padding.
16960
16961 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16962
16963         * mm-view.el (mm-fill-flowed): New variable.
16964         (mm-inline-text): Use it.
16965
16966 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16967
16968         * spam.el (spam-spamassassin-register-ham-routine)
16969         (spam-spamassassin-register-spam-routine): Fix function names.
16970
16971 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * gnus.el (gnus-tmp-grouplens): Remove.
16974         (gnus-summary-line-format): Remove grouplens.
16975
16976         * gnus-group.el (gnus-group-line-format): Ditto.
16977
16978         * gnus-spec.el (gnus-format-specs): Ditto.
16979         (gnus-update-format-specifications): Flush the group format spec
16980         cache if there's the grouplens stuff.
16981         (gnus-parse-simple-format): Replace %l with the empty string.
16982
16983 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16984
16985         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16986         omission.
16987
16988 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16991         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16992
16993 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16994
16995         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16996         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16997         New macros and functions.
16998         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16999         Handle > NLINK_MAX messages.
17000         * nnmaildir.el (nnmaildir-request-set-mark): Use
17001         nnmaildir--emlink-p and nnmaildir--eexist-p.
17002
17003 2004-01-25  Alex Schroeder  <alex@gnu.org>
17004
17005         * spam-stat.el (spam-stat-process-directory-age): New option.
17006         (spam-stat-process-directory): Use it.
17007
17008 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17009
17010         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17011         (spam-stat-save): Accept prefix argument.
17012
17013 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17014
17015         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17016         links" error.
17017
17018 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17019
17020         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17021         the rest of the and/or forms.
17022
17023 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17024
17025         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17026         compatibility with old .newsrc.eld files.
17027
17028         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17029
17030         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17031
17032         * gnus-start.el (gnus-1): do.
17033
17034         * gnus-group.el (gnus-group-line-format-alist): do.
17035
17036         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17037
17038         * gnus-gl.el: Remove.
17039
17040 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17041
17042         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17043         marks consisting of a single range {for example, (3 . 5)} rather
17044         than a list of a single range { ((3 . 5)) }.
17045
17046 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17047
17048         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17049         with-current-buffer.
17050         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17051         avoid consing a string.
17052
17053         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17054         Remove obsolete entries for big5 and gb2312.
17055
17056 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17057
17058         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17059         uncompressed list.
17060
17061 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17062
17063         * spam-stat.el (spam-stat-strip-xref): New function.
17064         (spam-stat-process-directory): Use it.
17065
17066         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17067         here -- it's done in message-fetch-field.
17068
17069 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17070
17071         * gnus-agent.el (gnus-agent-queue-mail)
17072         (gnus-agent-prompt-send-queue): New variables.
17073         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17074         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17075         "nndraft:queue" along to gnus-draft-send.  Use
17076         gnus-agent-prompt-send-queue.
17077         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17078         is "nndraft:queue".  Suggested by Gaute Strokkenes
17079         <gs234@srcf.ucam.org>
17080
17081         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17082         (agent-enable-undownloaded-faces): Added.
17083         (gnus-agent-cat-groups): Use eval-and-compile, not
17084         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17085         method of gnus-agent-cat-groups even when the buffer has been
17086         evaled.
17087         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17088         delete gnus-agent-save-active-1.
17089         (gnus-agent-save-groups): Deleted.  Identical to
17090         gnus-agent-save-active.
17091         (gnus-agent-write-active): No longer adjust agent's copy of active
17092         file as agent's adjustments are now stored in their own
17093         file.  Removed optional parameter.
17094         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17095         servers.  Add use of min/max range limits from server's local
17096         file.
17097         (gnus-agent-save-alist): Removed unused optional argument.
17098         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17099         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17100         (gnus-agent-set-local): A per-server file that keeps min/max range
17101         limits for articles known to the agent.  Provides a fast mechanism
17102         for altering many active ranges.
17103         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17104         active file (local makes it unnecessary).
17105         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17106
17107         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17108         (agent-enable-undownloaded-faces): Added.
17109
17110         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17111         disable it when sending to "nndraft:queue".
17112         (gnus-group-send-queue): Add safety check to avoid sending queue
17113         when unplugged.
17114
17115         * gnus-group.el (gnus-group-catchup): Use new
17116         gnus-sequence-of-unread-articles, not
17117         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17118         numbers of articles.  Use gnus-range-map to avoid having to
17119         uncompress the unread list.
17120         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17121         Fixed invalid ange-ftp reference.
17122
17123         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17124         (gnus-sorted-range-intersection): Intersection of two ranges
17125         without requiring that they first be uncompressed.
17126
17127         * gnus-start.el (gnus-activate-group): Unless blocked by the
17128         caller, possibly expand the active range to include both cached
17129         and agentized articles.
17130         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17131         multiple version-dependent converters.
17132         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17133         gnus-agent-save-active.
17134         (gnus-save-newsrc-file): Save dirty agent range limits.
17135
17136         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17137         gnus-agent-possibly-alter-active.
17138         (gnus-adjust-marked-articles): Faster handling of simple lists.
17139
17140 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17141
17142         * spam-stat.el (spam-stat-test-directory): New optional argument
17143         displays a list of files detected.  Suggested by Andrew Cohen
17144         <cohen@andy.bu.edu>.
17145         (spam-stat-buffer-words-with-scores): Don't narrow and change
17146         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17147
17148 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17149
17150         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17151         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17152         (spam-spamassassin-arguments)
17153         (spam-spamassassin-spam-flag-header)
17154         (spam-spamassassin-positive-spam-flag-header)
17155         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17156         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17157         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17158         (spam-list-of-processors, spam-list-of-checks)
17159         (spam-list-of-statistical-checks, spam-registration-functions)
17160         (spam-check-spamassassin-headers, spam-check-spamassassin)
17161         (spam-spamassassin-score)
17162         (spam-spamassassin-register-with-sa-learn)
17163         (spam-spamassassin-register-spam-routine)
17164         (spam-spamassassin-register-ham-routine)
17165         (spam-assassin-register-spam-routine)
17166         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17167         (spam-bogofilter-score): Fix to show article before scoring.
17168
17169 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17170
17171         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17172         default scoring function.
17173         (spam-generic-score): Call spam-spamassassin-score if
17174         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17175         spam-bogofilter-score otherwise.
17176
17177         * gnus.el (spam-process, spam-autodetect-methods): Add
17178         spamassassin and spamassassin-headers.
17179
17180 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17181
17182         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17183         Suppress unnecessary messages.
17184
17185 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17186
17187         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17188         make-hash-table.
17189
17190 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * canlock.el (base64-encode-string): Don't autoload it.
17193
17194 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * run-at-time.el: Remove useless (require 'itimer),
17197         eval-and-compile and (featurep 'xemacs).
17198
17199 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17200
17201         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17202         GROUP is a virtual group.
17203
17204 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17205
17206         * gnus.el: Autoload `message-y-or-n-p'.
17207
17208 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * pgg-parse.el: Remove unnecessary (require 'custom).
17211
17212         * pgg-def.el: do.
17213
17214         * nnmail.el: do.
17215
17216         * gnus-undo.el: do.
17217
17218         * gnus-picon.el: do.
17219
17220         * gnus-util.el: do.
17221
17222 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17225
17226 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17229         handle, as well as a list.
17230
17231         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17232         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17233         (mm-w3m-cid-retrieve): Simplify.
17234
17235 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17236
17237         * message.el (message-kill-to-signature): Allow prefix arg to
17238         specify number of lines to keep before signature.
17239
17240 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17241
17242         * message.el (message-kill-to-signature): Change docstring.
17243
17244 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17245
17246         * canlock.el: Always require sha1-el.
17247         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17248
17249         * message.el: Autoload sha1 only when compiling.
17250
17251         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17252         eudc-expand-inline for XEmacs.
17253
17254 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * message.el (message-canlock-generate): Require sha1-el.
17257
17258 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17259
17260         * message.el (message-expand-name): Silence the byte compiler.
17261
17262         * lpath.el: Add detect-coding-system.
17263
17264         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17265         cus-edit.
17266
17267 2004-01-13  Simon Josefsson  <jas@extundo.com>
17268
17269         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17270         Invoke gnus-score-mode.  Reported by
17271         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17272
17273         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17274         Jim Blandy <jimb@redhat.com> (tiny change).
17275
17276 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17279
17280 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17281
17282         * spam.el (spam-get-article-as-string): Update to use
17283         gnus-request-article-this-buffer, much simpler.
17284         (spam-get-article-as-buffer): Remove.
17285
17286 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17287
17288         * message.el (message-expand-name): Use EUDC if the user uses that.
17289
17290 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17291
17292         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17293         character for the encoding to avoid consing a string.
17294
17295         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17296         unnecessarily.
17297
17298         * mm-util.el (mm-replace-chars-in-string): Remove.
17299
17300         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17301         of mm-replace-chars-in-string.
17302
17303 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17304
17305         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17306
17307         * mm-util.el (mm-subst-char-in-string): Support inplace.
17308
17309         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17310         a new string in every iteration.  Use shy groups.
17311
17312 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17313
17314         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17315         * gnus-soup.el (gnus-soup-group-brew):
17316         * gnus-msg.el (gnus-put-message):
17317         * gnus-move.el (gnus-group-move-group-to-server):
17318         * gnus-kill.el (gnus-batch-score):
17319         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17320         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17321         (gnus-group-update-group, gnus-group-read-group)
17322         (gnus-group-make-group, gnus-group-make-help-group)
17323         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17324         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17325         (gnus-group-sort-by-unread, gnus-group-catchup)
17326         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17327         (gnus-group-yank-group, gnus-group-set-info)
17328         (gnus-group-list-groups):
17329         * gnus.el (gnus-generate-new-group-name):
17330         * gnus-delay.el (gnus-delay-send-queue):
17331         * nnvirtual.el (nnvirtual-catchup-group):
17332         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17333         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17334         (gnus-group-prepare-topics, gnus-topic-check-topology):
17335         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17336         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17337         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17338         (gnus-group-make-articles-read):
17339         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17340         (gnus-group-change-level, gnus-kill-newsgroup)
17341         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17342         (gnus-get-unread-articles, gnus-make-articles-unread)
17343         (gnus-make-ascending-articles-unread): Use accessor
17344         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17345         to get group information for improved readability.
17346
17347
17348 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * gnus-art.el (article-decode-mime-words, article-babel)
17351         (gnus-article-highlight-signature, gnus-article-add-buttons)
17352         (gnus-signature-toggle): Use gnus-with-article-buffer.
17353
17354         * gnus-art.el (gnus-article-highlight-headers)
17355         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17356
17357         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17358         (gnus-article-set-globals, gnus-request-article-this-buffer)
17359         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17360         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17361         (gnus-mime-display-alternative): Use with-current-buffer.
17362
17363 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17366         also under 80 char limit, and call gnus-error if needed.
17367         (spam-fetch-article-header): Fix - it was a
17368         buffer-local variable (gnus-newsgroup-data).
17369         (spam-find-spam): Use spam-generate-fake-headers, forget about
17370         spam-insert-fake-headers.
17371         (spam-insert-fake-headers): Remove.
17372
17373 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17374
17375         * deuglify.el (gnus-article-outlook-unwrap-lines)
17376         (gnus-outlook-rearrange-article)
17377         (gnus-outlook-repair-attribution-outlook)
17378         (gnus-outlook-repair-attribution-block)
17379         (gnus-outlook-repair-attribution-other): Remove redundant
17380         save-excursion.
17381
17382 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17383
17384         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17385         (spam-fetch-field-subject-fast)
17386         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17387         (spam-fetch-article-header): Add functions to deal with Gnus
17388         internals for fast retrieval of article header data.
17389         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17390
17391 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17392
17393         * pop3.el (pop3-md5): Remove.
17394         (pop3-apop): Replace pop3-md5 with md5.
17395
17396         * mm-bodies.el: base64 is always built-in.
17397
17398         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17399         with-current-buffer.
17400
17401 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * canlock.el (canlock-insert-header): Remove excessive grouping in
17404         regexp.
17405
17406         * gnus-sum.el (gnus-summary-read-document): Ditto.
17407
17408         * gnus-uu.el (gnus-uu-part-number): Ditto.
17409
17410         * html2text.el (html2text-remove-tags): Ditto.
17411         (html2text-format-tags): Ditto.
17412         (html2text-format-single-elements): Ditto.
17413
17414         * mml.el (mml-parse-1): Ditto.
17415
17416 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17417
17418         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17419
17420         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17421
17422         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17423
17424         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17425
17426 2003-11-15  Simon Josefsson  <jas@extundo.com>
17427
17428         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17429         (pgg-gpg-lookup-key): Use regexp match instead of
17430         split-string (split-string is different between emacs 21.2 and
17431         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17432
17433 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17434
17435         * gnus-art.el (gnus-mime-view-all-parts)
17436         (gnus-article-part-wrapper, gnus-article-view-part): Use
17437         with-current-buffer.
17438
17439 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17440
17441         * spam.el (spam-disable-spam-split-during-ham-respool)
17442         (spam-spamoracle-database, spam-cache-lookups)
17443         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17444         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17445         (spam-group-ham-marks, spam-group-spam-marks)
17446         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17447         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17448         also add spam-use-blackholes to the statistical checks.
17449         (spam-fetch-field-fast): Add interface to fetching fields, may
17450         become a macro.
17451         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17452         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17453         (spam-insert-fake-headers): Fake an article when needed.
17454         (spam-find-spam): Fake article when possible.
17455         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17456         (spam-check-bogofilter-headers): Use message-fetch-field instead
17457         of nnmail-fetch-field.
17458
17459 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17460
17461         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17462
17463 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17464
17465         * spam.el (spam-split): Do not require spam-use-CHECK to be
17466         enabled if that check is passed to spam-split explicitly; also
17467         fix so 'spam doesn't get converted to spam-split-group when
17468         spam-split-symbolic-return is t.
17469         (spam-find-spam): Find registrations of the article and use those
17470         instead of re-running spam-split to find the spam/ham
17471         classification of the article.
17472         (spam-log-processing-to-registry, spam-log-registered-p)
17473         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17474         Use gnus-error instead of gnus-message.
17475         (spam-log-registration-type): Add function to determine the
17476         classification of a message based on registry entries; will
17477         return nil if both 'spam and 'ham are found.
17478         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17479         a reasonably fast local cache without the loading errors.
17480         (spam-cache-lookups): Set to t by default.
17481         (spam-find-spam): Don't try to guess spam-cache-lookups.
17482         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17483         spam-caches entry.
17484         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17485         caching of whitelist/blacklist entries.
17486         (spam-check-whitelist, spam-check-blacklist): Invoke
17487         spam-from-listed-p with a type, not a cache variable.
17488         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17489
17490 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17491
17492         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17493
17494         * nnmail.el (nnmail-split-fancy): do.
17495
17496         * mml.el (mml-parse): do.
17497
17498         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17499         (gnus-score-adaptive): do.
17500
17501 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17502
17503         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17504         (gnus-mime-button-map): Don't set keymap parent.
17505         (gnus-button-ctan-directory-regexp): Use shy grouping.
17506         (gnus-prev-page-map): Don't set keymap parent.
17507         (gnus-prev-page-map): Remove duplicated one.
17508         (gnus-next-page-map): Don't set keymap parent.
17509         (gnus-mime-security-button-map): Ditto.
17510
17511         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17512         version number.
17513
17514         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17515
17516 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * canlock.el (canlock-sha1-function): Remove.
17519         (canlock-sha1-function-for-verify): Remove.
17520         (canlock-openssl-program): Remove.
17521         (canlock-openssl-args): Remove.
17522         (canlock-ignore-errors): Remove.
17523         (canlock-sha1-with-openssl): Remove.
17524         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17525         (canlock-verify): Don't use canlock-ignore-errors.
17526
17527         * sha1-el.el (sha1-string-external): Make it can return a string
17528         in binary form.
17529         (sha1-region-external): Ditto.
17530         (sha1-string-internal): Ditto.
17531         (sha1-region-internal): Ditto.
17532         (sha1-region): Ditto.
17533         (sha1-string): Ditto.
17534         (sha1): Ditto.
17535
17536 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17537
17538         * spam.el (spam-report-articles-gmane): New command.
17539
17540 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17541
17542         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17543
17544         * run-at-time.el (run-at-time-saved): Remove.
17545         (run-at-time): Doc fix.
17546
17547 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17548
17549         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17550         (gnus-summary-limit-map): Add it.
17551         (gnus-summary-make-menu-bar): do.
17552
17553 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17554
17555         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17556         Make attempt at some caching support (done for BBDB only now).
17557         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17558         addresses to be checked.
17559         (spam-clear-cache-BBDB): Add function, to be invoked by
17560         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17561         (spam-check-BBDB): Check and use the caches, if
17562         spam-cache-lookups is on, remove superfluous (provide).
17563
17564 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17565
17566         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17567
17568 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17569
17570         * run-at-time.el (run-at-time-saved): Move to after the definition
17571         of `run-at-time'.
17572
17573         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17574
17575 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17576
17577         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17578         mm-w3m-local-map-property.
17579
17580         * mm-view.el (mm-w3m-mode-map): Remove.
17581         (mm-w3m-local-map-property): Remove.
17582         (mm-inline-text-html-render-with-w3m): Don't use
17583         mm-w3m-local-map-property.
17584
17585 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17586
17587         * run-at-time.el: New file.
17588
17589         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17590         under Emacs.
17591
17592         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17593         of gnus-set-text-properties.
17594
17595         * gnus-uu.el (gnus-uu-save-article): Ditto.
17596
17597         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17598
17599         * gnus-cite.el (gnus-cite-parse): Ditto.
17600
17601         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17602         of gnus-.
17603
17604         * gnus-xmas.el (run-at-time): Require run-at-time.
17605
17606         * gnus.el: Changed calls to nnheader-run-at-time and
17607         password-run-at-time throughout to use run-at-time directly.
17608
17609         * password.el: Removed definition of run-at-time.
17610
17611         * nnheaderxm.el: Remove definition of run-at-time.
17612
17613 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17614
17615         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17616         in prompt.
17617
17618 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17619
17620         * messagexmas.el (message-xmas-redefine): Alias
17621         `message-make-caesar-translation-table' to
17622         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17623         version.
17624
17625         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17626         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17627         `gnus-xmas-set-text-properties'.
17628         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17629         `gnus-xmas-completing-read'.
17630         (gnus-xmas-completing-read): Removed.
17631         (gnus-xmas-open-network-stream): Removed.
17632
17633         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17634         XEmacs version.
17635
17636         * dns.el (dns-make-network-process): Use `open-network-stream'
17637         instead of `gnus-xmas-open-network-stream'.
17638
17639         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17640
17641         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17642
17643 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17644
17645         * gnus-art.el (gnus-mime-display-alternative)
17646         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17647         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17648         Don't use gnus-local-map-property.
17649
17650         * gnus-util.el (gnus-local-map-property): Remove.
17651
17652         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17653         gnus-completing-read-maybe-default with completing-read.
17654
17655         * gnus-util.el (gnus-completing-read): do.
17656         (gnus-completing-read-maybe-default): Remove.
17657
17658 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17659
17660         * password.el: Only autoload `run-at-time' if not XEmacs.
17661         Only autoload the itimer functions if XEmacs.
17662
17663 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17666         XEmacsen.
17667
17668         * dgnushack.el: Autoload executable-find for XEmacs.
17669
17670 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17671
17672         * gnus-art.el (gnus-read-string): Remove.
17673         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17674         read-string.
17675
17676 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17677
17678         * netrc.el: Autoload password-read.
17679         (netrc): Add configuration group.
17680         (netrc-encoding-method, netrc-openssl-path): Add
17681         variables for encoding and decoding of files with symmetric
17682         ciphers.
17683         (netrc-encode): Add assistant function to encode a file with
17684         netrc-encoding-method.
17685         (netrc-parse): Add interactive parameter, added optional
17686         decoding if netrc-encoding-method is non-nil but otherwise
17687         behavior is standard.
17688         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17689         Do s/encode/encrypt/ everywhere.
17690
17691         * spam.el: Remove executable-find autoload.
17692
17693 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17694
17695         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17696
17697         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17698
17699 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17700
17701         * gnus-art.el (gnus-treat-ansi-sequences)
17702         (article-treat-ansi-sequences): New variable and function.
17703         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17704
17705         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17706         Use it.
17707
17708 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17709
17710         * mm-util.el (mm-quote-arg): Remove.
17711
17712         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17713         shell-quote-argument.
17714
17715         * gnus-uu.el (gnus-uu-command): do.
17716
17717         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17718
17719         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17720         with make-char.
17721
17722         * mm-util.el (mm-make-char): Remove.
17723
17724         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17725         add-minor-mode.
17726
17727         * gnus-undo.el (gnus-undo-mode): do.
17728
17729         * gnus-topic.el (gnus-topic-mode): do.
17730
17731         * gnus-sum.el (gnus-dead-summary-mode): do.
17732
17733         * gnus-start.el (gnus-slave-mode): do.
17734
17735         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17736
17737         * gnus-ml.el (gnus-mailing-list-mode): do.
17738
17739         * gnus-gl.el (gnus-grouplens-mode): do.
17740
17741         * gnus-draft.el (gnus-draft-mode): do.
17742
17743         * gnus-dired.el (gnus-dired-mode): do.
17744
17745         * gnus-ems.el (gnus-add-minor-mode): Remove.
17746
17747         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17748         Replace gnus-char-width with char-width.
17749
17750         * gnus-ems.el (gnus-char-width): Remove.
17751
17752         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17753         Replace gnus-char-width with char-width.
17754
17755         * gnus-ems.el (gnus-char-width): Remove.
17756
17757         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17758         definition.
17759         Remove Emacs 20 hash table compatibility code.
17760
17761         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17762         20 compatibility code.
17763
17764         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17765
17766         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17767
17768         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17769         with point-at-{eol,bol}.
17770
17771         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17772
17773         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17774
17775         * flow-fill.el (fill-flowed-point-at-bol)
17776         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17777
17778         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17779         Replace with point-at-{eol,bol} throughout all files.
17780
17781 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17782
17783         * ntlm.el (ntlm-string-as-unibyte): New macro.
17784         (ntlm-build-auth-response): Use it.
17785
17786         Remove Emacs 20 stuff:
17787         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17788         (butlast, mapc, remove): Remove the compiler macros.
17789         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17790         of delq and copy-sequence.
17791         * gnus-art.el (popup-menu): Remove the compiler macro.
17792         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17793         Emacs 20.
17794
17795 2004-01-05  Simon Josefsson  <jas@extundo.com>
17796
17797         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17798         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17799         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17800         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17801         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17802         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17803         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17804         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17805         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17806         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17807         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17808         string-xor into ntlm-string-xor.  Suggested by
17809         Jesper Harder <harder@myrealbox.com>.
17810
17811         * ntlm.el: Don't include poem.
17812
17813         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17814         Jesper Harder <harder@myrealbox.com>.
17815
17816         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17817
17818         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17819         probably breaks emacs with DL patch, but do we care? Is anyone
17820         still using the DL stuff?)
17821
17822         * sieve-manage.el: Use the password package.
17823         (sieve-manage-read-passwd): Remove.
17824         (sieve-manage-interactive-login): Use password.  Re-add
17825         condition-case around loop.
17826
17827         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17828         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17829         the password package.
17830
17831 2003-02-19  Simon Josefsson  <jas@extundo.com>
17832
17833         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17834         token.
17835
17836 2002-08-07  Simon Josefsson  <jas@extundo.com>
17837
17838         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17839         (sieve-manage-authenticators):
17840         (sieve-manage-authenticator-alist): Add some SASL mechs.
17841         (sieve-sasl-auth): New function.
17842         (sieve-manage-cram-md5-auth):
17843         (sieve-manage-plain-auth): Rewrite using SASL library.
17844         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17845         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17846         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17847         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17848
17849 2004-01-05  Simon Josefsson  <jas@extundo.com>
17850
17851         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17852         New files.
17853
17854 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17855
17856         * gnus-group.el (gnus-no-groups-message): Update.
17857
17858         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17859
17860 2003-11-09  Simon Josefsson  <jas@extundo.com>
17861
17862         * imap.el: Support for ID IMAP extension (RFC 2971).
17863         (imap-local-variables): Add imap-id.
17864         (imap-id): New variable.
17865         (imap-id): New function.
17866         (imap-parse-response): Parse untagged ID response.
17867         * nnimap.el (nnimap-id): New variable.
17868         (nnimap-open-connection): Use it.
17869
17870 2003-12-28  Simon Josefsson  <jas@extundo.com>
17871
17872         * gnus-score.el (gnus-score-edit-all-score): New.
17873         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17874
17875 2004-01-04  Simon Josefsson  <jas@extundo.com>
17876
17877         * password.el: Add.
17878
17879 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17880
17881         * dns.el (dns-query-types): Fix typo.
17882         (dns-query-types): New function.
17883         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17884         PTR and SOA replies, see RFC 1035.
17885
17886 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17887
17888         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17889
17890         * Moved to Changelog.2.
17891
17892 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17893
17894         * gnus.el (gnus-version-number): Bump version.
17895
17896 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17897
17898         * gnus.el: No Gnus v0.1 is released.
17899
17900 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17901
17902         * gnus.el: No Gnus v0.0 is released.
17903
17904 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17905
17906         * gnus.el (gnus-version-number): Bump.
17907         (gnus-version): No.
17908
17909 See ChangeLog.2 for earlier changes.
17910
17911     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17912       Free Software Foundation, Inc.
17913
17914   This file is part of GNU Emacs.
17915
17916   GNU Emacs is free software: you can redistribute it and/or modify
17917   it under the terms of the GNU General Public License as published by
17918   the Free Software Foundation, either version 3 of the License, or
17919   (at your option) any later version.
17920
17921   GNU Emacs is distributed in the hope that it will be useful,
17922   but WITHOUT ANY WARRANTY; without even the implied warranty of
17923   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17924   GNU General Public License for more details.
17925
17926   You should have received a copy of the GNU General Public License
17927   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17928
17929 ;; Local Variables:
17930 ;; coding: utf-8
17931 ;; fill-column: 79
17932 ;; add-log-time-zone-rule: t
17933 ;; End: