Update gnus-sync.el docs.
[gnus] / lisp / ChangeLog
1 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-sync.el: Update docs to explain state and plans.
4
5         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
6         Hooks for mark updates.
7         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8
9         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
10         hooks with arguments, which is needed for mark update hooks.
11
12 2010-10-06  Julien Danjou  <julien@danjou.info>
13
14         * sieve-manage.el: Update example in `Commentary'.
15
16         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
17
18         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
19         not 2000.
20         (sieve-manage-authenticate): Re-add function.
21
22 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * shr.el (shr-insert): Get 'space transition right.
25         (shr-render-td): Only delete space at the end of the TD.
26
27         * nnimap.el (nnimap-open-connection): Prepare to support
28         open-gnutls-stream.
29
30         * shr.el: Rearrange function order to be more logical.
31
32 2010-10-06  Julien Danjou  <julien@danjou.info>
33
34         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
35         (nnrss-discover-feed): Remove 404 URL in docstring.
36
37         * nnir.el: Fix Swish-E URL.
38         Fix Namazu URL.
39
40         * message.el (message-change-subject): Remove 404 URL in a comment.
41
42 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
45         called interactively.
46
47         * gnus-util.el (gnus-remove-if): Allow hash table.
48         (gnus-remove-if-not): New function.
49
50         * gnus-art.el (gnus-mime-view-part-as-type)
51         * gnus-score.el (gnus-summary-score-effect)
52         * gnus-sum.el (gnus-read-move-group-name):
53         Replace remove-if-not with gnus-remove-if-not.
54
55         * gnus-group.el (gnus-group-completing-read):
56         Regard collection as a hash table if it is not a list.
57
58 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * shr.el (shr-render-td): Allow blank/missing <TD>s.
61
62         * shr.el: Document the table-rendering algorithm.
63
64 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
67         for Emacsen having no `libxml-parse-html-region' support.
68
69 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
72         invalid URLs.
73
74         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
75         line-broken.
76         (shr-tag-img): Ignore image fetching errors.
77         (shr-overlays-in-region): Compute overlay positions correctly.
78
79         * mm-decode.el (mm-shr): Require shr.
80
81         * gnus-art.el (gnus-blocked-images): Move variable here.
82
83         * shr.el (shr-insert-table): Bind free variable.
84
85         * mm-decode.el (mm-shr): Bind shr-content-function.
86
87         * shr.el (shr-content-function): New variable.
88
89         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
90         added for symmetry.
91
92         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
93
94         * gnus-group.el (gnus-group-make-group): Doc fix.
95
96         * nnimap.el (nnimap-request-newgroups): Return success.
97
98         * shr.el (shr-find-elements): New function.
99         (shr-tag-table): Put all the images after the table.
100         (shr-tag-table): Really inhibit images inside the table.
101         (shr-collect-overlays): Copy over overlays from the TD elements to the
102         main document.
103
104         * mm-decode.el (mm-shr): Bind shr-blocked-images to
105         gnus-blocked-images.
106
107 2010-10-05  Julien Danjou  <julien@danjou.info>
108
109         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
110
111         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
112         (gnus-html-maximum-image-size): Add this function.
113         (gnus-html-put-image): Use gnus-html-maximum-image-size.
114
115         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
116         server-value of the capability is nil.
117
118 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * shr.el (shr-tag-em): Add <EM> tag.
121
122 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
123
124         * sieve-manage.el (sieve-manage-default-stream): Make default stream
125         customizable.
126
127         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
128         handing broken links to browse-url.
129
130 2010-10-05  Julien Danjou  <julien@danjou.info>
131
132         * gnus-util.el (gnus-emacs-completing-read)
133         (gnus-iswitchb-completing-read): Use autoload rather than require.
134
135 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
138         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
139         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
140         iswitchb-temp-buflist for XEmacs.
141
142         * gnus-util.el (gnus-completing-read-function): Exclude
143         gnus-icompleting-read and gnus-ido-completing-read from candidates for
144         XEmacs since iswitchb.el is very old and ido.el is unavailable in
145         XEmacs.
146
147         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
148         not to use `delete-dups' that is unavailable in XEmacs 21.4.
149
150         * gnus-html.el: Don't require help-fns under XEmacs.
151         (gnus-html-schedule-image-fetching): Work for XEmacs.
152
153         * mm-decode.el (mm-shr): Decode contents by charset.
154
155 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
156
157         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
158         unknown.
159
160         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
161         (shr-get-image-data): Ensure against the cache file missing.
162
163         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
164         for data.
165
166         * spam-report.el (spam-report-url-ping-plain): Don't query about
167         killing the process.
168
169         * shr.el (shr-render-td): Protect against too-wide text.
170
171 2010-10-04  Julien Danjou  <julien@danjou.info>
172
173         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
174         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
175
176         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
177         retrieved.
178
179 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * shr.el (browse-url): Required.
182         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
183         lines.
184         (shr-show-alt-text, shr-browse-image): New commands.
185         (shr-browse-url, shr-copy-url): New commands.
186
187         * gnus-sum.el (gnus-widen-article-window): New variable.
188         (gnus-summary-select-article-buffer): Use it.
189
190         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
191         without @ signs.
192
193 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
194
195         * nnir.el (nnir-run-imap): Remove spurious space in search string.
196
197 2010-10-04  Julien Danjou  <julien@danjou.info>
198
199         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
200         for XEmacs.
201
202 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
203
204         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
205
206         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
207         (nnimap-close-server): Implement.
208
209         * dgnushack.el (iswitchb): Require to shut up the compiler.
210
211         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
212         (shr-insert): Tweak line breaking.
213         (shr-insert): Handle <pre> better.
214         (shr-tag-li): Get <li> indentation right.
215         (shr-tag-li): Get <li> indentation even righter.
216         (shr-tag-blockquote): Ensure paragraph start.
217         (shr-make-table): Tweak table generation.
218         (shr-make-table): Fix typo.
219
220         * shr.el: Implement table rendering.
221
222 2010-10-04  Julien Danjou  <julien@danjou.info>
223
224         * gnus-html.el (gnus-html-put-image): Fix resize image code.
225
226 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
227
228         * shr.el (shr-insert): Use string anchors instead of line anchors.
229
230 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * shr.el: Add headings.
233         (shr-ensure-paragraph): Actually work.
234         (shr-tag-li): Make <ul> prettier.
235         (shr-insert): Get white space at the beginning/end of elements right.
236         (shr-tag-p): Collapse subsequent <p>s.
237         (shr-ensure-paragraph): Don't insert double line feeds after blank
238         lines.
239         (shr-insert): \t is also space.
240         (shr-tag-s): Fix "s" tag name function.
241         (shr-tag-s): Fix face prop name.
242
243 2010-10-03  Julien Danjou  <julien@danjou.info>
244
245         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
246
247         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
248         gnus-window-inside-pixel-edges.
249
250         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
251         gnus-ems.
252
253         * mm-view.el (mm-inline-image-emacs): Support image resizing.
254
255         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
256         function.
257
258         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
259         resize choice.
260
261 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
264         beginning of the buffer.
265
266         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
267         article buffer again.
268
269         * shr.el (shr-tag-p): Don't insert newlines at the start of the
270         buffer.
271
272         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
273         when it's at the start of the buffer.
274
275         * shr.el (shr-tag-blockquote): Convert name.
276         (shr-rescale-image): Use the right image-size variant.
277
278         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
279         buffer isn't shown, then select the current article first instead of
280         bugging out.
281         (gnus-summary-select-article-buffer): Show both the article and summary
282         buffers again.
283
284         * shr.el (shr-fontize-cont): Protect against regions with no text.
285         Rename tag functions to shr-tag-* for enhanced security.
286         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
287
288 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
289
290         * shr.el (shr-insert):
291         * pop3.el (pop3-movemail):
292         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
293         loaded.
294
295 2010-10-03  Glenn Morris  <rgm@gnu.org>
296
297         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
298
299         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
300
301         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
302
303         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
304
305         * gnus-util.el (gnus-make-local-hook): Simplify.
306
307 2010-10-02  Julien Danjou  <julien@danjou.info>
308
309         * gnus-util.el (gnus-iswitchb-completing-read): New function.
310         (gnus-ido-completing-read): New function.
311         (gnus-emacs-completing-read): New function.
312         (gnus-completing-read): Use gnus-completing-read-function.
313         Add gnus-completing-read-function.
314
315 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
316
317         * shr.el (shr-insert-document): Autoload.
318         (shr-img): Be silent.
319         (shr-insert): Add a newline after every picture before text.
320         (shr-add-font): Use overlays for combining faces.
321         (shr-insert): Pass upwards the text start point.
322
323         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
324         possible.
325         (mm-shr): New function.
326
327 2010-10-02  Julien Danjou  <julien@danjou.info>
328
329         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
330         should go backward.
331
332 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
333
334         * shr.el (shr): Fix typo in provide call.
335
336 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el: New file.
339
340         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
341
342         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
343         completing read.
344
345 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
348         we're being queried about.  Suggested by Dan Jacobson.
349
350         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
351         by Jason Eisner.
352
353         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
354         table, too.  Suggested by Stefan Wiens.
355         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
356         the table unnecessary.  Suggested by Stefan Wiens.
357
358         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
359         longer needed, and probably doesn't work either, as pointed out by
360         Stefan Wiens.
361         (gnus-summary-exit): Remove call to the clearing function.
362         (gnus-summary-exit-no-update): Ditto.
363
364         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
365         instead of gnus-eval-in-buffer-window to avoid popping up frames.
366         Reported by Stefan Monnier.
367         (gnus-summary-save-in-rmail): Ditto.
368
369         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
370         article buffer, instead of both the article buffer and the summary
371         buffer.  Sort of suggested by Dan Jacobson.
372
373         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
374
375         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
376         Suggested by Dan Jacobson.
377
378         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
379         documentation clearer.
380
381         * message.el (message-shorten-references): Comment on the number "21".
382         Suggested by Stefan Monnier.
383
384         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
385         Suggested by Dan Jacobson.
386
387         * gnus.el (gnus-large-newsgroup): Mention
388         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
389
390         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
391         externalize attachments.  Bug reported by Steve Wen.
392
393         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
394         really message anything to the user.
395
396         * nnmail.el (nnmail-article-group): Allow using the fancy split method
397         directly.
398
399         * nnimap.el (nnimap-request-group): Low higher than high to signal no
400         messages in empty groups.
401
402 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
403
404         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
405         non-UIDNEXT group.
406
407 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408
409         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
410         not the value from the collection.
411
412         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
413         values.  This sometimes happens on some groups that have no info.
414         (nnimap-request-newgroups): New function.
415
416 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
419         check into `gnus-registry-initialize'.
420         (gnus-registry-initialize): Ditto.
421         Fix and extend header docs.
422
423 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
424
425         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
426         regexp backtrace overflows.
427
428         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
429         for starttls that tls.el implements; i.e. openssl.
430
431         * tls.el (tls-starttls-switches): Give up on using starttls with
432         gnutls-cli.
433         (tls-program): Add --insecure to be consistent with the defaults from
434         openssl s_client.  Now all three commands are insecure.
435
436 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * lpath.el: Bind completion-styles-alist for XEmacs.
439
440         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
441         (gravatar-create-image): New function that's an alias to
442         gnus-xmas-create-image, gnus-create-image, or create-image.
443         (gravatar-data->image): Use it.
444
445 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
446
447         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
448         install the nnregistry refer method.
449         (gnus-registry-install-hooks): Use it.
450         (gnus-registry-unfollowed-groups): Add nnmairix to the default
451         unfollowed groups.
452
453 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
454
455         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
456         expanding threads.
457
458 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * nnir.el: Use the server names without suffixes (bug #7009).
461
462         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
463         unencrypted to STARTTLS, if possible.
464
465 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
466
467         * message.el (message-ignored-supersedes-headers): Strip Injection-*
468         headers before superseding.
469
470 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * nnrss.el (nnrss-use-local): Add documentation.
473
474         * nnimap.el (nnimap-extend-tls-programs): New function.
475         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
476         (nnimap-wait-for-connection): Accept the greeting from the stupid
477         output from openssl s_client -starttls, too.
478
479         * tls.el (tls-starttls-switches): New variable.
480         (tls-find-starttls-argument): Use it.
481         (open-tls-stream): Ditto.
482
483         * netrc.el (netrc-credentials): Return the value of the "default"
484         entry.
485         (netrc-machine): Ditto.
486
487         * nnimap.el (nnimap-find-article-by-message-id): Really return the
488         article number.
489         (nnimap-split-fancy): New variable.
490         (nnimap-split-incoming-mail): Use it.
491
492         * nntp.el (nntp-server-list-active-group): Document.
493
494         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
495         SELECT to get the message-id.
496
497         * mail-source.el (mail-sources): Removed webmail support.
498         (defvar): Ditto.
499         (mail-source-fetcher-alist): Ditto.
500         (mail-source-fetch-webmail): Removed.
501
502         * webmail.el: Removed -- doesn't seem relevant any more.
503
504         * gnus.el: Fix up make-obsolete-variable declarations throughout.
505
506         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
507         the \r.
508
509 2010-09-30  Julien Danjou  <julien@danjou.info>
510
511         * gnus-agent.el (gnus-agent-add-group): Fix call to
512         gnus-completing-read.
513
514 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * nndoc.el (nndoc-retrieve-groups): New function.
517
518         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
519         `default', use nnmail-split-methods.
520         (nnimap-request-article): Downcase the NILs so that they are nil.
521
522         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
523         symbol.
524
525         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
526         code, since if the user has requested network, that's what they ought
527         to get.
528         (nnimap-request-set-mark): Erase the buffer before issuing commands.
529         (nnimap-split-rule): Mark as obsolete.
530
531         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
532         variable.
533
534         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
535         correct slot, too.
536
537 2010-09-29  Julien Danjou  <julien@danjou.info>
538
539         * gnus.el (gnus-local-domain): Declare variable obsolete.
540
541         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
542         computing.
543         (gnus-ido-completing-read): Require ido.
544
545 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * gnus-registry.el: Don't prompt on load, which makes it impossible to
548         build Gnus.
549
550         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
551         when interpreting the structures.
552         (nnimap-request-accept-article): Add \r\n to the lines to make this
553         work with Cyrus.
554
555         * nndraft.el (nndraft-request-expire-articles): Use the group name
556         instead if "nndraft".  Fix found by Nils Ackermann.
557
558 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
559
560         * nnregistry.el: Added.
561
562 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
563
564         * nnmail.el (group, group-art-list, group-art):
565         Remove unneeded directives.
566
567 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
568
569         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
570         (mm-mime-charset)
571         * rfc2047.el (rfc2047-syntax-table)
572         * utf7.el (utf7-utf-16-coding-system): Comment fix.
573
574         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
575         rather than `insert-file-contents' and `eval-region'.
576
577         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
578         construction.
579
580         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
581
582         * time-date.el: No need to require cl for Emacs 21.
583
584 2010-09-29  Julien Danjou  <julien@danjou.info>
585
586         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
587         replacement of `gnus-gravatar-relief' to mimic
588         `gnus-faces-properties-alist'.
589         Add :version property.
590
591 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * mail-source.el (mail-source-report-new-mail)
594         * message.el (message-default-mail-headers)
595         * mm-decode.el (mm-valid-image-format-p): Comment fix.
596
597         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
598
599 2010-09-28  Julien Danjou  <julien@danjou.info>
600
601         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
602         mail-address contains the same string as real-name.
603
604         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
605         non-blank in header, otherwise it'll get stripped.
606
607         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
608         real-name, and then for mail address rather than doing : or , search.
609
610 2010-09-27  Julien Danjou  <julien@danjou.info>
611
612         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
613         (gnus-server-goto-server): Use gnus-completing-read.
614
615         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
616
617         * mm-util.el (defalias): Use gnus-completing-read.
618         (mm-codepage-setup): Use gnus-completing-read.
619
620         * smime.el (smime-sign-buffer): Use gnus-completing-read.
621         (smime-decrypt-buffer): Use gnus-completing-read.
622
623         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
624
625         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
626         (mml-minibuffer-read-disposition): Use gnus-completing-read.
627         (mml-insert-multipart): Use gnus-completing-read.
628
629         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
630
631         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
632
633         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
634
635         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
636
637         * gnus.el (gnus-read-method): Use gnus-completing-read.
638
639         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
640
641         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
642         (gnus-mime-action-on-part): Use gnus-completing-read.
643         (gnus-article-encrypt-body): Use gnus-completing-read.
644
645         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
646         (gnus-topic-move-matching): Use gnus-completing-read.
647         (gnus-topic-copy-matching): Use gnus-completing-read.
648         (gnus-topic-sort-topics): Use gnus-completing-read.
649         (gnus-topic-move): Use gnus-completing-read.
650
651         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
652         (gnus-agent-add-group): Use gnus-completing-read.
653
654         * nnmairix.el (nnmairix-create-server-and-default-group): Use
655         gnus-completing-read.
656         (nnmairix-update-groups): Use gnus-completing-read.
657         (nnmairix-get-server): Use gnus-completing-read.
658         (nnmairix-backend-to-server): Use gnus-completing-read.
659         (nnmairix-goto-original-article): Use gnus-completing-read.
660         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
661
662         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
663
664         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
665         (gnus-group-make-useful-group): Use gnus-completing-read.
666         (gnus-group-make-web-group): Use gnus-completing-read.
667         (gnus-group-add-to-virtual): Use gnus-completing-read.
668         (gnus-group-browse-foreign-server): Use gnus-completing-read.
669
670         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
671         (gnus-summary-limit-to-extra): Use gnus-completing-read.
672         (gnus-summary-execute-command): Use gnus-completing-read.
673         (gnus-summary-respool-article): Use gnus-completing-read.
674         (gnus-read-move-group-name): Use gnus-completing-read.
675
676         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
677         (gnus-summary-score-effect): Use gnus-completing-read.
678
679         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
680
681         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
682         right completing-read function.
683         (gnus-use-ido): New variable
684         (gnus-completing-read-with-default): Remove.
685
686 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
689         x-focus-frame.
690
691         * nnimap.el (auth-source-forget-user-or-password)
692         (auth-source-user-or-password): Autoload.
693
694         * message.el (message-from-style, message-interactive)
695         (message-cite-prefix-regexp, message-sendmail-envelope-from)
696         (message-yank-prefix, message-indentation-spaces, message-signature)
697         (message-signature-file): Add comment.
698
699 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
702         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
703         new articles.
704
705         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
706         parts.
707         (nnimap-request-article): Work with the t setting, too.
708
709         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
710         that you don't get flashes of other buffers.
711         (gnus-summary-show-complete-article): Intern before setting.
712
713 2010-09-27  David Engster  <dengste@eml.cc>
714
715         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
716         well as HEADERS.
717         (nnmairix-retrieve-headers): Provide new argument for the above.
718
719 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-sum.el (gnus-summary-move-article): Don't alter
722         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
723         group.
724
725         * nnimap.el (nnimap-update-info): Don't destructively alter active.
726
727         * message.el (message-cite-prefix-regexp): Revert my last edit.
728
729         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
730         variable instead of the Gnus variable.
731
732         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
733
734         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
735         again.
736
737         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
738         since some servers don't like it.
739         (nnimap-open-connection): Forget credentials if the server says the
740         password was wrong.
741         (nnimap-parse-line): Protect against invalid data.
742
743         * gnus-sum.el (gnus-summary-move-article): Add comment.
744         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
745         nothing alters it while scanning for new messages.
746
747         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
748         which may or may not help.
749         (nnimap-open-connection): If we're doing a stream connection, and then
750         discover we're on a STARTTLS-capable server, then open a STARTTLS
751         connection instead.
752
753 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * nnimap.el (utf7): Required.
756
757         * message.el (message-cite-prefix-regexp): Remove "}" from citation
758         prefix.
759
760 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
761
762         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
763
764 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765
766         * nnimap.el (nnimap-request-accept-article): Message the error on
767         error.
768
769 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
770
771         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
772
773 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * nndoc.el (nndoc-request-list): Return success always.
776
777         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
778         `fetch-old' -- we only want to fetch the articles we've requested.  The
779         rest are in the agent, probably.
780         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
781         disappeared server" to something low.  It's not important.
782
783         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
784         arrived before the FETCH data.
785
786         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
787         target here, because we don't know the Gnus name of the group.
788
789         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
790         for the correct group.
791
792         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
793
794         * gnus.el (gnus): Give a final warning after startup.
795
796         * gnus-util.el (gnus-action-message-log): New variable.
797         (gnus-message): Use it.
798         (gnus-final-warning): New function.
799
800         * nnimap.el (nnimap-open-connection): Record the greeting.
801         (nnimap): Add greeting.
802
803 2010-09-26  Julien Danjou  <julien@danjou.info>
804
805         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
806         arguments.
807         (gnus-html-wash-images): Fix spec computing to include start/end.
808
809         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
810
811 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
814         deletion.
815         (nnimap-retrieve-headers): Don't select the group, because that's
816         already done by nnimap-possibly-change-group.
817
818         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
819         (gnus-picon-transform-address): Use it.
820
821         * mail-source.el (mail-source-value): Revert previous patch.
822
823         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
824         on failure.
825         (nnimap-open-connection): Look up both virtual and physical server name
826         credentials.
827
828         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
829
830 2009-02-07  Dave Love  <fx@gnu.org>
831
832         * tls.el (open-tls-stream): Don't query killing process.
833
834 2009-02-08  Dave Love  <fx@gnu.org>
835
836         * gnus-win.el (gnus-window-to-buffer-helper,
837         gnus-all-windows-visible-p): Function needn't be a symbol.
838
839         * mail-source.el (mail-source-value): Function needn't be a symbol.
840
841 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * message.el (message-cite-prefix-regexp): Remove } from the cite
844         prefix.
845
846         * gnus-art.el (gnus-treatment-function-alist): Do picons before
847         highlight again, so that the highlight is correct.
848
849         * gnus-picon.el (gnus-picon): Remove again.
850         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
851
852         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
853         doing the header highlightling, so that the background colour of the
854         picon is correct.
855
856         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
857         (gnus-picon): Ditto.
858         (gnus-picon): Reinstate.  The background colour for picons is white.
859         (gnus-picon-insert-glyph): Make the background white.
860
861         * nnml.el (nnml-open-nov): Don't return dead buffers.
862
863         * auth-source.el (auth-source-create): Query the user for whether to
864         store the credentials.
865
866         * netrc.el (netrc-store-data): New function.
867
868         * auth-source.el (auth-source-user-or-password): Use the existing auth
869         sources, if any, for creation.
870
871         * gnus.el (gnus-group-fast-parameter): Return the last matching
872         parameter instead of the first matching parameter.
873
874 2010-09-26  Julien Danjou  <julien@danjou.info>
875
876         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
877
878 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * mml2015.el (mml2015-use): Remove gpg support.
881
882         * mml1991.el (mml1991-function-alist): Remove gpg function.
883         (mml1991-gpg-sign): Removed.
884
885 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
886
887         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
888         (gnus-browse-unsubscribe-current-group): Document it.
889         (gnus-browse-unsubscribe-group): Use it.
890
891 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
894         address to the To list for easier response.
895
896         * gnus.el (gnus-play-startup-jingle): Removed.
897         (gnus-splash): Don't play jingle.
898         (gnus): Silence gnus-load message.
899
900         * gnus-art.el (gnus-treat-play-sounds): Removed.
901
902         * gnus.el (gnus-play-jingle): Remove audio support.
903
904         * gnus-cus.el (gnus-score-customize): Remove audio reference.
905
906         * earcon.el: Removed -- no users.
907
908         * gnus-audio.el: Removed -- no users of this package.
909
910         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
911
912         * gnus-start.el (gnus-setup-news): Remove nocem support.
913
914         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
915
916         * gnus.el (gnus-use-nocem): Removed.
917
918         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
919         Removed.
920
921         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
922         uses NoCeM any more.
923
924         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
925         (gnus-button-ctan-handler): Ditto.
926         (gnus-button-handle-ctan-bogus-regexp): Ditto.
927         (gnus-button-ctan-directory-regexp): Ditto.
928         (gnus-button-handle-ctan): Ditto.
929         (gnus-button-tex-level): Ditto.
930         (gnus-button-alist): Removed CTAN stuff.
931
932 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
935         nnimap-streaming test.
936
937         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
938         servers twice.
939
940         * nnimap.el (nnimap-open-connection): Add more error reporting when
941         nnimap fails early.
942
943         * nnheader.el (nnheader-get-report-string): New function.
944         (nnheader-get-report): Use it.
945
946         * gnus-int.el (gnus-check-server): Say what the error was when opening
947         failed.
948
949         * nnimap.el (nnimap-wait-for-response): Search further when we're not
950         using streaming.
951
952 2010-09-25  Julien Danjou  <julien@danjou.info>
953
954         * gnus-html.el (gnus-html-rescale-image): Use our defalias
955         gnus-window-inside-pixel-edges.
956
957 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
960
961         * mm-decode.el (mm-save-part): Allow saving to other directories the
962         normal Emacs way.
963
964         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
965         by Jay Berkenbilt.
966
967         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
968         there isn't a single byte.
969
970         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
971         just do it.  It doesn't really seem to matter what the user responds
972         here, I think, so it's just a confusing question.
973
974         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
975         non-streaming case.
976
977         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
978         (gnus-article-encrypt-body): Use it.
979
980         * gnus-sum.el (gnus-summary-show-complete-article): New command and
981         keystroke.
982
983         * nnimap.el (nnimap-find-wanted-parts-1): Use
984         gnus-fetch-partial-articles.
985
986         * gnus-art.el (gnus-fetch-partial-articles): New variable.
987
988         * nnimap.el (nnimap-insert-partial-structure): New function.
989         (nnimap-get-partial-article): New function.
990         (nnimap-request-article): Use it.
991         (nnimap-wait-for-response): Return whether the wait was successful.
992         (nnimap-finish-retrieve-group-infos): Don't do anything if the
993         retrieval wasn't successful.
994         (nnimap-retrieve-group-data-early): Allow throttling servers.
995         (nnimap-streaming): New variable.
996         (nnimap-fetch-partial-articles): Removed.
997
998         * mm-decode.el (mm-with-part): Protect against killed buffers.
999
1000         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1001         for prettier summary display.
1002
1003 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1004
1005         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1006         directly.
1007
1008 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1011         apparently third-party libraries depend on it.
1012
1013         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1014         before starting negotiation.
1015
1016         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1017         privacy reasons.
1018         (gnus-treat-mail-gravatar): Ditto.
1019
1020         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1021         buffer when inserting images.  Inserting text into the headers, for
1022         instance, can make them invalid.
1023
1024 2010-09-25  Julien Danjou  <julien@danjou.info>
1025
1026         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1027         variables.
1028
1029         * nnheader.el: Remove useless variables news-reply-yank-from and
1030         news-reply-yank-message-id.
1031
1032         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1033         variables.
1034
1035         * mml1991.el: Remove useless mml1991-verbose.
1036
1037         * gnus.el: Remove useless variable gnus-use-generic-from.
1038         Remove obsolete variable gnus-topic-indentation.
1039
1040         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1041
1042         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1043
1044         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1045
1046         * gnus-group.el: Remove useless gnus-group-icon-cache.
1047         Remove useless gnus-ephemeral-group-server.
1048
1049         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1050
1051         * mml2015.el: Remove useless mml2015-verbose.
1052
1053         * mml-smime.el: Remove useless mml-smime-verbose.
1054
1055         * gnus.el: Remove useless gnus-local-domain.
1056
1057         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1058         gnus-gravatar-size.
1059
1060         * gnus-art.el: Remove useless gnus-treat-translate.
1061
1062 2010-09-24  Julien Danjou  <julien@danjou.info>
1063
1064         * gnus-sum.el: Add support for Gravatars.
1065
1066         * gnus-art.el: Add support for Gravatars.
1067
1068         * gnus-gravatar.el: Add this file.
1069
1070         * gravatar.el: Add this file.
1071
1072 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073
1074         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1075
1076         * gnus-group.el (gnus-group-fetch-faq): Removed.
1077
1078         * gnus.el (gnus-group-faq-directory): Removed.
1079
1080         * gnus-group.el (gnus-group-fetch-charter): Removed.
1081
1082         * gnus.el (gnus-group-charter-alist): Removed.
1083
1084         * gnus-group.el (gnus-group-archive-directory): Removed.
1085         (gnus-group-recent-archive-directory): Ditto.
1086         (gnus-group-make-archive-group): Removed.
1087
1088         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1089
1090         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1091         use the same article number for all the cached articles.
1092
1093         * nnimap.el (nnimap-command): Register the last command time so
1094         that we can use it for idling NOOPs.
1095         (nnimap-open-connection): Start the keeplive timer.
1096         (nnimap-make-process-buffer): Store all the process buffers.
1097         (nnimap-keepalive): New function.
1098
1099         * starttls.el: (starttls-open-stream): Add autoload cookie.
1100
1101 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1102
1103         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1104         handling.
1105
1106 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1109         its data structures.
1110
1111         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1112         instead of the cl.el copy-list.
1113         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1114         equalp.
1115
1116 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1117
1118         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1119         and tool-bar-local-item-from-menu.
1120
1121         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1122         mode-line-highlight face for Emacs.
1123
1124         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1125         loading gnus-sum.elc; fix comment for canlock-verify.
1126         (gnus-article-jump-to-part): Use read-number.
1127         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1128         Emacs pre-21 compatible code for help-echo.
1129         (gnus-article-next-page-1): No need to adjust the number of lines.
1130         (gnus-article-describe-bindings): Always use help-buffer.
1131
1132         * gnus-audio.el (gnus-audio-inline-sound)
1133         * gnus-cus.el (gnus-custom-mode)
1134         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1135
1136         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1137
1138         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1139         compatible code.
1140
1141 2010-09-24  Glenn Morris  <rgm@gnu.org>
1142
1143         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1144         visiting the fcc file in rmail-mode.
1145
1146         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1147
1148 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * nnir.el: Silence the byte compiler.
1151
1152         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1153         alias to browse-url-url-encode-chars if any.
1154         (gnus-html-encode-url): Use it.
1155
1156 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-start.el (gnus-use-backend-marks): New variable.
1159         (gnus-get-unread-articles-in-group): Use it.
1160
1161         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1162         makeover.
1163
1164 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1165
1166         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1167
1168 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1171         Removed.
1172         (gnus-setup-news-hook): Removed
1173         gnus-fixup-nnimap-unread-after-getting-new-news.
1174
1175         * gnus-int.el (gnus-request-update-info): Protect against backends not
1176         having the function.
1177
1178         * nnimap.el (nnimap-stream): Mention starttls.
1179         (nnimap-open-connection): Add starttls support.
1180
1181 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1182
1183         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1184
1185 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1188         BODYSTRUCTUREs.
1189         (nnimap-transform-headers): Unfold quoted {42} headers.
1190
1191         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1192         the info.
1193         (gnus-get-unread-articles): Only call updatep on backends that support
1194         it.
1195
1196         * nnweb.el (nnweb-request-update-info): NOOP.
1197
1198         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1199
1200         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1201         since it only deals with marks.
1202
1203         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1204         gnus-request-marks, and make a new gnus-request-update-info.
1205
1206         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1207         the active instead of the high number, which is usually too low.
1208
1209 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1210
1211         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1212         * encrypt.el: Removed.
1213
1214 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1217         server in symbolic form.
1218
1219         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1220         0.9.
1221
1222 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1225         (nnimap-update-info): Fix up code slightly.
1226
1227         * gnus-int.el (gnus-open-server): Add tracing for performance
1228         debugging.
1229
1230         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1231         (gnus-group-insert-group-line): Pass the real group name so that it
1232         gets the right data.
1233
1234         * gnus-start.el (gnus-get-unread-articles): Don't have
1235         `gnus-get-unread-articles-in-group' update info, since that can be
1236         really slow and doesn't seem to be needed?
1237
1238 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1239
1240         * time-date.el (date-to-time): Try using parse-time-string first before
1241         using the slower timezone-make-date-arpa-standard.
1242
1243 2010-09-22  Julien Danjou  <julien@danjou.info>
1244
1245         * gnus-group.el (gnus-group-insert-group-line): Call
1246         gnus-group-highlight-line.
1247         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1248         default hook list.
1249         (gnus-group-update-eval-form): Add new function.
1250         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1251         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1252
1253 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1256         immediate, then expire all articles.
1257         (nnimap-update-info): Fix off-by-one errors.
1258         (nnimap-flags-to-marks): Would return no marks lists for group with no
1259         flags.  Instead return the other data.
1260
1261 2010-09-22  Julien Danjou  <julien@danjou.info>
1262
1263         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1264         Only return an icon.
1265         (gnus-group-insert-group-line): Compute icon to return.
1266
1267         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1268         variable.
1269         (gnus-html-image-fetched): Only cache if
1270         gnus-html-image-automatic-caching is set.
1271         (gnus-html-image-fetched): Check for errors.
1272
1273 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1276         once per method on `g'.  This ensures that backends like nnfolder don't
1277         open all their folders.
1278
1279         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1280         (nnimap-request-list): Nix out group in the correct buffer.
1281         (nnimap-parse-flags): Implement by using `read' instead of
1282         hand-parsing.
1283         (nnimap-flags-to-marks): Pass on permanent-flags.
1284         (nnimap-make-process-buffer): Record the server name.
1285         (nnimap-parse-flags): Fix typo.
1286         (nnimap-request-scan): Run split on the server in general, not just a
1287         single group.
1288
1289         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1290         parameter, and propagate this downwards.
1291
1292         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1293         since EXAMINE changes it on the server.
1294
1295         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1296         this command might take a while.
1297
1298 2010-09-22  Julien Danjou  <julien@danjou.info>
1299
1300         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1301         harmful if you have 2 images side-by-side, they can't be properly
1302         update on text deletion.  Using text-property is safer here.
1303         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1304         data.
1305
1306 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * nnimap.el (nnimap-expunge-inbox): Removed.
1309         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1310         (nnimap-expunge): Flip default to t.
1311
1312         * gnus.el (gnus-method-to-server): Don't push things to the cache
1313         unless it's unique.
1314         (gnus-server-to-method): Ditto.
1315
1316 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1317
1318         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1319
1320 2010-09-22  Julien Danjou  <julien@danjou.info>
1321
1322         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1323         get the start of data.
1324         (gnus-html-encode-url): Add this function to encode special chars in
1325         URL.
1326         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1327         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1328
1329         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1330         default.
1331         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1332
1333         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1334         images alt-text.
1335         (gnus-html-put-image): Put alt-text as help-echo.
1336
1337 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1338
1339         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1340         * mm-util.el (mm-decompress-buffer)
1341         * nnir.el (nnir-run-find-grep)
1342         * pop3.el (pop3-list): Use 3rd arg of split-string.
1343
1344         * time-date.el (format-seconds): Comment fix.
1345
1346         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1347         and byte-optimize-form-code-walker.
1348         (dgnushack-make-auto-load): Don't advise make-autoload.
1349
1350         * lpath.el: Remove Emacs 21 stuff.
1351
1352 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1355         outside the active range.  Suggested by Dan Christensen.
1356
1357         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1358         slightly later to avoid double-getting it.
1359
1360         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1361         previous patch.
1362
1363         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1364
1365 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1366
1367         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1368
1369 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-int.el (gnus-open-server): Give a better error message in the
1372         "go offline" case.
1373
1374         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1375         marks for nnimap, which is seldom the right thing to do.
1376
1377         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1378         (gnus-same-method-different-name): New function.
1379
1380         * nnimap.el (parse-time): Require.
1381
1382         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1383         method in the presence of many similar methods.
1384
1385         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1386
1387         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1388         nnml-inhibit-expiry.
1389
1390         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1391         find out whether methods are equal.
1392
1393         * nnimap.el (nnimap-find-expired-articles): New function.
1394         (nnimap-process-expiry-targets): New function.
1395         (nnimap-request-move-article): Request the article before looking at
1396         what the Message-ID is.  Fix found by Andrew Cohen.
1397         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1398
1399         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1400         for oldness in addition to being a predicate.
1401
1402         * nnimap.el (nnimap-request-group): When we have zero articles, return
1403         the right data to Gnus.
1404         (nnimap-request-expire-articles): Only delete articles immediately if
1405         the target is 'delete.
1406
1407         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1408         method, this would bug out.
1409
1410         * gnus-group.el (gnus-group-expunge-group): Renamed from
1411         gnus-group-nnimap-expunge, and implemented as a normal interface
1412         function.
1413
1414         * gnus-int.el (gnus-request-expunge-group): New function.
1415
1416         * nnimap.el (nnimap-request-create-group): Implement.
1417         (nnimap-request-expunge-group): New function.
1418
1419 2010-09-21  Julien Danjou  <julien@danjou.info>
1420
1421         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1422         (gnus-html-cache-expired): Add new function.
1423         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1424         wethever we should display image for fetch it.
1425         Compute alt-text earlier to pass it to the fetching function too.
1426         (gnus-html-schedule-image-fetching): Change function argument to only
1427         get one image at a time, not a list.
1428         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1429         cache.
1430         (gnus-html-get-image-data): New function to retrieve image data from
1431         cache.
1432         (gnus-html-put-image): Change buffer argument to use image data rather
1433         than file, and place image above region rather than inserting a new
1434         one. Do not take alt-text as argument, since it's useless now: we place
1435         the image above alt-text.
1436         (gnus-html-prune-cache): Remove.
1437         (gnus-html-show-images): Start to fetch image when we find one, do not
1438         push into a temporary list.
1439         (gnus-html-prefetch-images): Only fetch image if they have expired.
1440         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1441         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1442
1443 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1446
1447 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1448
1449         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1450         spec inser "*" if the group isn't active instead of 0.
1451
1452         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1453         opening the server.
1454         (nnimap-request-delete-group): Implement group deletion.
1455         (nnimap-transform-headers): Return the size of the entire message in
1456         the Bytes header, not just the size of the first part.
1457         (nnimap-request-move-article): When moving an article from nnimap,
1458         request the article first so the accepting form has an article to
1459         accept.  Reported by Dan Christensen.
1460         (nnimap-command): Make sure that the error message doesn't error out.
1461
1462 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1463
1464         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1465         we haven't requested anything.
1466
1467 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1470         "".  Fix found by Andrew Cohen.
1471
1472         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1473         instead of -encode-string.
1474
1475 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1478
1479         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1480         by mm-subst-char-in-string.
1481
1482 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1483
1484         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1485         waiting for the connection string.
1486
1487         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1488         arriving.
1489
1490         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1491         bogus characters.  This allows selecting certain Gmail groups.
1492
1493         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1494         (nnimap-fetch-partial-articles): New variable.
1495         (nnimap-open-connection): When looking for credentials, also use the
1496         nnimap-server-port.
1497         (nnimap-request-article): Return the group/article number, so that Gnus
1498         `^' works as expected.
1499         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1500         them.
1501
1502         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1503         comments.
1504         (gnus-methods-sloppily-equal): New function.
1505         (gnus): When using the development version of Gnus, load the gnus-load
1506         file.
1507
1508         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1509         `gnus-open-server' on each method before trying to scan them etc.  This
1510         ensures that all the backend parameters are set correctly.
1511
1512         * nnimap.el (nnimap-authenticator): New variable.
1513         (nnimap-open-connection): Allow anonymous login.
1514         (nnimap-transform-headers): The chars header is called Chars not
1515         Bytes.
1516         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1517         drops.
1518
1519         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1520         patch, found by Knut Anders Hatlen.
1521
1522 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1523
1524         * gnus-agent.el (gnus-agent-batch-confirmation)
1525         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1526         to gnus-message.
1527         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1528         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1529         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1530         * gnus-int.el (gnus-open-server): Likewise.
1531         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1532         (gnus-score-check-syntax): Likewise.
1533         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1534         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1535         Likewise.
1536         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1537
1538 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539
1540         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1541         calling conventions so that prefetch doesn't bug out.
1542
1543 2010-09-19  Julien Danjou  <julien@danjou.info>
1544
1545         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1546         rather than `subst-char-in-region' in order to be able to replace ASCII
1547         char by UTF-8 ones.
1548
1549         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1550         than curl.
1551         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1552         the right URL and ALT text on images.
1553         (gnus-html-wash-tags): Fix tag case.
1554         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1555         (gnus-article-html): Add -o display_ins_del=2 option.
1556         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1557
1558 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1561         the extra mail headers, which sometimes seem to happen for unknown
1562         reasons.
1563
1564         * mail-parse.el (mail-header-encode-parameter): Define as
1565         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1566         (or most, perhaps?) mail readers don't understand the latter, but do
1567         understand the former.
1568
1569         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1570         to nil, so that no methods are automatically agentized.  I think this
1571         is probably what most users want.
1572
1573         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1574         from url-retrieve, for instance about invalid URLs.
1575
1576         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1577         groups that have no articles.
1578         (nnimap-request-article): Check that we really got an article when we
1579         requested one.
1580
1581         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1582         doesn't exist.
1583
1584         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1585         nntp buffer so the agent can save it.
1586         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1587         that CRLF doesn't get translated to \n.
1588         (nnimap-open-connection): Don't make 'shell commands only send \n.
1589
1590 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1591
1592         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1593         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1594         Update var name.
1595         (nnml-generate-nov-file): Use dolist.
1596         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1597         Use with-current-buffer.
1598
1599 2010-09-18  Julien Danjou  <julien@danjou.info>
1600
1601         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1602         parallel.
1603
1604 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1607         the range update right.
1608         (nnimap-request-group): Don't make `M-g' bug out on group with no
1609         marks.
1610         (nnoo): Required, so that other packages can require nnimap.
1611         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1612         command we're looking for.  This helps when the server sends more
1613         responses after we've gotten everything we expected.
1614         (nnimap): Add a `newlinep' field to keep track of end-of-line
1615         conventions.
1616         Don't send CRLF to things that don't want it.
1617         (nnimap-request-accept-article): Ditto.
1618
1619 2010-09-18  Julien Danjou  <julien@danjou.info>
1620
1621         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1622         than curl to retrieve images.
1623
1624 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1627         the marks.
1628         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1629         (nnimap-wait-for-connection): New function.
1630         (nnimap-open-connection): If we have PREAUTH, don't query for login
1631         credentials.
1632         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1633         when doing a partial update.
1634
1635 2010-09-18  Julien Danjou  <julien@danjou.info>
1636
1637         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1638         tags.
1639
1640 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * nnimap.el (nnimap-credentials): New function.
1643         (nnimap-open-connection): Use the new function to look for credentials
1644         also on the numeric equivalents of "imap" and "imaps".
1645
1646         * gnus-start.el (gnus-activate-group): Send the info to
1647         gnus-request-group.
1648
1649         * nnimap.el (nnimap-request-group): Have the "check" version of the
1650         function parse flags and update the info, so that a `M-g' get a total
1651         resync of all flags from the group.
1652
1653         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1654         to allow backends to alter the info on group selection.  Also alter all
1655         the backend -request-group functions to take the parameter.
1656
1657         * nnimap.el (nnimap-store-info): New function.
1658         (nnimap-update-info): Store the info for later usage.
1659         (nnimap-request-group): Use the stored info for the dont-check case, so
1660         that we don't retrieve all marks when we enter a group.
1661
1662         * nnimap.el: Use deffoo instead of defun for interface functions.
1663
1664         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1665         update the group info.  This makes the nndraft groups, for instance, go
1666         back to their old behaviour.
1667
1668         * gnus-sum.el (gnus-select-newsgroup): Indent.
1669
1670         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1671         in.
1672         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1673         nothing.
1674
1675         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1676         from methods that are denied.
1677
1678         * gnus-int.el (gnus-method-denied-p): New function.
1679
1680         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1681         store the password instead of netrc.
1682         (nnimap-open-connection): Don't error out when we can't make a
1683         connections.
1684
1685         * auth-source.el (auth-source-create): In the password prompt, say what
1686         we're querying for.  Also prompt for user name if that hasn't been
1687         given.
1688
1689         * nnimap.el (nnimap-with-process-buffer): Removed.
1690
1691 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1694         method when we're reading from the agent.
1695
1696         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1697
1698         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1699         that's probably most useful for users.
1700
1701         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1702         "failed" all the time.
1703
1704         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1705         ...)) with (with-current-buffer ... ).
1706
1707         * nntp.el (nntp-open-server): Return whether the open was successful or
1708         not.
1709
1710         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1711         select an unread unseen article first.
1712
1713         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1714         /etc/services, supply some sensible port defaults.
1715
1716         * dgnushack.el: Define netrc-credentials.
1717
1718 2010-09-17  Julien Danjou  <julien@danjou.info>
1719
1720         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1721
1722 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1723
1724         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1725         doesn't have any parameters.
1726
1727 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1730         only upcased checks.
1731
1732         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1733
1734         * nnimap.el (nnimap-open-shell-stream): New function.
1735         (nnimap-open-connection): Use it.
1736         (nnimap-transform-headers): Get the number of lines in each message.
1737         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1738         number of lines.
1739         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1740         problem.
1741
1742         * utf7.el (utf7-encode): Autoload.
1743
1744         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1745         to allow the mail splitting to not return a default group.  This is
1746         useful for nnimap, which will leave unmatched mail in the inbox.
1747
1748         * nnimap.el: Rewritten.
1749
1750         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1751         nnimap usage.
1752
1753         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1754         if the move is internal, so that nnimap can do fast internal moves.
1755
1756         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1757         data.
1758         (gnus-read-active-for-groups): Support finishing the early retrieval of
1759         data.
1760
1761         * gnus-range.el (gnus-range-nconcat): New function.
1762
1763         * gnus-int.el (gnus-finish-retrieve-group-infos)
1764         (gnus-retrieve-group-data-early): New functions.
1765
1766 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1767
1768         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1769         (nnrss-retrieve-groups):
1770         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1771         (pop3-quit): Use with-current-buffer.
1772
1773 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1776         instead of nnheader-accept-process-output.
1777
1778         * dgnushack.el (dgnushack-compile): Add comment.
1779
1780         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1781
1782         * gnus-html.el (gnus-html-schedule-image-fetching)
1783         (gnus-html-prefetch-images): Replace process-kill-without-query by
1784         gnus-set-process-query-on-exit-flag.
1785
1786 2010-09-16  Romain Francoise  <romain@orebokech.com>
1787
1788         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1789
1790 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1793         parameter to unintern is mandatory-ish in Emacs 24.
1794
1795         * gnus-html.el (gnus-html-schedule-image-fetching)
1796         (gnus-html-prefetch-images): Check for curl before using it.
1797
1798         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1799         depend on curl, which isn't essential.
1800
1801         * imap.el: Revert back to version
1802         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1803         seem problematic.
1804
1805 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1806
1807         * gnus-registry.el (gnus-registry-install-shortcuts):
1808         Explicitly pass `obarray' to `unintern' to avoid a warning.
1809
1810 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1813         change.
1814
1815         * nnrss.el (nnrss-request-list): Removed this function and related
1816         functions, including the moreover stuff.
1817
1818 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nnrss.el (nnrss-retrieve-groups): New function.
1821
1822 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1823
1824         * .dir-locals.el: Add no-byte-compile cookie.
1825
1826 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * time-date.el (format-seconds): Comment fix.
1829
1830         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1831         for back end that doesn't support request-scan.
1832
1833 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1836         then do request scans from the backends.
1837
1838         * netrc.el (netrc-credentials): New conveniency function.
1839
1840         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1841         avoid running a hook per line, since this takes a lot of time,
1842         profiling shows.
1843         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1844         directly if gnus-visual-p is true.
1845
1846 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1847
1848         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1849         groups; replace mapcar with dolist which is a bit faster; pass groups
1850         info to gnus-read-active-file-1.
1851         (gnus-read-active-file-1): Scan only specified groups if the new
1852         optional arg `infos' is given.
1853
1854 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855
1856         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1857
1858         * pop3.el (pop3-movemail): Removed.
1859         (pop3-streaming-movemail): Renamed to pop3-movemail.
1860
1861         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1862         don't restrict end-tag searches to the end of the line.
1863
1864 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1865
1866         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1867         articles of every unchecked group to t, which means unknown since the
1868         server has never been opened.
1869
1870 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-html.el (gnus-html-show-alt-text): New command.
1873         (gnus-html-browse-image): Ditto.
1874         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1875         to browse the image directly.
1876         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1877         better.
1878
1879         * gnus-async.el (gnus-async-article-callback): Call
1880         `gnus-html-prefetch-images' unconditionally.
1881
1882         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1883         before feeding URLs to curl.
1884
1885 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1888         internal images as deletable by `W D D'.
1889
1890         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1891         (gnus-async-article-callback): Fix typo.
1892
1893 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1896         current line to work around bugs in the output from w3m.
1897
1898         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1899         for groups that want that.
1900
1901         * nntp.el (nntp-wait-for-string): Supply a timeout for
1902         accept-process-output to ensure progress.
1903
1904         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1905         level to get unread articles from, then use that for foreign groups,
1906         too.
1907
1908         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1909         confuses the rest of the function.
1910
1911         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1912         for the methods that support -retrieve-groups, too.
1913
1914         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1915
1916 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1919         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1920
1921         * pop3.el: Require cl when compiling.
1922         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1923
1924 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1927         that aren't going to be activated.
1928         (gnus-get-unread-articles): Fix up the last commit.
1929
1930         * gnus-html.el (gnus-article-html): Allow calling without specifying
1931         the handle.  In that case, dissect the buffer first.
1932
1933         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1934
1935         * nnimap.el (nnimap-open-connection): Revert the change that would look
1936         into authinfo for imaps instead of imap.
1937
1938         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1939         say that you don't want to call gnus-request-group with don-check, but
1940         do check the reponse.  This is for virtual groups only.
1941         (gnus-get-unread-articles): Count the archive groups as secondary, so
1942         that they're activated the same way as before.
1943
1944         * imap.el (imap-message-map): Removed optional buffer parameter, since
1945         no callers use it.
1946         (imap-message-get): Ditto.
1947         (imap-message-put): Ditto.
1948         (imap-mailbox-map): Ditto.
1949         (imap-mailbox-put): Ditto.
1950         (imap-mailbox-get): Ditto.
1951         (imap-mailbox-get): Revert last change for this function.
1952
1953         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1954         case-insensitively.
1955         (nnimap-debug): Removed.
1956
1957         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1958         to use `imap-fetch' instead.  According to the comments, this should be
1959         safe, since all other IMAP clients use the 1:* syntax.
1960         (imap-enable-exchange-bug-workaround): Removed.
1961         (imap-debug): Removed -- doesn't seem very useful.
1962
1963         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1964         mail from a file, and the file doesn't exist.
1965
1966         * imap.el (imap-log): New convenience function used throughout instead
1967         of repeating the same code all over the place.
1968
1969         * pop3.el (pop3-streaming-movemail): Return t for success.
1970
1971         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1972         .authinfo if we're using ssl connection.
1973
1974         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1975         already have if we're in a main Gnus `g' run.
1976
1977         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1978
1979 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1980
1981         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1982
1983         * nnmh.el (nnmh-request-list-1): Bind `file'.
1984
1985         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1986         alias to set-process-query-on-exit-flag or process-kill-without-query.
1987         (pop3-open-server): Use it.
1988
1989 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1992         box to the Incoming file.  Fixes mistake in previous checkin.
1993
1994         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1995         request loop (for debugging purposes) removed.
1996
1997         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1998         culprit is more visible.
1999         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2000         (nnml-add-incremental-nov): New functions to do "incremental" nov
2001         updates, where we just append to the end of the existing nov files
2002         without reading/writing them in full.
2003
2004         * mail-source.el (mail-source-delete-crash-box): Really only check the
2005         incoming files once in a while.
2006
2007         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2008
2009         * mail-source.el (mail-source-delete-crash-box): Only check the
2010         incoming files for deletion once per day to save a lot of file
2011         accesses.
2012
2013         * pop3.el (pop3-logon): Fix up unbound variable typo.
2014
2015         * mail-source.el (pop3-streaming-movemail): Autoload.
2016
2017         * pop3.el (pop3-streaming-movemail): Respect
2018         pop3-leave-mail-on-server.
2019
2020         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2021         retrieval.
2022
2023         * pop3.el (pop3-process-filter): Removed unused function.
2024         (pop3-streaming-movemail, pop3-send-streaming-command)
2025         (pop3-wait-for-messages, pop3-write-to-file)
2026         (pop3-number-of-responses): New functions for streaming pop3
2027         retrieval.
2028
2029         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2030         come from no known methods.
2031         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2032         list.
2033
2034         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2035         message sizes.
2036         (pop3-movemail): Use erase-buffer instead of looping and deleting
2037         regions, which seems rather odd.
2038
2039         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2040         file once per `g' run.
2041
2042         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2043         directories.  This makes the draft queue directory work.
2044
2045         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2046         data from the backends, so that we only request the list of groups from
2047         each method once.  This should speed things up considerably.
2048
2049         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2050         detect that it's not implemented.
2051
2052         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2053         we actually do recurse down into the tree, but don't stat all leaf
2054         nodes.
2055
2056         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2057         then say so instead of bugging out.
2058
2059         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2060         files exist before trying to read them.
2061
2062         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2063         around <pre_int>.
2064
2065         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2066
2067         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2068
2069 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * mm-util.el (mm-image-load-path): Just return the image directories,
2072         not all directories in the path in addition to the image directories.
2073         (mm-image-load-path): Maintain a cache of the image directories so that
2074         the `g' command in Gnus doesn't have to stat dozens of directories each
2075         time.
2076
2077         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2078         (gnus-html-wash-tags): Add a new `i' command to insert images.
2079         (gnus-html-insert-image): New command and keystroke.
2080         (gnus-html-redisplay-with-images): New command and keystroke.
2081         (gnus-html-show-images): Renamed command.
2082         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2083         spacers.
2084         (gnus-html-wash-tags): Decode entities at the end, so that entities
2085         inside the tags don't mess up the rest of the "parsing".
2086
2087         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2088         so that nnimap methods aren't agentized by default.  There's apparently
2089         many problems related to agent/imap behaviour.
2090
2091         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2092
2093         * gnus-html.el: Doc fix.
2094
2095 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2098         specifier-spec-list for Emacs 21.
2099
2100         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2101         glyph-width and glyph-height instead of display-graphic-p and
2102         image-size; make avoidance of displaying small images work for XEmacs.
2103
2104         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2105         for XEmacs.
2106
2107         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2108         of symbol that holds plist data.
2109         (gnus-process-plist): Remove plist of process after getting it.
2110
2111 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * message.el (message-generate-hashcash): Change default to
2114         'opportunistic if hashcash is installed.
2115
2116         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2117         (gnus-html-put-image): Only call image-size once, since it's somewhat
2118         time-consuming on remote X servers.
2119
2120 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2123         type on data, not a file name.
2124
2125         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2126         window-pixel-edges for Emacs 21.
2127
2128         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2129         decoded contents.
2130         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2131
2132 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2135         group line format, since it isn't very interesting.
2136
2137         * gnus-agent.el (gnus-agent-short-article),
2138         (gnus-agent-long-article): Increase values for these two variables,
2139         since most people are likely to have more network connection and
2140         storage than before.
2141
2142         * gnus.el (gnus-refer-article-method): Change default to 'current.
2143         When referring an article, the common behaviour is to refer it from the
2144         current select method, not the native select method.  The chances of
2145         the native select method having the message in question is rather slim
2146         these days.
2147
2148         * gnus-sum.el (gnus-auto-select-subject): Change default to
2149         `unseen-or-unread'.  I think it's likely that most people want to
2150         select an unseen article over a previously seen, but unread one.
2151
2152         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2153         means that in the article buffer none of the minor mode elements will
2154         be shown, usually, and this is not desirable in most cases.
2155
2156         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2157         that commands like `d' (and the like) go to the next line in the
2158         buffer, instead of the next unread article.  I think this is the
2159         behaviour that is most natural for most users.
2160         (gnus-single-article-buffer): Change default to nil, so that people can
2161         have as many article buffers open as they have summary buffer.  I think
2162         this is the most natural way for the groups to behave.
2163
2164         * message.el (message-generate-new-buffers): Change default to
2165         `unsent', so that all new message buffers start their names with the
2166         string "*unsent", and it's easier to find the buffers if you move from
2167         them.
2168
2169 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2172         small.  They're probably tracking images.
2173         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2174         (gnus-html-rescale-image): Yet another try at getting the image sizing
2175         right.
2176
2177         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2178         nntp-marks-file-name is nil.
2179
2180 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2181
2182         * gnus-html.el (gnus-html-wash-tags)
2183         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2184         Better logging.
2185
2186 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2189
2190         * gnus-html.el (gnus-html-wash-tags): Check the value of
2191         gnus-blocked-images in the summary buffer.
2192
2193 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2194
2195         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2196
2197 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2200         like "a", it seems like.
2201         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2202         since it needs to be picked from the correct buffer.
2203
2204         * nnwfm.el: Removed.
2205
2206         * nnlistserv.el: Removed.
2207
2208 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2209
2210         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2211         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2212
2213 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnkiboze.el: Removed.
2216
2217         * nndb.el: Removed.
2218
2219         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2220         alt text.
2221         (gnus-html-rescale-image): Try to get the rescaling logic right for
2222         images that are just wide and not tall.
2223
2224         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2225         overshadow variable bindings.
2226
2227 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2228
2229         * gnus-html.el (gnus-html-wash-tags)
2230         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2231         extra logging.
2232
2233 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2236         (gnus-max-image-proportion): New variable.
2237         (gnus-html-rescale-image): New function.
2238         (gnus-html-put-image): Rescale images.
2239
2240 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2241
2242         Fix up some byte-compiler warnings.
2243         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2244         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2245         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2246         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2247         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2248         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2249         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2250
2251 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * gnus-html.el (gnus-article-html): Decode contents by charset.
2254
2255 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2258         (gnus-html-frame-width, gnus-blocked-images)
2259         * message.el (message-prune-recipient-rules): Add custom version.
2260         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2261
2262         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2263         functions.
2264
2265         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2266         gnus-process-get.
2267
2268 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2269
2270         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2271         instead of lsub directly.
2272
2273 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * nnwarchive.el: Removed.
2276
2277         * gnus-soup.el: Removed.
2278
2279         * nnsoup.el: Removed.
2280
2281         * nnultimate.el: Removed.
2282
2283         * gnus-html.el (gnus-blocked-images): New variable.
2284
2285         * message.el (message-prune-recipients): New function.
2286         (message-prune-recipient-rules): New variable.
2287
2288         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2289         guess whether a long line is natural text or not.
2290
2291         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2292         gnus-process-plist and friends for compatibility.
2293
2294 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2295
2296         * gnus-html.el: Require packages that define macros used in this file.
2297         (gnus-article-mouse-face): Declare to silence byte-compiler.
2298         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2299         process-get.
2300         (gnus-html-put-image): Use plist-get to avoid getf.
2301         (gnus-html-prefetch-images): Use with-current-buffer.
2302
2303 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-ems.el: Provide compatibility functions for
2306         gnus-set-process-plist.
2307
2308         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2309         header-line-format for XEmacs 21.4.
2310
2311         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2312         * gnus.el (gnus-valid-select-methods)
2313         * message.el (message-send-mail-partially-limit)
2314         * mm-decode.el (mm-text-html-renderer)
2315         * mml.el (mml-insert-mime-headers-always)
2316         * smiley.el (smiley-regexp-alist): Bump custom version.
2317
2318 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-html.el: require mm-url.
2321         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2322         with the url to `url'.
2323         (gnus-html-wash-tags): Support cid: URLs/images.
2324
2325 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326
2327         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2328         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2329         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2330
2331         * gnus-move.el: Removed file, since it doesn't really work.
2332
2333         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2334         UTF-8.  This seems to fix problems with some German web feeds.
2335
2336         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2337         at the top so that the proper colours are applied.
2338
2339         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2340         don't have dots in their names.
2341
2342         * gnus-art.el (gnus-article-view-part): Doc fix.
2343
2344         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2345         XEmacs-compatible.
2346         (gnus-html-put-image): Don't do images on non-graphic displays.
2347
2348         * nnslashdot.el: Removed this unused backend.
2349
2350         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2351         actions.
2352         (gnus-undo-register-1): Revert last change.
2353
2354         * gnus-group.el (gnus-group-completing-read): Protect against not
2355         having completion-styles bound.
2356
2357         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2358         make broken recipients happier.
2359
2360         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2361
2362         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2363         point parameter.
2364
2365         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2366
2367         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2368         completion-styles for group selection.
2369
2370 2009-02-04  Andreas Schwab  <schwab@suse.de>
2371
2372         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2373         headers and regexp-quote the match if necessary.
2374
2375 2009-03-24  Miles Bader  <miles@gnu.org>
2376
2377         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2378         the blinking smiley.
2379
2380 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2381
2382         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2383         blink smiley.
2384
2385 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2388         where the dribbel file lives exists.
2389
2390         * message.el (message-send-mail-partially-limit): Change the default to
2391         nil, since most people don't want this.
2392
2393         * mm-url.el (mm-url-decode-entities): Also decode entities like
2394         &#x3212.
2395
2396 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2397
2398         * gnus-sum.el (gnus-summary-idna-message):
2399         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2400         Hyperlink urls in docstrings with URL `...'.
2401
2402 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2403
2404         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2405         functions.
2406
2407 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2410         say what the mouseover text should be.
2411
2412         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2413         version of the mm-w3m-safe-url-regexp variable to only download images
2414         in the groups where we want that to happen.
2415
2416         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2417
2418         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2419         easier debugging.
2420         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2421         big pictures in the article buffer.
2422
2423         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2424         gnus-article-html.
2425         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2426         w3m.
2427
2428         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2429
2430 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2433         which doesn't exist.
2434
2435         * message.el (message-inhibit-ecomplete): New variable to allow some
2436         function to inhibit ecomplete address storage.
2437         (message-resend): Disable ecomplete message storage when resending
2438         messages.
2439
2440         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2441
2442 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2445         Save excursion while copying, moving, and deleting articles in order to
2446         prevent the cursor from jumping to unforeseen place.
2447
2448 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * lpath.el: No need to bind bookmark-current-buffer,
2451         bookmark-yank-point and bookmark-make-record-function.
2452
2453 2010-08-17  Glenn Morris  <rgm@gnu.org>
2454
2455         * gnus-sync.el: Require gnus components whose functions are used.
2456
2457         * gnus-art.el (bookmark-make-record-function):
2458         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2459         Declare for compiler.
2460
2461         * mm-url.el (mml-compute-boundary): Autoload.
2462
2463 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2466
2467 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2468
2469         Typo fix "hoo4a" -> "hook".
2470
2471         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2472
2473 2010-08-14  Glenn Morris  <rgm@gnu.org>
2474
2475         * gnus-sync.el (gnus-sync): Fix defgroup version.
2476
2477 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2478
2479         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2480
2481         * gnus-sync.el: Fix docs.
2482         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2483         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2484
2485 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2486
2487         Optimizations for gnus-sync.el.
2488
2489         * gnus-sync.el: Add docs about gnus-sync-backend
2490         possibilities.
2491         (gnus-sync-save): Remove unnecessary message.
2492         (gnus-sync-read): Optimize and show what groups were skipped.
2493
2494 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2495
2496         Minor bug fixes for gnus-sync.el.
2497
2498         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2499         read the sync on get-new-news.
2500
2501         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2502         quiet.
2503
2504         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2505
2506 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2507
2508         Make saving and restoring of hidden threads work with overlays.
2509         Patch applied by Ted Zlatanov.
2510
2511         * gnus-sum.el (gnus-hidden-threads-configuration)
2512         (gnus-restore-hidden-threads-configuration): Update to deal with text
2513         properties, rather than searching for a magic character.
2514
2515 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2516
2517         New gnus-sync.el library for synchronization of marks.
2518
2519         * gnus-sync.el: New library for synchronization of marks.
2520
2521         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2522         renamed from `gnus-registry-grep-in-list'.
2523
2524         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2525
2526         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2527
2528 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2531         determining charset of text fails.
2532
2533 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * nnmail.el (nnmail-get-new-mail-1): Revert.
2536
2537         * nnml.el (nnml-active-number): Make sure names of newly created groups
2538         in nnml-group-alist are encoded.
2539
2540 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2543         containing non-ASCII characters in active file for nnml back end.
2544
2545 2010-07-24  David Engster  <dengste@eml.cc>
2546
2547         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2548         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2549
2550 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2551
2552         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2553         tag (Bug#6654).
2554
2555 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2558         the article buffer, not the summary buffer.
2559
2560 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2563         Emacs 23 as well.
2564
2565 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2568         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2569
2570 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2571
2572         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2573         Patch applied by Karl Fogel.
2574
2575         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2576         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2577
2578 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2579
2580         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2581         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2582         C-w still not working correctly from Article buffers; Thierry's
2583         patch to fix that will be applied after this.
2584
2585         * gnus-art.el (bookmark-make-record-function): New local variable.
2586
2587         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2588         article buffer.
2589         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2590
2591 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2592
2593         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2594         on changes in bookmark.el.
2595
2596 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2599         `no-log' instead of message not to log prompt string.
2600
2601 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2602
2603         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2604         the *other* type of HTML form submission.
2605
2606 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2607
2608         * auth-source.el (auth-source-pick): If choice does not contain a
2609         questioned keyword, set the check to t.
2610
2611 2010-06-12  Romain Francoise  <romain@orebokech.com>
2612
2613         * gnus-util.el (gnus-date-get-time): Move up before first use.
2614
2615 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2616
2617         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2618         (gnus-article-edit-part): Bind it to make last part that is substituted
2619         or deleted visible.
2620         (gnus-mime-display-single): Buttonize part of which id equals to
2621         gnus-mime-buttonized-part-id.
2622
2623 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2624
2625         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2626         (gnus-dd-mmm): Use gnus-date-get-time.
2627         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2628         simplify logic.
2629         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2630         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2631
2632 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2633
2634         * auth-source.el (top): Autoload `secrets-list-collections',
2635         `secrets-create-item', `secrets-delete-item'.
2636         (auth-sources): Fix tag string.
2637         (auth-get-source, auth-source-retrieve, auth-source-create)
2638         (auth-source-delete): New defuns.
2639         (auth-source-pick): Rewrite in order to avoid 2 passes.
2640         (auth-source-forget-user-or-password): New parameter USERNAME.
2641         (auth-source-user-or-password): New parameters CREATE-MISSING and
2642         DELETE-EXISTING.  Retrieve password interactively, if needed.
2643
2644 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2645
2646         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2647         deleting unused directories when gnus-expert-user is t.
2648
2649 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2650
2651         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2652         for each temp file when gnus-article-browse-delete-temp is ask.
2653
2654 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2655
2656         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2657         Lisp calls to delete-backward-char by calls to delete-char.
2658
2659 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2660
2661         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2662
2663 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2664
2665         * password-cache.el (password-cache-remove): Fix docstring.
2666
2667 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2670         article unless decoding article to be saved.
2671
2672 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2675         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2676         generated within the mm-with-unibyte-current-buffer macro.
2677
2678 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2681         to nil when we're in a mml-preview buffer and no group is selected.
2682
2683 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2684
2685         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2686         when catching the `C-g'.  Reported by "Leo".
2687
2688 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * message.el (message-forward-make-body-plain)
2691         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2692         multibyte-string-p.
2693
2694         * lpath.el: Revert.
2695
2696 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2697
2698         * message.el (message-forward-make-body-mml): Assume original message
2699         is multibyte string; error on unibyte.
2700         (message-forward-make-body-plain): Ditto; don't add excessive newline
2701         in body end.
2702
2703         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2704
2705 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2706
2707         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2708         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2709
2710 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * mm-extern.el (mm-extern-url): Don't use
2713         mm-with-unibyte-current-buffer.
2714         (mm-extern-cache-contents): Use with-current-buffer instead of
2715         save-excursion + set-buffer.
2716
2717 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * mm-util.el (mm-emacs-mule): Remove.
2720
2721 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2722
2723         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2724         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2725         change.
2726
2727 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2730         bind the default value of enable-multibyte-characters to nil.
2731
2732 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * message.el (message-forward-make-body-plain)
2735         (message-forward-make-body-mml):
2736         Don't use mm-with-unibyte-current-buffer.
2737
2738 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2739
2740         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2741
2742 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2743
2744         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2745         (Bug#5592).
2746
2747 2010-05-07  Julien Danjou  <julien@danjou.info>
2748
2749         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2750         it to mm-pipe-part.
2751
2752         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2753         it is given.
2754
2755 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * binhex.el (binhex-decode-region-internal)
2758         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2759         (dns-query)
2760         * nnweb.el (nnweb-gmane-search)
2761         * pgg-parse.el (pgg-parse-armor)
2762         * pgg.el (pgg-verify-region)
2763         * sha1.el (sha1-string-external)
2764         * uudecode.el (uudecode-decode-region-internal)
2765         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2766         XEmacs.
2767
2768         * gnus-art.el (gnus-article-browse-html-parts)
2769         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2770         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2771         make-temp-file.
2772
2773         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2774         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2775         compiling.
2776
2777         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2778         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2779         XEmacs when compiling.
2780
2781         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2782         gnus-pick-mode-off-hook for XEmacs when compiling.
2783         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2784         gnus-binary-mode-off-hook for XEmacs when compiling.
2785
2786         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2787         nil if char-charset is not available.
2788
2789         * imap.el (imap-disable-multibyte)
2790         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2791         macros.
2792
2793         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2794         instead of encode-coding-string.
2795
2796         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2797         'xemacs) instead of mm-emacs-mule to switch function definitions.
2798         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2799
2800         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2801         bind temporary-file-directory for XEmacs;
2802         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2803         timer-set-function for XEmacs 21.4 and SXEmacs;
2804         bind timer-list for XEmacs 21.4 and SXEmacs;
2805         fbind char-charset and find-charset-region for non-Mule XEmacs;
2806         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2807         encode-coding-region and encode-coding-string for XEmacs having no
2808         file-coding feature.
2809
2810 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2811
2812         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2813
2814 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2817         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2818
2819 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2820
2821         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2822         alias `jka-compr-delete-temp-file' no longer exists.
2823
2824 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2825
2826         Use define-minor-mode in Gnus where applicable.
2827         * mml.el (mml-mode): Use define-minor-mode.
2828         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2829         (gnus-undo-mode): Use define-minor-mode.
2830         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2831         (gnus-dead-summary-mode): Use define-minor-mode.
2832         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2833         Initialize in declaration.
2834         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2835         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2836         (gnus-mailing-list-mode): Use define-minor-mode.
2837         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2838         (gnus-draft-mode): Use define-minor-mode.
2839         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2840         (gnus-dired-mode): Use define-minor-mode.
2841
2842 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2843
2844         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2845         handles on recursive mml-to-mime translation and check them for
2846         boundary delimiter collisions.  Reported by Greg Troxel.
2847
2848 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2851
2852 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2853
2854         * mm-util.el (mm-find-buffer-file-coding-system):
2855         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2856
2857 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2858
2859         * message.el (message-generate-headers): Record insertion of optional
2860         headers as well.  Otherwise the check to prevent repeated insertion of
2861         optional headers is a no-op.
2862
2863 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2864
2865         * smime.el: Don't mention CVS.
2866
2867         * nnrss.el (nnrss-fetch): Don't mention CVS.
2868
2869         * nnir.el: Don't mention CVS.
2870
2871 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2872
2873         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2874
2875 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * lpath.el: Fbind bookmark-default-handler,
2878         bookmark-get-bookmark-record, bookmark-make-record-default,
2879         bookmark-prop-get for Emacs <23 and XEmacs.
2880
2881 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2882
2883         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2884         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2885         Use with-current-buffer to silence the byte-compiler.
2886         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2887         bother to require `gnus'.
2888         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2889
2890 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2891
2892         * gnus-sum.el (gnus-summary-bookmark-make-record)
2893         (gnus-summary-bookmark-jump): New functions.
2894         (gnus-summary-mode): Setup bookmark support.
2895
2896 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2897
2898         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2899         if set.
2900
2901 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2904         gnus-article-browse-html-save-cid-image; make it work recursively for
2905         forwarded messages as well.
2906         (gnus-article-browse-html-parts): Work when prefix arg is given.
2907         (gnus-article-browse-html-article): Doc fix.
2908
2909 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2910
2911         * message.el (message-default-mail-headers):
2912         (message-default-headers): Carry the value mail-default-headers over
2913         into message-default-mail-headers, rather than message-default-headers.
2914
2915 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2916
2917         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2918         charset.
2919
2920         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2921         charset into the <meta> tag when the article is encoded to utf-8.
2922
2923 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2926         directories as well.
2927         (gnus-article-browse-html-parts): Work for images that do not specify
2928         file names; delete temp directory when quitting; insert header at the
2929         right place; use file: scheme for image files.
2930
2931 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2932
2933         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2934         (gnus-article-browse-html-parts): Use it to make temporary cid image
2935         files in addition to html file so that browser may display them.
2936
2937 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2940
2941 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2942
2943         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2944
2945 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2946
2947         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2948         about Secret Service API sources.  Improve Customize options.
2949         (auth-source-pick): Change to accept any number of search parameters.
2950         Implement fallbacks iteratively, not recursively.  Add scoring on the
2951         second pass and sort by score.  Call Secret Service API when needed.
2952         (auth-source-user-or-password): Use it.  Call Secret Service API
2953         directly when needed to get the user name and the password.
2954
2955 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2956
2957         * message.el (message-interactive): Doc fix.
2958         (message-qmail-inject-args): Reflow.
2959         (message-kill-to-signature): Fix typo in docstring.
2960
2961         * smiley.el (smiley-buffer): Fix typo in docstring.
2962
2963 2010-03-24  Glenn Morris  <rgm@gnu.org>
2964
2965         * mail-source.el (gnus-message): Declare.
2966         (mail-source-delete-old-incoming): Require gnus-util.
2967
2968 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2971
2972         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2973
2974         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2975         password-cache's default if it is not bound.
2976         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2977         password-cache-expiry's default if it is not bound.
2978
2979         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2980         available in Emacs 21.
2981
2982         * lpath.el: Suppress compiler warnings for:
2983         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2984         XEmacs;
2985         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2986         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2987         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2988
2989 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2990
2991         * auth-source.el (auth-sources): Fix up definition so extra parameters
2992         are always inline.
2993
2994 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2995
2996         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2997         wasn't updated after mismatch.  Clear cached mailbox info correctly
2998         when uidvalidity changes.
2999         (nnimap-group-prefixed-name): New function to avoid some code
3000         duplication.
3001         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3002         (nnimap-request-group): Use it.
3003         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3004         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3005         with many imap folders.  This is done by caching the group status from
3006         the imap server persistently in a group parameter `imap-status'.  (This
3007         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3008         but not persistently, so every Gnus startup was still very slow.)
3009
3010 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3011
3012         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3013         delete the extra newline.  Otherwise editing of :string and :number
3014         types don't work.
3015
3016 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3019         secrets.el dependency.
3020         (auth-sources): Add optional user name.  Add secrets.el configuration
3021         choice (unused right now).
3022
3023 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3024
3025         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3026         `gnus-registry-install-shortcuts' fill in the functions.
3027
3028         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3029         warnings.
3030         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3031         (gnus-registry-install-shortcuts): Populate and use it in a
3032         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3033
3034 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3035
3036         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3037         In-place substitutions for the group name encoding/decoding.
3038         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3039         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3040         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3041         (nnimap-update-unseen, nnimap-request-list)
3042         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3043         (nnimap-request-set-mark, nnimap-split-to-groups)
3044         (nnimap-split-articles, nnimap-request-newgroups)
3045         (nnimap-request-create-group, nnimap-request-accept-article)
3046         (nnimap-request-delete-group, nnimap-request-rename-group)
3047         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3048         `encoded-mbx' for consistency.
3049         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3050         variable `imap-current-mailbox'.
3051
3052         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3053         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3054
3055 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3056
3057         * pop3.el (pop3-display-message-size-flag): Display message size byte
3058         counts during POP3 download.
3059         (pop3-movemail): Use it.
3060         (pop3-list): Implement listing of available messages.
3061
3062 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3063
3064         * nnir.el (nnir-get-article-nov-override-function): New function to
3065         override the normal NOV retrieval.
3066         (nnir-retrieve-headers): Use it.
3067
3068 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3069
3070         * auth-source.el (netrc-machine-user-or-password): Autoload.
3071
3072 2010-03-19  Glenn Morris  <rgm@gnu.org>
3073
3074         Stop message.el from loading about 40 libraries it doesn't always need.
3075         The general approach is to autoload rather than require, and to
3076         require in the specific functions rather than the file.  (Bug#5642)
3077
3078         * gmm-utils.el: Don't require wid-edit.
3079         (widget-create-child-value, widget-convert, widget-default-get):
3080         Autoload.
3081
3082         * gnus-util.el: Don't require time-date, netrc.
3083         (message-fetch-field, gnus-group-name-decode): Declare rather than
3084         autoloading.
3085         (gnus-fetch-field): Require message.
3086         (gnus-decode-newsgroups): Require gnus-group.
3087
3088         * ietf-drums.el: Don't require time-date.
3089
3090         * message.el: Don't require hashcash, canlock, ecomplete.
3091         Do require mail-utils.  Require nnheader only when compiling.
3092         (smtpmail-default-smtp-server): Remove declaration.
3093         (message-send-mail-function): Check smtpmail-default-smtp-server
3094         is bound rather than requiring smtpmail.
3095         (message-auto-save-directory, message-insert-signature): Use
3096         expand-file-name rather than nnheader-concat.
3097         (nnheader-insert-file-contents): Autoload.
3098         (hashcash-wait-async): Declare.
3099         (message-send-mail): Only call gnus-setup-posting-charset if
3100         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3101         (message-send-mail-with-sendmail): Require sendmail.
3102         (canlock-password, canlock-password-for-verify): Declare.
3103         (message-canlock-password): Require canlock.
3104         (nnheader-get-report): Autoload.
3105         (gnus-setup-posting-charset): Declare.
3106         (message-send-news): Require gnus-msg.
3107         (message-make-references, message-make-in-reply-to): Use mail-header-id
3108         rather than the alias mail-header-message-id.
3109         (ecomplete-add-item, ecomplete-save): Declare.
3110         (message-put-addresses-in-ecomplete): Require ecomplete.
3111         (ecomplete-display-matches): Autoload.
3112
3113         * mm-decode.el: Don't require mailcap, gnus-util.
3114         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3115         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3116         Autoload.
3117         (mailcap-mime-extensions): Declare.
3118
3119         * mm-encode.el: Don't require mailcap.
3120         (mailcap-extension-to-mime): Autoload.
3121
3122         * mml-sec.el: Don't require password-cache.
3123
3124         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3125         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3126         (mml-minibuffer-read-type): Require mailcap.
3127         (mml-preview): Require gnus-msg.
3128
3129         * mml1991.el: Require password-cache.
3130         (password-cache-expiry): Remove declaration.
3131
3132         * mml2015.el: Require password-cache.
3133         (password-cache-expiry): Remove declaration.
3134
3135         * nneething.el (mailcap): Require mailcap.
3136
3137         * nnheader.el (declare-function): Add compatibility stub.
3138         (message-remove-header): Declare rather than autoload.
3139         (nnheader-replace-header): Require message.
3140
3141         * nnimap.el (declare-function): Add compatibility stub.
3142         (netrc-parse, netrc-machine-user-or-password): Declare.
3143         (nnimap-open-connection): Require netrc.
3144
3145         * nntp.el (declare-function): Add compatibility stub.
3146         (netrc-parse, netrc-machine, netrc-get): Declare.
3147         (nntp-send-authinfo): Require netrc.
3148
3149         * rfc2047.el: Don't require qp.
3150         (quoted-printable-encode-region, quoted-printable-decode-string):
3151         Autoload.
3152
3153         * sieve-mode.el: Don't require easymenu.
3154         (easy-menu-add-item): Autoload it.
3155
3156         * spam-stat.el (time-to-number-of-days): Autoload it.
3157
3158 2010-03-19  Glenn Morris  <rgm@gnu.org>
3159
3160         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3161
3162 2010-03-18  Glenn Morris  <rgm@gnu.org>
3163
3164         * hashcash.el (declare-function): Remove duplicate definition.
3165
3166 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3167
3168         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3169         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3170         value if any backslash escapes).
3171
3172 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3173
3174         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3175         if it is available.  (bug#5647)
3176
3177         * lpath.el: Suppress compiler warning for coding-system-from-name for
3178         Emacs 21 and XEmacs.
3179
3180 2010-03-14  Juri Linkov  <juri@jurta.org>
3181
3182         * hmac-def.el:
3183         * hmac-md5.el:
3184         * netrc.el: Fix keywords.
3185
3186 2010-02-26  Glenn Morris  <rgm@gnu.org>
3187
3188         * message.el (message-send-mail-function): Change the default, so that
3189         it inherits from a customized send-mail-function.  (Bug#5643)
3190
3191 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3192
3193         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3194         shell-command-to-string signals an error (bug#5299).
3195
3196 2010-02-24  Glenn Morris  <rgm@gnu.org>
3197
3198         * message.el (message-smtpmail-send-it)
3199         (message-send-mail-with-mailclient): Doc fixes.
3200
3201 2010-02-16  Glenn Morris  <rgm@gnu.org>
3202
3203         * message.el (message-default-mail-headers): Change the default value
3204         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3205
3206 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3207
3208         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3209         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3210
3211 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3212
3213         * time-date.el (date-to-time): Doc fix (Bug#5408).
3214
3215 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3216
3217         * message.el (message-mail): Just pass yank-action on to message-setup.
3218         (message-setup): Handle (FUN . ARGS) form of yank-action.
3219         (message-with-reply-buffer, message-widen-reply)
3220         (message-yank-original): Handle non-buffer values of
3221         message-reply-buffer (Bug#4080).
3222         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3223
3224 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3225
3226         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3227         Fix typo in docstring.
3228
3229 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3230
3231         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3232         response.
3233
3234 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3237
3238         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3239
3240         * message.el (message-check-news-header-syntax): Protect against a
3241         string that `rfc822-addresses' returns when parsing fails.
3242
3243 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3246         (gnus-previous-char-property-change): New functions.
3247
3248         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3249
3250 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3251
3252         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3253         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3254
3255 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3256
3257         * message.el (message-exchange-point-and-mark): Rework last change to
3258         avoid using optional arg of exchange-point-and-mark, for backward
3259         compatibility.
3260
3261 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3262
3263         * message.el (message-exchange-point-and-mark): Call
3264         exchange-point-and-mark with an argument rather than setting
3265         mark-active by hand (Bug#5175).
3266
3267 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * nntp.el (nntp-service-to-port): Work for service expressed with
3270         numeric string; replace [:digit:] with [0-9] for XEmacs.
3271
3272 2009-12-17  Glenn Morris  <rgm@gnu.org>
3273
3274         * gnus-group.el (gnus-bug-group-download-format-alist):
3275         Change emacs entry to debbugs.gnu.org.  Bump :version.
3276
3277 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3278
3279         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3280
3281 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * message.el (message-info): Explain why we use `Info-goto-node'.
3284
3285 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3288
3289 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3290
3291         * message.el (message-completion-in-region): New compatibility function.
3292         (message-expand-group): Use it.
3293
3294 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3297         with no unread article should be listed if the 2nd arg `predicate' is
3298         given.
3299
3300 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3303
3304 2009-11-29  Juri Linkov  <juri@jurta.org>
3305
3306         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3307         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3308         on `gnus-recenter'. (Bug#4698, Bug#4981)
3309
3310 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3311
3312         * sha1.el (sha1-string-external): default-directory "/" in case
3313         otherwise non-existent.  process-connection-type pipe for touch of
3314         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3315
3316 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3317
3318         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3319         it's comms related and sgml-mode.el has "comm" on that basis too.
3320
3321 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3322
3323         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3324         containing tspecial characters if they have been already quoted.
3325
3326 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3327
3328         * dns-mode.el (auto-mode-alist): Purecopy string.
3329
3330 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3331
3332         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3333
3334 2009-10-24  Glenn Morris  <rgm@gnu.org>
3335
3336         * gnus-art.el (help-xref-stack-item): Define for compiler.
3337
3338 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3339
3340         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3341
3342 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3345
3346 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3349         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3350
3351 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3354         (gnus-overlays-in): New alias to overlays-in.
3355
3356         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3357         gnus-overlay-get, and gnus-delete-overlay.
3358         (gnus-summary-show-thread): Make it work as well for systems in which
3359         next-single-char-property-change is not available.
3360         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3361
3362         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3363         (gnus-overlay-get): New alias to extent-property.
3364         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3365
3366         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3367         SXEmacs.
3368
3369         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3370         SXEmacs.
3371
3372 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3375
3376 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3377
3378         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3379         and XEmacs that don't have `remove-overlays'.
3380
3381 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3382
3383         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3384         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3385         selective display.  Use overlays instead.
3386
3387 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3388
3389         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3390
3391 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3392
3393         * spam-stat.el (spam-stat-load): Fix typo in message.
3394
3395 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3396
3397         * dig.el (dig-invoke): Fix typo in docstring.
3398         (query-dig): Reflow docstring.
3399
3400 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3401
3402         * gnus-art.el (gnus-article-encrypt-body):
3403         * message.el (message-check-recipients):
3404         * mm-util.el (mm-codepage-setup):
3405         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3406         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3407
3408 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3409
3410         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3411         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3412         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3413         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3414         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3415
3416 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3417
3418         * dig.el: Add "Keywords: comm", as per net-utils.el.
3419
3420 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3421
3422         * dig.el (dig-mode): Use define-derived-mode.
3423
3424 2009-09-19  Glenn Morris  <rgm@gnu.org>
3425
3426         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3427
3428 2009-09-18  Glenn Morris  <rgm@gnu.org>
3429
3430         * gnus-diary.el (gnus-diary-check-message):
3431         * message.el (message-insert-formatted-citation-line):
3432         * nnbabyl.el (top-level):
3433         * nndiary.el (nndiary-schedule):
3434         Fix typos in condition-case handlers.
3435
3436 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3439         configuration that provides the sole article window in a frame;
3440         position point correctly after deleting a part.
3441
3442 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3443
3444         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3445         (spam-resolve-registrations-routine): Use it to unregister articles
3446         that change status.
3447
3448 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3451         with XEmacs.
3452         (parse-time-string-chars): Use it.
3453
3454 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3455
3456         * imap.el (imap-interactive-login): Better messages.
3457         (imap-open): Fix bug with renamed buffer on reconnect.
3458         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3459         for easier debugging and cleaner code.  On successful (guessed based on
3460         server capabilities) secondary authentication, set imap-state
3461         correctly.
3462         (imap-last-authenticator): Define imap-last-authenticator as a variable
3463         to avoid warnings.
3464
3465 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * nnrss.el (nnrss-request-article): Remove binding of
3468         default-enable-multibyte-characters that has gotten needless by
3469         the 2007-07-13 change in rfc2047-encode-message-header.
3470
3471         * mml.el (mml-insert-multipart): Error on the message header.
3472         (mml-insert-part): Error on the message header; position point at
3473         the end of a MIME tag.
3474
3475 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * time-date.el (autoload): Expand define-obsolete-function-alias into
3478         defalias and make-obsolete for old Emacsen that Gnus supports.
3479         (with-no-warnings): Define it for old Emacsen.
3480         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3481         is available.
3482         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3483         float-time is available; suppress compile warning for time-to-seconds.
3484
3485         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3486         (gnus-float-time): Alias to float-time if it exists.
3487
3488         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3489         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3490         float-time is available; suppress compile warning for time-to-seconds.
3491
3492         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3493         XEmacs.
3494
3495 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3496
3497         * imap.el (imap-message-map): Docstring fix.
3498
3499 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3500
3501         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3502         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3503         Add the optional argument `encoding' that overrides the default.
3504
3505         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3506         mm-encode-buffer.
3507
3508 2009-09-04  Glenn Morris  <rgm@gnu.org>
3509
3510         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3511         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3512         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3513         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3514         * mm-util.el (mm-with-unibyte-current-buffer)
3515         (mm-find-buffer-file-coding-system):
3516         * yenc.el (yenc-decode-region): Use default-value rather than
3517         default-enable-multibyte-characters.
3518
3519 2009-09-03  Glenn Morris  <rgm@gnu.org>
3520
3521         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3522         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3523         than default-enable-multibyte-characters.
3524
3525 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3526
3527         * gnus-art.el (gnus-article-read-summary-keys):
3528         Fix gnus-buffer-configuration's value temporarily used.
3529
3530 2009-09-02  Glenn Morris  <rgm@gnu.org>
3531
3532         * gnus-util.el (gnus-float-time): New function.
3533         * gnus-delay.el (gnus-delay-article):
3534         * gnus-sum.el (gnus-thread-latest-date):
3535         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3536         * nnspool.el (nnspool-request-newgroups):
3537         Use gnus-float-time rather than time-to-seconds.
3538         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3539
3540         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3541         (gnus-header-subject-face, gnus-header-newsgroups-face)
3542         (gnus-header-name-face, gnus-header-content-face):
3543         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3544         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3545         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3546         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3547         (gnus-cite-face-11):
3548         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3549         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3550         (gnus-server-closed-face, gnus-server-denied-face)
3551         (gnus-server-offline-face):
3552         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3553         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3554         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3555         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3556         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3557         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3558         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3559         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3560         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3561         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3562         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3563         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3564         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3565         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3566         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3567         (gnus-summary-high-undownloaded-face)
3568         (gnus-summary-low-undownloaded-face)
3569         (gnus-summary-normal-undownloaded-face)
3570         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3571         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3572         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3573         (gnus-splash-face):
3574         * message.el (message-header-to-face, message-header-cc-face)
3575         (message-header-subject-face, message-header-newsgroups-face)
3576         (message-header-other-face, message-header-name-face)
3577         (message-header-xheader-face, message-separator-face)
3578         (message-cited-text-face, message-mml-face):
3579         * sieve-mode.el (sieve-control-commands-face)
3580         (sieve-action-commands-face, sieve-test-commands-face)
3581         (sieve-tagged-arguments-face):
3582         * spam.el (spam-face):
3583         Mark face aliases with "-face" in the name as obsolete.
3584
3585 2009-09-01  Glenn Morris  <rgm@gnu.org>
3586
3587         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3588         than goto-line.
3589
3590 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3593         Don't move point if the command is invoked inside the message header.
3594
3595 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3596
3597         * imap.el (imap-send-command): Simplify.
3598         (imap-wait-for-tag): point-max -> buffer-size.
3599
3600 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3601
3602         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3603         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3604         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3605         * nnir.el (nnir-swish-e-index-file):
3606         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3607         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3608         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3609         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3610         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3611         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3612
3613 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3616         Don't save excursion.
3617
3618 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3619
3620         * nnheader.el (nnheader-find-file-noselect):
3621         * mm-util.el (mm-insert-file-contents):
3622         Use (default-value 'major-mode) instead of default-major-mode.
3623
3624 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3625
3626         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3627
3628 2009-08-26  Glenn Morris  <rgm@gnu.org>
3629
3630         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3631         than placing in files.el.
3632
3633 2009-08-25  Glenn Morris  <rgm@gnu.org>
3634
3635         * nnir.el (top-level): Don't require cl at run-time.
3636         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3637         Replace cl-function substitute with gnus-replace-in-string.
3638         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3639         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3640         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3641         simplified expansions.
3642
3643 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3644
3645         * dig.el (dig): Add autoload cookie.
3646
3647 2009-08-22  Glenn Morris  <rgm@gnu.org>
3648
3649         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3650         goto-line.
3651
3652 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3653
3654         * parse-time.el (parse-time-string-chars): Save match data.
3655
3656 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3657
3658         * parse-time.el (parse-time-string-chars): Compute using character
3659         classes, to handle non-ascii characters (Bug#3190).
3660
3661 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3664
3665         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3666         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3667         (gnus-mm-display-part, gnus-mime-display-single)
3668         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3669         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3670
3671         * gnus-sum.el
3672         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3673         (gnus-summary-move-article): Add expirable mark to articles copied or
3674         moved to group that has auto-expire turned on if the option is non-nil.
3675
3676 2009-07-24  Glenn Morris  <rgm@gnu.org>
3677
3678         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3679         Fix typo.  (Bug#3903)
3680
3681 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3684         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3685         that should not be used for draft articles.
3686         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3687         that has no concern in minor mode keys.
3688         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3689         Abolish.
3690
3691 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3692
3693         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3694         article without making inquiry to a user for unknown encoding.
3695
3696         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3697         (nnmaildir--scan): Assume i-node and device number that file-attributes
3698         returns might be cons-cell.
3699
3700         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3701
3702         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3703
3704 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3705
3706         * auth-source.el: Remove docs now in auth.texi.  Don't use
3707         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3708         `auth-source-hide-passwords' and use them.
3709
3710 2009-07-15  Glenn Morris  <rgm@gnu.org>
3711
3712         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3713
3714 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3717         excessive whitespace from the default values of title and description.
3718
3719 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3722         mail-fetch-field to fetch Content-Description header in order to
3723         exclude newlines.
3724
3725 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3726
3727         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3728         format used by GnuPG 2.0.11.
3729
3730 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3733         to deleted part.
3734
3735 2009-05-30  David Engster  <dengste@eml.cc>
3736
3737         * nnmairix.el: Remove old documentation in the commentary block.
3738         (nnmairix-request-group): Do not update active file for nnml back ends.
3739         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3740         end so that overview files are ignored.
3741         (nnmairix-update-groups): Make updating the groups more robust by using
3742         marks.
3743         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3744         with dollar characters in message-id.
3745
3746 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3749         2008-12-25 in dns.el.
3750
3751 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3752
3753         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3754         could happen if the text is only composed of spaces and/or tabs.
3755
3756 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3757
3758         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3759         when sending a queued message to avoid extra mml tags.
3760
3761 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3764
3765 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3768         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3769         rmail-toggle-header for XEmacs;
3770         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3771
3772 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * gnus-dired.el: Remove autoload for gnus-setup-message.
3775         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3776         displaying Gnus logo; always use compose-mail.
3777
3778 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3781
3782 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3785         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3786         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3787         available.
3788         (gnus-nocem-epg-verify): New function.
3789
3790 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3791
3792         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3793
3794 2009-02-15  Glenn Morris  <rgm@gnu.org>
3795
3796         * gnus-util.el (rmail-insert-rmail-file-header)
3797         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3798         autoloads.
3799         (rmail-default-rmail-file): Remove unnecessary declaration.
3800         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3801
3802 2009-02-14  Glenn Morris  <rgm@gnu.org>
3803
3804         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3805         variable (only used in gnus-util, which declares it anyway).
3806         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3807         which was only needed by gnus-art (changed to not use it any more).
3808         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3809         only used in gnus-util, which autoloads it itself.
3810         (rmail-update-summary): Fix autoload.
3811
3812         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3813         rather than rmail-output-to-rmail-file.
3814
3815 2009-02-07  Glenn Morris  <rgm@gnu.org>
3816
3817         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3818         autoload of function that no longer exists.
3819         (rmail-toggle-header): Declare.
3820         (message-forward-rmail-make-body): Handle mbox Rmail.
3821
3822 2009-01-31  Glenn Morris  <rgm@gnu.org>
3823
3824         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3825         2009-01-09 change.
3826
3827 2009-01-31  Dave Love  <fx@gnu.org>
3828
3829         * imap.el (imap-fetch-safe): Bind debug-on-error.
3830         (imap-debug): Add imap-fetch-safe.
3831
3832 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3833
3834         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3835         (auth-source-forget-all-cached): New convenience function.
3836         (auth-source-user-or-password): Accept list of modes or a single mode.
3837
3838         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3839         auth-source modes.
3840
3841         * netrc.el (netrc-machine-user-or-password): Use list of
3842         auth-source modes.
3843
3844         * nnimap.el (nnimap-open-connection): Use list of
3845         auth-source modes.
3846
3847         * nntp.el (nntp-send-authinfo): Use list of
3848         auth-source modes.
3849
3850 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3853         now.
3854
3855 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3858         coding system in XEmacs; add a workaround for XEmacs.
3859
3860         * lpath.el: Fbind coding-system-aliasee.
3861
3862 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3865         of current-language-environment.
3866
3867 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3868
3869         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3870         available at runtime.
3871
3872 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3875
3876 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3877
3878         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3879         the greatest positive fixnum value doesn't work under an XEmacs with
3880         bignum support; use the most-positive-fixnum constant instead,
3881         available since Emacs 21.1 with cl and XEmacs 21.1.
3882
3883 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3886         XEmacs gets not to work.
3887
3888 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * mm-util.el (mm-coding-system-priorities): Allow the value like
3891         "Japanese (UTF-8)" of current-language-environment.
3892
3893 2009-01-09  Glenn Morris  <rgm@gnu.org>
3894
3895         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3896         with last-command-event.
3897
3898 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3899
3900         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3901         in the doc string.
3902
3903         * message.el (message-fix-before-sending): Amend comment.
3904
3905 2009-01-08  Dave Love  <fx@gnu.org>
3906
3907         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3908
3909 2009-01-07  David Engster  <dengste@eml.cc>
3910
3911         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3912         simplified server definitions by converting it via
3913         gnus-server-to-method.
3914
3915 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3918         parameter's operands.
3919
3920 2009-01-06  David Engster  <dengste@eml.cc>
3921
3922         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3923         primary select method (for gnus-group-mark-article-as-read).
3924
3925 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3926
3927         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3928         `(gnus)Face', not `(gnus)X-Face'.
3929
3930 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * mm-util.el (mm-ucs-to-char): New function.
3933
3934         * mm-url.el (mm-url-decode-entities): Use it.
3935
3936         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3937         unicode-to-char.
3938
3939 2009-01-05  Dave Love  <fx@gnu.org>
3940
3941         * time-date.el: Require cl for `declare'.
3942
3943 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3944
3945         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3946         Dave Love.
3947
3948 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3949
3950         * message.el (message-fix-before-sending): Add `eight-bit' to
3951         illegible-text check.
3952
3953 2009-01-03  Michael Olson  <mwolson@gnu.org>
3954
3955         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3956         `headers' is nil.  This can occur if the IMAP server does not have
3957         permissions to read messages from a folder, but can write new messages
3958         to the folder.
3959         (nnimap-request-article-part): Do not insert `data' if it is nil.
3960
3961         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3962         characters which will confuse `read', so skip past them.
3963
3964 2009-01-01  Dave Love  <fx@gnu.org>
3965
3966         * imap.el (imap-string-to-integer): Fix typo.
3967         (imap-fetch-safe): New function.
3968         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3969
3970         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3971
3972         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3973         (imap-parse-greeting): Fix doc strings.
3974         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3975         (imap-parse-flag-list): Make messages unique.
3976         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3977
3978         * nnimap.el: Fix author email.
3979         (nnimap-split-rule): Add FIXME comment.
3980         (nnimap-debug): Fix doc string.
3981
3982 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3983
3984         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3985
3986 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3987
3988         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3989         nslookup if resolv.conf isn't available.
3990         (dns-query): Rename from query-dns.
3991         (dns-query-cached): Rename from query-dns-cached.
3992
3993 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3996         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3997         to check if those variables exist (first appeared in Emacs 18.50).
3998
3999 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * mm-util.el (mm-line-number-at-pos): New function.
4002
4003         * spam-report.el (spam-report-process-queue): Use it.
4004
4005 2008-12-24  David Engster  <dengste@eml.cc>
4006
4007         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4008         parameters that haven't existed as variables as buffer-local variables.
4009
4010 2008-12-23  Dave Love  <fx@gnu.org>
4011
4012         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4013         cadar.
4014
4015         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4016         imap-starttls-p.
4017         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4018
4019 2008-12-22  Dave Love  <fx@gnu.org>
4020
4021         * imap.el: Fix author email.  Doc fixes.
4022         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4023         reply.
4024
4025 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * spam-report.el (spam-report-gmane-max-requests): New constant.
4028         (spam-report-gmane-wait): New variable.
4029         (spam-report-gmane-ham, spam-report-gmane-spam)
4030         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4031         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4032         the server.
4033
4034         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4035         Add explanations.
4036
4037         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4038         nnheader-accept-process-output and nnheader-read-timeout if available.
4039         (pop3-movemail): Use it.
4040
4041         * message.el (message-check-news-body-syntax): Fix signature check if
4042         there's an attachment.
4043
4044 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * mm-util.el: Add comments to the mm- emulating functions.
4047
4048 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4051         by Stephen Berman <stephen.berman@gmx.net>.
4052
4053 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * mm-util.el (mm-substring-no-properties): New function.
4056         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4057         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4058         (mm-string-to-multibyte): Doc fix.
4059
4060         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4061
4062 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4063
4064         * mml.el (mml-attach-file): Strip text properties from file name.
4065         (Bug#1574)
4066
4067 2008-12-16  Glenn Morris  <rgm@gnu.org>
4068
4069         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4070
4071 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4074         knows since the charset specified might be a bogus alias that
4075         mm-charset-synonym-alist provides.
4076
4077 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4078
4079         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4080         "ISO_8859-1".
4081
4082         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4083
4084 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * mm-util.el (mm-charset-eval-alist):
4087         Define it before mm-charset-to-coding-system.
4088         (mm-charset-to-coding-system): Add optional argument `silent';
4089         define it before mm-charset-override-alist.
4090         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4091         default value if it can be used in Emacs currently running;
4092         silence mm-charset-to-coding-system.
4093
4094 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4097         `allow-override' which says whether to use `mm-charset-override-alist'.
4098         (rfc2047-decode-encoded-words): Use it.
4099
4100         * mm-util.el (mm-charset-override-alist): Fix custom type;
4101         add `(gb2312 . gbk)' to choices.
4102
4103 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4106         fast.
4107
4108         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4109
4110         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4111
4112 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4113
4114         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4115         on links.
4116
4117         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4118
4119 2008-12-03  Lute Kamstra  <lute@gnu.org>
4120
4121         * sha1.el: Remove leading * from docstrings of defcustoms,
4122         deffaces, defconsts and defuns.
4123
4124 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4127         users' addresses that don't have domain parts.
4128         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4129         rather than message-narrow-to-head since there will be the message
4130         header separator.
4131
4132 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4133
4134         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4135         since the result is inserted in a unibyte buffer anyway.
4136         (nnimap-demule-use-string-to-multibyte): Remove.
4137         (nnimap-demule): Alias it to mm-string-to-multibyte.
4138
4139 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4142         variable for debugging bug#464 and bug#1174.
4143         (nnimap-demule): Use it.
4144
4145 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4148         score calculation correctly.
4149
4150 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4151
4152         * message.el (message-send-mail): Just set the buffer to unibyte
4153         rather than use mm-with-unibyte-current-buffer which does a lot more.
4154         (message-send-mail-partially): Don't bother with
4155         mm-with-unibyte-current-buffer since it's already been made unibyte by
4156         message-send-mail.
4157
4158 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4159
4160         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4161
4162 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4163
4164         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4165
4166 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4169         require itself and to remove `with-no-warnings'.
4170
4171 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4172
4173         * starttls.el (starttls-any-program-available): Get the name of the
4174         available TLS layer program.
4175         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4176         well as the host name in the "opening" message.
4177
4178         * auth-source.el (auth-source-cache, auth-source-do-cache)
4179         (auth-source-user-or-password): Cache passwords and logins by default,
4180         allow override with `auth-source-do-cache'.
4181         (auth-source-forget-user-or-password): Allow users to remove cache
4182         entries if needed.
4183
4184 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4185
4186         * md4.el (md4-buffer): Fix typo in docstring.
4187         (md4, md4-64): Doc fixes.
4188         (md4-pack-int32): Reflow docstring.
4189
4190 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4191
4192         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4193         condition-case to only the forward-sexp call.
4194
4195 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4196
4197         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4198         quotes contained.  Make it more robust regardless by an extra
4199         condition-case wrapper.
4200
4201 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4204
4205 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * nnml.el (nnml-request-expire-articles): Check if the function set to
4208         `nnmail-expiry-target' returns the symbol `delete'.
4209
4210         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4211
4212         * nnmail.el (nnmail-expiry-target): Fix custom type.
4213
4214 2008-10-02  Glenn Morris  <rgm@gnu.org>
4215
4216         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4217         Silence compiler warning.
4218
4219 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4220
4221         * tls.el (open-tls-stream): Show the actual command being
4222         executed, instead of the format string.
4223
4224 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * lpath.el: Fbind codepage-setup for Emacs 23.
4227
4228 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4229
4230         * mml.el (mml-menu): Don't assume mml2015 is bound.
4231
4232 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4235         exists.
4236
4237 2008-09-27  Glenn Morris  <rgm@gnu.org>
4238
4239         * gnus-util.el (mail-header-remove-comments): Autoload it.
4240
4241 2008-09-27  Andreas Schwab  <schwab@suse.de>
4242
4243         * gnus-util.el (gnus-split-references): Strip comments.
4244         (gnus-parent-id): Likewise.
4245
4246 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4247
4248         * message.el (message-confirm-send): Fix version.
4249
4250 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * message.el (message-idna-to-ascii-rhs-1): Use
4253         mail-extract-address-components rather than mail-header-parse-addresses
4254         that is an alias by default to ietf-drums-parse-addresses that does not
4255         support non-ASCII names in headers' contents.
4256
4257 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4258
4259         * message.el (message-confirm-send): Fixed variable documentation to
4260         avoid the "y/n" wording.
4261
4262 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4263
4264         * message.el (message-set-auto-save-file-name): Save to a different
4265         filename so multiple messages (especially drafts) can be recovered.
4266
4267 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4268
4269         * message.el (message-confirm-send): Add appropriate version.
4270
4271 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4272
4273         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4274         defvar.
4275
4276 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4277
4278         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4279         (mm-pkcs7-enveloped-magic): Ditto.
4280
4281 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4282
4283         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4284         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4285
4286 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4287
4288         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4289         default, it's better.
4290
4291 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4294         summary line gnus-number property and ignore them (with a warning
4295         message).
4296
4297 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4300         macro caddr in the interactive form since it won't be expanded.
4301
4302 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4305         `charset'; fix name of function called recursively.
4306         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4307
4308 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4311         (gnus-mime-set-charset-parameters): New function.
4312         (gnus-mime-view-part-as-charset): Use it to correctly display part
4313         specifying wrong charset.
4314
4315 2008-09-08  David Engster  <dengste@eml.cc>
4316
4317         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4318         in completing-read for back end server.
4319
4320 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * message.el (message-confirm-send): New variable to confirm sending a
4323         message.
4324         (message-send): Use it.
4325
4326 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4329
4330 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4333
4334 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4335
4336         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4337         prevent tracking too many groups.
4338         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4339         Use it.
4340
4341 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4342
4343         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4344         moving point to the bottom of the window in order to avoid recentering.
4345
4346 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4349
4350         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4351         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4352         (gnus-article-beginning-of-window): Fix calculation.
4353
4354 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-msg.el (gnus-summary-supersede-article)
4357         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4358         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4359         message header.
4360
4361 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4362
4363         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4364         pending output coming after the status change.
4365
4366 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4367
4368         * message.el:
4369         * gnus-start.el:
4370         * gnus-registry.el: Remove VMS support.
4371
4372 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4375         macro.
4376         (rfc2104-hash): Use it.
4377
4378 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4379
4380         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4381         (gnus-summary-sort-by-most-recent-date): New commands.
4382         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4383         and menu entries.
4384
4385 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4388         don't redisplay article for raw contents; remove plural articles stuff.
4389
4390         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4391         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4392         on gnus-summary-save-article; display results properly.
4393
4394 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * lpath.el: No need to fbind ns-focus-frame.
4397
4398 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4401
4402 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4405         gnus-save-all-headers.
4406
4407 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4408
4409         * gnus-util.el (ns-focus-frame): Remove declaration.
4410         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4411         like x.
4412
4413 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4414
4415         * rfc2104.el (rfc2104-zero): Delete defconst.
4416         (rfc2104-hex-alist): Likewise.
4417         (rfc2104-hex-to-int): Delete func.
4418         (rfc2104-hexstring-to-bitstring): Likewise.
4419         (rfc2104-nybbles): New defconst.
4420         (rfc2104-hash): Rewrite for speed.
4421
4422 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * tls.el (open-tls-stream): Make it work with the 2nd argument
4425         BUFFER that is a string but does not exist as a buffer object, as
4426         mentioned in the doc-string.
4427
4428 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4431         SXEmacs.
4432
4433 2008-07-16  Glenn Morris  <rgm@gnu.org>
4434
4435         * gnus-util.el (ns-focus-frame): Declare for compiler.
4436
4437 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4440         set as a group parameter.
4441         (gnus-summary-save-in-pipe): Work when it is called independently.
4442         (gnus-summary-pipe-to-muttprint): Don't modify
4443         gnus-summary-pipe-output-default-command.
4444
4445 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4446
4447         * message.el (message-send-mail-with-sendmail):
4448         Display the error message.
4449
4450 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * gnus-art.el (gnus-default-article-saver):
4453         Add gnus-summary-save-in-pipe to choices.
4454         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4455         gnus-summary-pipe-output-default-command as the default command.
4456         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4457         instead of gnus-last-shell-command.
4458
4459         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4460         New user option.
4461         (gnus-summary-muttprint-program): Mention the value will be changed.
4462         (gnus-summary-save-article): Force showing of all headers.
4463         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4464
4465 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4466
4467         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4468
4469 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4470
4471         * nnimap.el (nnimap-id):
4472         * sieve-manage.el (sieve-manage-open): Doc fixes.
4473
4474 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4475
4476         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4477         if available.
4478
4479 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4480
4481         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4482
4483         * nnkiboze.el (nnkiboze-generate-group):
4484         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4485
4486         * nnmairix.el: Require CL.
4487
4488 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * dgnushack.el: Autoload get-display-table and put-display-table for
4491         XEmacs 21.5.
4492
4493         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4494         21.4 and SXEmacs.
4495
4496 2008-06-15  David Engster  <dengste@eml.cc>
4497
4498         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4499
4500 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4501
4502         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4503         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4504         runtime choice under XEmacs.
4505
4506         * gnus-sum.el (gnus-summary-set-display-table):
4507         Use `gnus-put-display-table', `gnus-get-display-table',
4508         `gnus-set-display-table' for the display table, instead of `aset'.
4509
4510         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4511         Use `gnus-put-display-table', `gnus-get-display-table',
4512         `gnus-set-display-table' for the display table.
4513
4514 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4515
4516         * nnmairix.el: Add autoloads.
4517
4518 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4519
4520         * nnmairix.el (nnmairix-delete-recreate-group)
4521         (nnmairix-update-and-clear-marks): Fix error messages.
4522
4523 2008-06-14  David Engster  <dengste@eml.cc>
4524
4525         * nnmairix.el: Upgrade to version 0.6.
4526         (nnmairix-group-toggle-propmarks-this-group)
4527         (nnmairix-group-toggle-readmarks-this-group)
4528         (nnmairix-group-delete-recreate-this-group)
4529         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4530         (nnmairix-remove-tick-mark-original-article): New commands.
4531         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4532         (nnmairix-propagate-marks-to-nnmairix-groups)
4533         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4534         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4535         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4536         functions needed for marks propagation and manipulation of read marks.
4537         (nnmairix-update-groups): New function.
4538         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4539         (nnmairix-determine-original-group-from-registry)
4540         (nnmairix-determine-original-group-from-path)
4541         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4542         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4543         New helper functions.
4544         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4545         keystrokes for new commands.
4546         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4547         (nnmairix-request-group): Check allow-fast group parameter.
4548         (nnmairix-request-create-group): Set allow-fast group parameter if
4549         nnmairix-allowfast-default is set.
4550         (nnmairix-close-group): Propagate marks upon closing if needed.
4551         (nnmairix-group-toggle-threads-this-group): Use new.
4552         nnmairix-group-toggle-parameter helper function.
4553         (nnmairix-search): Better check for empty search result.
4554         (nnmairix-goto-original-article): Use new helper functions for
4555         determining original article.
4556         (nnmairix-show-original-article): Make sure message-id is in brackets.
4557         (nnmairix-call-mairix-binary): Change variable name.
4558         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4559         helper function.
4560         (nnmairix-widget-toggle-activate): Fix doc string.
4561
4562 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * nnir.el: Require edmacro when compiling with XEmacs.
4565         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4566         available in Emacs 21.
4567
4568 2008-06-11  Glenn Morris  <rgm@gnu.org>
4569
4570         * gnus-util.el (x-focus-frame):
4571         * gnus.el (image-size):
4572         * mm-decode.el (image-size): Declare.
4573
4574         * gnus-picon.el (declare-function): Add compat definition.
4575         (image-size): Declare.
4576
4577         * gnus-group.el (tool-bar-map):
4578         * gnus-sum.el (tool-bar-map): Define for compiler.
4579
4580         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4581
4582         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4583
4584         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4585         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4586         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4587         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4588         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4589         * sieve-manage.el, spam-report.el, spam.el:
4590         Remove unnecessary eval-and-compile of autoloads.
4591
4592 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4593
4594         * auth-source.el: Precise Tramp doc.
4595
4596 2008-06-07  Glenn Morris  <rgm@gnu.org>
4597
4598         * nnmairix.el: Remove unnecessary eval-when-compile.
4599
4600 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * lpath.el: Fbind propertize for XEmacs 21.4.
4603
4604 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * nnir.el: Move here from ../contrib.
4607
4608 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4609
4610         * gnus-util.el (gnus-read-shell-command): New function.
4611         * mm-decode.el (mm-pipe-part):
4612         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4613
4614 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4617
4618 2008-06-03  Glenn Morris  <rgm@gnu.org>
4619
4620         * pop3.el (nnheader-accept-process-output): Autoload it.
4621
4622 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4625         are not 2-digit hexadecimal characters that follow `%'s.
4626
4627 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * message.el (message-bogus-recipient-p): Fix type in doc string.
4630         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4631         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4632         Improve custom options.
4633         (message-bogus-recipient-p): Adjust accordingly.
4634
4635 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4636
4637         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4638         long-form month and day names.
4639
4640 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * dgnushack.el: Autoload debug, eudc-expand-inline and
4643         pgg-snarf-keys-region for XEmacs.
4644
4645         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4646
4647         * nnmairix.el: Require edmacro when compiling with XEmacs.
4648
4649 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4650
4651         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4652         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4653
4654 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4655
4656         * auth-source.el: Add more docs.
4657
4658         * netrc.el (netrc-machine): Always match if the port is not given.
4659
4660 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4661
4662         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4663         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4664         retrieval faster in some cases, but might make CPU usage larger.  If
4665         this has any bad side effects, we might revert this change.
4666
4667         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4668         seems to make mail retrieval much, much faster.
4669         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4670         unconditionally.
4671
4672         * gnus-draft.el (gnus-group-send-queue): Bind
4673         message-send-mail-partially-limit to nil to avoid being prompted.
4674
4675 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4678
4679         * message.el (message-bogus-address-regexp): Fix and improve custom
4680         type.
4681         (message-setup-hook): Add message-check-recipients as custom option.
4682
4683 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * message.el (message-cite-function): Remove bogus autoload which crept
4686         in during merge from v5-10.
4687
4688 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4689
4690         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4691
4692         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4693
4694         * auth-source.el: Preliminary Tramp docs.
4695         (auth-sources): Change the default auth-sources to use
4696         EPA .gpg files.
4697
4698 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4699
4700         * nntp.el: Autoload `auth-source-user-or-password'.
4701         (nntp-send-authinfo): Use it.
4702
4703         * nnimap.el: Autoload `auth-source-user-or-password'.
4704         (nnimap-open-connection): Use it.
4705
4706         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4707         for the gnus-message function.
4708         (auth-source-user-or-password): Use it.
4709
4710 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4711
4712         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4713         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4714         (rfc2104-hash): Use it.
4715
4716 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4717
4718         * gnus-art.el (gnus-article-toggle-truncate-lines):
4719         Don't use `iff' in docstring.
4720
4721 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4722
4723         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4724
4725         * gnus-util.el (gnus-extract-address-component-name)
4726         (gnus-extract-address-component-email): Convenience functions around
4727         `gnus-extract-address-components'.
4728
4729         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4730         Use `gnus-extract-address-component-email' to fix bug of comparing full
4731         sender name to `user-mail-address'.
4732
4733 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4734
4735         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4736         catch/throw to optimize.
4737         (gnus-registry-find-keywords): Just use member to find a keyword.
4738
4739 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4740
4741         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4742         is current before calling gnus-server-prepare.
4743         (gnus-server-setup-buffer, gnus-server-update-server)
4744         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4745
4746 2008-05-04  Juri Linkov  <juri@jurta.org>
4747
4748         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4749         (mailcap-file-default-commands): Use mailcap-replace-in-string
4750         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4751         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4752
4753 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4754
4755         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4756
4757 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4758
4759         * gnus.el: Bump version to 0.11.
4760
4761 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4762
4763         * gnus.el: No Gnus v0.10 is released.
4764
4765 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4768         hooks.
4769         (gnus-update-read-articles): Speed up non-marks-using users.
4770         (gnus-use-marks): Define gnus-use-marks.
4771         (gnus-propagate-marks): Rename variable to something more sensible.
4772
4773 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4774
4775         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4776         (gmm-image-load-path-for-library): Fix typos in docstrings.
4777         (gmm-message): Reflow docstring.
4778
4779 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4780
4781         * mail-source.el (mail-source-set-1, mail-source-bind):
4782         Move auth-source code out of the macro to clean it up and fix bugs.
4783
4784 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4787         by sender if it's equal to user-mail-address, it's likely to be
4788         useless.
4789
4790         * mail-source.el (mail-source-bind): Don't use user or password if they
4791         are not bound.  Unintern them if they are nil.  Don't use server unless
4792         it's bound, and default it to empty string otherwise.
4793
4794 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * mail-source.el: Load auth-source.el.
4797         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4798         get user name or password, if auth-sources is set up.
4799
4800         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4801         strategy of splitting with parent.
4802         (gnus-registry-split-fancy-with-parent)
4803         (gnus-registry-post-process-groups): Use it and fix prior
4804         bug (returning a list as the split result).
4805
4806         * auth-source.el (auth-sources): Remove server parameter.
4807         (auth-source-pick, auth-source-user-or-password)
4808         (auth-source-user-or-password-imap)
4809         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4810         (auth-source-user-or-password-sftp)
4811         (auth-source-user-or-password-smtp): Remove server parameter.
4812
4813 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4814
4815         * smime.el (smime-sign-region, smime-encrypt-region)
4816         (smime-decrypt-region):
4817         Remove redundant calls to `generate-new-buffer-name'.
4818
4819 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4820
4821         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4822         Don't use QP for message/rfc822.
4823         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4824
4825 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4826
4827         * sieve-manage.el (sieve-string-bytes): Remove.
4828         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4829         correct byte-length only if the process's coding-system is the same as
4830         the one used internally by Emacs to represent strings.
4831
4832 2008-04-22  Juri Linkov  <juri@jurta.org>
4833
4834         * mailcap.el (mailcap-file-default-commands): New function.
4835
4836 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4837
4838         * message.el (message-signature-separator, message-cite-function):
4839         Change custom version.
4840
4841 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4842
4843         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4844         commands.
4845         (tls-checktrust): Ditto.
4846
4847 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4848
4849         * mm-decode.el (mm-display-external): Make temp file read-only.
4850
4851 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4852
4853         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4854         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4855         `C-c C-f d'.
4856
4857 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4858
4859         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4860
4861 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4862
4863         * gnus.el: Bump version to 0.9.
4864
4865 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4866
4867         * gnus.el: No Gnus v0.8 is released.
4868
4869 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4870
4871         * mail-source.el (mail-source-value):
4872         Prefer fboundp to functionp so it works with macros as well.
4873
4874 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4875
4876         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4877         Fix last change in case the element is not even a symbol.
4878
4879 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4880
4881         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4882         Prefer fboundp to functionp so it works with macros as well.
4883
4884 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * auth-source.el: Added docs.
4887         (auth-sources): Modify format to support server.
4888         (auth-source-pick, auth-source-user-or-password)
4889         (auth-source-user-or-password-imap)
4890         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4891         (auth-source-user-or-password-sftp)
4892         (auth-source-user-or-password-smtp): Add server parameter.
4893
4894 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4895
4896         * gnus-registry.el: Initialize the registry when gnus-registry-install
4897         is t.
4898
4899 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4900
4901         * compface.el (uncompface): Make buffer unibyte.
4902
4903 2008-04-05  Glenn Morris  <rgm@gnu.org>
4904
4905         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4906
4907 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4908
4909         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4910         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4911
4912         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4913         multibyteness after rather than before erasing it.
4914
4915         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4916         mm-with-multibyte.
4917         (gnus-request-article-this-buffer): Make sure the proper decoding is
4918         used if gnus-original-article-buffer happens to be unibyte.
4919
4920         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4921         default-enable-multibyte-characters.
4922
4923         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4924         default-enable-multibyte-characters.
4925
4926         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4927
4928         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4929
4930 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4931
4932         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4933         (imap-message-copyuid-1): Use it.
4934         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4935         J. Williams in
4936         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4937
4938         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4939         imap-enable-exchange-bug-workaround.
4940         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4941
4942 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4943
4944         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4945         a 100 byte status-checks into a 2-3MB transfer for each group.
4946         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4947         to enable bug workaround or not.
4948         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4949
4950 2008-03-31  Glenn Morris  <rgm@gnu.org>
4951
4952         * message.el (mml2015-use): Declare for compiler.
4953         (message-info): Require mml2015 when appropriate.
4954
4955 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4958         whitespace.
4959
4960 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4961
4962         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4963         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4964         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4965         (nntp-service-to-port): New function.
4966         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4967         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4968         (nntp-open-netcat-stream): New function.
4969         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4970
4971 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4972
4973         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4974
4975 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4976
4977         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4978
4979 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4980
4981         * dns.el (dns-write): Use set-buffer-multibyte.
4982
4983 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4984
4985         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4986
4987 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4988
4989         * message.el (message-signature-separator): Change default.
4990         Improve custom type.
4991         (message-cite-function): Change default to
4992         message-cite-original-without-signature.
4993
4994         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4995         toggle.
4996
4997         * message.el (message-check-news-body-syntax): Fix signature check.
4998         (message-setup-1): Mark buffer as unmodified _after_ running
4999         message-setup-hook and handling message-alternative-emails.
5000         (message-shorten-references): Be more strict when building list of
5001         valid references to comply with GNKSA.
5002
5003         * gnus-group.el (gnus-read-ephemeral-bug-group)
5004         (gnus-read-ephemeral-debian-bug-group)
5005         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5006
5007         * message.el (message-info): Don't use booleanp which isn't supported
5008         in Emacs 21 and XEmacs.
5009
5010 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5013         gnus-group-gmane-group-download-format.
5014         (gnus-group-read-ephemeral-gmane-group): Rename from
5015         gnus-group-read-ephemeral-gmane-group.
5016         (gnus-read-ephemeral-gmane-group-url): Rename from
5017         gnus-group-read-ephemeral-gmane-group-url.
5018         (gnus-bug-group-download-format-alist): New variable.
5019         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5020         (gnus-read-ephemeral-emacs-bug-group): New commands.
5021
5022 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5023
5024         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5025         (gnus-visible-headers): Improve custom type.
5026
5027 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         * mml.el (mml-menu): Add workarounds for XEmacs.
5030
5031         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5032         X-Boundary header.
5033
5034         * message.el (message-simplify-recipients): Fix previous commit.
5035
5036 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5037
5038         * mm-util.el (mm-set-buffer-multibyte): New function.
5039         * mm-decode.el (mm-copy-to-buffer): Use it.
5040
5041 2008-03-19  Glenn Morris  <rgm@gnu.org>
5042
5043         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5044         Accidentally removed in the sync process with Emacs.
5045
5046 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * message.el (message-alter-recipients-discard-bogus-full-name):
5049         New function.
5050         (message-alter-recipients-function): New variable.
5051         (message-get-reply-headers): Use it.
5052         (message-replace-header): New helper function.
5053         (message-recipients-without-full-name): New variable.
5054         (message-simplify-recipients): New command.
5055
5056         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5057
5058         * message.el (message-info): Handle EasyPG manual.
5059
5060         * mml.el (mml-menu): Add entry for EasyPG.
5061
5062 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5063
5064         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5065         parameter.
5066
5067         * message.el (message-disassociate-draft): Specify drafts group name
5068         fully.
5069
5070 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5071
5072         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5073         unnecessary duplicates from the match list.
5074
5075 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5078
5079         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5080
5081         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5082         args of `how-many' of which the XEmacs version doesn't take; declare
5083         Info-index-next as function.
5084
5085 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5086
5087         * gnus-score.el (gnus-score-headers): Fix handling of
5088         gnus-inhibit-slow-scoring.
5089
5090         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5091         string.
5092         (gnus-button-url-regexp): Improve handling of parenthesis.
5093         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5094         (gnus-button-handle-info-keystrokes): Handle index entries.
5095
5096 2008-03-15  Glenn Morris  <rgm@gnu.org>
5097
5098         * parse-time.el (parse-time-string): Simplify.
5099
5100 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5103         Incoming* files.
5104
5105 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5106
5107         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5108         (auth-source-pick): Use it.
5109
5110 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5111
5112         * binhex.el (binhex-decode-region-internal):
5113         * uudecode.el (uudecode-decode-region-internal):
5114         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5115         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5116         setting default-enable-multibyte-characters.
5117
5118 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5119
5120         * auth-source.el (auth-source-protocols)
5121         (auth-source-protocols-customize, auth-source-choices): Added and
5122         modified variable customizations and defaults.
5123         (auth-source-pick, auth-source-user-or-password)
5124         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5125         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5126         (auth-source-user-or-password-sftp)
5127         (auth-source-user-or-password-smtp): Use new variables and provide an
5128         interface to netrc.el.
5129
5130 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5133         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5134         Make sure the nntp port to specify is a string.
5135
5136 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5137
5138         * nntp.el: Use with-current-buffer.
5139         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5140         dubious mm-with-unibyte-current-buffer.
5141         (nntp-with-open-group-function): New function extracted from
5142         nntp-with-open-group macro.
5143         (nntp-with-open-group): Use the function, so it's easier to debug.
5144         Add indentation and debugging info.
5145         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5146         the use of the netcat alternatives.
5147
5148         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5149         Avoid mm-string-as-multibyte as well.
5150
5151         * nnweb.el (nnweb-insert-html):
5152         Remove use of nnheader-string-as-multibyte.
5153
5154         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5155         (nnheader-string-as-multibyte): Remove.
5156
5157         * mm-view.el: Use inhibit-read-only.
5158         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5159         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5160         or unibyte-string.
5161
5162         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5163         (mm-uu-yenc-extract): Use with-current-buffer.
5164
5165         * gnus-soup.el (gnus-soup-send-packet): Don't use
5166         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5167
5168         * nnmh.el: Use with-current-buffer.
5169         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5170         mm-string-as-multibyte on the output of mm-encode-coding-string.
5171
5172         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5173         (nnimap-request-move-article): Use with-current-buffer.
5174
5175         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5176         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5177         conversion uses string-make-unibyte rather than string-as-unibyte.
5178
5179         * gnus-msg.el: Use with-current-buffer.
5180
5181         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5182
5183 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5184
5185         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5186         string for caching if it is 'PIN.
5187
5188 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * lpath.el: Consider the case without Emacs/W3.
5191
5192 2008-03-08  Glenn Morris  <rgm@gnu.org>
5193
5194         * time-date.el (date-to-time, time-subtract, time-add)
5195         (safe-date-to-time): Doc fixes.
5196
5197 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * mail-source.el (mail-source-delete-old-incoming-confirm):
5200         Change default to nil.
5201         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5202
5203 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * lpath.el: Rearrange.
5206
5207         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5208         (gnus-article-goto-prev-page): Work for articles having ^L's.
5209
5210         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5211
5212         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5213
5214 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5215
5216         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5217         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5218         (gnus-bookmark-jump): Adjust some variable names.
5219
5220 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         * auth-source.el: New package.
5223         (auth-source-choices): Add customization entry point variable.
5224
5225         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5226         bug.
5227
5228 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5229
5230         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5231         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5232         (gnus-registry-install-shortcuts): Rename from
5233         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5234         the `gnus-registry-mark-map' keymap dynamically from
5235         `gnus-registry-marks'.  The generated functions update the summary line
5236         when a registry mark is added or deleted, and will call
5237         `gnus-registry-install-p' (see the comments in the code).
5238         (gnus-registry-user-format-function-M): Use concat intelligently.
5239
5240         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5241         the registry mark functions.
5242
5243 2008-03-05  Glenn Morris  <rgm@gnu.org>
5244
5245         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5246         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5247         gnus-art.
5248         (top-level): No need to load own source when compiling.
5249
5250 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5251
5252         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5253         Suggested by <chris.anderton@zetnet.co.uk>.
5254
5255 2008-03-04  Glenn Morris  <rgm@gnu.org>
5256
5257         * gnus-sum.el (top-level): No need to require gnus when compiling,
5258         since unconditionally required near start of file.
5259         (gnus-summary-display-while-building): Move definition before use.
5260
5261 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5264         formatting function.
5265
5266 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5269         with plists.
5270         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5271         Use new format.
5272
5273 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5276         `where-is-internal' that returns a range of key sequences.
5277
5278 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5279
5280         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5281
5282         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5283         (gnus-summary-jump-to-group): Consider windows on other displayed
5284         frames as well.  Similar changes might be needed elsewhere, but that's
5285         the one I've bumped into during my use.
5286
5287         * nndoc.el (nndoc-oe-dbx-type-p):
5288         * gnus-msg.el (gnus-debug):
5289         * gnus-group.el (gnus-update-group-mark-positions):
5290         Use mm-string-to-multibyte.
5291
5292 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5295         doesn't handle NotDashEscaped.
5296
5297         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5298         (mml-dnd-attach-options): Fix typo in custom choice.
5299
5300         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5301         nndoc-article-type to mbox.
5302         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5303
5304         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5305         to nil, instead of html2text.
5306
5307         * imap.el (imap-debug): Add `imap-ping-server'.
5308
5309         * gnus-bookmark.el: Add FIXMEs.
5310
5311         * message.el (message-form-letter-separator)
5312         (message-send-form-letter-delay): New variables.
5313         (message-send-form-letter): Use them.  New command to send form
5314         letters.  Requested by Uwe Siart.
5315         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5316
5317 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * Update copyright years.
5320
5321 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5322
5323         Sync from EMACS_22_BASE.
5324
5325         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5326
5327 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5328
5329         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5330         empty author.
5331
5332 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * gnus-registry.el (gnus-registry-marks): Add variable for
5335         customization of marks and their appearance.
5336         (gnus-registry-read-mark): Use it.
5337         (gnus-registry-do-marks): Add utility function to loop through
5338         `gnus-registry-marks'.
5339         (gnus-registry-install-shortcuts-and-menus): Add function to install
5340         shortcuts and menus.
5341         (gnus-registry-initialize): Use it.
5342         (gnus-registry-default-mark): Clarify documentation.
5343
5344 2008-02-29  Glenn Morris  <rgm@gnu.org>
5345
5346         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5347         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5348         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5349         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5350         Change defcustom :version from 23.0 to 23.1.
5351
5352 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5353
5354         * gnus-registry.el (gnus-registry-follow-group-p)
5355         (gnus-registry-post-process-groups): Add functions to aid registry
5356         splitting and improve logging.  Clarify behavior in function
5357         documentation.
5358         (gnus-registry-split-fancy-with-parent): Use them.
5359
5360 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5361
5362         * gnus-art.el: Use with-current-buffer.
5363
5364 2008-02-27  David Engster  <dengste@eml.cc>
5365
5366         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5367         Express real group name in the response.
5368
5369 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5370
5371         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5372         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5373         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5374         autoload gnus-registry-fetch-group when compiling.
5375         (nnmairix-request-group-with-article-number-correction): Remove
5376         unreferenced argument passed to nnmairix-call-backend.
5377
5378 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5381         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5382         Wilde.
5383
5384 2008-02-27  Glenn Morris  <rgm@gnu.org>
5385
5386         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5387         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5388         variables to defconsts.  Convert comments to doc-strings.
5389         (nnmairix-last-server, nnmairix-current-server): Convert from free
5390         variables to defvars.  Convert comments to doc-strings.
5391         (gnus-registry-fetch-group): Autoload.
5392         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5393         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5394         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5395         caddr.
5396         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5397         nnmairix-request-group-with-article-number-correction call.
5398         (nnmairix-fast, nnmairix-group): New, less general names, for free
5399         variables passed from nnmairix-request-group to
5400         nnmairix-request-group-with-article-number-correction.  Declare.
5401         (nnmairix-request-group-with-article-number-correction):
5402         Use nnmairix-fast, nnmairix-group rather than fast, group.
5403
5404 2008-02-26  David Engster  <dengste@eml.cc>
5405
5406         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5407         version 0.5.
5408
5409 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5410
5411         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5412         instead of making an extra function call.  Don't add the current group
5413         to articles only when they have the group.  Use
5414         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5415         Reported by David <de_bb@arcor.de>.
5416
5417 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5420         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5421
5422 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5423
5424         * mail-source.el (mail-source-delete-incoming): Change default.
5425         Supplement doc string.
5426
5427         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5428
5429 2008-02-14  Glenn Morris  <rgm@gnu.org>
5430
5431         * time-date.el (format-seconds): New function.
5432
5433 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * nnmail.el (nnmail-message-id-cache-file): Derive from
5436         `gnus-home-directory'.
5437
5438 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5441         Document negative prefix.
5442
5443         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5444
5445 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5446
5447         * message.el (message-unsent-separator): Add the Exim bounce
5448         separator.
5449
5450 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5451
5452         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5453         list.
5454         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5455         recipient/signer list.
5456
5457 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * Makefile.in (datarootdir): Define.
5460         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5461         name that might contain whitespace.
5462
5463 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5466         fbound (Emacs 23 unicode), signal an error.
5467
5468 2008-02-08  Glenn Morris  <rgm@gnu.org>
5469
5470         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5471
5472 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5473
5474         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5475         ports to the calls to `netrc-machine-user-or-password' in addition to
5476         "imap" and "imaps".
5477
5478 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5479
5480         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5481
5482         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5483
5484 2008-02-01  Kenichi Handa  <handa@m17n.org>
5485
5486         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5487         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5488         (rfc2104-hash): Convert the result of concat to unibyte string.
5489
5490 2008-02-01  Dave Love  <fx@gnu.org>
5491
5492         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5493         coding-system-for-read.
5494         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5495
5496 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5497
5498         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5499         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5500         <hanche@math.ntnu.no>.
5501
5502 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5505
5506         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5507
5508 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5509
5510         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5511         * message.el (message-beginning-of-line): Use featurep instead of bound
5512         tests in order to resolve conditionals at compile time.
5513
5514 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5515
5516         * mail-source.el (mail-sources): Add `group' choice.
5517
5518         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5519         parameter `in-group' to control into which group the articles go.
5520         Add treatment of `group' mail-source.
5521
5522 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5525
5526         * mm-decode.el (mm-dissect-buffer): Decode description.
5527
5528         * mml.el (mml-to-mime): Encode message header first.
5529
5530 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5531
5532         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5533         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5534
5535         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5536         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5537
5538 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5541
5542 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5543
5544         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5545         prefix keys.
5546         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5547         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5548         gnus-xmas.el.
5549
5550         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5551         (gnus-xmas-article-describe-bindings): New function.
5552         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5553         gnus-xmas-article-describe-bindings.
5554
5555         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5556
5557 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5558
5559         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5560         Add new variables for article mark management.
5561         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5562         list of extra data entries which, when present, will indicate that the
5563         article ID should not be trimmed from the registry.
5564         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5565         functions.
5566         (gnus-registry-read-mark): New function to read a mark name from the
5567         user.
5568         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5569         (gnus-registry-set-article-mark-internal): New functions to add and
5570         remove marks.
5571         (gnus-registry-get-article-marks): New function to show the marks for
5572         an article, or retrieve them for further use.
5573
5574 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5577         keys when no argument is given.
5578
5579 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * imap.el (imap-ping-server): New variable.
5582         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5583         (imap-ping-server): Minor doc string fixes.
5584
5585 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5586
5587         * imap.el (imap-ping-server): New function.
5588         (imap-opened): Call imap-ping-server.
5589
5590 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * gnus-sum.el (gnus-article-sort-by-random)
5593         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5594         jidanni@jidanni.org.
5595
5596 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-art.el (gnus-article-describe-bindings): New function.
5599         (gnus-article-read-summary-keys): Use it.
5600         (gnus-article-mode-map): Bind `C-h b' to it.
5601
5602 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5605         XEmacs.
5606         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5607         against non-character events.
5608
5609         * lpath.el: Fbind map-keymap for Emacs 21.
5610
5611 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5614         command.
5615         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5616         instead of END.  Change name of the temp file.
5617         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5618         customizable.
5619
5620 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5623         bind `S W' to gnus-article-wide-reply-with-original; set default
5624         binding to gnus-article-read-summary-send-keys.
5625         (gnus-article-read-summary-keys): Fix the order of keys; display
5626         continuation keys correctly in the echo area; describe bindings
5627         correctly when keys end with `C-h'.
5628         (gnus-article-read-summary-send-keys): New function.
5629         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5630         for gnus-article-read-summary-send-keys; display continuation keys
5631         correctly in the echo area.
5632         (gnus-article-reply-with-original): Ignore prefix argument.
5633         (gnus-article-wide-reply-with-original): New function.
5634
5635         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5636         Emacs 21.
5637
5638 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5639
5640         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5641         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5642
5643 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5644
5645         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5646         (gnus-group-read-ephemeral-gmane-group): New command.
5647
5648 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5649
5650         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5651
5652 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * message.el (message-send-mail-function): Increase custom version.
5655
5656         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5657         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5658
5659 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5662         for the cases where imap-authenticate is called with a nil buffer
5663         parameter.
5664
5665 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5668         html parts correctly; support forwarded messages.
5669         (gnus-article-browse-html-article): Remove work buffers.
5670
5671         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5672         compiling.
5673         (netrc-bound-and-true-p): New macro.
5674         (netrc-parse): Use it instead of bound-and-true-p that is not available
5675         in XEmacs 21.4.
5676
5677 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5678
5679         * gnus-registry.el (gnus-registry-mark-article)
5680         (gnus-registry-article-marks): Add functionality to mark articles
5681         through the Gnus registry.
5682
5683         * encrypt.el: Clarify documentation for the new pgg method.
5684         (encrypt-file-alist): Add PGG option.
5685         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5686         functionality.  Abstract password key and messaging to external
5687         functions.
5688         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5689         (encrypt-message-method-and-cipher): Add new convenience external
5690         functions.
5691         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5692         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5693
5694         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5695         (netrc-parse): Use encrypt-file-alist to determine if
5696         encrypt-find-model or encrypt-insert-file-contents should be used.
5697
5698         * encrypt.el: Clarify documentation.  Load password-cache or
5699         password, whichever one is found first, instead of autoloading.
5700
5701 2007-12-19  Glenn Morris  <rgm@gnu.org>
5702
5703         * mml.el (message-options-set, message-narrow-to-head)
5704         (message-in-body-p, message-mail-p, message-encode-message-body):
5705         Autoload.
5706         (message-remove-header, message-narrow-to-headers-or-head)
5707         (message-subscribed-p, message-make-mail-followup-to)
5708         (message-position-on-field, message-news-p)
5709         (message-options-set-recipient, message-generate-headers)
5710         (message-sort-headers): Declare as functions.
5711
5712 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5715         convention in doc string.
5716
5717 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5720         title to html parts.
5721         (gnus-article-browse-html-article): Pass message header to it.
5722
5723         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5724
5725 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5728         or password compatible with XEmacs.
5729
5730 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5733         format document.
5734         (gnus-mime-delete-part): Don't write description line if empty.
5735         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5736
5737 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5738
5739         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5740         (gnus-summary-mark-read-and-unread-as-read)
5741         (gnus-summary-mark-current-read-and-unread-as-read)
5742         (gnus-summary-mark-unread-as-ticked): Doc fix.
5743         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5744
5745 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5748         Christoph Conrad <christoph.conrad@gmx.de>.
5749
5750 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5751
5752         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5753         yes-or-no-p.
5754
5755 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * mm-decode.el (mm-add-meta-html-tag): New function.
5758         (mm-save-part-to-file, mm-pipe-part): Use it.
5759
5760         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5761         gnus-y-or-n-p instead of y-or-n-p.
5762         (gnus-article-browse-html-parts): Work with message/external-body; use
5763         mm-add-meta-html-tag.
5764
5765 2007-12-11  Glenn Morris  <rgm@gnu.org>
5766
5767         * gnus-cache.el: Require gnus-sum not just when compiling.
5768
5769         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5770
5771         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5772         definitions before use.
5773
5774         * mm-decode.el: Require gnus-util.
5775         (mm-remove-part): Only call delete-annotation on XEmacs.
5776
5777         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5778
5779         * nnmail.el: Require gnus-int.
5780
5781         * spam.el: Move `require's before `eval-when-compile's.
5782
5783         * gnus-ems.el (gnus-alive-p):
5784         * gnus-fun.el (message-goto-eoh):
5785         * gnus-util.el (gnus-group-name-decode):
5786         * mail-source.el (gnus-compress-sequence):
5787         * message.el (Info-goto-node, format-spec):
5788         * mm-bodies.el (message-options-get):
5789         * mm-decode.el (mm-view-pkcs7):
5790         * mm-util.el (gmm-write-region):
5791         * mml-smime.el (mml-compute-boundary)
5792         (gnus-completing-read-with-default):
5793         * mml.el (widget-button-press, gnus-make-hashtable):
5794         * mml1991.el (mm-decode-content-transfer-encoding)
5795         (mm-encode-content-transfer-encoding)
5796         (message-options-get, message-options-set):
5797         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5798         * nnfolder.el (gnus-request-group):
5799         * nnheader.el (ietf-drums-unfold-fws):
5800         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5801         * smime.el (gnus-run-mode-hooks):
5802         * spam-stat.el (gnus-message): Autoload.
5803
5804         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5805         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5806         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5807         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5808         Add declare-function compatibility definition.
5809
5810         * gnus-cache.el (nnvirtual-find-group-art):
5811         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5812         (gnus-add-image, gnus-add-wash-type):
5813         * gnus-group.el (nnkiboze-score-file):
5814         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5815         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5816         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5817         (message-tokenize-header, gnus-get-buffer-create)
5818         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5819         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5820         * gnus.el (gnus-group-decoded-name):
5821         * mail-source.el (imap-capability):
5822         * mm-bodies.el (message-options-set):
5823         * mm-decode.el (gnus-configure-windows):
5824         * mm-extern.el (message-goto-body):
5825         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5826         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5827         (epg-sub-key-validity, message-options-set):
5828         * mml.el (widget-event-point, gnus-configure-windows):
5829         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5830         * mml2015.el (epg-check-configuration, epg-configuration)
5831         (message-options-set):
5832         * nndb.el (nndb-request-article):
5833         * nnfolder.el (gnus-request-create-group):
5834         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5835         * nnmaildir.el (gnus-group-mark-article-read):
5836         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5837         * rfc1843.el (message-fetch-field):
5838         * spam.el (gnus-extract-address-components):
5839         Declare as functions.
5840
5841 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5844
5845         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5846
5847         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5848         bind show-trailing-whitespace for XEmacs.
5849
5850 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5853         new no-op macro for backward compatibility.
5854
5855         * imap.el (imap-string-to-integer): New function.
5856
5857 2007-12-09  Glenn Morris  <rgm@gnu.org>
5858
5859         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5860
5861         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5862         * message.el, mm-view.el, sieve-manage.el, smime.el:
5863         Add declare-function compatibility definition.
5864
5865         * gnus-art.el (w3-region, w3m-region, Info-menu):
5866         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5867         * gnus-sum.el (gnus-get-predicate):
5868         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5869         * message.el (mail-abbrev-in-expansion-header-p):
5870         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5871         (w3m-detect-meta-charset, w3m-region):
5872         * sieve-manage.el (password-read, password-cache-add)
5873         (password-cache-remove):
5874         * smime.el (password-read-and-add): Declare as functions.
5875
5876 2007-12-08  David Kastrup  <dak@gnu.org>
5877
5878         * gnus-sum.el (gnus-summary-simplify-subject-query):
5879         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5880         `message'.
5881
5882 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5885         it to bind idna-program, installation-directory, defined-colors, and
5886         face-attribute for XEmacs of the version that compiles defcustom forms.
5887
5888 2007-12-07  Glenn Morris  <rgm@gnu.org>
5889
5890         * gnus-art.el (article-make-date-line): Revert previous change.
5891
5892 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5893
5894         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5895
5896 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5897
5898         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5899         Call gnus-add-to-range ranges only once with a prepared article-list.
5900
5901 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5902
5903         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5904         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5905         group names with backslashes.  Reported by Tassilo Horn
5906         <tassilo@member.fsf.org>.
5907
5908 2007-12-06  Deepak Goel  <deego3@gmail.com>
5909
5910         * gnus-art.el (article-make-date-line):
5911         * gnus-start.el (gnus-load):
5912         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5913
5914 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-art.el (gnus-use-idna)
5917         * gnus-start.el (gnus-site-init-file)
5918         * message.el (message-use-idna)
5919         * mm-uu.el (mm-uu-hide-markers)
5920         * smiley.el (smiley-style): Revert changes that suppress warnings.
5921
5922 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5925         specify charset to html source.  Reported by Christoph Conrad
5926         <christoph.conrad@gmx.de>.
5927
5928 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5931         idna-program in order to suppress byte compile warning issued by XEmacs
5932         that came to byte compile the default value section of defcustom forms
5933         recently.
5934
5935         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5936         value of installation-directory.
5937
5938         * message.el (message-use-idna): Don't directly refer to the value of
5939         idna-program.
5940
5941         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5942
5943         * smiley.el (smiley-style): Don't directly call face-attribute.
5944
5945 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5946
5947         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5948
5949         * gnus-dired.el: Reduce Gnus dependencies.
5950         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5951         require.  Use autoloads instead.
5952         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5953         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5954         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5955         (gnus-dired-mode): Adjust doc string.
5956         (gnus-dired-mail-mode): New variable.
5957         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5958         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5959         (gnus-dired-mail-buffers): New function.  Return mail or message
5960         composition buffers.
5961         (gnus-dired-attach): Use it.
5962         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5963         NO-DECODE.
5964         (gnus-dired-print): Use `gnus-print-buffer' depending on
5965         `gnus-dired-mail-mode'.
5966
5967 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5968
5969         * rfc2047.el (rfc2047-encoded-word-regexp)
5970         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5971         explaining what regexp patterns are for.
5972
5973 2007-12-04  Glenn Morris  <rgm@gnu.org>
5974
5975         * password.el: Move to password-cache.el.
5976
5977         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5978         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5979         * mml-smime.el (password-read, password-cache-add)
5980         (password-cache-remove):
5981         No need to autoload, since mml-sec requires password.
5982
5983         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5984         * message.el (gnus-extract-address-components):
5985         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5986
5987         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5988         password.
5989
5990 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * mailcap.el: Reduce dependencies.
5993         (mail-header-parse-content-type): Autoload.
5994         (mailcap-delete-duplicates): New alias.
5995         (mailcap-mime-info): Add optional argument NO-DECODE.
5996         (mailcap-mime-types): Use mailcap-delete-duplicates.
5997
5998         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5999
6000 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6001
6002         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6003         (imap-parse-status): Upcase status-att for servers that sends them
6004         lower-case (e.g., MS Exchange 2007).
6005
6006 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6007
6008         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6009         function.
6010
6011         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6012         (gnus-uu-yenc-article): New function.
6013
6014         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6015
6016         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6017         buffer.
6018
6019 2007-12-02  Glenn Morris  <rgm@gnu.org>
6020
6021         * binhex.el (binhex): New custom group.
6022         (binhex-decoder-program, binhex-decoder-switches)
6023         (binhex-use-external): Move to the binhex custom group.
6024
6025         * uudecode.el (uudecode): New custom group.
6026         (uudecode-decoder-program, uudecode-decoder-switches)
6027         (uudecode-use-external): Move to the uudecode custom group.
6028
6029         * netrc.el (top-level): Don't load `encrypt' features.
6030         (netrc-parse): Don't use encrypt.
6031         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6032
6033         * encrypt.el: Remove file.
6034
6035 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6036
6037         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6038         matches on patches.
6039
6040         * gnus-art.el (gnus-article-browse-html-article): Mention
6041         `mm-text-html-renderer' in the doc string.
6042
6043         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6044         string.  Add comments.
6045
6046         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6047         if rhs is ASCII.
6048
6049 2007-12-01  Glenn Morris  <rgm@gnu.org>
6050
6051         * mail-source.el (top-level): Require format-spec before
6052         eval-when-compile.
6053
6054 2007-11-30  Glenn Morris  <rgm@gnu.org>
6055
6056         * encrypt.el: Require password, rather than autoloading password-read.
6057
6058 2007-11-29  Glenn Morris  <rgm@gnu.org>
6059
6060         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6061         (sasl-make-client, sasl-next-step, sasl-step-data)
6062         (sasl-step-set-data): Declare as functions.
6063
6064 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6067
6068 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6069
6070         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6071         certs should be verified and what is to be done in the event of a
6072         verification failure.
6073
6074         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6075         caller can indicate whether the cache should be disregarded for this
6076         call.  This way the result of the call is reproducible at all times and
6077         can be considered a canonical server name for the supplied method.
6078         (gnus-agent-method-p): Canonicalize server names by pushing their
6079         method through `gnus-method-to-server' using the no-cache argument.
6080
6081         * gnus-srvr.el (gnus-server-insert-server-line): Call
6082         `gnus-method-to-server' with `no-cache' argument.
6083
6084         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6085         gnus-agent-possibly-synchronize-flags as this should be called when the
6086         server is actually being opened.
6087         (gnus-agent-possibly-synchronize-flags)
6088         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6089         flags file of an agentized server to the latter function.
6090
6091         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6092         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6093         after a connection has been established successfully.
6094
6095 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6096
6097         * gnus-art.el (article-display-face): Force to display face if called
6098         interactively; check if gnus-article-x-face-too-ugly matches author.
6099         (article-display-x-face): Display face even if From header is missing
6100         as article-display-face does.
6101
6102 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6103
6104         * hashcash.el (message-narrow-to-headers-or-head)
6105         (message-fetch-field, message-goto-eoh)
6106         (message-narrow-to-headers): Declare as functions.
6107
6108 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * mail-source.el (mail-sources): Default to fetch from file for
6111         compatibility with default of nnmail-spool-file.
6112
6113 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6116         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6117         to look for encoded word that should be encoded again.
6118         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6119         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6120         encoding pattern.
6121         (rfc2047-decode-region): Switch strict regexp and loose one according
6122         to rfc2047-allow-irregular-q-encoded-words.
6123
6124 2007-11-25  Romain Francoise  <romain@orebokech.com>
6125
6126         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6127
6128 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6129
6130         * tls.el (tls-program): Provide more custom choices from
6131         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6132         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6133
6134 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6137         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6138
6139         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6140         `nnmail-spool-file'.
6141
6142         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6143         `nnmail-spool-file'.
6144
6145         * gnus-move.el (gnus-change-server): Ditto.
6146
6147         * gnus-kill.el (gnus-batch-score): Ditto.
6148
6149         * gnus-cache.el (gnus-jog-cache): Ditto.
6150
6151         * gnus-msg.el (gnus-summary-reply):
6152         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6153
6154 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6157         version.  Minor improvement to doc strings.
6158         (tls-program): Add comment.
6159
6160 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6161
6162         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6163         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6164         mismatch between the hostname provided in the certificate and the name
6165         of the host connnecting to.
6166         (open-tls-stream): Use them.  Check certificates against trusted root
6167         certificates.
6168
6169 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * gnus-cache.el (gnus-cache-generate-nov-databases):
6172         Use nnml-generate-nov-databases-directory instead of
6173         nnml-generate-nov-databases-1.
6174
6175 2007-11-24  Glenn Morris  <rgm@gnu.org>
6176
6177         * message.el (message-tool-bar-retro): Update for rename
6178         mail_send.xpm->mail-send.xpm.
6179
6180 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6183         `smime-ldap-search' for Emacs 22 and up.
6184
6185 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6186
6187         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6188
6189         * message.el (message-send-mail-function): Fix error convention.
6190         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6191         (message-widen-reply, message-send-mail, message-talkative-question)
6192         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6193         (message-clone-locals, message-send-news): Use with-current-buffer.
6194         (message-insert-or-toggle-importance): Remove unused var `valid'.
6195         (message-make-references): Remove unused var `new-references'.
6196         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6197
6198 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6199
6200         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6201         (spam-split-symbolic-return-positive): Reflow docstring.
6202         (spam-backends, spam-summary-exit-behavior)
6203         (spam-mark-ham-unread-before-move-from-spam-group)
6204         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6205         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6206         (spam-clear-cache, spam-backend-check, spam-install-backend)
6207         (spam-install-statistical-backend, spam-list-of-processors)
6208         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6209         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6210         (spam-check-crm114, spam-initialize, spam-unload-hook):
6211         Fix typos in docstrings.
6212
6213 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6216         been checked if they have never been read and those group levels are
6217         higher than the one that a user specified.
6218
6219 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6222         foreign groups unless a group level is specified by a user.
6223         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6224
6225 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6226
6227         * message.el (message-send-mail-function): Require sendmail.
6228
6229 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * message.el (message-send-mail-function): Check for smtpmail too.
6232
6233         * utf7.el (utf7-encode, utf7-decode): Use coding system
6234         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6235
6236         * message.el (message-send-mail-function): New function.
6237         (message-send-mail-function): Set default using
6238         message-send-mail-function.  Adjust doc string.
6239         (message-send-mail-with-mailclient): New function.
6240
6241 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6242
6243         * smime.el (from):
6244         * rfc2047.el (message-posting-charset):
6245         * qp.el (mm-use-ultra-safe-encoding):
6246         * pop3.el (parse-time-months):
6247         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6248         * nnml.el (files):
6249         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6250         (jka-compr-compression-info-list, ange-ftp-path-format)
6251         (efs-path-regexp):
6252         * nndiary.el (files):
6253         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6254         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6255         (epg-digest-algorithm-alist, inhibit-redisplay)
6256         (password-cache-expiry):
6257         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6258         (pgg-output-buffer, password-cache-expiry):
6259         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6260         (efs-path-regexp):
6261         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6262         (inhibit-redisplay):
6263         * mm-uu.el (file-name, start-point, end-point, entry)
6264         (gnus-newsgroup-name, gnus-newsgroup-charset):
6265         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6266         (latin-unity-ucs-list):
6267         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6268         (mm-uu-binhex-decode-function):
6269         * message.el (gnus-message-group-art, gnus-list-identifiers)
6270         (rmail-enable-mime-composing, gnus-local-organization)
6271         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6272         (gnus-read-active-file, facemenu-add-face-function)
6273         (facemenu-remove-face-function, gnus-article-decoded-p)
6274         (tool-bar-mode):
6275         * mail-source.el (display-time-mail-function):
6276         * gnus-util.el (nnmail-pathname-coding-system)
6277         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6278         (gnus-original-article-buffer, gnus-user-agent)
6279         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6280         (xemacs-codename, sxemacs-codename, emacs-program-version):
6281         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6282         * gnus-start.el (gnus-agent-covered-methods)
6283         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6284         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6285         (gnus-newsgroup-headers, gnus-group-list-mode)
6286         (gnus-group-mark-positions, gnus-newsgroup-data)
6287         (gnus-newsgroup-unreads, nnoo-state-alist)
6288         (gnus-current-select-method, mail-sources)
6289         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6290         (nnmail-spool-file, gnus-cache-active-hashtb):
6291         * gnus-mh.el (mh-lib-progs):
6292         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6293         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6294         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6295         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6296         (gnus-group-buffer):
6297         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6298         (font-lock-set-defaults):
6299         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6300         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6301         (gnus-summary-post-menu, total-parts, type, condition, length):
6302         * gnus-agent.el (gnus-agent-read-agentview):
6303         * flow-fill.el (show-trailing-whitespace):
6304         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6305         eval-and-compile wrappers for byte compiler pacifiers.
6306
6307         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6308         (mm-display-inline-fontify): Check for featurep 'xemacs not
6309         extent-list.
6310
6311         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6312         itimer-list.
6313         (mm-create-image-xemacs): Only do something for XEmacs.
6314         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6315
6316         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6317
6318         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6319         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6320
6321 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6322
6323         * nnimap.el (nnimap-split-download-body):
6324         * gnus-demon.el (gnus-demon):
6325         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6326
6327 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6330         macros.
6331         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6332         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6333         copy data from unibyte buffer to multibyte current buffer.
6334         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6335         to copy data from unibyte current buffer to multibyte buffer.
6336         (nntp-make-process-buffer): Make process buffer unibyte.
6337
6338         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6339
6340 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6341
6342         * pop3.el (pop3-open-server): Accept and process data more robustly at
6343         connexion start to avoid spurious "POP SSL connexion failed" errors.
6344
6345 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6348         read group names.
6349
6350 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6353
6354 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6357         (nnmail-save-active): Use a unibyte buffer when saving active file,
6358         which may contain non-ASCII group names.
6359
6360         * nnml.el (nnml-request-group): Decode group names in messages.
6361
6362 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * message.el (message-citation-line-function)
6365         (message-insert-formatted-citation-line): Fix spelling of
6366         `message-insert-formated-citation-line'.
6367
6368 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6369
6370         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6371
6372 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6375         nnmail-pathname-coding-system.
6376
6377         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6378         that a user enters; decode group names in messages.
6379
6380         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6381
6382 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6385
6386         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6387
6388         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6389         risky local variable.
6390
6391         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6392
6393 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6394
6395         * encrypt.el: Improve documentation to fix function name typo.
6396         Reported by Daiki Ueno <ueno@unixuser.org>.
6397
6398 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6401         even if the point is not in the last page of an article.
6402         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6403         back to the previous page.
6404
6405 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6408
6409 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6412
6413 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6414
6415         * message.el (message-check-news-body-syntax): Avoid
6416         mm-string-as-multibyte.
6417         (message-hide-headers): Don't assume (point-min)==1.
6418
6419 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * message.el (message-remove-blank-cited-lines): Fix if remove is
6422         given.
6423         (message-bogus-address-regexp): New variable.
6424         (message-bogus-recipient-p): New function.
6425         (message-check-recipients): New command.
6426         (message-syntax-checks): Add `bogus-recipient'.
6427         (message-fix-before-sending): Add `bogus-recipient'.
6428
6429         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6430         (gnus-treat-body-boundary): Don't test window-system.
6431
6432 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6433
6434         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6435
6436 2007-10-28  Miles Bader  <miles@gnu.org>
6437
6438         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6439         at compile-time too.
6440
6441 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * gnus-msg.el (gnus-message-setup-hook): Add
6444         `message-remove-blank-cited-lines' to options.
6445
6446 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * message.el (message-remove-blank-cited-lines): New function.
6449         Suggested by Karl Plästerer.
6450
6451 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6454         mapc.
6455
6456         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6457         (top-level): Use mapc to set functions to be traced for debugging.
6458
6459         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6460         called for effect with while loop.
6461
6462         * message.el (message-talkative-question): Replace mapcar called for
6463         effect with mapc.
6464
6465         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6466         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6467         called for effect with dolist.
6468
6469         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6470
6471         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6472         gnus-extra-headers and nnmail-extra-headers.
6473
6474         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6475         called for effect with dolist.
6476         (top-level): Use mapc to set functions to be traced for debugging.
6477
6478         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6479         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6480         dolist.
6481
6482         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6483         Replace mapcar called for effect with mapc.
6484         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6485         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6486         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6487         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6488
6489         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6490         remove-if that's a cl function.
6491
6492         * webmail.el (webmail-debug): Replace mapcar called for effect with
6493         dolist.
6494
6495         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6496         with mapc.
6497
6498 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6501         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6502         with while loop.
6503
6504         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6505         functions from article-* functions.
6506         (gnus-multi-decode-header): Replace mapcar called for effect with
6507         dolist.
6508
6509         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6510         (gnus-bookmark-show-details): Replace mapcar called for effect with
6511         while loop.
6512
6513         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6514         called for effect with while loop.
6515
6516         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6517         with dolist.
6518
6519         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6520         mapcar called for effect with dolist.
6521
6522         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6523
6524         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6525         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6526         Replace mapcar called for effect with dolist.
6527         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6528         mapc.
6529
6530         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6531         Replace mapcar called for effect with dolist.
6532         (gnus-topic-list): Replace mapcar called for effect with mapc.
6533
6534         * gnus.el: Use mapc instead of mapcar to add autoloads.
6535
6536 2007-10-23  Richard Stallman  <rms@gnu.org>
6537
6538         * gnus-group.el (gnus-group-highlight): Mark as risky.
6539
6540 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * gnus.el (gnus-server-to-method): Return method found first in
6543         gnus-newsrc-alist.
6544
6545         * gnus-art.el (gnus-article-highlight-signature)
6546         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6547         button overlay without the front stickiness.
6548
6549 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6550
6551         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6552         overview buffer needed a catch to receive its throw.
6553         (gnus-agent-flush-cache): Declared as interactive to make this function
6554         easier to use.
6555
6556 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6559         `next-line'.
6560
6561 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6564         exclude address matching message-dont-reply-to-names.
6565
6566 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-util.el (gnus-string<): New function.
6569
6570         * gnus-sum.el (gnus-article-sort-by-author)
6571         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6572
6573 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6576         the frame-focus tag is set in gnus-buffer-configuration.
6577
6578 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6581         the front stickiness.
6582
6583 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6584
6585         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6586         url pattern; remove duplicate one.
6587         (gnus-article-extend-url-button): New function.
6588         (gnus-article-add-buttons): Use it.
6589         (gnus-button-push): Use concatenated url that it makes.
6590
6591 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6592
6593         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6594
6595 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6596
6597         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6598         Don't hardcode point-min==1.
6599
6600 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6601
6602         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6603         Fix comment about "iso8859-1".
6604
6605 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6606
6607         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6608         ones returned from the verify-function.
6609
6610         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6611         mml2015-extract-cleartext-signature if extraction failed.
6612
6613 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6614
6615         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6616         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6617         failed.
6618
6619 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6620
6621         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6622
6623 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6624
6625         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6626         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6627         recommends to use EasyPG instead of PGG.
6628
6629         * pgg.el: Revert to revision 6.23.2.16.
6630
6631         * pgg-def.el: Revert to revision 6.6.2.14.
6632
6633         * pgg-gpg.el: Revert to revision 6.23.2.34.
6634
6635 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6638         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6639         thread for both the null and zero (kill/expire thread) universal prefix
6640         cases.
6641         (gnus-summary-expire-thread): Add new function to expire a thread,
6642         using gnus-summary-kill-thread.
6643         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6644         shortcuts for gnus-summary-expire-thread.
6645         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6646         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6647
6648 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6651         extras value, so an extras entry can be deleted.
6652         (gnus-registry-delete-extra-entry): Use it.
6653         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6654         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6655         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6656         storage through the gnus-registry, and provide an appropriate API for
6657         it.
6658
6659 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6660
6661         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6662         Suggested by Leo <sdl.web@gmail.com>.
6663
6664         * gnus.el: Do.
6665
6666 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6669         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6670
6671         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6672
6673         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6674         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6675
6676 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6677
6678         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6679         newline.
6680         (nnmbox-request-accept-article): Don't change article in source buffer;
6681         narrow to header to use message-fetch-field rather than
6682         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6683         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6684         as delimiters; make sure article ends with newline.
6685         (nnmbox-delete-mail): Correct last position of article to be deleted;
6686         ignore X-Gnus-Newsgroup header in article body.
6687         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6688         positions; make sure article ends with newline.
6689
6690         * message.el (message-display-abbrev): Don't infloop when a user
6691         inserts SPC in the beginning of header.
6692
6693         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6694         coding-system-for-read and coding-system-for-write for XEmacs having no
6695         file-coding feature.
6696
6697         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6698
6699 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6702         list of groups not followed by default.  Fix type to be regexp.
6703         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6704
6705 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6706
6707         * hmac-def.el (define-hmac-function): Switch from old-style to
6708         new-style backquotes.
6709
6710         * md4.el (md4-make-step): Likewise.
6711
6712 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6715         raw-text coding system when saving .newsrc file, which may contain
6716         non-ASCII group names.
6717
6718 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-cus.el (gnus-score-extra): New widget.
6721         (gnus-score-extra-convert): New function.
6722         (gnus-score-customize): Use it for Extra.
6723
6724 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6725
6726         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6727         (mml2015-mailcrypt-clear-verify): Use it.
6728         (mml2015-gpg-clear-verify): Use it.
6729         (mml2015-pgg-clear-verify): Use it.
6730         (mml2015-epg-clear-verify): Replace the current part with the output
6731         from GnuPG; don't extract the plaintext by itself.
6732
6733         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6734         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6735         mml2015-clear-verify-function; don't touch the armor headers or
6736         dash-escaped text here.
6737
6738 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6741         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6742         parts, or application/octet-stream as a last resort.
6743         (gnus-mime-view-part-as-type): Don't toggle display.
6744         (gnus-mime-view-part-as-charset): Don't turn off display before
6745         querying charset.
6746
6747         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6748         stuff to undisplayer function in Emacs.
6749         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6750
6751         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6752         text/calendar parts.
6753
6754 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6757         decoding text/calendar parts.
6758
6759         * message.el (message-forward-make-body-mime): Always mark body as
6760         having no illegible text; remove signed-or-encrypted argument.
6761         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6762
6763         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6764         (mml-generate-mime-1): Don't encode body if it is specified to be in
6765         raw form; don't make buffer be unibyte when inserting multibyte string.
6766
6767 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6768
6769         * sha1.el: Fix up comment style.
6770         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6771         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6772
6773         * hex-util.el: Fix up comment style.
6774         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6775
6776         * gnus-salt.el: Use with-current-buffer.
6777         (gnus-pick-setup-message): Fix long-standing typo.
6778
6779 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * imap.el (imap-logout-timeout): New variable.
6782         (imap-logout, imap-logout-wait): New functions.
6783         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6784
6785         * nnimap.el (nnimap-logout-timeout): New server variable.
6786         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6787         nnimap-logout-timeout.
6788
6789         * gnus-art.el (gnus-article-summary-command-nosave)
6790         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6791
6792 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * gnus.el (gnus-maximum-newsgroup): New variable.
6795
6796         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6797         according to gnus-maximum-newsgroup.
6798
6799         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6800         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6801         Limit the range of articles according to gnus-maximum-newsgroup.
6802
6803 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6804
6805         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6806         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6807         Don't perform gnus-configure-windows here; reuse existing sticky
6808         article buffer.
6809
6810         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6811         it doesn't exist in gnus-article-mode.
6812
6813 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6816         (gnus-agent-decoded-group-name): New function.
6817         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6818         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6819
6820 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6821
6822         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6823         Add binding for gnus-sticky-article.
6824         (gnus-summary-exit): Don't kill sticky article buffers.
6825
6826         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6827         article buffer.
6828         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6829         (gnus-kill-sticky-article-buffers): New commands.
6830
6831 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * nntp.el (nntp-xref-number-is-evil): New server variable.
6834         (nntp-find-group-and-number): If it is non-nil, don't trust article
6835         numbers in the Xref header.
6836
6837 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-agent.el (gnus-agent-read-group): New function.
6840         (gnus-agent-flush-group, gnus-agent-expire-group)
6841         (gnus-agent-regenerate-group): Use it.
6842         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6843         nnmail-pathname-coding-system.
6844
6845 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6848
6849         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6850         that are unread as unread, and also as selected so that information of
6851         marks having been changed by a user may be updated when exiting group.
6852
6853 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6856         calculated ignoring signature parts to gnus-treat-article.
6857
6858 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6861         a point here in order to keep the window start.
6862         (gnus-insert-mime-security-button): Make a button overlay without the
6863         front stickiness.
6864         (gnus-mime-display-security): Goto the end of a button.
6865
6866         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6867
6868 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6871         group-name-at-point.
6872         (gnus-group-completing-read): New function that offers decoded
6873         non-ASCII group names for completion.
6874         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6875         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6876         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6877         (gnus-group-fetch-control): Use it.
6878         (gnus-fetch-group): Use group-name-at-point for the initial value
6879         rather than the default value; use gnus-alive-p.
6880
6881         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6882         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6883         (gnus-summary-post-news): Use gnus-group-completing-read.
6884
6885         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6886         (gnus-read-move-group-name): Decode group name for completion.
6887
6888 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6891         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6892         Yamaoka slightly modified the code).
6893
6894 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6897         (nnmail-split-incoming): Bind it.
6898
6899         * nnml.el (nnml-group-name-charset): New function.
6900         (nnml-decoded-group-name): Use it; don't decode group name if
6901         nnmail-group-names-not-encoded-p is non-nil.
6902         (nnml-encoded-group-name): New function.
6903         (nnml-group-pathname): Inline nnml-decoded-group-name.
6904         (nnml-request-expire-articles): Decode group name in message.
6905         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6906         nnmail-pathname-coding-system.
6907         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6908         not decoded ones according to nnmail-group-names-not-encoded-p.
6909         (nnml-generate-active-info): Use nnml-encoded-group-name.
6910
6911 2007-08-08  Glenn Morris  <rgm@gnu.org>
6912
6913         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6914         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6915         doc-strings and comments.
6916
6917 2007-07-25  Glenn Morris  <rgm@gnu.org>
6918
6919         * Relicense all FSF files to GPLv3 or later.
6920
6921 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-sum.el (gnus-summary-move-article): Make
6924         gnus-summary-respool-article work.
6925
6926 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6929         string.
6930
6931 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6932
6933         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6934         that should be ignored when comparing distant RSS articles with local
6935         ones.
6936         (nnrss-make-hash-index): New function.  Create a hash index according
6937         to the ignored fields.
6938         (nnrss-check-group): Use it.
6939
6940 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6943
6944         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6945
6946         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6947         the new optional argument ENCODED is non-nil.
6948         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6949         coding system for encoding group name.
6950         (gnus-group-make-rss-group): Pass un-encoded group name to
6951         gnus-group-make-group.
6952         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6953         encoded.
6954
6955         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6956         Encode group name to which articles are moved or copied.
6957         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6958         coding system for encoding Newsgroup, Followup-To and Xref headers.
6959
6960         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6961         marks; use nnheader-file-coding-system to write a file.
6962         (nnagent-retrieve-headers): Bind file-name-coding-system to
6963         nnmail-pathname-coding-system.
6964
6965         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6966
6967         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6968         (nnml-request-article, nnml-request-create-group)
6969         (nnml-request-rename-group, nnml-find-id)
6970         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6971         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6972         (nnml-save-marks): Use nnml-group-pathname instead of
6973         nnmail-group-pathname.
6974
6975         (nnml-request-create-group, nnml-request-expire-articles)
6976         (nnml-request-move-article, nnml-request-delete-group)
6977         (nnml-deletable-article-p, nnml-possibly-create-directory)
6978         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6979         (nnml-open-marks): Bind file-name-coding-system to
6980         nnmail-pathname-coding-system.
6981
6982         (nnml-request-article): Pass server argument to nnml-find-group-number.
6983         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6984         server argument to nnml-possibly-create-directory.
6985         (nnml-request-accept-article): Pass server argument to
6986         nnml-active-number and nnml-save-mail.
6987         (nnml-find-group-number): Pass server argument to nnml-find-id.
6988         (nnml-request-update-info): Pass server argument to
6989         nnml-marks-changed-p.
6990
6991         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6992         (nnml-save-mail, nnml-active-number): Add server argument.
6993
6994         (nnml-request-delete-group): Warn if group is missing.
6995         (nnml-get-nov-buffer): Decode group name.
6996         (nnml-generate-active-info): Encode group name.
6997         (nnml-open-marks): Decode group name in messages.
6998
6999 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7002         if it is not specified.
7003         (gnus-article-pipe-part, gnus-article-save-part)
7004         (gnus-article-interactively-view-part, gnus-article-copy-part)
7005         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7006         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7007         (gnus-article-replace-part, gnus-article-delete-part)
7008         (gnus-article-view-part-as-type): Pass raw prefix argument to
7009         gnus-article-part-wrapper.
7010
7011 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-agent.el (gnus-agent-save-active): Bind
7014         nnheader-file-coding-system to gnus-agent-file-coding-system.
7015
7016         * gnus-cache.el (gnus-cache-save-buffers)
7017         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7018         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7019         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7020         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7021         (gnus-cache-generate-active, gnus-cache-rename-group)
7022         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7023         (gnus-cache-update-overview-total-fetched-for): Bind
7024         file-name-coding-system to nnmail-pathname-coding-system.
7025         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7026         variables.
7027         (gnus-cache-decoded-group-name): New function.
7028         (gnus-cache-file-name): Use it.
7029         (gnus-cache-generate-active): Use non-decoded group name for active.
7030
7031         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7032         right place.
7033         (gnus-write-active-file): Don't break non-ASCII group names.
7034
7035         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7036         nnmail-pathname-coding-system.
7037
7038         * lpath.el: Bind default-file-name-coding-system,
7039         file-name-coding-system and language-info-alist for XEmacs.
7040
7041         * gnus-uu.el (gnus-uu-decode-save): Typo.
7042
7043 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7046
7047 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7050         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7051         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7052         (gnus-agent-flush-group, gnus-agent-flush-cache)
7053         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7054         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7055         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7056         (gnus-agent-regenerate-group)
7057         (gnus-agent-update-files-total-fetched-for)
7058         (gnus-agent-update-view-total-fetched-for): Bind
7059         file-name-coding-system to nnmail-pathname-coding-system.
7060         (gnus-agent-group-pathname): Don't encode file names by
7061         nnmail-pathname-coding-system.
7062         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7063         coding-system-for-write instead of buffer-file-coding-system to
7064         gnus-agent-file-coding-system.
7065
7066         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7067         Decode group name.
7068
7069         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7070
7071         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7072         (gnus-read-newsrc-el-file): Make group names unibyte.
7073
7074         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7075         nnmail-pathname-coding-system.
7076
7077         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7078         (nnrss-request-delete-group): Bind file-name-coding-system to
7079         nnmail-pathname-coding-system.
7080         (nnrss-read-server-data, nnrss-read-group-data): Bind
7081         file-name-coding-system correctly.
7082         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7083
7084         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7085         (nntp-server-to-method-cache): New variable.
7086         (nntp-group-pathname): New function that decodes non-ASCII group names.
7087         (nntp-possibly-create-directory, nntp-marks-changed-p)
7088         (nntp-save-marks, nntp-open-marks): Use it.
7089         (nntp-possibly-create-directory, nntp-open-marks):
7090         Bind file-name-coding-system to nnmail-pathname-coding-system.
7091         (nntp-open-marks): Decode group names when bootstrapping marks.
7092
7093         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7094         Newsgroups and Folowup-To headers.
7095
7096 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7099         (gnus-server-closed-face, gnus-server-denied-face)
7100         (gnus-server-offline-face): Remove variable.
7101         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7102
7103         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7104         of modifying message-stack directly for XEmacs.
7105
7106         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7107         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7108         if the coding-system argument is nil for XEmacs.
7109
7110         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7111         mm-charset-override-alist.
7112
7113         * rfc2047.el: Don't require base64; require rfc2045 for the function
7114         rfc2045-encode-string.
7115         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7116         to quote the parameter value.
7117
7118 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7121         form in gnus-group-name-charset-method-alist.
7122
7123         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7124         overrides the default layout edit-form.
7125
7126         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7127
7128         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7129
7130 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7133         as unfetched articles.
7134
7135 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7138
7139 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7142         original back end that keeps marks in the local system.
7143
7144 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7147         arg of pop-to-buffer for XEmacs.
7148         (gnus-article-read-summary-keys): Ditto; don't restore window
7149         configuration if summary command ends up with neither article buffer
7150         nor summary buffer; describe bindings if summary keys end with C-h.
7151
7152 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * message.el (message-fix-before-sending): Skip raw message part to be
7155         forwarded while checking illegible text.
7156         (message-forward-make-body-mime, message-forward-make-body): Mark
7157         signed or encrypted raw message as having no illegible text.
7158
7159 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7162         (gnus-message-with-timestamp-1): New macro.
7163         (gnus-message-with-timestamp): New function.
7164         (gnus-message): Use them.
7165
7166         * nnheader.el (nnheader-message): Use them.
7167
7168 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7171         .newsrc.eld file.
7172
7173 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * gnus-agent.el (gnus-agent-fetch-headers)
7176         (gnus-agent-retrieve-headers): Bind
7177         gnus-decode-encoded-address-function to identity.
7178
7179         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7180         available also when the server returns simply a dot.
7181
7182         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7183
7184 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7187
7188 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-ems.el (gnus-x-splash): Make it work.
7191
7192         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7193         from being used.
7194
7195         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7196
7197 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7200         4th and the 5th arguments.
7201
7202         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7203         the front stickiness.
7204         (gnus-article-summary-command-nosave): Correct the order of the
7205         arguments passed to pop-to-buffer.
7206         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7207         summary command ends up with the article buffer.
7208
7209         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7210         the same faces.
7211
7212 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7213
7214         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7215
7216 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7217
7218         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7219         * gnus-sum.el (gnus-summary-highlight):
7220         * pgg.el (pgg-sign-region, pgg-sign):
7221         * mail-source.el (mail-source-delete-old-incoming-confirm):
7222         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7223
7224 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-art.el (gnus-mime-view-part-externally)
7227         (gnus-mime-view-part-internally): Fix predicate function passed to
7228         completing-read.
7229
7230         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7231
7232         * gnus.el (gnus-update-message-archive-method): Add :version.
7233
7234 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus.el (gnus-update-message-archive-method): New variable.
7237
7238         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7239         according to gnus-message-archive-method if
7240         gnus-update-message-archive-method is non-nil.
7241
7242 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7245         by Loic Dachary <loic@dachary.org>.
7246         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7247
7248 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * message.el (message-pop-to-buffer): Add switch-function argument.
7251         (message-mail): Pass switch-function argument to it.
7252
7253 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7254
7255         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7256         Improve doc string.
7257
7258 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7261         (gnus-header-content)
7262         * gnus-cite.el (gnus-cite-10)
7263         * gnus-srvr.el (gnus-server-closed)
7264         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7265         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7266         (gnus-group-mail-3-empty, gnus-group-mail-low)
7267         (gnus-group-mail-low-empty, gnus-splash)
7268         * message.el (message-header-to, message-header-cc)
7269         (message-header-subject, message-header-other, message-header-name)
7270         (message-header-xheader, message-separator, message-cited-text)
7271         (message-mml): Lighten colors of faces used for dark background.
7272
7273 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7274
7275         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7276         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7277
7278 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * message.el (message-narrow-to-headers-or-head):
7281         Ignore mail-header-separator in the body.
7282
7283 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7286         same as window size.
7287
7288 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7289
7290         * message.el (message-font-lock-keywords): Use message-header-xheader
7291         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7292         ahead of the anything pattern, to get it recognised.
7293
7294 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7297         spam.el loads uses it in the compiled defadvice form.
7298
7299 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7300
7301         * gnus-sum.el (gnus-articles-to-read)
7302         (gnus-summary-insert-old-articles): Don't truncate group name for
7303         `read-string'.
7304
7305         * gnus-util.el (gnus-limit-string): Delete this function.
7306
7307         * gnus-sum.el (gnus-simplify-subject-fully): Use
7308         `truncate-string-to-width' instead.
7309
7310 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7311
7312         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7313         if, on summary exit, the next group has to be selected.
7314         (gnus-summary-exit): Use it.
7315
7316 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7317
7318         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7319         non-break space.
7320
7321 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7324         Check if group is not a directory.
7325         (nnfolder-request-expire-articles): Don't delete articles if the target
7326         group is not available.
7327
7328         * nnml.el (nnml-request-create-group): Properly check if group is not a
7329         file.
7330         (nnml-request-expire-articles): Don't delete articles if the target
7331         group is not available.
7332
7333         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7334         Don't quote characters that are within parentheses.
7335
7336 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7339         (gnus-handle-ephemeral-exit): Select article according to it.
7340
7341 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7342
7343         * message.el (message-insert-formated-citation-line): Remove newline.
7344         (message-citation-line-format): Add final \n here so that the user can
7345         avoid a blank line.
7346
7347 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7348
7349         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7350         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7351         Update lanl/arXiv support.
7352
7353 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * gnus.el: Bump version number.
7356
7357 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7358
7359         * gnus.el (gnus-version-number): Bump version.
7360
7361 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7362
7363         * gnus.el: No Gnus v0.6 is released.
7364
7365 2007-04-27  Didier Verna  <didier@xemacs.org>
7366
7367         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7368         * gmm-utils.el (gmm-regexp-concat): here.
7369         * message.el: Don't require 'gnus-util.
7370         (message-dont-reply-to-names): Handle name change above.
7371         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7372
7373 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7376         since the initial value varies according to the system.
7377
7378 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7381
7382 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7383
7384         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7385
7386 2007-04-24  Didier Verna  <didier@xemacs.org>
7387
7388         Improve the type of gnus-ignored-from-addresses.
7389         * gnus-util.el (gnus-orify-regexp): New function.
7390         * message.el (gnus-util): Require it.
7391         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7392         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7394
7395 2007-04-24  Didier Verna  <didier@xemacs.org>
7396
7397         * gnus-sum.el:
7398         * gnus-utils.el: Fix some trailing whitespaces.
7399
7400 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7403         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7404         article's Message-ID; refer parent article in summary buffer.
7405
7406         * message.el (message-bounce): Call mime-to-mml.
7407
7408         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7409         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7410         optimize and/or forms properly.
7411
7412 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7415         URL.
7416
7417 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7420
7421 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7424         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7425         displayed of multipart/alternative part if it is invoked from summary
7426         buffer.
7427
7428         * mm-view.el (mm-inline-text-html-render-with-w3m)
7429         (mm-inline-text-html-render-with-w3m-standalone)
7430         (mm-inline-render-with-function): Use mail-parse-charset by default.
7431
7432 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7433
7434         * parse-time.el (parse-time-string-chars): Check if CHAR
7435         is less than the length of parse-time-syntax.
7436
7437 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7440         from gnus-newsgroup-processable.
7441
7442 2007-04-16  Didier Verna  <didier@xemacs.org>
7443
7444         * gnus-msg.el (gnus-configure-posting-styles): Handle
7445         message-signature-directory properly with :file syntax.  Reported by
7446         "Leo".
7447
7448 2007-04-11  Didier Verna  <didier@xemacs.org>
7449
7450         New user option: message-signature-directory.
7451         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7452         * message.el (message-insert-signature): Ditto.
7453         * message.el (message-signature-file): Doc update.
7454         * message.el (message-signature-directory): New.
7455
7456 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-msg.el (gnus-inews-yank-articles): Use
7459         message-exchange-point-and-mark instead of exchange-point-and-mark.
7460
7461 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * message.el (message-yank-original): Make sure cited text ends with
7464         newline; don't exchange point and mark.
7465
7466 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7467
7468         * tls.el (open-tls-stream): Properly handle case where there
7469         is no associated buffer.
7470
7471 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7472
7473         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7474         message-yank-original, make sure (< mark TEXT point).
7475
7476 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * message.el (message-fill-column): New variable.
7479         (message-mode): Use it.  Add comment on a possible new hook.
7480
7481         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7482         (nnmail-get-new-mail): Reformat.
7483
7484         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7485
7486         * gmm-utils.el: Fix Commentary.
7487         (gmm-tool-bar-from-list): Fix typo in doc string.
7488
7489 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7490
7491         * message.el (message-yank-original): Don't switch point and mark
7492         unnecessarily to put point and mark as documented.
7493
7494 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7495
7496         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7497         from the message heads.
7498
7499 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7500
7501         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7502         article buffer does not have a window.  This may not be the best
7503         solution but is certainly better than setting the start of the null,
7504         that is the current, window.
7505
7506 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7509         (gnus-draft-setup): Run it.
7510
7511         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7512         gnus-score-fast-scoring.  Allow regexp.
7513         (gnus-score-headers): Use it.
7514
7515         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7516         XEmacs.
7517
7518         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7519         string.
7520         (gnus-button-alist): Also catch `<f1> k ...'.
7521         (gnus-treat-display-x-face): Fix doc string.
7522
7523 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7524
7525         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7526         evaluation of gnus-extended-version to ensure correct generation of the
7527         User-Agent header when message-generate-headers-first is used.
7528
7529 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7530
7531         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7532         hashcash-path is nil.  Don't call callback with incorrect number of
7533         parameters if val is 0.
7534
7535 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7536
7537         * message.el (message-required-news-headers):
7538         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7539
7540 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7541
7542         * tls.el (open-tls-stream): In handshake-waiting loop,
7543         don't wait more if there is output available to process.
7544
7545 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7546
7547         * tls.el (tls-program): Doc fix.
7548
7549 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * message.el (message-generate-new-buffers): Change the meaning of the
7552         nil value; add `standard' to the choices; treat t as `unique'; improve
7553         doc string.
7554         (gnus-select-frame-set-input-focus): Autoload.
7555         (message-buffer-name): Search for the existing message buffer if
7556         message-generate-new-buffers is nil or `standard'; treat the value t of
7557         message-generate-new-buffers as `unique'.
7558         (message-pop-to-buffer): Raise the frame already displaying the message
7559         buffer; clear the echo area after querying.
7560         (message-setup): Pass the `continue' argument to compose-mail.
7561         (message-mail): Prefer `switch-function' if it is given; search for the
7562         existing message buffer if the `continue' argument is non-nil; pass
7563         continue and switch-function arguments to compose-mail by way of
7564         message-setup.
7565         (message-mail-other-window): Adjust argument of message-setup.
7566         (message-mail-other-frame): Ditto.
7567
7568 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7571         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7572         to turn font-lock on when turning gnus-message-citation-mode on.
7573
7574 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7575
7576         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7577         (mml-smime-function-alist): New variable; add epg as the backend.
7578         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7579         mml-smime- functions instead.
7580         * mm-view.el: Require smime.
7581
7582 2007-03-05  Didier Verna  <didier@xemacs.org>
7583
7584         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7585         instead of just inheritance for posting styles.
7586         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7587
7588 2007-02-24  Chris Moore  <dooglus@gmail.com>
7589
7590         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7591         * pgg-pgp.el (pgg-pgp-encrypt-region):
7592         * pgg-gpg.el (pgg-gpg-encrypt-region):
7593         Check pgg-encrypt-for-me if no other recipients.
7594
7595 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7596
7597         * tls.el (tls-certtool-program): Fix custom type.
7598
7599 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7602         and point-at-eol instead of line-(beginning|end)-position.
7603
7604         * assistant.el (assistant-parse-buffer): Ditto.
7605
7606         * netrc.el (netrc-parse-services): Ditto.
7607
7608 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7609
7610         * mml2015.el (mml2015-epg-find-usable-key): New function.
7611         (mml2015-epg-sign): Use it.
7612         (mml2015-epg-encrypt): Use it.
7613
7614 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * message.el (message-make-in-reply-to): Quote name containing
7617         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7618         if there are special characters.  Reported by NAKAJI Hiroyuki
7619         <nakaji@jp.freebsd.org>.
7620
7621 2007-02-27  Didier Verna  <didier@xemacs.org>
7622
7623         Include the group parameters as well as the topic ones in the
7624         inheritance filter process.
7625         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7626         argument GROUP-PARAMS-LIST.
7627         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7628
7629 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * nntp.el (nntp-never-echoes-commands)
7632         (nntp-open-connection-functions-never-echo-commands): New variables.
7633         (nntp-send-command): Use them.
7634
7635 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7636
7637         * mml2015.el (mml2015-epg-verify): Simplified.
7638
7639 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * mml.el (mml-content-disposition-alist): New user option.
7642         (mml-content-disposition): New function.
7643         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7644         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7645
7646 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7647
7648         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7649         verification.
7650
7651 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7652
7653         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7654         articles posted in the last 24 hours.
7655
7656 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7657
7658         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7659
7660 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7661
7662         * nntp.el (nntp-send-command): Don't wait for echoes when
7663         nntp-open-ssl-stream is used.
7664
7665 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7668         (gnus-message-add-citation-keywords)
7669         (gnus-message-remove-citation-keywords): Remove.
7670         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7671         directly, make the variables in font-lock-defaults buffer-local, add
7672         gnus-message-citation-keywords to them and then update the value of
7673         font-lock-keywords.
7674
7675 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * message.el (message-cite-original-1): Don't call
7678         gnus-article-highlight-citation.
7679
7680         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7681         citations; fix line count.
7682
7683 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7686         (gnus-message-add-citation-keywords)
7687         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7688         versions of font-lock-add-keywords and font-lock-remove-keywords to
7689         work with XEmacs correctly.
7690
7691 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * gnus-cite.el (gnus-cite-face-list): Set the values of
7694         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7695         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7696         (gnus-message-cite-prefix-regexp): New variable.
7697         (gnus-message-search-citation-line): Use it; protect against long
7698         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7699         the 0th match data for Emacs.
7700         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7701         (gnus-message-add-citation-keywords): Append keywords rather than
7702         prepending; emulate font-lock-add-keywords if it is not available.
7703         (gnus-message-remove-citation-keywords): Emulate
7704         font-lock-remove-keywords if it is not available.
7705
7706         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7707
7708         * message.el (message-cite-prefix-regexp): Set the value of
7709         gnus-message-cite-prefix-regexp.
7710
7711 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7712
7713         * nnweb.el (nnweb-google-parse-1): Update parser.
7714
7715 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7716
7717         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7718
7719 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7720
7721         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7722         regexp.
7723
7724 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7727         string-to-multibyte.
7728         (uudecode-decode-region-internal): Use it.
7729
7730         * lpath.el: Fbind string-as-multibyte for XEmacs.
7731
7732 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7735         custom choice.
7736
7737         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7738
7739 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7740
7741         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7742
7743         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7744         `write-region' to respect `mm-inhibit-file-name-handlers'.
7745
7746 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7749         Use gnus-home-directory instead of "~/" or "$HOME".
7750
7751 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7752
7753         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7754         to mention filename.
7755         Add comments at beginning regarding usage.
7756         (encrypt-write-file-contents): Change interactive so a string is
7757         acceptable.  If the file has no associated model, show an error instead
7758         of a nonsense prompt.
7759
7760 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7761
7762         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7763         Thanks to Yoshihiko Yamada for kind notification of this typo.
7764
7765 2007-01-12  Kenichi Handa  <handa@m17n.org>
7766
7767         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7768         multibyte buffer.
7769
7770 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * gnus-score.el (gnus-score-fast-scoring): New variable.
7773         (gnus-score-headers): Use it.
7774
7775         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7776
7777         * message.el (message-cite-original-1): Call
7778         gnus-article-highlight-citation if requested.
7779         (message-make-from): Allow name and address as optional arguments.
7780
7781         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7782
7783         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7784         bugs to doc string.
7785         (gnus-button-alist): Add mid\\|message-id.
7786         (gnus-button-fetch-group): Extend for use in
7787         `browse-url-browser-function'.
7788         (gnus-button-url-regexp): Try to catch paired parentheses like in
7789         Wikipedia URLs.
7790
7791         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7792         Suggested by Simon Krahnke <overlord@gmx.li>.
7793
7794 2007-01-13  Romain Francoise  <romain@orebokech.com>
7795
7796         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7797         Update copyright.
7798
7799 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7800
7801         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7802
7803 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7804
7805         * gnus-registry.el (gnus-registry-unfollowed-groups)
7806         (gnus-registry-split-fancy-with-parent): Fix documentation.
7807
7808 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7811         from nnweb groups.
7812
7813 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7814
7815         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7816         Xref urls.  Erase buffer before requesting head.
7817
7818 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7819
7820         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7821         customizable.
7822
7823 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7824
7825         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7826         no signing key is found.
7827         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7828         no encrypting and/or signing key is found.
7829
7830 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7833
7834 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7835
7836         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7837         headers read from disk with the ones newly found in the current search.
7838         This should no longer cause problems, because the article numbers in
7839         Gmane's `nov.php' output are ignored since the previous change.
7840
7841 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7842
7843         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7844
7845 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7848         replace-regexp-in-string; bind url-version; fbind display-images-p and
7849         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7850         find-face and set-itimer-function for Emacs; bind itimer-list for
7851         Emacs.
7852
7853         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7854
7855 2007-01-01  Romain Francoise  <romain@orebokech.com>
7856
7857         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7858
7859 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7860
7861         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7862         `define-minor-mode' macro definition expanded properly.
7863         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7864         exclude it there.
7865
7866         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7867         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7868         `fboundp' test.
7869         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7870         This is OK to autoload in (S)XEmacs now.
7871
7872 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7873
7874         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7875         keystroke.
7876         (gnus-summary-limit-to-singletons): Fix typo.
7877
7878         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7879         else fails.
7880
7881 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7882
7883         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7884         docstring.
7885
7886         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7887         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7888         (gnus-summary-insert-dormant-articles): Fix typo in message.
7889
7890 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7893         nil for XEmacs.
7894         (gnus-message-citation-mode): Don't autoload in XEmacs.
7895
7896         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7897
7898 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7899
7900         * nnimap.el (nnimap-expunge-search-string): Mention
7901         nnimap-search-uids-not-since-is-evil in docstring.
7902
7903 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7904
7905         * spam.el: Revert to make-obsolete-variable because
7906         define-obsolete-variable-alias is not supported in Emacs 21.
7907
7908         * spam.el (spam-ifile-path, spam-ifile-database-path)
7909         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7910         make-obsolete-variable.
7911         (spam-bsfilter-path, spam-bsfilter-program)
7912         (spam-spamassassin-path, spam-spamassassin-program)
7913         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7914         use "path" inappropriately.
7915         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7916         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7917         variable names.
7918
7919 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7920
7921         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7922         summary buffer.
7923
7924         * password.el (password-cache-remove): Use clear-string to burn
7925         password, if available.
7926
7927 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7930
7931         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7932
7933         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7934         (gnus-message-highlight-citation): Move defcustom here from
7935         gnus-cite.el.
7936         (gnus-message-citation-mode): Autoload.
7937
7938         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7939         checks to make it compile with XEmacs.
7940         (gnus-message-citation-mode): New minor mode.
7941         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7942         (gnus-message-highlight-citation): New variables.
7943         (gnus-message-search-citation-line)
7944         (gnus-message-add-citation-keywords)
7945         (gnus-message-remove-citation-keywords)
7946         (turn-on-gnus-message-citation-mode)
7947         (turn-off-gnus-message-citation-mode): New functions.
7948
7949 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7950
7951         * gnus-cite.el: Enable highlighting of different citation levels in
7952         message-mode.
7953
7954 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * message.el (message-make-fqdn): Fix comment.
7957         (message-bogus-system-names): Add ".local".
7958
7959         * spam.el (spam-ifile-path, spam-ifile-program)
7960         (spam-ifile-database-path, spam-ifile-database)
7961         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7962         Don't use "path" inappropriately.
7963         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7964         strings.
7965         (spam-check-ifile, spam-ifile-register-with-ifile)
7966         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7967         new variable names.
7968
7969         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7970         (gnus-treat-display-smileys): Simplify using
7971         gnus-image-type-available-p.
7972
7973         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7974         available.
7975
7976         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7977         `display-images-p' if available.
7978
7979 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7982         one after turning on the buffer's multibyteness instead of decoding
7983         them directly in the unibyte buffer that causes unexpected conversion
7984         in Emacs 23 (unicode).
7985
7986 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7987
7988         * message.el (message-generate-hashcash): Fix custom type.
7989
7990 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7993
7994 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7997         disconnect icons.  Add help text.
7998
7999 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8000
8001         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8002         negated to be consistent with the others we handle.
8003
8004 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005
8006         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8007         version of gnus-summary-buffer to something, so that we can use two
8008         article buffers at the same time.
8009
8010 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8011
8012         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8013         trigger all the extra headers.
8014         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8015         sorting.
8016
8017 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8018
8019         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8020         solid groups.
8021
8022 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8023
8024         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8025
8026 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * legacy-gnus-agent.el: Add Copyright notice.
8029
8030 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8031
8032         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8033
8034 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8037
8038         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8039         to make it work reliably in CVS Emacs.
8040         (gnus-summary-limit-strange-charsets-predicate)
8041         (gnus-summary-limit-to-predicate): New functions.
8042
8043 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8044
8045         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8046         specifying array size.
8047         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8048         array if it is too small.
8049         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8050         (gnus-sort-threads-loop): New function.
8051
8052 2006-12-06  Chris Moore  <dooglus@gmail.com>
8053
8054         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8055         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8056
8057 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8058
8059         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8060         options.
8061
8062 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8063
8064         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8065         DOS-ing the recipient.
8066
8067         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8068         the headers when creating the mapping to avoid mismappings.
8069         (nnweb-gmane-create-mapping): Always nix out old mapping.
8070
8071 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8074         and mm-verify-option to never.
8075
8076 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * message.el (message-signed-or-encrypted-p): New function.
8079         (message-forward-make-body): Use it.
8080
8081         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8082         Replace encode-coding-string with mm-encode-coding-string.
8083
8084 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * nneething.el (nneething-decode-file-name): Replace
8087         decode-coding-string with mm-decode-coding-string.
8088
8089         * gnus-int.el (gnus-open-server): Say failed server's name.
8090
8091 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8092
8093         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8094         strings to a single string.  Quote `errors-file-name'.
8095         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8096         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8097         Adjust calls.  Use `shell-quote-argument'.
8098
8099 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8100
8101         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8102         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8103
8104         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8105         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8106         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8107         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8108         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8109         (gnus-subscribe-newsgroup, gnus-1):
8110         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8111         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8112         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8113         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8114
8115 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8116
8117         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8118         keystroke.
8119         (gnus-summary-limit-to-bodies): Implement headersp.
8120
8121 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8124
8125 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8128
8129 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * message.el (message-generate-hashcash): Expand range of values to
8132         include `opportunistic'.
8133         (message-send-mail): Use it.
8134
8135 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8136
8137         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8138         and comment it.
8139
8140         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8141
8142 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * gnus-util.el (gnus-extract-address-components): Improve comment.
8145
8146 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-util.el (gnus-extract-address-components): Work with address in
8149         which the name portion contains @.
8150
8151         * lpath.el: Fbind custom-autoload.
8152
8153 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * gnus.el (gnus-start): Move custom group up.
8156         (gnus-select-method): Don't autoload, but make it available for
8157         `customize-variable'.
8158         (gnus-getenv-nntpserver): Don't autoload.
8159
8160 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8163
8164 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8165
8166         * message.el (message-sendmail-extra-arguments): New variable.
8167         (message-send-mail-with-sendmail): Use it.
8168
8169 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8172         mm-with-unibyte-current-buffer to make string unibyte.
8173
8174         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8175         mm-string-as-multibyte.
8176
8177 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8178
8179         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8180         Reported by Werner Koch <wk@gnupg.org>.
8181
8182 2006-11-14  Daiki Ueno  <ueno@p360>
8183
8184         * mml2015.el: Autoload epa-select-keys when compiling.
8185
8186 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8187
8188         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8189         message-options.
8190         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8191
8192 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8193
8194         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8195         EasyPG (< 0.0.6).
8196         (mml2015-always-trust): New user option.
8197         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8198         prompt.
8199
8200 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * nntp.el (nntp-authinfo-force): New variable.
8203         (nntp-send-authinfo): Use it.
8204
8205 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8208         decode encoded words.  Improve prompt.  Add comment about forwarding.
8209         (message-replacement-char): Move up.
8210
8211 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8212
8213         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8214         instead of gnus-intersection because arguments of gnus-sorted-nunion
8215         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8216
8217 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8218
8219         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8220         (message-simplify-subject-functions): Enable
8221         message-strip-subject-encoded-words by default.
8222
8223 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * message.el (message-strip-subject-encoded-words): New function.
8226         (message-simplify-subject-functions): New variable.
8227         (message-simplify-subject): Use it.  Fix typo in doc string.
8228         Support message-strip-subject-encoded-words.
8229
8230 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8231
8232         * gnus-diary.el (gnus-diary-delay-format-function):
8233         * nndiary.el (nndiary-reminders):
8234         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8235
8236 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8237
8238         * gnus-art.el (article-hide-boring-headers): Fetch date from
8239         gnus-original-article-buffer to avoid problems with localized date
8240         strings.
8241
8242 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8245
8246 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8249         New variables.
8250         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8251         (mm-charset-synonym-alist): Move some entries to
8252         mm-codepage-iso-8859-list.
8253         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8254         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8255
8256 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8259
8260 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8263         with Emacs 21 and XEmacs.
8264
8265 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8266
8267         * spam.el (spam-parse-address): New function for better parsing,
8268         catching errors, etc.
8269         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8270
8271 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * mm-view.el: Add interactive arg to html2text autoload.
8274
8275 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8278
8279 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8282         variables.
8283         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8284         (mm-charset-synonym-alist): Move some entries to
8285         mm-codepage-iso-8859-list.
8286
8287         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8288
8289 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * message.el (message-citation-line-format)
8292         (message-insert-formated-citation-line): Fix implementation of %E, %N
8293         and %n according to the doc string.
8294
8295 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8296
8297         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8298         car-safe to avoid bad parses.
8299
8300 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8303         names.
8304
8305         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8306
8307 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8310         header.
8311
8312         * message.el (message-draft-headers): Add Date.
8313         (message-headers-to-generate): Fix typo in docstring.
8314
8315         * nndraft.el (nndraft-required-headers): New variable.
8316         (nndraft-generate-headers): Use it.
8317
8318         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8319
8320 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8321
8322         * gnus-registry.el (gnus-registry-wash-for-keywords)
8323         (gnus-registry-find-keywords): New functions to allow easy searching of
8324         articles that are in the registry.
8325
8326 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8327
8328         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8329         ietf-drums-parse-address instead of gnus-extract-address-components.
8330         Reported by Damien Elmes <damien@repose.cx>.
8331
8332 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8333
8334         * gnus.el (gnus-mime): Remove unused custom group.
8335
8336 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8337
8338         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8339         "blank line" when searching for end of armor headers.
8340
8341 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gmm-utils.el (gmm-write-region): Fix variable name.
8344
8345 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * gmm-utils.el (gmm-write-region): New function based on compatibility
8348         code from `mm-make-temp-file'.
8349
8350         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8351
8352         * nnmaildir.el (nnmaildir--update-nov)
8353         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8354         Use `gmm-write-region'.
8355
8356 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8357
8358         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8359         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8360
8361         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8362
8363         * message.el (message-replacement-char): New variable.
8364         (message-fix-before-sending): Use it.
8365         (message-simplify-subject): New function to remove duplicate code.
8366         (message-reply, message-followup): Use it.
8367
8368         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8369         gnus-summary-limit-to-articles.
8370
8371 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus-util.el (gnus-with-local-quit): New macro.
8374
8375         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8376
8377 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8378
8379         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8380         ignore non-string data.
8381
8382 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8383
8384         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8385         non-string data (needs to be done in the registry too).
8386
8387 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8388
8389         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8390         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8391         (gnus-registry-split-fancy-with-parent)
8392         (gnus-registry-fetch-simplified-message-subject-fast)
8393         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8394         Remove text properties on ingress into the registry and when it's saved.
8395         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8396         registry from entries with no groups.
8397
8398 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8399
8400         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8401         function to remove string properties.
8402
8403 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gmm-utils.el (gmm): Adjust custom version.
8406
8407         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8408         custom version.
8409
8410         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8411
8412 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * gnus-art.el (gnus-insert-prev-page-button)
8415         (gnus-insert-next-page-button): Simplify.  Reformat.
8416
8417 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8418
8419         * gnus-art.el (gnus-insert-prev-page-button)
8420         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8421
8422 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8423
8424         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8425
8426 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8427
8428         * gnus-art.el (gnus-insert-mime-button)
8429         (gnus-insert-mime-security-button):
8430         Apply gnus-article-button-face to MIME and security buttons.
8431
8432 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8435         readable.
8436
8437 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8440
8441 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8442
8443         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8444         `browse-url-of-file' instead of `browse-url'.
8445
8446 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8447
8448         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8449         regexp.  Articles containing quotation were cut prematurely.
8450
8451 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * message.el (message-cite-original-1): Use nobody by default for the
8454         value of From header.
8455         (message-reply): Ditto.
8456
8457 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8458
8459         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8460         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8461         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8462
8463 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8466         mails in the doc string.  Add some URLs in comment.
8467         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8468
8469 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8472         backslashes handling and the way to find boundaries of quoted strings.
8473
8474 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8475
8476         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8477         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8478         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8479         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8480
8481 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8484         doc string.
8485         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8486
8487 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * lpath.el: Fbind epg-check-configuration.
8490
8491 2006-09-06  Simon Josefsson  <jas@extundo.com>
8492
8493         * mml2015.el (mml2015-use): Doc fix, mention epg.
8494
8495 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8496
8497         * mml2015.el (mml2015-use): Default to epg, if available.
8498
8499 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8500
8501         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8502         message-sender.
8503         (mml1991-epg-encrypt): Ditto.
8504         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8505         message-sender.
8506         (mml2015-epg-encrypt): Ditto.
8507
8508 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8509
8510         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8511         several common directories.
8512
8513 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8514
8515         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8516         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8517
8518 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (article-decode-encoded-words): Make it fast.
8521
8522 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8525
8526         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8527         in quoted string into `\'.
8528
8529 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8532         Use standard-syntax-table.
8533
8534 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-art.el (gnus-decode-address-function): New variable.
8537         (article-decode-encoded-words): Use it to decode headers which are
8538         assumed to contain addresses.
8539         (gnus-mime-delete-part): Remove useless `or'.
8540
8541         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8542         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8543         (gnus-nov-parse-line): Use it to decode From header.
8544         (gnus-get-newsgroup-headers): Ditto.
8545         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8546
8547         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8548         (mail-decode-encoded-address-string): New alias.
8549
8550         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8551         New function.
8552         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8553         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8554         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8555         (rfc2047-decode-string): Ditto.
8556         (rfc2047-decode-address-region): New function.
8557         (rfc2047-decode-address-string): New function.
8558
8559 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * message.el (message-caesar-buffer-body): Allow rotating headers.
8562
8563         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8564
8565         * message.el (message-insert-formated-citation-line): Fix %f.
8566         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8567
8568 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8571         (gnus-bookmark-mouse-available-p): New macro.
8572         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8573         (gnus-bookmark-bmenu-show-infos): Use it.
8574         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8575         (gnus-bookmark-bmenu-hide-infos): Ditto.
8576         (gnus-bookmark-remove-properties): New function.
8577         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8578         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8579         (gnus-bookmark-write-file): Bind coding-system-for-write.
8580         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8581         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8582         group before selecting it.
8583         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8584         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8585         quit-window if it is not available; use gnus-mouse-2 and bind it to
8586         gnus-bookmark-bmenu-select-by-mouse.
8587         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8588         (gnus-bookmark-bmenu-select-by-mouse): New function.
8589
8590 2006-08-13  Romain Francoise  <romain@orebokech.com>
8591
8592         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8593         space.
8594
8595 2006-08-10  Romain Francoise  <romain@orebokech.com>
8596
8597         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8598         (dns-mode-soa-auto-increment-serial): New user option.
8599         (dns-mode-soa-maybe-increment-serial): New function.
8600         (dns-mode): Add the latter to `write-contents-functions'.
8601
8602 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * compface.el (uncompface): Use binary rather than raw-text-unix.
8605
8606 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * compface.el (uncompface): Make sure the eol conversion doesn't take
8609         place when communicating with the external programs.  Reported by
8610         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8611
8612 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8615
8616 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8617
8618         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8619         Make it more robust by parsing author and date independently.
8620
8621 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8624
8625 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8626
8627         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8628         first matching secret key.
8629         (mml2015-epg-encrypt): Ditto.
8630
8631         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8632         first matching secret key.
8633         (mml1991-epg-encrypt): Ditto.
8634
8635         * mml2015.el (mml2015-encrypt-to-self): New user option.
8636         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8637         mml2015-epg-encrypt-to-self is set.
8638
8639         * mml1991.el (mml1991-encrypt-to-self): New variable.
8640         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8641         mml1991-epg-encrypt-to-self is set.
8642
8643         * mml2015.el (mml2015-signers): New user option.
8644         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8645         (mml2015-epg-encrypt): Allow to select signing keys.
8646
8647         * mml1991.el (mml1991-signers): New variable.
8648         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8649         (mml1991-epg-encrypt): Allow to select signing keys.
8650
8651 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * nnheader.el (nnheader-insert-head): Make it work even if the file
8654         uses CRLF for the line-break code.
8655
8656 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8657
8658         * mml2015.el: Require mml-sec instead of password.
8659         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8660         (mml2015-cache-passphrase): Inherit the default value from
8661         mml-secure-cache-passphrase.
8662         (mml2015-passphrase-cache-expiry): Inherit the default value from
8663         mml-secure-passphrase-cache-expiry.
8664
8665         * mml1991.el: Require mml-sec instead of password.
8666         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8667         (mml1991-cache-passphrase): Inherit the default value from
8668         mml-secure-cache-passphrase.
8669         (mml1991-passphrase-cache-expiry): Inherit the default value from
8670         mml-secure-passphrase-cache-expiry.
8671
8672         * mml-sec.el: Require password.
8673         (mml-secure-verbose): New user option.
8674         (mml-secure-cache-passphrase): New user option.
8675         (mml-secure-passphrase-cache-expiry): New user option.
8676
8677 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8678
8679         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8680         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8681         andreas@altroot.de (Andreas Vögele).
8682
8683         FIXME: Use `tiny change'?
8684
8685 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8686
8687         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8688         workaround for the url package included with Emacs.
8689
8690         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8691
8692 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8695         correctly.  This fixes a bug caused by the 2006-05-12 change.
8696
8697 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8698
8699         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8700         some information about the error when saying that the `bogus' mail
8701         group will be used.
8702
8703 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8706         string.
8707
8708 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8709
8710         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8711
8712 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8713
8714         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8715
8716 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8717
8718         * mml1991.el (mml1991-function-alist): Add epg.
8719         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8720         (mml1991-epg-encrypt): New functions.
8721
8722 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8723
8724         * mml2015.el (mml2015-verbose): New variable.
8725         (mml2015-cache-passphrase): Ditto.
8726         (mml2015-passphrase-cache-expiry): Ditto.
8727         (mml2015-function-alist): Add epg.
8728         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8729         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8730         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8731         functions.
8732
8733 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8734
8735         * message.el (message-cite-original-1): Preserve region when removing
8736         quoted text due to X-No-Archive in order to avoid bogus attribution
8737         when citing multiple messages.
8738
8739 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8740
8741         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8742         Kenneth Jacker <khj@be.cs.appstate.edu>.
8743
8744 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * gnus-diary.el (gnus-user-format-function-d)
8747         (gnus-user-format-function-D): Autoload.
8748
8749         * imap.el (Commentary): Fix typo.
8750
8751         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8752         2006-04-22 contribution.
8753
8754 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8755
8756         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8757         It didn't really fix the bogosity I'm seeing with solid web groups.
8758
8759 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8760
8761         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8762         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8763         created using server names.  If we use the feature without declaring
8764         it, Gnus does not properly manage server and group state.
8765
8766         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8767         bound.
8768
8769 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8770
8771         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8772         looking up the method using GROUP's prefix before inventing a new one.
8773         It is used on killed/unknown groups in various places where returning
8774         an all-new method isn't expected by the caller.
8775
8776         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8777         and match semantics of gnus-group-real-prefix.
8778
8779 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * nnmail.el (nnmail-broken-references-mailers): New variable.
8782         (nnmail-ignore-broken-references): New function generalizing
8783         nnmail-fix-eudora-headers.
8784         (nnmail-fix-eudora-headers): Now obsolete.
8785
8786         * gnus-art.el (gnus-button-handle-custom): Support
8787         `customize-apropos*'.
8788
8789 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8790
8791         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8792
8793         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8794         articles.
8795
8796 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * message.el (message-cite-reply-above): New variable.
8799         (message-yank-original): Use it.
8800
8801 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8804
8805 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8808         as read.
8809
8810         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8811
8812 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8815         (gnus-bookmark-default-file): Use gnus-directory.
8816         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8817         Remove "*" in doc string.
8818         (gnus-bookmark-write-file): Simplify.
8819         (gnus-bookmark-maybe-sort-alist): Use `when'.
8820         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8821         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8822         FIXME about Emacs 21 and XEmacs compatibility.
8823         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8824         compatibility.
8825         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8826         compatibility.
8827         (gnus-bookmark-menu-heading): Fix version.
8828
8829 2006-06-19  Bastien Guerry  <bzg@altern.org>
8830
8831         * gnus-bookmark.el: New file.
8832
8833 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * message.el (message-syntax-checks): Doc fix.
8836
8837 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8838
8839         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8840         unsubscribed groups as if they were killed ones.  It causes duplicate
8841         entries in gnus-newsrc-alist.
8842
8843 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * message.el (message-syntax-checks): Doc fix.
8846         (message-send-mail): Add check for continuation headers.
8847         (message-check-news-header-syntax): Fix regexp used to check for
8848         continuation headers.
8849
8850 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8853
8854 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8857
8858 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8861         default-truncate-lines.
8862
8863 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8866         to fill the utf-8 entry.
8867
8868         * lpath.el: Fbind unicode-precedence-list.
8869
8870 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8871
8872         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8873
8874 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8875
8876         * gnus-agent.el (directory-files-and-attributes): Move all the way
8877         forward (the third and final move).
8878         (gnus-agent-read-agentview): Trap reconstruction errors due to
8879         nonexistant directory.  Handle by returning nil.
8880
8881 2006-05-30  Didier Verna  <didier@xemacs.org>
8882
8883         * message.el (message-dont-reply-to-names): Update the custom type.
8884         * message.el (message-dont-reply-to-names): New defsubst: potentially
8885         convert a list of regexps into a single one.
8886         * message.el (message-get-reply-headers): Use it.
8887         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8888
8889 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-agent.el (directory-files-and-attributes): Move forward.
8892
8893 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8894
8895         * gnus-ml.el (gnus-mailing-list-subscribe)
8896         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8897         (gnus-mailing-list-message): Fix doc strings.
8898
8899 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8900
8901         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8902         of doing it manually.
8903
8904 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8905
8906         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8907         comment.
8908
8909 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8910
8911         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8912         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8913         (gnus-agent-read-local): All symbols allocated in my-obarray.
8914         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8915         (gnus-agent-regenerate-group): Check numeric names to see if they are
8916         messages or groups.
8917         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8918         better way of do this...)
8919
8920         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8921         'dummy.group' (there should be a better way of do this...)
8922
8923 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8926         (gnus-saved-headers): Ditto.
8927         (gnus-default-article-saver): Mention functions may have properties.
8928         (gnus-article-save): Override gnus-save-all-headers and
8929         gnus-saved-headers by :headers property which saver function may have.
8930         (gnus-summary-save-in-file): Add :headers property.
8931         (gnus-summary-write-to-file): Ditto.
8932
8933         * gnus-sum.el (gnus-summary-save-article): Bind
8934         gnus-prompt-before-saving to t when saving many articles in a file;
8935         always show all headers.
8936
8937         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8938
8939 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8942         marks.
8943
8944         * message.el (message-indent-citation): Add optional arguments to allow
8945         using it outside of message buffers.
8946
8947         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8948         (gnus-article-treat-unfold-headers): Use it.
8949         (gnus-article-truncate-lines): New variable.
8950         (gnus-article-mode): Use it.
8951         (gnus-article-toggle-truncate-lines): New function.
8952
8953         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8954         gnus-article-toggle-truncate-lines.
8955
8956         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8957         coding system in XEmacs, use binary.
8958
8959 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8962         after-load-alist.
8963
8964         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8965         this function should save decoded articles.
8966         (gnus-summary-write-to-file): Use property to specify this function
8967         should save decoded articles and specify gnus-summary-save-in-file
8968         should be used to save articles other than the first one when saving
8969         many articles.
8970         (gnus-summary-save-body-in-file): Use property to specify this
8971         function should save decoded articles.
8972         (gnus-summary-write-body-to-file): Use property to specify this
8973         function should save decoded articles and specify
8974         gnus-summary-save-body-in-file should be used to save articles other
8975         than the first one when saving many articles.
8976
8977         * gnus-sum.el (gnus-summary-save-article): Simplify.
8978
8979 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-art.el (gnus-default-article-saver): Add
8982         gnus-summary-write-body-to-file.
8983         (gnus-article-save-coding-system): Don't use coding system object
8984         in XEmacs.
8985         (gnus-read-save-file-name): Add optional `dir-var' argument which
8986         specifies directory in which files are saved; work even if optional
8987         `variable' argument is not specified.
8988         (gnus-summary-write-to-file): Read file name.
8989         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8990         (gnus-summary-write-body-to-file): New function.
8991
8992         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8993         (gnus-summary-local-variables): Add it.
8994         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8995         (gnus-summary-save-article): Remove optional `decode' argument;
8996         determine whether to decode articles by the value of
8997         gnus-default-article-saver; when saving many files using
8998         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8999         it first and use gnus-summary-save-in-file or
9000         gnus-summary-save-body-in-file thereafter unless
9001         gnus-prompt-before-saving is always; move point to article which
9002         will be saved.
9003         (gnus-summary-save-article-file): Revert.
9004         (gnus-summary-write-article-file): Revert.
9005         (gnus-summary-save-article-body-file): Revert.
9006         (gnus-summary-write-article-body-file): New function.
9007
9008 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * gnus-art.el (gnus-default-article-saver): Doc fix.
9011         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9012         from gnus-summary-save-article-coding-system, and default to a
9013         certain coding system.
9014         (gnus-output-to-file): Add coding cookie and encode text according
9015         to gnus-article-save-coding-system; don't use mm-append-to-file.
9016
9017         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9018         gnus-art.el and rename to gnus-article-save-coding-system.
9019         (gnus-summary-save-article): Require gnus-art; don't show all
9020         headers if it decodes articles; don't add coding cookie here;
9021         don't bind mm-text-coding-system-for-write.
9022         (gnus-summary-save-article-file): Save decoded articles.
9023         (gnus-summary-write-article-file): When saving many files, use
9024         gnus-summary-write-to-file first and gnus-summary-save-in-file
9025         thereafter unless gnus-prompt-before-saving is always.
9026         (gnus-summary-save-article-body-file): Save decoded articles.
9027
9028         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9029
9030 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9031
9032         * nnrss.el (nnrss-check-group): Bind hash-index.
9033
9034 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9035
9036         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9037         its hash index.  Store this hash in `nnrss-group-data'.
9038         (nnrss-read-group-data): Update accordingly.
9039
9040 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9041
9042         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9043         entry.
9044
9045         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9046         gnus-article-browse-html-article.
9047
9048 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9049
9050         * gnus-sum.el (gnus-summary-mime-map): Add
9051         gnus-article-browse-html-article.
9052
9053         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9054
9055 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9058         suitable coding systems in customize.
9059
9060 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * mail-source.el (mail-sources): Fix custom type.
9063
9064 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9067         (gnus-summary-expire-articles-now): Shorten prompt.
9068
9069         * gmm-utils.el (wid-edit): Require.
9070         (defun-gmm): Renamed from `gmm-defun-compat'.
9071         (gmm-image-search-load-path): Use it.
9072         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9073
9074 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9077         variable.
9078         (gnus-summary-save-article): Add optional `decode' argument.  If
9079         it is set and gnus-summary-save-article-coding-system is non-nil,
9080         save decoded article.
9081         (gnus-summary-write-article-file): Save decoded article if
9082         gnus-summary-save-article-coding-system is non-nil.
9083
9084         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9085         type.
9086
9087 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9090
9091 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9094         first to test gnus-single-article-buffer which may be buffer-local.
9095
9096         * gnus-sum.el (gnus-summary-setup-buffer): Make
9097         gnus-single-article-buffer buffer-local and nil in ephemeral
9098         group; make gnus-article-buffer, gnus-article-current, and
9099         gnus-original-article-buffer always buffer-local.
9100         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9101         group.
9102         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9103
9104 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * nnml.el (nnml-request-compact-group): Compressed files might not
9107         have .gz extension.
9108
9109 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9110
9111         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9112         (mm-copy-to-buffer): Use with-current-buffer.
9113         (mm-display-part): Simplify.
9114         (mm-inlinable-p): Add optional arg `type'.
9115
9116 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9117
9118         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9119         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9120         Try harder to show the attachment internally or externally using
9121         gnus-mime-view-part-as-type.
9122
9123 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * message.el (message-from-style, message-signature-separator)
9126         (message-user-organization-file, message-send-mail-function)
9127         (message-citation-line-function, message-yank-prefix)
9128         (message-indent-citation-function, message-signature)
9129         (message-signature-file, message-signature-insert-empty-line):
9130         Remove autoloads.
9131
9132         * gnus-art.el (gnus-buttonized-mime-types): Remove
9133         "multipart/signed".  Revert 2006-04-26 change.
9134
9135 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * gnus.el (gnus-version-number): Bump version.
9138
9139 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9140
9141         * gnus.el: No Gnus v0.5 is released.
9142
9143 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9144
9145         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9146         fetching articles by message-id.
9147
9148 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9149
9150         * message.el (hashcash): Require hashcash as normal.
9151
9152         * ecomplete.el (ecomplete-highlight-match-line): Use
9153         point-at-eol.
9154         (ecomplete-highlight-match-line): Use `highlight', because that
9155         face exists in both Emacs and XEmacs.
9156
9157         * message.el (message-display-abbrev): Use point-at-bol.
9158
9159         * mail-source.el: Don't require timer/timer-funcs.
9160
9161         * gnus-async.el: Ditto.
9162
9163         * password.el: Ditto.
9164
9165         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9166
9167         * mm-url.el: Ditto.
9168
9169         * gnus-xmas.el: Don't require timer-funcs.
9170
9171         * mm-util.el: Require timer/timer-funcs.
9172
9173 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9174
9175         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9176         Close.
9177
9178 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9181         unibyte after clear-decrypt function runs.
9182
9183         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9184         returns as a unibyte string.
9185
9186 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * lpath.el: Revert.
9189
9190         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9191         (pgg-gpg-process-sentinel): Revert.
9192
9193         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9194         (pgg-pgp-lookup-key): Revert.
9195
9196         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9197         (pgg-pgp5-lookup-key): Revert.
9198
9199         * pgg.el (pgg-fetch-key): Revert.
9200
9201 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9202
9203         * lpath.el: Fbind string-as-multibyte for XEmacs.
9204
9205         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9206         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9207         (mml1991-pgg-encrypt): Ditto.
9208
9209         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9210         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9211         a multibyte buffer.
9212
9213         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9214         (pgg-pgp-lookup-key): Ditto.
9215
9216         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9217         (pgg-pgp5-lookup-key): Ditto.
9218
9219         * pgg.el (pgg-fetch-key): Ditto.
9220
9221 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * message.el (message-user-organization-file): Check several
9224         locations of the organization file.
9225
9226         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9227         Add gnus-article-view-part-as-type.
9228
9229         * gnus-art.el (gnus-article-view-part-as-type): New function.
9230
9231         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9232         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9233
9234         * mml.el: Simplify autoload.
9235         (mml-mode): defvar dnd-protocol-alist instead of using
9236         symbol-value.
9237         (mml-default-directory): New variable.
9238         (mml-minibuffer-read-file): Use it.
9239         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9240
9241         * message.el (message-citation-line-format): New variable.
9242         (message-insert-formated-citation-line): New function.
9243         (message-citation-line-function): Add
9244         `message-insert-formated-citation-line' to custom type.
9245
9246         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9247         to doc string.
9248
9249         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9250         depending on mm-verify-option.
9251
9252 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9255         binding pgg-* variables; reimplement the section which prevents
9256         MIME header from being signed.
9257         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9258         pgg-text-mode; remove a blank line at the top of body.
9259
9260         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9261         lines at the top of body; use gnus-newsgroup-charset if there's no
9262         Charset header.
9263
9264 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * message.el (message-self-insert-commands): Doc fix.
9267
9268         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9269         (mm-uu-pgp-encrypted-test): Ditto.
9270         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9271         between header and body; return application/pgp-encrypted handle
9272         if decryption failed; decode decrypted body by charset.
9273
9274         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9275         element match to application/pgp-*.
9276
9277 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9278
9279         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9280         HTML.
9281
9282 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * mail-source.el (mail-source-call-script): Message the error
9285         string.
9286
9287 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * gnus-util.el (gnus-byte-compile): Use it.
9290
9291 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9292
9293         * gnus-util.el (kill-empty-logs): New function.
9294
9295 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9296
9297         * message.el (message-mail-alias-type): Doc fix.
9298         (message-mail-alias-type-p): New function.
9299         (message-send): Use it.
9300         (message-mode): Ditto.
9301         (message-strip-forbidden-properties): Ditto.
9302
9303         * ecomplete.el (ecomplete-database-file-coding-system): New
9304         variable.
9305         (ecomplete-save): Use it.
9306         (ecomplete-setup): Use it.
9307
9308 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9309
9310         * message.el (message-self-insert-commands): New variable.
9311         (message-strip-forbidden-properties): Use it.
9312
9313 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9316         that doesn't make XEmacs choke.
9317
9318 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * gnus-util.el (gnus-replace-in-string):
9321         Prefer replace-regexp-in-string over of replace-in-string.
9322
9323 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-util.el (gnus-select-frame-set-input-focus):
9326         Use select-frame-set-input-focus if it is available in XEmacs; use
9327         definition defined in Emacs 22 for old Emacsen.
9328
9329         * dgnushack.el: Autoload unmorse-region for XEmacs.
9330
9331         * lpath.el: Bind cursor-in-non-selected-windows and
9332         select-frame-set-input-focus for XEmacs.
9333
9334 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9337
9338 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * gnus-registry.el (gnus-registry-cache-save): Remove text
9341         properties when saving via the temp buffer.
9342
9343 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * message.el (message-generate-hashcash): Honor custom type.
9346
9347 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * message.el (message-generate-hashcash): Default to non-nil when
9350         hashcash is found.
9351
9352         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9353         (gnus-refer-thread-limit): Increase default to 500.
9354
9355         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9356
9357         * flow-fill.el (fill-flowed): Allow delete-space.
9358
9359 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9360
9361         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9362         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9363         Remove autoloads.
9364
9365 2006-04-18  Simon Josefsson  <jas@extundo.com>
9366
9367         * message.el (message-generate-hashcash): Default to.
9368
9369 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9372         concatenating segments rather than before concatenating them.
9373
9374 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9377
9378 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9381
9382         * message.el (message-forward-make-body-plain): Allow
9383         message-forward-ignored-headers to be a list.
9384         (message-remove-ignored-headers): Factor out into function.
9385         (message-forward-make-body-mml): Use it.
9386
9387         * imap.el (imap-quote-specials): New function.
9388         (imap-login-auth): Quote specials.
9389
9390         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9391         (rfc2231-parse-string): Allow concatanation of parameters that
9392         aren't contiguous.  The test case is
9393           (mail-header-parse-content-type "message/external-body;
9394             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9395             access-type=LOCAL-FILE;
9396             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9397
9398 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9399
9400         * nntp.el (nntp-accept-process-output): Return the value of
9401         `nnheader-accept-process-output'.
9402
9403 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9404
9405         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9406         (gnus-button-alist): Recognize more diff formats.
9407         (gnus-button-patch): Strip directory.
9408
9409 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9412         Emacs 22 when setting focus.
9413
9414 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * gnus-art.el (gnus-article-treat-types): Do treatment of
9417         text/x-verbatim parts.
9418         (gnus-button-patch): New command.
9419
9420         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9421         addresses that contain invalid characters.
9422
9423 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424
9425         * message.el (message-put-addresses-in-ecomplete): Use
9426         gnus-replace-in-string.
9427         (message-is-yours-p): Use the more correct
9428         mail-header-parse-address instead of
9429         mail-extract-address-components.
9430         (message-put-addresses-in-ecomplete): Fix typo.
9431
9432         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9433         keystroke.
9434
9435         * gnus-art.el (gnus-treatment-function-alist): Change order of
9436         newsgroups/generic header folding to avoid double-folding.
9437
9438         * message.el (message-hidden-headers): Add X-Draft-From.
9439
9440         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9441         command.
9442         (gnus-summary-repeat-search-article-backward): New command.
9443
9444         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9445         groups in the parent topic.
9446
9447 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9448
9449         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9450         (spam-extra-header-to-number): Return the CRM114 number as a
9451         number instead of a string.
9452
9453 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * gnus-art.el (gnus-face-properties-alist): Moved here from
9456         gnus-fun.
9457
9458         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9459
9460 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * message.el (message-strip-forbidden-properties): Only display on
9463         self-insert-command.
9464
9465         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9466         reindent.
9467         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9468
9469 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9470
9471         * smiley.el (smiley-style): Fix typo.
9472
9473 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * hashcash.el (hashcash-insert-payment-async-2): Use
9476         message-goto-eoh instead of doing it manually.
9477         (mail-add-payment): Use message-narrow-to-header instead of trying
9478         to do the same itself.
9479
9480         * message.el (message-hidden-headers): Add Face.
9481
9482         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9483         reparenting code.
9484         (gnus-summary-reparent-children): Refactored out code.
9485         (gnus-summary-thread-map): New keystroke.
9486         (gnus-summary-reparent-children): Make into command.
9487
9488         * smiley.el (smiley-style): Default to `medium' if using a large
9489         font.
9490
9491         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9492         does it itself.
9493
9494         * message.el (message-point-in-header-p): Simplify definition.
9495
9496 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * nnagent.el (nnagent-request-set-mark): Silence log file
9499         writing.
9500         (nnagent-request-set-mark): Use write-region instead of
9501         append-to-file.
9502
9503         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9504         strange select method.
9505
9506         * ecomplete.el (ecomplete-display-matches): Get highlightling
9507         right.
9508         (ecomplete-display-matches): Use literals.
9509         (ecomplete-display-matches): Disable message logging.
9510
9511         * message.el (message-display-abbrev): Small optimization.
9512
9513         * ecomplete.el (ecomplete-display-matches): Allow automatic
9514         display.
9515
9516         * message.el (message-strip-forbidden-properties): Display
9517         abbrevs.
9518         (message-display-abbrev): Get automatic display right.
9519
9520         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9521         keystrokes.
9522
9523 2006-04-13  Romain Francoise  <romain@orebokech.com>
9524
9525         TODO: Backport to v5-10!
9526
9527         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9528         Moved here (and renamed) from gnus-registry.el.
9529
9530         * gnus-registry.el: Require gnus-util.
9531         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9532
9533 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534
9535         * gnus-group.el (gnus-group-catchup-current): Change
9536         if-then-else-if-then-else into cond.
9537         (gnus-group-catchup): Indent.
9538         (group-name-at-point): New function.
9539         (gnus-fetch-group): Provide default from thing at point.
9540
9541 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9542
9543         * message.el (message-display-abbrev): Fix regexp.
9544
9545         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9546         choosing.
9547         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9548         dead variables.
9549
9550         * message.el (message-newline-and-indent): Remove debugging.
9551         (message-display-abbrev): Use new implementation.
9552
9553 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-art.el (gnus-article-mode): Set
9556         cursor-in-non-selected-windows to nil.
9557
9558         * smiley.el: Revert previous change.
9559         (smiley-data-directory): defvar it before using it in the
9560         defcustom of `smiley-style'.
9561
9562 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * message.el (message-newline-and-indent): New function.
9565
9566         * ecomplete.el: Implement more bits.
9567
9568         * message.el (message-put-addresses-in-ecomplete): Clean up the
9569         string.
9570
9571         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9572
9573         * gnus-sum.el (gnus-summary-save-parts): Bind
9574         gnus-summary-save-parts-counter and use it to make unique file
9575         names.
9576
9577         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9578
9579         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9580         parameter to say whether to actually parse the individual
9581         addresses.
9582
9583         * message.el (message-put-addresses-in-ecomplete): New function.
9584         (ecomplete): Require.
9585         (message-mail-alias-type): Add ecomplete as an option.
9586
9587 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9588
9589         * flow-fill.el (fill-flowed): Remove trailing space from blank
9590         quoted lines.
9591
9592 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9593
9594         * smiley.el (smiley-style): Move definition later to avoid a
9595         compilation warning.
9596
9597 2006-04-12  Kenichi Handa  <handa@m17n.org>
9598
9599         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9600         buffer and then decode the buffer text if necessary.
9601         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9602         first, and after mm-encode-body, change the buffer to unibyte.
9603         Use mm-disable-multibyte instead of set-buffer-multibyte.
9604
9605 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9606
9607         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9608         Content-Type header instead of Content-Disposition header.
9609         (gnus-mime-inline-part): Ditto.
9610         (gnus-mime-view-part-as-charset): Ignore charset that the part
9611         specifies.
9612
9613         * mm-decode.el (mm-display-part): Work with external parts and
9614         usual parts similarly.
9615
9616         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9617         instead of gnus-display-mime.
9618
9619         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9620         instead of with-temp-buffer.
9621
9622         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9623         tag to summarized topics part in order to encode non-ASCII text.
9624
9625 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * smiley.el (smiley-style): New variable.
9628         (smiley-directory): New function.
9629         (smiley-data-directory): Derive from `smiley-style' using
9630         `smiley-directory'.
9631         (smiley-regexp-alist): Add new entries.
9632
9633         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9634         (gnus-article-browse-delete-temp): Add :version.
9635
9636 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9637
9638         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9639         the sieve region.
9640
9641 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * gnus.el (gnus-version-number): Bump version.
9644
9645 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * gnus.el: No Gnus v0.4 is released.
9648
9649 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9650
9651         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9652         layout.
9653
9654         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9655         unknown charset.
9656
9657         * message.el (message-header-synonyms): Add Original-To to the
9658         default.
9659
9660         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9661         optional parameter.
9662
9663 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * gnus-fun.el (gnus): Require it for gnus-directory.
9666
9667 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9670
9671 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9672
9673         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9674
9675 2006-04-05  Simon Josefsson  <jas@extundo.com>
9676
9677         * password.el (password-reset): New function.
9678
9679 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9680
9681         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9682         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9683
9684 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9685
9686         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9687         Some whitespace was matched into the url, which broke browsing hits
9688         > 100 when mm-url-use-external was nil.
9689
9690 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9693         gnus-extra-headers for 'Newsgroups.
9694
9695         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9696         bound.
9697
9698 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9699
9700         * pgg-gpg.el: Clean up process buffers every time gpg processes
9701         complete.
9702
9703 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9706         doc string.
9707
9708 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9709
9710         * pgg-gpg.el (pgg-gpg-process-filter)
9711         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9712
9713         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9714         lines, temporary fix.
9715
9716 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9719
9720 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9721
9722         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9723         default-enable-multibyte-characters.  This reverts the change from
9724         revision 6.17 which is no longer necessary because the passphrase
9725         is sent separately now.  GnuPG messages are unreadable under
9726         multibyte locales with default-enable-multibyte-characters set to
9727         nil.
9728
9729 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * message.el (message-tool-bar-gnome): Move "spell".
9732
9733 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9736         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9737         instead.
9738
9739 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9740
9741         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9742         newsgroups handling for NNTP overviews which don't include
9743         Newsgroups.
9744
9745 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9746
9747         * message.el (message-resend): Bind message-generate-hashcash to nil.
9748
9749 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9750
9751         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9752         when searching for already-paid recipients.
9753
9754 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9755
9756         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9757         passphrases when it is not needed.
9758         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9759         passphrase stuff from gpg, should only be necessary when you use
9760         gpg with a smartcard.
9761
9762 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * mml.el (mml-insert-mime): Ignore cached contents of
9765         message/external-body part.
9766
9767         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9768         (mm-insert-part): Ditto.
9769
9770 2006-03-23  Simon Josefsson  <jas@extundo.com>
9771
9772         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9773         Reiner.
9774         (pgg-gpg-use-agent-p): Use it again.
9775
9776 2006-03-23  Simon Josefsson  <jas@extundo.com>
9777
9778         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9779         older emacsen.
9780         (pgg-gpg-use-agent-p): Don't use it.
9781
9782 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9785         if we can.
9786
9787 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9788
9789         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9790         (pgg-gpg-update-agent): New function.
9791         (pgg-gpg-use-agent-p): New function.
9792         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9793         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9794         (pgg-gpg-sign-region): Use it.
9795
9796 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9799         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9800
9801 2006-03-21  Simon Josefsson  <jas@extundo.com>
9802
9803         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9804         <wilde@sha-bang.de>.
9805         (pgg-gpg-use-agent): New variable.
9806         (pgg-gpg-process-region): Use it.
9807         (pgg-gpg-encrypt-region): Likewise.
9808         (pgg-gpg-encrypt-symmetric-region): Likewise.
9809         (pgg-gpg-decrypt-region): Likewise.
9810         (pgg-gpg-sign-region): Likewise.
9811         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9812
9813 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9816
9817         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9818         Add comment on version.
9819
9820 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * smiley.el: Add missing test smiley.
9823
9824 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * mm-decode.el (mm-with-part): New macro.
9827         (mm-get-part): Use it; work with message/external-body as well.
9828         (mm-save-part): Treat name and filename equally.
9829
9830         * mm-extern.el (mm-extern-cache-contents): New function.
9831         (mm-inline-external-body): Use it; force the part to be displayed;
9832         move undisplayer added to the cached handle to the parent.
9833
9834         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9835         (gnus-mime-view-part-as-type): Work with message/external-body.
9836
9837         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9838
9839 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9842         images in image-load-path.  [Sync with image.el, revision 1.60, in
9843         Emacs.]
9844
9845 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9846
9847         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9848         path rather than symbol.  Always return list of directories.
9849         Guarantee that image directory comes first.  [Sync with image.el,
9850         revision 1.59, in Emacs.]
9851
9852         * message.el (message-make-tool-bar): Adjust to new API of
9853         `gmm-image-load-path-for-library'.
9854
9855         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9856
9857         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9858
9859 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9860
9861         * gnus-art.el (gnus-article-only-boring-p):
9862         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9863         intangible text.
9864         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9865
9866 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9869         `defun' instead of `gmm-defun-compat'.
9870
9871 2006-03-14  Simon Josefsson  <jas@extundo.com>
9872
9873         * message.el (message-unique-id): Don't use message-number-base36
9874         if (user-uid) is a float.
9875         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9876
9877 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9880
9881         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9882         empty line between a part and a message part.
9883
9884 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * smiley.el: Add more test smileys.
9887         (smiley-data-directory, smiley-regexp-alist)
9888         (gnus-smiley-file-types): Fix doc strings.
9889         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9890         adding new elements.
9891         (smiley-mouse-map): Unused code.  Make it a comment.
9892
9893 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9896         scan latest NoCeM messages instead of old ones.
9897         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9898         delimiters that are recently used.
9899         (gnus-nocem-load-cache): Add autoload cookie.
9900
9901         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9902
9903         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9904         level which is larger than gnus-use-nocem is specified.
9905
9906         * gnus-group.el (gnus-group-get-new-news): Ditto.
9907
9908 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * gnus-util.el (gnus-tool-bar-update): New function.
9911
9912         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9913         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9914
9915         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9916
9917         * gnus-group.el (gnus-group-redraw-when-idle)
9918         (gnus-group-redraw-check): Remove.
9919         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9920
9921 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9924         if optional last element is specified in splits (FIELD VALUE...).
9925
9926 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9929         to gmm-image-load-path-for-library.  Call with no-error argument.
9930         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9931
9932         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9933
9934         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9935
9936         * gmm-utils.el (gmm-image-load-path): Remove alias.
9937
9938 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9939
9940         * gmm-utils.el (gmm-image-load-path): Add alias.
9941
9942         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9943         nnml-generate-nov-databases-1.
9944         (nnml-generate-nov-databases): Use it.
9945         (nnml-generate-nov-databases-directory): Document no-active
9946         argument.
9947
9948         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9949         directory if path is t.  Add no-error.
9950
9951         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9952         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9953
9954         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9955         resetting gnus-article-browse-html-temp-list.
9956
9957         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9958         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9959         Add example to docstring.  Rename local variables.  Move error
9960         checks to default case in cond and simplify.
9961
9962 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9965         handle is multipart when calling it recursively.
9966         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9967
9968 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9969
9970         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9971         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9972
9973 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9976         is loaded.
9977
9978         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9979         loaded.
9980
9981 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9984         to "Emacs 23 (unicode)" in doc string.
9985
9986         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9987         "Emacs 23 (unicode)" in comment.
9988
9989 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9992
9993         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9994         characters 160 through 255 in Emacs 23.
9995
9996 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9999         gnus-article-browse-html-temp.
10000         (gnus-article-browse-delete-temp): Make it customizable.  Add
10001         `file'.  Adjust doc string.
10002         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10003         query for each file.  Adjust doc string.
10004         (gnus-article-browse-html-parts): Add
10005         `gnus-article-browse-delete-temp-files' to
10006         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10007
10008 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10009
10010         * gnus-art.el (gnus-article-browse-html-temp)
10011         (gnus-article-browse-delete-temp): New variables.
10012         (gnus-article-browse-delete-temp-files): New function.
10013         (gnus-article-browse-html-parts): Use it.
10014
10015 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10018
10019         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10020         string.
10021
10022         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10023         gnus-summary-insert-new-articles when unplugged.  Remove
10024         gnus-summary-search-article-forward.
10025
10026         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10027         display-visual-class instead of display-color-cells.
10028
10029 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * dgnushack.el: Autoload customize-group for XEmacs.
10032
10033         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10034         message/* containing non-ASCII text properly.
10035
10036 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10037
10038         * message.el: Require gmm-utils, remove autoloads.
10039         (message-tool-bar): Set default based on
10040         gmm-tool-bar-style.
10041         (message-tool-bar-gnome): Add gmm-customize-mode.
10042
10043         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10044         gmm-tool-bar-style.
10045         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10046
10047         * gnus-group.el (gnus-group-tool-bar): Set default based on
10048         gmm-tool-bar-style.
10049         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10050
10051         * gmm-utils.el (gmm-image-directory): Rename variable from
10052         gmm-image-load-path.
10053         (gmm-image-load-path): Use gmm-image-directory.
10054         (gmm-customize-mode): New function.
10055         (gmm-tool-bar-style): New variable.
10056
10057         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10058         gnus-group-redraw-line-number.
10059         (gnus-group-redraw-check): Simplify.
10060         (gnus-group-tool-bar-update): Remove redraw check.
10061         (gnus-group-make-tool-bar): Add redraw check.
10062
10063 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10064
10065         * gnus-art.el (gnus-button): Add missing parentheses.
10066
10067 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * lpath.el: Fbind line-number-at-pos.
10070
10071 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10072
10073         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10074
10075 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * gnus-art.el (gnus-button): New face.
10078         (gnus-article-button-face): Use it.
10079
10080         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10081         gnus-summary-next-page.  Re-order.
10082
10083         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10084         next-node are now included.
10085         (gnus-group-redraw-line-number): New internal variable.
10086         (gnus-group-redraw-check): Helper function for updating the tool
10087         bar.
10088         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10089
10090         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10091
10092         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10093         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10094         Use it to match format of Spamassassin 3.0 and later.  Reported by
10095         IRIE Tetsuya <irie@t.email.ne.jp>.
10096         (spam-check-bogofilter)
10097         (spam-bogofilter-register-with-bogofilter): Fix args of
10098         `gnus-error' calls.
10099
10100 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10103         unnecessary interaction when sending queued mails.  Reported by
10104         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10105
10106 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10109         first or last are nil.
10110
10111 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10112
10113         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10114
10115 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10116
10117         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10118
10119 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10120
10121         * dns.el (query-dns): Protect more against buggy tcp output.
10122
10123 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10126         nov.php.
10127
10128 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10129
10130         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10131         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10132         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10133         output on the server side.
10134         (nnweb-google-create-mapping): Update regexps and add some
10135         progress indication.
10136
10137 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10140         gnus-agent-toggle-plugged.  Re-order icons.
10141         (gnus-group-tool-bar-gnome): Add
10142         gnus-group-{prev,next}-unread-group.
10143         (gnus-group-tool-bar-gnome): Re-order icons.
10144
10145         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10146         gnus-summary-insert-new-articles.
10147
10148         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10149         comments.
10150
10151         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10152         also available in Emacs 21.3.
10153
10154         * message.el (message-fix-before-sending): Change "Emacs 22" to
10155         "Emacs 23 (unicode)" in comment.
10156
10157         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10158         "Emacs 23 (unicode)" in comment.
10159
10160         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10161         comment.
10162         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10163
10164         * mm-view.el (mm-fill-flowed): Add :version.
10165
10166 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10167
10168         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10169         and load-path.
10170
10171 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * message.el: Autoload gmm-image-load-path.
10174         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10175         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10176         consitency.
10177
10178         * gmm-utils.el (gmm-image-load-path): Also search in
10179         "../etc/images".  Don't set gmm-image-load-path if we don't find
10180         the image.
10181
10182 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * gmm-utils.el (gmm-image-load-path): Don't make
10185         `gmm-image-load-path' include subdirectories which the second arg
10186         `image' might specify.
10187
10188         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10189         subdirectory to icon file names.
10190
10191         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10192
10193 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10196         gmm-image-load-path calls.
10197
10198         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10199
10200         * message.el (message-make-tool-bar): Ditto.
10201
10202         * mml.el (mml-preview): Added comment concerning tool bar icons.
10203
10204         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10205         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10206
10207         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10208         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10209
10210         * message.el (message-tool-bar-gnome): Use new icon names.
10211         (message-make-tool-bar): Use `gmm-image-load-path'.
10212
10213         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10214         functions from MH-E.
10215         (gmm-image-load-path): New variable from MH-E.
10216         (gmm-image-load-path): New function from MH-E.  Added arguments
10217         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10218         *-image-load-path-called-flag.
10219
10220 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10221
10222         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10223
10224 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10225
10226         * nnimap.el (nnimap-request-move-article): Change folder back to
10227         source group before deleting.
10228
10229 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10232
10233         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10234         mm-url.
10235
10236         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10237
10238 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10241         coding system which mm-charset-to-coding-system returns for a
10242         given charset is valid.
10243
10244 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10245
10246         * html2text.el (html2text-remove-tag-list):
10247         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10248
10249 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10250
10251         * gnus-cus.el: Revert 2005-10-17 change.
10252
10253 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-art.el (article-strip-banner): Call
10256         article-really-strip-banner only when the regexp match is made.
10257
10258 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * gnus-art.el (article-strip-banner): Use
10261         gnus-extract-address-components instead of
10262         mail-header-parse-addresses to make it work with non-ASCII text;
10263         remove mail-encode-encoded-word-string.
10264
10265         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10266         values which are surrounded with \"...\"; make it never cause a
10267         Lisp error; give up parsing of parameters if it failed in
10268         extracting type.
10269
10270 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10271
10272         * smime.el (smime-cert-by-ldap-1): Fix bug where
10273         `smime-ldap-search' returns results without userCertificates.
10274
10275 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10276
10277         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10278
10279 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10280
10281         * spam.el (spam-check-spamassassin-headers): Adapt format for
10282         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10283         <ari@mbf.ocn.ne.jp>.
10284         (spam-list-of-processors): Add spam-use-gmane.
10285
10286 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10289         make-temp-file; make it work with XEmacs as well.
10290
10291         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10292         mm-make-temp-file.
10293
10294         * mm-decode.el (mm-display-external): Use the 3rd arg of
10295         mm-make-temp-file.
10296         (mm-create-image-xemacs): Ditto.
10297
10298 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10301         with message-narrow-to-headers.
10302         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10303         (gnus-draft-check-draft-articles): New function.
10304         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10305
10306 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * gnus-art.el (gnus-article-browse-html-parts):
10309         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10310         Don't use suffix argument for mm-make-temp-file for Emacs 21
10311         compatibility.  Remove useless `format'.
10312
10313 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10314
10315         * nnweb.el (nnweb-google-wash-article): Update regexps.
10316         (nnweb-group-alist): Use defvoo instead of defvar.
10317
10318 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10321         re-loading nn* modules.
10322
10323 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10326         for `tool-bar-mode' and don't check it's default-value.
10327
10328         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10329
10330         * message.el (message-make-tool-bar): Ditto.
10331
10332         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10333         `substring'.  Shorten tmp-file name.
10334
10335         * gnus.el: Remove bogus comment.
10336
10337 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10338
10339         * gnus-art.el (gnus-article-browse-html-parts): New function.
10340         (gnus-article-browse-html-article): New function for viewing html
10341         articles with a browser.
10342
10343 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10344
10345         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10346         in elisp.
10347         (pgg-gpg-encrypt-symmetric-region): Ditto.
10348         (pgg-gpg-sign-region): Ditto.
10349
10350         * pgg-def.el (pgg-text-mode): New variable.
10351
10352         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10353         (mml2015-pgg-encrypt): Ditto.
10354
10355         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10356         (mml1991-pgg-encrypt): Ditto.
10357
10358 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10361         message-make-date instead of current-time-string.
10362
10363         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10364         to gnus-decoded which mm-uu might set.
10365
10366 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10369         don't decode quoted parameters; remove misimported Emacs code.
10370         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10371         (rfc2231-decode-encoded-string): Don't use split-string which
10372         behaves differently according to Emacs version; use
10373         mm-decode-coding-region to convert charset to coding-system.
10374         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10375         (rfc2231-encode-string): Remove misimported Emacs code.
10376
10377 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10380         when calling mail-header-parse-content-type.
10381         (article-de-quoted-unreadable): Ditto.
10382         (article-de-base64-unreadable): Ditto.
10383         (article-wash-html): Ditto.
10384
10385         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10386         calling mail-header-parse-content-type and
10387         mail-header-parse-content-disposition.
10388         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10389         mail-header-parse-content-type.
10390
10391         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10392         insert charset and format parameters; encode description after
10393         inserting it to buffer.
10394         (mml-insert-parameter): Fold lines properly even if a parameter is
10395         segmented into two or more lines; change the max column to 76.
10396
10397         * rfc1843.el (rfc1843-decode-article-body): Don't use
10398         ignore-errors when calling mail-header-parse-content-type.
10399
10400         * rfc2231.el (rfc2231-parse-string): Return at least type if
10401         possible; don't cause an error even if it fails in parsing of
10402         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10403         (rfc2231-encode-string): Don't break lines at the beginning, leave
10404         it to mml-insert-parameter.
10405
10406         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10407         calling mail-header-parse-content-type.
10408
10409 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * spam-report.el (spam-report-gmane-use-article-number):
10412         Improve doc string.
10413         (spam-report-gmane-internal): Check if a suitable header was found
10414         in the article.
10415
10416 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10419         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10420
10421 2006-02-05  Romain Francoise  <romain@orebokech.com>
10422
10423         Update copyright notices of all files in the gnus directory.
10424
10425 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10426
10427         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10428
10429 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10432         segmented lines of parameter value to cope with Thunderbird 1.5
10433         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10434         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10435         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10436
10437 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10438
10439         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10440         parts.
10441
10442 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10443
10444         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10445         there's only one active file for all servers.
10446         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10447         solid groups.  Gnus might have used a FAST request to select the group.
10448         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10449         and nnweb-search redundantly in the active file.
10450         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10451         (nnweb-request-create-group): Don't use ARGS.
10452         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10453         initialisations.  Let nnoo do the work.
10454
10455 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10458         Say the part has been decoded.
10459
10460         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10461
10462 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10463
10464         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10465         mailcap-viewer-test-cache when there's no 'test clause, since that
10466         will invert the meaning of a "nil" test previously determined by
10467         mailcap-mailcap-entry-passes-test.
10468
10469 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10472         compiling.
10473
10474         * gnus-sum.el: Ditto.
10475
10476         * message.el: Don't bind tool-bar-map when compiling.
10477
10478 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10479
10480         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10481
10482 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10483
10484         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10485         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10486         current Google Groups.
10487
10488 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10491         and tool-bar-mode.
10492
10493         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10494         and tool-bar-mode.
10495
10496         * message.el (message-tool-bar-update): Simplify.
10497         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10498
10499         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10500         gnus-summary-buffer.
10501         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10502         gnus-summary-reply.
10503
10504         * gmm-utils.el (gmm): Add :version.
10505
10506 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * Makefile.in (clean): New rule.
10509         (distclean): Use it.
10510
10511 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10512
10513         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10514         autoload.
10515
10516 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gmm-utils.el (gmm-verbose): Add :group.
10519
10520 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10521
10522         * message.el: Change some comments WRT tool-bars.
10523
10524         * gnus-sum.el (gnus-summary-tool-bar)
10525         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10526         (gnus-summary-tool-bar-zap-list): New variables.
10527         (gnus-summary-make-tool-bar): Complete rewrite using
10528         `gmm-tool-bar-from-list'.
10529
10530         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10531         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10532         variables.
10533         (gnus-group-make-tool-bar): Complete rewrite using
10534         `gmm-tool-bar-from-list'.
10535         (gnus-group-tool-bar-update): New function.
10536
10537         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10538
10539 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10542         is dissected into a single part of which the type is the same as
10543         the given one; decode charset.
10544
10545 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10546
10547         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10548         into alists as symbol not string, since that's what
10549         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10550         look for.
10551
10552 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10555         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10556
10557         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10558
10559 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10562         (gnus-xmas-mime-security-button-menu): New function.
10563
10564         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10565         (gnus-mime-security-button-menu): New definition.
10566         (gnus-mime-security-button-map): Use them.
10567         (gnus-mime-security-button-menu): New function.
10568         (gnus-insert-mime-security-button): Addition to help echo.
10569         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10570         (gnus-mime-security-pipe-part): New functions.
10571
10572         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10573         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10574
10575         * mm-decode.el (mm-handle-set-disposition): Remove.
10576         (mm-handle-set-description): Remove.
10577
10578 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10581         (mm-w3m-standalone-supports-m17n-p): New function.
10582         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10583         w3m usage.
10584
10585         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10586         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10587
10588 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * message.el (message-tool-bar-zap-list): Use
10591         gmm-tool-bar-zap-list as custom type.
10592         (message-tool-bar-update): New function.
10593         (message-tool-bar, message-tool-bar-gnome)
10594         (message-tool-bar-retro): Add message-tool-bar-update.
10595         (message-tool-bar-gnome): Add flyspell-buffer.
10596
10597         * gnus-util.el (gnus-error): Describe `args'.
10598
10599         * gmm-utils.el (gmm-error): Describe `args'.
10600         (gmm-tool-bar-zap-list): New widget.
10601         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10602
10603 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10606         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10607         the number of recursive calls.
10608
10609         * mm-decode.el (mm-handle-set-disposition): New macro.
10610         (mm-handle-set-description): New macro.
10611
10612 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10615         encoding.
10616
10617 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * message.el (message-tool-bar-zap-list, message-tool-bar)
10620         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10621         (message-tool-bar-local-item-from-menu): Remove.
10622         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10623         (message-make-tool-bar): New function.
10624         (message-mode): Use `message-make-tool-bar'.
10625
10626         * gmm-utils.el: New file.
10627         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10628         (gmm-lazy): New widget copied from `nnmail.el'.
10629         (gmm-tool-bar-from-list): New function for creating customizable
10630         tool bars.
10631         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10632         output.
10633         (gmm): Add :prefix to defgroup.
10634
10635 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10636
10637         * gmm-utils.el (gmm-widget-p): New function.
10638
10639 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * mml.el (mml-attach-file): Describe `description' in doc string.
10642         (mml-menu): Add Emacs MIME manual and PGG manual.
10643
10644 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10645
10646         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10647
10648 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10649
10650         * nntp.el (nntp-end-of-line): Doc fix.
10651
10652 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10653
10654         * imap.el (imap-open): Handle case where buffer is a buffer
10655         object.
10656
10657 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10658
10659         * gnus-delay.el (gnus-delay): Don't autoload.
10660         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10661         to be re-loaded when customizing the `gnus-delay' group.
10662
10663 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10664
10665         * message.el (message-insert-citation-line): Use newlines.
10666
10667 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10668
10669         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10670         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10671         these routines, so the passphrase can be managed externally and
10672         passed in to the system.
10673         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10674         pgg-add-passphrase-to-cache function.
10675
10676         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10677         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10678         these routines, so the passphrase can be managed externally and
10679         passed in to the system.
10680         (pgg-pgp5-sign-region): Use new name of
10681         pgg-add-passphrase-to-cache function.
10682
10683 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10684
10685         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10686         part of the decoded armor to find the key-identifier.
10687         (pgg-gpg-lookup-key-owner): New function to return the
10688         human-readable identifier of a key owner.
10689         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10690         itself.
10691         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10692         the key value) if we have a key and can match it against a secret
10693         key.  Also, added a note pointing out fact that the prompt only
10694         indicates the first matching key.
10695
10696         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10697         pgg-decrypt-region.
10698         (pgg-add-passphrase-to-cache): Rename from
10699         `pgg-add-passphrase-cache' to reduce confusion (all callers
10700         changed).
10701         (pgg-remove-passphrase-from-cache): Rename from
10702         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10703         changed).
10704         (pgg-read-passphrase, pgg-add-passphrase-cache)
10705         (pgg-remove-passphrase-cache): Add informative docstrings.
10706         (pgg-decrypt): Convey provided passphrase in subordinate call to
10707         pgg-decrypt-region.
10708
10709 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10710
10711         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10712         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10713         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10714         'passphrase' argument, so the passphrase can be managed externally
10715         and then passed in to the system.
10716
10717         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10718         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10719         so the passphrase cache can be used reliably with identifiers
10720         besides a pgp packet's key id.
10721
10722         * pgg-gpg.el (pgg-gpg-encrypt-region)
10723         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10724         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10725         these routines, so the passphrase can be managed externally and
10726         passed in to the system.
10727
10728         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10729         'notruncate' argument, so the passphrase cache can be used
10730         reliably with identifiers besides a pgp packet's key id.
10731
10732 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10733
10734         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10735         symmetric encryption.
10736         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10737         encrypted session key.
10738         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10739         message ask for the passphrase in a proper way.
10740
10741         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10742         New user commands for symmetric encryption.
10743
10744 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10747
10748         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10749
10750 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10751
10752         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10753
10754 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * mm-decode.el (mm-inlined-types): Add application/pgp.
10757         (mm-automatic-display): Ditto.
10758
10759         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10760         part as text.
10761
10762 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * nnrss.el: Update copyright.
10765         (nnrss-opml-import): Query whether to subscribe to each entry.
10766
10767         * gnus-art.el:
10768         * gnus-sum.el:
10769         * gnus-xmas.el:
10770         * messagexmas.el:
10771         * mm-uu.el:
10772         * mm-view.el: Update copyright.
10773
10774 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10775
10776         * message.el (message-info): New function.
10777         (message-mode-menu): Add it.
10778         Update copyright.
10779
10780         * ChangeLog: Fix and update copyright.
10781
10782 2006-01-13  Romain Francoise  <romain@orebokech.com>
10783
10784         * message.el (message-forward-subject-name-subject): Prefer the
10785         address to 'nowhere' if the sender has no name.
10786         Fix typo.  Update copyright year.
10787
10788 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * gnus-art.el (article-wash-html): Use
10791         gnus-summary-show-article-charset-alist if a numeric arg is given.
10792         (gnus-article-wash-html-with-w3m-standalone): New function.
10793
10794         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10795         mm-inline-text-html-render-with-w3m-standalone.
10796         (mm-text-html-washer-alist): Map w3m-standalone to
10797         gnus-article-wash-html-with-w3m-standalone.
10798         (mm-inline-text-html-render-with-w3m-standalone): New function.
10799
10800 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10803         Improve LaTeX.
10804
10805 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10808         (nnrss-request-article): Render text/plain parts as HTML.
10809
10810         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10811         the buffer.
10812
10813 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10814
10815         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10816         custom definition of `gnus-posting-styles'.
10817
10818         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10819         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10820
10821 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10824         Use nntp for bug archive.
10825
10826 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10829         parts.
10830         (nnrss-normalize-date): New function converts ISO 8601 date into
10831         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10832         (nnrss-check-group): Use it.
10833
10834 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10837
10838         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10839         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10840         (nnrss-insert-w3): Ditto.
10841
10842 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10845         the articles to be forwarded including the case where neither a
10846         number of articles nor a region is specified.
10847
10848 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * nnrss.el (nnrss-request-article): Fix last change; fill
10851         text/plain parts.
10852
10853 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10856         in text/plain part.
10857         (nnrss-check-group): Don't add excessive newline to dc:subject.
10858
10859 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10860
10861         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10862         article.
10863
10864 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10867         (nnml-use-compressed-files, nnml-save-mail): Support other
10868         comression programs such as bzip2.
10869
10870 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10871
10872         * dns.el (query-dns): Make sure we check the buffer size before
10873         removing tcp headers.
10874
10875 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10878         remove MIME buttons associated with multipart/alternative parts.
10879         (gnus-mime-display-alternative): Tag buttons using `article-type'
10880         text property.
10881
10882         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10883         associated with multipart/alternative parts.
10884
10885         * gnus-art.el (gnus-signature-separator): Fix custom type.
10886
10887         * mm-decode.el (mm-inlined-types): Fix custom type.
10888         (mm-keep-viewer-alive-types): Ditto.
10889         (mm-automatic-display): Ditto.
10890         (mm-attachment-override-types): Ditto.
10891         (mm-inline-override-types): Ditto.
10892         (mm-automatic-external-display): Ditto.
10893
10894 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * spam-report.el (spam-report-user-mail-address)
10897         (spam-report-user-agent): New variables.
10898         (spam-report-url-ping-plain): Use spam-report-user-agent.
10899
10900 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10901
10902         * gnus-art.el (gnus-button-handle-custom): Do not just use
10903         `customize-apropos' for any "M-x customize-*" button but the
10904         function called for.  Accept both the function name and its
10905         argument in order to achieve this.
10906         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10907         function name to `gnus-button-handle-custom' in case of "M-x
10908         customize-*" buttons.
10909
10910 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10913         multipart/alternative and add xref to mm-discouraged-alternatives
10914         in doc string.
10915
10916         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10917         gnus-buttonized-mime-types in doc string.
10918
10919 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10922         Suggest image/.* in the doc string.
10923
10924 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10927         message-marks (Debian bug #342521).
10928
10929 2005-12-12  Simon Josefsson  <jas@extundo.com>
10930
10931         * password.el (password-read-from-cache): Add.
10932         (password-read): Use it.
10933
10934 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10937         us-ascii as a MIME charset.
10938
10939         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10940         against the case where the 2nd arg TYPE is nil.
10941
10942 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * pop3.el (pop3-stream-type): Fix custom version.
10945
10946         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10947
10948 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10949
10950         * mm-decode.el (mm-display-external): Add missing cdr.
10951
10952 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10955         RFC1524) if it is in mailcap or add a suffix according to
10956         mailcap-mime-extensions when generating a temp filename; postpone
10957         deleting a temp file for 2 seconds for some wrappers, shell
10958         scripts, and so on, which might exit right after having started a
10959         viewer command as a background job.
10960
10961 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * nntp.el (nntp-marks-directory): Fix custom group.
10964
10965         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10966         steps when < 10.
10967
10968         * gnus-start.el (gnus-no-server-1): Mention
10969         `gnus-level-default-subscribed' in doc string.
10970
10971 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10972
10973         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10974         parens.
10975
10976 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-xmas.el (gnus-use-toolbar): Revert.
10979         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10980         gnus-use-toolbar is default.
10981
10982         * messagexmas.el (message-use-toolbar): Revert.
10983         (message-setup-toolbar): Use global default-toolbar if
10984         message-use-toolbar is default.
10985
10986 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10989         according to default-toolbar-visible-p.
10990
10991         * messagexmas.el (message-use-toolbar): Ditto.
10992
10993 2005-11-26  Dave Love  <fx@gnu.org>
10994
10995         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10996         (tls-program, tls-success): Provide openssl alternative.
10997
10998         * starttls.el: Doc fixes.
10999         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11000         SERVICE to PORT.
11001
11002         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11003         port null or service name.
11004         (starttls-negotiate): Autoload.
11005
11006 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * message.el (message-kill-to-signature): Fix interactive spec.
11009
11010 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * pop3.el (pop3-open-server): Recognize a string as a service name.
11013
11014 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11015
11016         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11017
11018 2005-11-23  Dave Love  <fx@gnu.org>
11019
11020         Add pop3s, pop3/starttls.
11021
11022         * pop3.el (pop3-authentication-scheme): Clarify doc.
11023         (open-tls-stream, starttls-open-stream): Autoload.
11024         (pop3-stream-type): New.
11025         (pop3-open-server): Use it.
11026
11027         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11028         for POP.
11029         (mail-source-keyword-map): Add :stream for POP.
11030         (mail-source-fetch-pop): Use pop3-stream-type.
11031
11032 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11035         of current-time-string.
11036
11037 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11038
11039         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11040         date header.
11041
11042 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11043
11044         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11045         it can seriously impact performance as it bypasses the agent's
11046         local caches.
11047
11048 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11049
11050         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11051         must be explicitly online rather than "not explicitly offline" for
11052         its flags to be synchronized.
11053
11054         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11055         that gnus-uu-unmark-thread will function correctly.
11056
11057         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11058         1024K is instead displayed as 1M.
11059
11060 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11061
11062         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11063
11064 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11065
11066         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11067
11068 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11069
11070         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11071         error message to display actual error condition.
11072         (gnus-agent-save-local): Avoid saving symbols that are bound to
11073         nil as they simply result in a warning message in
11074         gnus-agent-read-local.
11075
11076 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11079         rather than make-variable-buffer-local for file-precious-flag.
11080
11081 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11082
11083         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11084         for duplicates which are removed.  The invalid sort check then
11085         triggers a rescan after the sort as sorting may have moved
11086         duplicate entries such that they can be cheaply detected.
11087
11088 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11091
11092 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11093
11094         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11095         internal variable to a custom variable.  Changed default value
11096         from compressed(2) to uncompressed(1).
11097         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11098         support for uncompressed agentview files.  Taken together, reading
11099         the agentview file should now be 6-7 times faster.
11100
11101 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11102
11103         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11104         as a buffer-local variable.  This avoids creating truncated
11105         dribble files as a result of a hang up, eg.
11106
11107 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11108
11109         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11110         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11111         XEmacs.
11112
11113 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-start.el (gnus-start-draft-setup): Enforce
11116         `gnus-draft-mode' for nndraft:drafts at startup.
11117
11118         * gnus.el (gnus-splash): Change custom group.
11119         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11120         allow-list argument.
11121
11122         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11123         string.
11124
11125 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11126
11127         * gnus-art.el (gnus-default-article-saver): Add user-defined
11128         `function' to custom type.
11129
11130 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11131
11132         * imap.el (imap-open): Handle case where buffer is a buffer
11133         object.
11134
11135 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11136
11137         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11138         long lines.
11139         (gnus-cache-delete-group): Wrap doc strings.
11140
11141         * gnus-agent.el (gnus-agent-rename-group)
11142         (gnus-agent-delete-group): Wrap doc strings.
11143
11144 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * messagexmas.el (message-use-toolbar): Change the valid values
11147         into default, top, bottom, left, and right.
11148         (message-toolbar-thickness): New variable.
11149         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11150         well.
11151         (message-setup-toolbar): Make it work.
11152
11153         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11154         (gnus-use-toolbar): Change the valid values into default, top,
11155         bottom, left, and right.
11156         (gnus-toolbar-thickness): New variable.
11157         (gnus-xmas-setup-toolbar): New function.
11158         (gnus-xmas-setup-group-toolbar): Use it.
11159         (gnus-xmas-setup-summary-toolbar): Use it.
11160
11161 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus-start.el (gnus-1): Add "native" to
11164         gnus-predefined-server-alist.
11165
11166         * gnus.el (gnus-method-to-server): Don't add "native" to the
11167         lists here, because that leads to problems when
11168         gnus-select-method is bound.
11169
11170 2005-11-09  Simon Josefsson  <jas@extundo.com>
11171
11172         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11173         use (not sort-by-date) instead.
11174
11175 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11176
11177         * gnus-delay.el (gnus-delay-group): Don't autoload.
11178         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11179         to be re-loaded when customizing the `gnus-delay' group.
11180
11181 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11182
11183         * message.el: Revert last changes.
11184         (message-insert-citation-line): Use newlines.
11185
11186 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11187
11188         * message.el (message-courtesy-message)
11189         (message-mark-insert-begin, message-mark-insert-end)
11190         (message-elide-ellipsis, message-cancel-message)
11191         (message-add-header, message-change-subject)
11192         (message-cross-post-followup-to-header)
11193         (message-cross-post-insert-note, message-reduce-to-to-cc)
11194         (message-widen-reply, message-delete-not-region)
11195         (message-kill-to-signature, message-insert-signature)
11196         (message-insert-importance-high, message-insert-importance-low)
11197         (message-insert-or-toggle-importance)
11198         (message-insert-disposition-notification-to)
11199         (message-indent-citation, message-yank-original)
11200         (message-cite-original-without-signature, message-cite-original)
11201         (message-insert-citation-line, message-position-on-field)
11202         (message-fix-before-sending, message-send-mail-partially)
11203         (message-send-mail, message-send-mail-with-sendmail)
11204         (message-send-mail-with-qmail, message-send-news)
11205         (message-check-news-header-syntax, message-generate-headers)
11206         (message-insert-courtesy-copy, message-fill-address)
11207         (message-fill-header, message-shorten-references)
11208         (message-setup-1, message-cancel-news)
11209         (message-forward-make-body-plain, message-forward-make-body-mime)
11210         (message-forward-make-body-mml, message-encode-message-body)
11211         (message-forward-make-body-digest-plain)
11212         (message-forward-make-body-digest-mime)
11213         (message-use-alternative-email-as-from): Insert `hard-newline'
11214         instead of ordinary newlines.
11215
11216 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * message.el (message-generate-headers): Downcase the argument
11219         given to message-check-element.
11220
11221 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11222
11223         * nntp.el (nntp-authinfo-rejected): New error condition.
11224         (nntp-wait-for): Use new error condition to signal authentication
11225         error.
11226         (nntp-retrieve-data): Rethrow new error condition to break out of
11227         recursive call to nntp-send-authinfo.
11228
11229 2005-11-08  Romain Francoise  <romain@orebokech.com>
11230
11231         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11232         (gnus-summary-exit-map): Bind to `Z p'.
11233         (gnus-summary-make-menu-bar): Add menu item.
11234
11235 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11238         (gnus-treat-*): Add `first' in all doc strings.
11239
11240         * gnus-group.el (gnus-group-compact-group): Fix typo.
11241
11242 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * gnus.el (gnus-parameters-case-fold-search): New variable.
11245         (gnus-parameters-get-parameter): Use it.
11246
11247         * gnus-score.el (gnus-home-score-file): Doc fix.
11248
11249 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11250
11251         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11252
11253 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * mm-util.el (mm-special-display-p): New function.
11256
11257         * mml.el (mml-preview): Use it; doc fix.
11258
11259 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11260
11261         * imap.el (imap-open): Handle case where buffer is a buffer object.
11262
11263 2005-10-29  Romain Francoise  <romain@orebokech.com>
11264
11265         * message.el (message-fix-before-sending): Fix comment.
11266
11267 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11268
11269         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11270
11271 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11272
11273         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11274         Used in gnus-score.el.
11275
11276 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11279
11280 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11283         whitespace removed in revision 7.8.  Use concatenated string to
11284         protect trailing whitespace.
11285
11286 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11287
11288         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11289         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11290         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11291         Courier IMAP ("some version from 2004").  Mostly based on similar
11292         code in the same function.
11293
11294 2005-10-26  Didier Verna  <didier@xemacs.org>
11295
11296         * gnus-group.el (gnus-group-compact-group): Invalidate original
11297         article buffer.
11298         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11299         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11300         NOV database and in article itself.
11301         Invalidate article backlog.
11302
11303 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11304
11305         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11306
11307 2005-10-26  Simon Josefsson  <jas@extundo.com>
11308
11309         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11310         part of 2004-07-25 change.
11311
11312 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * message.el (message-display-completion-list): New function.
11315         (message-expand-group): Use it; make sure the Completions buffer
11316         is modifiable.
11317 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11318
11319         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11320         user-mail-name is an empty string.
11321
11322 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11325         depending on gnus-score-decay-constant.
11326
11327         * encrypt.el (encrypt-insert-file-contents)
11328         (encrypt-write-file-contents): Don't use `gnus-message'.
11329
11330         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11331         arguments.
11332         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11333         arguments to mm-uu-verbatim-marks-extract.
11334         (mm-uu-hide-markers): New variable.
11335         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11336
11337         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11338         (gnus-convert-image-to-face-command): Use "convert" by default to
11339         allow other input image formats.
11340         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11341         accordingly.
11342
11343 2005-10-23  Simon Josefsson  <jas@extundo.com>
11344
11345         * imap.el (imap-gssapi-program): Align command line parameters
11346         with latest GNU SASL.
11347         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11348
11349 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11352         HTML.
11353         (nnslashdot-request-article): Ditto.
11354
11355         * lpath.el (featurep): Add nobreak-char-display.
11356
11357 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11358
11359         * mail-source.el (mail-source-fetch-pop): Require pop3.
11360         (mail-source-check-pop): Ditto.
11361
11362 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11365         errors.
11366
11367 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11370         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11371
11372         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11373
11374         * mm-bodies.el (mm-decode-string): Call
11375         `mm-charset-to-coding-system' with allow-override argument.
11376
11377 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11380         (rfc2047-charset-to-coding-system): New function.
11381         (rfc2047-decode-encoded-words): New function.
11382         (rfc2047-decode-region): Use them.
11383         (rfc2047-decode-cte): Remove.
11384         (rfc2047-parse-and-decode): Remove.
11385         (rfc2047-decode): Remove.
11386
11387 2005-10-15  Kenichi Handa  <handa@m17n.org>
11388
11389         * rfc2047.el (rfc2047-decode-cte): New function.
11390         (rfc2047-decode-region): Change the way to decode successive
11391         encoded-words: decode B- or Q-encoding in each encoded-word,
11392         concatenate them, and decode it as charset.
11393
11394 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * lpath.el: Fbind codepage-setup for XEmacs.
11397
11398 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11399
11400         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11401         widget-move-and-invoke.
11402         (gnus-custom-mode): Use gnus-custom-map.
11403
11404 2005-10-15  Bill Wohler  <wohler@newt.com>
11405
11406         * message.el (message-tool-bar-map): Renamed image file from
11407         mail_send to mail/send.
11408
11409 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11410
11411         * message.el (message-expand-group): Pass the common
11412         prefix substring of completion to `display-completion-list'.
11413
11414 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * mml-sec.el (mml-secure-method): New internal variable.
11417         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11418         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11419         functions using mml-secure-method.
11420
11421         * mml.el (mml-mode-map): Add key bindings for those functions.
11422         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11423         Harder <harder@myrealbox.com>.
11424         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11425         end of message if point is the headers of the message.
11426
11427         * message.el (message-in-body-p): New function.
11428
11429         * assistant.el: Autoload gnus-util and netrc.
11430
11431         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11432         Use `mm-charset-override-alist' only when decoding.
11433
11434         * mm-bodies.el (mm-decode-body): Call
11435         `mm-charset-to-coding-system' with allow-override argument.
11436
11437         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11438         `filename' from Content-Disposition if Content-Type doesn't
11439         provide `name'.
11440         (gnus-mime-view-part-as-type): Set default instead of
11441         initial-input.
11442
11443 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11444
11445         * format-spec.el (format-spec): Propagate text properties of % spec.
11446
11447 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-art.el (gnus-treat-predicate): Add `first'.
11450
11451 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11454         (mm-charset-override-alist): New variable.
11455         (mm-charset-to-coding-system): Use it.
11456         (mm-codepage-setup): New helper function.
11457         (mm-charset-eval-alist): New variable.
11458         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11459         about unknown charsets.
11460
11461         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11462
11463 2005-10-04  David Hansen  <david.hansen@gmx.net>
11464
11465         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11466         (nnrss-check-group): Ditto.
11467
11468 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11471         Rename x-gnus-verbatim to x-verbatim.
11472         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11473
11474         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11475         x-verbatim.
11476
11477         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11478
11479         * gnus-util.el (gnus-remove-duplicates): Remove.
11480
11481         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11482         instead of gnus-remove-duplicates.
11483
11484         * message.el (message-remove-duplicates): Remove.
11485         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11486         message-remove-duplicates.
11487
11488         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11489         available, else use implementation from `delete-dups'.
11490
11491         * message.el (message-insert-expires): New function.
11492         (message-mode-map): Add key binding.
11493         (message-mode-field-menu): Add menu entry.
11494         (message-mode): Document it.
11495         (message-make-expires-date): Use `message-make-date'.
11496
11497 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11498
11499         * message.el (message-make-expires-date): New function.
11500
11501 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * Makefile.in (list-installed-shadows): New entry.
11504         (install): Use it.
11505         (remove-installed-shadows): New entry.
11506
11507         * dgnushack.el (dgnushack-default-load-path): New variable.
11508         (dgnushack-find-lisp-shadows): New function.
11509         (dgnushack-remove-lisp-shadows): New function.
11510
11511 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * Makefile.in (install-el-elc): New entry.
11514         (install): Use it so that .el files are necessarily installed.
11515
11516 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11519
11520 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11521
11522         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11523         function rather than the diff-mode.el package.
11524         (mm-display-external): Use with-current-buffer.
11525         (mm-viewer-completion-map, mm-viewer-completion-map):
11526         Move initialization inside declaration.
11527
11528 2005-09-29  Simon Josefsson  <jas@extundo.com>
11529
11530         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11531         autoload mail-check-payment.
11532         (spam-check-hashcash): Define unconditionally, since hashcash.el
11533         is part of Gnus now.  Ignore errors from payment checking.
11534
11535 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * message.el (message-bold-region, message-unbold-region): Rename
11538         from `bold-region' and `unbold-region'.
11539
11540         * message.el: Remove useless autoloads.
11541
11542 2005-09-28  Simon Josefsson  <jas@extundo.com>
11543
11544         * message.el (message-use-idna): Default to t.
11545         (message-use-idna): Test whether encoding works too.  Doc fix.
11546
11547 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * nntp.el (nntp-warn-about-losing-connection): Remove.
11550
11551 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11552
11553         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11554         customizable.  Change default value.
11555         (mm-uu-diff-groups-regexp): Change default value.
11556         (mm-uu-type-alist): Add doc string.
11557         (mm-uu-configure): Add doc string.  Make it interactive.
11558         (mm-uu-tex-groups-regexp): New variable.
11559         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11560         (mm-uu-type-alist): Add LaTeX documents.
11561         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11562         of "text/verbatim".
11563         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11564
11565         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11566         instead of "text/verbatim".
11567
11568         * message.el (message-mark-inserted-region)
11569         (message-mark-insert-file): Use slrn style marks when called with
11570         prefix argument.
11571
11572 2005-09-27  Simon Josefsson  <jas@extundo.com>
11573
11574         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11575
11576 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11577
11578         * message.el (message-remove-duplicates): New function.
11579         Implementation borrowed from `gnus-remove-duplicates'.
11580         (message-idna-to-ascii-rhs): Also encode idna addresses in
11581         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11582         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11583         only ask about the same idna domain once per header and also tell
11584         in what header to replace the idna domain.
11585
11586         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11587         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11588         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11589         a header is decoded and not just the last one.
11590
11591 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11594         has been decoded.
11595
11596         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11597         (mm-insert-part): Don't modify text if it has been decoded.
11598
11599         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11600         decoded.
11601
11602         * mm-view.el (mm-inline-text): Don't strip text props unless
11603         decoding enriched or richtext parts.
11604
11605 2005-09-25  Romain Francoise  <romain@orebokech.com>
11606
11607         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11608         * gnus-start.el (gnus-subscribe-interactively):
11609         * gnus-uu.el (gnus-uu-grab-articles):
11610         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11611         space.
11612
11613 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11614
11615         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11616         * mm-view.el (mm-view-pkcs7-decrypt):
11617         * gnus-sum.el (gnus-summary-limit-to-extra)
11618         (gnus-summary-respool-article, gnus-read-move-group-name):
11619         * gnus-score.el (gnus-summary-increase-score):
11620         * gnus-util.el (gnus-completing-read-with-default):
11621         * gnus-art.el (gnus-read-save-file-name)
11622         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11623         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11624         * message.el (message-check-news-header-syntax):
11625         Follow convention for reading with the minibuffer.
11626
11627 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * spam-report.el (spam-report-url-ping-plain):
11630         Use gnus-extended-version as User-Agent.
11631
11632         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11633         default value is nil.
11634
11635         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11636         (mm-uu-verbatim-marks-extract): New function.
11637         (mm-uu-extract): New face.
11638         (mm-uu-copy-to-buffer): Use it.
11639
11640         * spam-report.el (spam-report-gmane-ham): Renamed from
11641         `spam-report-gmane-unspam'.
11642         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11643         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11644
11645         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11646         Autoload.
11647         (spam-report-gmane-unregister-routine): Renamed
11648         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11649
11650 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11651
11652         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11653         (spam-report-gmane-unregister-routine): Add support for gmane
11654         unregistration.
11655
11656         * spam-report.el (spam-report-gmane-unspam)
11657         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11658         (spam-report-gmane): Change to take a single article and do unspam
11659         registration.
11660
11661 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * mm-url.el (mm-url-decode-entities): Fix regexp.
11664
11665 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11668         default to nil, to be able to use Gnus at all.  If the default
11669         switches to something else, then the function should be fixed not
11670         be exceedingly slow.
11671
11672 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11673
11674         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11675         fail hard.
11676
11677         * spam-report.el: Add better Keywords line.
11678
11679         * spam.el: Add Maintainer and better Keywords line.
11680
11681 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * gnus-art.el (gnus-article-replace-part)
11684         (gnus-mime-replace-part): New functions.
11685         (gnus-mime-action-alist, gnus-mime-button-commands)
11686         (gnus-mime-save-part-and-strip): Added file argument.
11687         (gnus-article-part-wrapper): Added interactive argument.
11688
11689         * gnus-sum.el (gnus-summary-mime-map): Add
11690         `gnus-article-replace-part'.
11691
11692 2005-09-19  Didier Verna  <didier@xemacs.org>
11693
11694         The nnml compaction feature:
11695         * nnml.el (nnml-request-compact-group): New function.
11696         * nnml.el (nnml-request-compact): New function.
11697         * gnus-int.el (gnus-request-compact-group): New function.
11698         * gnus-int.el (gnus-request-compact): New function.
11699         * gnus-group.el (gnus-group-compact-group): New function.
11700         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11701         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11702         * gnus-srvr.el (gnus-server-compact-server): New function.
11703         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11704         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11705
11706 2005-09-18  Deepak Goel  <deego@gnufans.org>
11707
11708         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11709         format spec.
11710
11711 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11714
11715 2005-09-15  Romain Francoise  <romain@orebokech.com>
11716
11717         * message.el (message-fill-paragraph): Clarify docstring.
11718
11719 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gnus-art.el (gnus-mime-display-part): Protect against broken
11722         MIME messages.
11723
11724 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11727         before parsing header.
11728
11729 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11730
11731         * html2text.el (html2text-replace-list): Add new entities.
11732
11733 2005-09-11  Romain Francoise  <romain@orebokech.com>
11734
11735         * message.el (message-alternative-emails): Improve docstring.
11736         (message-setup-1): Call `message-use-alternative-email-as-from'
11737         after `message-setup-hook' to give it precedence over posting
11738         styles, etc.
11739         (message-use-alternative-email-as-from): Add docstring.  Remove
11740         the original From header if present.
11741
11742         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11743         (nnml-save-mail): Use it.
11744
11745         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11746         articles.  Add new argument `silent'.
11747         (gnus-uu-mark-all): Report the total number of marked articles.
11748
11749 2005-09-10  Romain Francoise  <romain@orebokech.com>
11750
11751         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11752         (gnus-uu-mark-series): Likewise.
11753
11754 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * spam-report.el (spam-report-gmane): Fix generation of spam
11757         report URL.
11758
11759 2005-09-10  Simon Josefsson  <jas@extundo.com>
11760
11761         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11762         t, based on discussion on the ding list with Robert Epprecht
11763         <epprecht@solnet.ch>.
11764
11765 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * spam-report.el (spam-report-gmane): Make it work without
11768         X-Report-Spam header.  Gmane now only provides Archived-At.
11769         This is only used if `spam-report-gmane-use-article-number' is nil.
11770         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11771
11772         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11773         make `gnus-summary-sort-by-recipient' work with threading.
11774
11775         * nnweb.el (nnweb-google-wash-article): Print a message if article
11776         is not available.
11777
11778 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11779
11780         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11781         change.  Decode text/* parts content before displaying.
11782
11783 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11784
11785         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11786
11787 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11790
11791         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11792         url-package-name, url-package-version,
11793         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11794         w3m-display-inline-images, and w3m-minor-mode-map.
11795
11796 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * message.el (message-tab-body-function): Fix mismatched custom type.
11799
11800         * gnus.el (gnus-group-change-level-function): Ditto.
11801
11802         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11803
11804         * gnus-art.el (gnus-signature-limit)
11805         (gnus-article-mime-part-function): Ditto.
11806
11807 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * mml.el (mml-mode): Silence the byte compiler.
11810
11811         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11812         using `(sit-for 0)' before moving the point to the specified part;
11813         skip unbuttonized parts.
11814         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11815         return to the summary window if gnus-auto-select-part is non-nil.
11816
11817 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11820         variables.
11821         (mml-dnd-attach-file, mml-mode): Use them.
11822
11823         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11824         Make fetching article by MID work again for Google Groups.  Added
11825         FIXME concerning gnus-group-make-web-group.
11826
11827         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11828         Don't depend on Gnus by using mail-extract-address-components if
11829         gnus-extract-address-components is not bound.
11830
11831 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11832
11833         * gnus-art.el (gnus-mime-display-security): Don't display the
11834         signature, but only the signed part.
11835
11836 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11837
11838         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11839
11840         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11841         list, not listp.
11842
11843 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11844
11845         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11846         when encoding.
11847
11848         * mm-bodies.el (mm-decode-content-transfer-encoding):
11849         De-canonicalize CRLF for all text content types, not just
11850         text/plain.
11851
11852 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11855         valid article; point arrow and cursor at the MIME button.
11856
11857 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11860         Suggested by Dan Christensen <jdc@uwo.ca>.
11861
11862         * mm-decode.el (mm-save-part): Enable change of prompt.
11863
11864 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11865
11866         * gnus-msg.el (gnus-inews-add-send-actions): Made
11867         `message-post-method' lambda parameter ARG `&optional'.
11868
11869 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * gnus-sum.el (gnus-summary-mime-map): Added
11872         gnus-article-save-part-and-strip, gnus-article-delete-part and
11873         gnus-article-jump-to-part.
11874
11875         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11876         (gnus-article-edit-part): Use it.
11877         (gnus-article-part-wrapper): Added no-handle argument.
11878         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11879         functions.
11880
11881 2005-08-29  Romain Francoise  <romain@orebokech.com>
11882
11883         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11884         docstring.
11885         (gnus-face-from-file): Likewise.
11886
11887 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11890         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11891         non-nil.
11892         (gnus-auto-select-part): New variable.
11893         (gnus-article-jump-to-part): New function.
11894         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11895         (gnus-mime-delete-part): Allow selecting specified part after
11896         deleting or stripping parts.
11897         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11898         part if argument is bogus.
11899
11900 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11901
11902         * gnus-art.el (w3m-minor-mode-map):
11903         * gnus-spec.el (gnus-newsrc-file-version):
11904         * gnus-util.el (nnmail-active-file-coding-system)
11905         (gnus-original-article-buffer, gnus-user-agent):
11906         * gnus.el (gnus-ham-process-destinations)
11907         (gnus-parameter-ham-marks-alist)
11908         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11909         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11910         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11911         * mm-decode.el (gnus-current-window-configuration):
11912         * mm-extern.el (gnus-article-mime-handles):
11913         * mm-url.el (url-current-object, url-package-name)
11914         (url-package-version):
11915         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11916         (smime-keys, w3m-cid-retrieve-function-alist)
11917         (w3m-current-buffer, w3m-display-inline-images)
11918         (w3m-minor-mode-map):
11919         * mml-smime.el (gnus-extract-address-components):
11920         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11921         (gnus-newsrc-hashtb, message-default-charset)
11922         (message-deletable-headers, message-options)
11923         (message-posting-charset, message-required-mail-headers)
11924         (message-required-news-headers):
11925         * mml1991.el (mc-pgp-always-sign):
11926         * mml2015.el (mc-pgp-always-sign):
11927         * nnheader.el (nnmail-extra-headers):
11928         * rfc1843.el (gnus-decode-encoded-word-function)
11929         (gnus-decode-header-function, gnus-newsgroup-name):
11930         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11931
11932 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11933
11934         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11935         the end of the date treatments.
11936
11937 2005-08-15  Simon Josefsson  <jas@extundo.com>
11938
11939         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11940         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11941         Capello and Romain Francoise.
11942         (pgg-fetch-key-function): Removed, not used?
11943         (pgg-insert-url-with-w3): Require url, to get
11944         url-insert-file-contents regardless of where it is defined.
11945
11946 2005-08-13  Romain Francoise  <romain@orebokech.com>
11947
11948         * message.el (message-cite-original-1): New function.
11949         (message-cite-original): Use it.
11950         (message-cite-original-without-signature): Ditto.
11951
11952 2005-08-08  Romain Francoise  <romain@orebokech.com>
11953
11954         * message.el (message-yank-empty-prefix): New variable.
11955         (message-indent-citation): Use it.
11956         (message-cite-original-without-signature): Respect X-No-Archive.
11957
11958 2005-08-08  Simon Josefsson  <jas@extundo.com>
11959
11960         * pgg.el: Autoload url-insert-file-contents instead of loading
11961         w3/url.
11962         (pgg-insert-url-with-w3): Don't load url here.
11963
11964 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11965
11966         * message.el (message-kill-to-signature): Don't insert newline at
11967         bol.
11968         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11969
11970 2005-08-06  Romain Francoise  <romain@orebokech.com>
11971
11972         * message.el (message-user-fqdn): Fix typo in docstring.
11973
11974 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11975
11976         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11977
11978         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11979
11980 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * mm-bodies.el (mm-encode-body): Use coding system rather than
11983         charset to encode text.
11984
11985         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11986         number of charsets if utf-8 is available (XEmacs).
11987
11988 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11989
11990         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11991         taken from `gnus-button-mid-or-mail-regexp'.
11992         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11993         (gnus-button-alist): Improve regexp for domain part of the MIDs
11994         for news:localpart@domain buttons.
11995         (gnus-button-ctan-directory-regexp): Update.
11996
11997 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * sieve-manage.el (sieve-manage-interactive-login): Use
12000         make-local-variable rather than make-variable-buffer-local.
12001         (sieve-manage-open): Ditto.
12002         (sieve-manage-authenticate): Ditto.
12003
12004         * mml.el (mml-generate-mime-1): Make the content type default to
12005         text/plain if the filename is not specified.
12006
12007 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12008
12009         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12010         instead of insert-buffer.
12011
12012         * message.el (message-yank-original): Ditto; set the mark at the
12013         end of the yanked message.
12014
12015 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12018         lines to scroll rather than to stop it.
12019
12020         * mml.el (mml-generate-default-type): Add doc string.
12021         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12022         default to application/octet-stream when determining the content
12023         type if it is not specified for the part or the mml contents; add
12024         a comment about mml-generate-default-type.
12025
12026 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12029         make it default to application/octet-stream when determining the
12030         content type if it is not specified for the external contents.
12031
12032 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12035         segmented parameter but also other parameters might be there.
12036
12037 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * mm-decode.el (mm-display-external): Delete temp file, directory
12040         and buffer immediately if the external process is exited.
12041
12042 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12043
12044         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12045         fewer lines than that of scroll-margin.
12046         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12047
12048 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-art.el (gnus-article-next-page): Revert.
12051         (gnus-article-beginning-of-window): New macro.
12052         (gnus-article-next-page-1): Use it.
12053         (gnus-article-prev-page): Ditto.
12054         (gnus-article-edit-part): Use insert-buffer-substring instead of
12055         insert-buffer.
12056         (gnus-article-edit-exit): Ditto.
12057
12058         * gnus-util.el (gnus-beginning-of-window): Remove.
12059         (gnus-end-of-window): Remove.
12060
12061         * lpath.el: Don't bind header-line-format and scroll-margin.
12062
12063 2005-07-25  Simon Josefsson  <jas@extundo.com>
12064
12065         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12066         to have the url package without w3.  Reported by Daiki Ueno
12067         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12068
12069 2005-07-20  Didier Verna  <didier@xemacs.org>
12070
12071         * gnus-diary.el: Remove the description comment (nndiary is now
12072         properly documented in the Gnus manual).
12073         Fix the spelling of "Back End".
12074         * nndiary.el: Ditto.
12075         Fix the copyright notice.
12076
12077 2005-07-18  Romain Francoise  <romain@orebokech.com>
12078
12079         * gnus-sum.el (gnus-summary-to-prefix)
12080         (gnus-summary-newsgroup-prefix): New variables.
12081         (gnus-summary-from-or-to-or-newsgroups): Use them.
12082
12083 2005-07-17  Romain Francoise  <romain@orebokech.com>
12084
12085         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12086         space as it's generally not especially interesting to the user.
12087
12088 2005-07-16  Romain Francoise  <romain@orebokech.com>
12089
12090         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12091         nil to avoid prompting and file modification if one of the
12092         messages at the top of the nnfolder file contains a copyright
12093         notice.
12094         Update copyright notice.
12095
12096         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12097         instead of `current-time-string' as the latter creates a time
12098         string that is not RFC 2822 compliant (it lacks the zone).
12099         Update copyright notice.
12100
12101 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12102
12103         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12104         for text/rtf.  Display default in prompt.  Pass default for M-n.
12105
12106         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12107
12108 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12109
12110         * gnus-msg.el (gnus-button-mailto): Remove
12111         save-selected-window-window hackery because it relies on
12112         save-selected-window internals.
12113
12114 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12117         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12118         (gnus-article-prev-page): Ditto.
12119
12120         * gnus-util.el (gnus-beginning-of-window): New function.
12121         (gnus-end-of-window): New function.
12122
12123         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12124
12125 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12126
12127         * gnus-score.el (gnus-score-edit-all-score): Set
12128         gnus-score-edit-exit-function to gnus-score-edit-done and call
12129         gnus-message.
12130
12131 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12132
12133         * gnus-msg.el (gnus-button-mailto): Remove
12134         save-selected-window-window hackery because it relies on
12135         save-selected-window internals.
12136
12137 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12140         add-minor-mode.
12141         (gnus-binary-mode): Ditto.
12142
12143         * gnus-topic.el (gnus-topic-mode): Ditto.
12144
12145 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12146
12147         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12148         (gnus-article-prev-page): Take scroll-margin into consideration.
12149
12150 2005-07-04  Lute Kamstra  <lute@gnu.org>
12151
12152         Update FSF's address in GPL notices.
12153
12154 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12155
12156         * gnus.el (gnus-exit):
12157         * gnus-group.el (gnus-group-icons):
12158         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12159
12160         * gnus-nocem.el (gnus-nocem):
12161         * message.el (message-various, message-buffers, message-sending)
12162         (message-interface, message-forwarding, message-insertion)
12163         (message-headers, message-news, message-mail):
12164         * pgg-gpg.el (pgg-gpg):
12165         * pgg-parse.el (pgg-parse):
12166         * pgg-pgp.el (pgg-pgp):
12167         * pgg-pgp5.el (pgg-pgp5):
12168         * pop3.el (pop3): Finish `defgroup' description with period.
12169
12170 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12171
12172         * gnus-art.el (article-display-face): Improve the efficiency.
12173         (article-display-x-face): Ditto; remove grey x-face stuff.
12174
12175 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-art.el (article-display-face): Correct the position in
12178         which Faces are inserted.
12179
12180 2005-06-29  Didier Verna  <didier@xemacs.org>
12181
12182         * gnus-art.el (article-display-face): Display faces in correct
12183         order.
12184
12185 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12188         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12189         (gnus-nocem-check-article): Fetch the Type header.
12190         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12191         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12192         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12193         make sure gnus-nocem-hashtb is initialized.
12194         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12195         (gnus-nocem-unwanted-article-p): Ditto.
12196
12197         * pgg.el (pgg-verify): Return the verification result.
12198
12199 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12200
12201         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12202         is ascii.
12203
12204 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12205
12206         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12207         `show-nonbreak-escape'.
12208
12209 2005-06-23  Lute Kamstra  <lute@gnu.org>
12210
12211         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12212
12213         * dig.el (dig-mode):
12214         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12215
12216 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12217
12218         * nnimap.el (nnimap-split-download-body): Fix spellings.
12219
12220 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12221
12222         * gnus-art.el (gnus-article-encrypt-body):
12223         * gnus-cus.el (gnus-score-customize):
12224         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12225         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12226
12227 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12228
12229         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12230         header by looking for magic "MII" at the beginnig.
12231
12232 2005-06-16  Miles Bader  <miles@gnu.org>
12233
12234         * gnus-xmas.el (gnus-xmas-group-startup-message):
12235         Use renamed gnus-splash face.
12236
12237         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12238         (assistant-field-face): New backward-compatibility alias for renamed
12239         face.
12240         (assistant-render-text): Use renamed assistant-field face.
12241
12242         * spam.el (spam): Remove "-face" suffix from face name.
12243         (spam-face): New backward-compatibility alias for renamed face.
12244         (spam-face, spam-initialize): Use renamed spam face.
12245
12246         * message.el (message-header-to, message-header-cc)
12247         (message-header-subject, message-header-newsgroups)
12248         (message-header-other, message-header-name)
12249         (message-header-xheader, message-separator, message-cited-text)
12250         (message-mml): Remove "-face" suffix from face names.
12251         (message-header-to-face, message-header-cc-face)
12252         (message-header-subject-face, message-header-newsgroups-face)
12253         (message-header-other-face, message-header-name-face)
12254         (message-header-xheader-face, message-separator-face)
12255         (message-cited-text-face, message-mml-face):
12256         New backward-compatibility aliases for renamed faces.
12257         (message-font-lock-keywords): Use renamed message faces.
12258
12259         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12260         (sieve-test-commands, sieve-tagged-arguments):
12261         Remove "-face" suffix from face names.
12262         (sieve-control-commands-face, sieve-action-commands-face)
12263         (sieve-test-commands-face, sieve-tagged-arguments-face):
12264         New backward-compatibility aliases for renamed faces.
12265         (sieve-control-commands-face, sieve-action-commands-face)
12266         (sieve-test-commands-face, sieve-tagged-arguments-face):
12267         Use renamed sieve faces.
12268
12269         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12270         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12271         (gnus-group-news-3-empty, gnus-group-news-4)
12272         (gnus-group-news-4-empty, gnus-group-news-5)
12273         (gnus-group-news-5-empty, gnus-group-news-6)
12274         (gnus-group-news-6-empty, gnus-group-news-low)
12275         (gnus-group-news-low-empty, gnus-group-mail-1)
12276         (gnus-group-mail-1-empty, gnus-group-mail-2)
12277         (gnus-group-mail-2-empty, gnus-group-mail-3)
12278         (gnus-group-mail-3-empty, gnus-group-mail-low)
12279         (gnus-group-mail-low-empty, gnus-summary-selected)
12280         (gnus-summary-cancelled, gnus-summary-high-ticked)
12281         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12282         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12283         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12284         (gnus-summary-low-undownloaded)
12285         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12286         (gnus-summary-low-unread, gnus-summary-normal-unread)
12287         (gnus-summary-high-read, gnus-summary-low-read)
12288         (gnus-summary-normal-read, gnus-splash):
12289         Remove "-face" suffix from face names.
12290         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12291         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12292         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12293         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12294         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12295         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12296         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12297         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12298         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12299         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12300         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12301         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12302         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12303         (gnus-summary-normal-ticked-face)
12304         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12305         (gnus-summary-normal-ancient-face)
12306         (gnus-summary-high-undownloaded-face)
12307         (gnus-summary-low-undownloaded-face)
12308         (gnus-summary-normal-undownloaded-face)
12309         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12310         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12311         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12312         (gnus-splash-face):
12313         New backward-compatibility aliases for renamed faces.
12314         (gnus-group-startup-message): Use renamed gnus faces.
12315
12316         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12317         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12318         (gnus-server-agent): Remove "-face" suffix from face names.
12319         (gnus-server-agent-face, gnus-server-opened-face)
12320         (gnus-server-closed-face, gnus-server-denied-face)
12321         (gnus-server-offline-face):
12322         New backward-compatibility aliases for renamed faces.
12323         (gnus-server-agent-face, gnus-server-opened-face)
12324         (gnus-server-closed-face, gnus-server-denied-face)
12325         (gnus-server-offline-face): Use renamed gnus faces.
12326
12327         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12328         Remove "-face" suffix from face names.
12329         (gnus-picon-xbm-face, gnus-picon-face):
12330         New backward-compatibility aliases for renamed faces.
12331
12332         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12333         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12334         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12335         (gnus-cite-11): Remove "-face" suffix from face names.
12336         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12337         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12338         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12339         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12340         New backward-compatibility aliases for renamed faces.
12341         (gnus-cite-attribution-face, gnus-cite-face-list)
12342         (gnus-article-boring-faces): Use renamed gnus faces.
12343
12344         * gnus-art.el (gnus-signature, gnus-header-from)
12345         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12346         (gnus-header-content): Remove "-face" suffix from face names.
12347         (gnus-signature-face, gnus-header-from-face)
12348         (gnus-header-subject-face, gnus-header-newsgroups-face)
12349         (gnus-header-name-face, gnus-header-content-face):
12350         New backward-compatibility aliases for renamed faces.
12351         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12352
12353         * gnus-sum.el (gnus-summary-selected-face)
12354         (gnus-summary-highlight): Use renamed gnus faces.
12355         * gnus-group.el (gnus-group-highlight): Likewise.
12356
12357 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12358
12359         * gnus-sieve.el (gnus-sieve-article-add-rule):
12360         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12361         * spam-stat.el (spam-stat-buffer-change-to-spam)
12362         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12363
12364         * message.el (message-is-yours-p):
12365         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12366
12367 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * mm-view.el (mm-inline-text): Withdraw the last change.
12370
12371 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12374         executing enriched-decode.
12375
12376 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12379         charset of tar files.
12380
12381 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12382
12383         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12384
12385 2005-06-04  Lute Kamstra  <lute@gnu.org>
12386
12387         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12388         information is never recorded.
12389
12390 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12391
12392         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12393
12394 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * pop3.el (pop3-apop): Run md5 in the binary mode.
12397
12398         * starttls.el (starttls-set-process-query-on-exit-flag):
12399         Use eval-and-compile.
12400
12401 2005-05-31  Simon Josefsson  <jas@extundo.com>
12402
12403         * smime.el (smime-replace-in-string): Define.
12404         (smime-cert-by-ldap-1): Use it.
12405
12406 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * gnus-art.el (article-display-x-face): Replace
12409         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12410
12411         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12412         set-process-query-on-exit-flag or process-kill-without-query.
12413
12414         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12415         loop instead of replace-regexp.
12416
12417         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12418         instead of process-kill-without-query if it is available.
12419
12420         * lpath.el: Fbind ldap-search-entries.
12421
12422         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12423         instead of find-file-hooks if it is available.
12424
12425         * mml1991.el: Bind pgg-default-user-id when compiling.
12426
12427         * mml2015.el: Bind pgg-default-user-id when compiling.
12428
12429         * nndraft.el (nndraft-request-associate-buffer):
12430         Use write-contents-functions instead of write-contents-hooks if it is
12431         available.
12432
12433         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12434         instead of find-file-hooks if it is available.
12435
12436         * nntp.el (nntp-open-connection): Replace
12437         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12438         (nntp-open-ssl-stream): Ditto.
12439         (nntp-open-tls-stream): Ditto.
12440
12441         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12442         set-process-query-on-exit-flag or process-kill-without-query.
12443         (starttls-open-stream-gnutls): Use it instead of
12444         process-kill-without-query.
12445         (starttls-open-stream): Ditto.
12446
12447 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12448
12449         * smime.el (smime-cert-by-ldap-1): Don't use
12450         replace-regexp-in-string.
12451
12452 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12453
12454         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12455
12456         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12457         in PEM format.  Adjust to the XEmacs compability.
12458
12459 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12462         by `string-to-number'.
12463         * gnus-agent.el (gnus-agent-regenerate-group)
12464         (gnus-agent-fetch-articles): Ditto.
12465         * gnus-art.el (gnus-button-fetch-group): Ditto.
12466         * gnus-cache.el (gnus-cache-generate-active)
12467         (gnus-cache-articles-in-group): Ditto.
12468         * gnus-group.el (gnus-group-set-current-level)
12469         (gnus-group-insert-group-line): Ditto.
12470         * gnus-score.el (gnus-score-set-expunge-below)
12471         (gnus-score-set-mark-below, gnus-summary-score-effect)
12472         (gnus-summary-score-entry): Ditto.
12473         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12474         (gnus-soup-pack): Ditto.
12475         * gnus-spec.el (gnus-xmas-format): Ditto.
12476         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12477         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12478         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12479         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12480         * nndb.el (nndb-get-remote-expire-response): Ditto.
12481         * nndiary.el (nndiary-parse-schedule-value)
12482         (nndiary-string-to-number, nndiary-request-replace-article)
12483         (nndiary-request-article): Ditto.
12484         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12485         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12486         * nneething.el (nneething-make-head): Ditto.
12487         * nnfolder.el (nnfolder-request-article)
12488         (nnfolder-retrieve-headers): Ditto.
12489         * nnheader.el (nnheader-file-to-number): Ditto.
12490         * nnkiboze.el (nnkiboze-request-article): Ditto.
12491         * nnmail.el (nnmail-process-unix-mail-format)
12492         (nnmail-process-babyl-mail-format): Ditto.
12493         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12494         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12495         (nnmh-request-create-group, nnmh-request-list-1)
12496         (nnmh-request-group, nnmh-request-article): Ditto.
12497         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12498         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12499         * nnsoup.el (nnsoup-make-active): Ditto.
12500         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12501         * nntp.el (nntp-find-group-and-number)
12502         (nntp-retrieve-headers-with-xover): Ditto.
12503         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12504         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12505         (pgg-format-key-identifier): Ditto.
12506         * pop3.el (pop3-last, pop3-stat): Ditto.
12507         * qp.el (quoted-printable-decode-region): Ditto.
12508
12509         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12510         of concat.
12511
12512 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12515
12516         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12517
12518         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12519
12520         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12521
12522         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12523
12524         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12525
12526         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12527         (gnus-carpal-mode): Ditto.
12528
12529         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12530         (gnus-browse-mode): Ditto.
12531
12532         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12533
12534         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12535
12536 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12537
12538         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12539
12540 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12541
12542         * gnus-util.el (gnus-run-mode-hooks): New function.
12543
12544         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12545
12546         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12547         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12548
12549 2005-05-27  Lute Kamstra  <lute@gnu.org>
12550
12551         * dns-mode.el (dns-mode): Specify customization group.
12552
12553 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12554
12555         * gnus-agent.el (gnus-agent-make-mode-line-string):
12556         Use mode-line-highlight as mouse-face.
12557
12558 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * canlock.el (canlock): Change the parent group to news.
12561
12562         * deuglify.el (gnus-outlook-deuglify): Add :group.
12563
12564         * dig.el (dig): Add :group.
12565
12566         * dns-mode.el (dns-mode): Add :group.
12567
12568         * encrypt.el (encrypt): Add :group.
12569
12570         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12571         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12572         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12573         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12574         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12575
12576         * gnus-diary.el (gnus-diary): Add :group.
12577
12578         * gnus.el (gnus-group-news-1-face): Add :group.
12579         (gnus-group-news-1-empty-face): Ditto.
12580         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12581         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12582         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12583         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12584         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12585         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12586         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12587         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12588         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12589         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12590         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12591         (gnus-summary-high-ticked-face): Ditto.
12592         (gnus-summary-low-ticked-face): Ditto.
12593         (gnus-summary-normal-ticked-face): Ditto.
12594         (gnus-summary-high-ancient-face): Ditto.
12595         (gnus-summary-low-ancient-face): Ditto.
12596         (gnus-summary-normal-ancient-face): Ditto.
12597         (gnus-summary-high-undownloaded-face): Ditto.
12598         (gnus-summary-low-undownloaded-face): Ditto.
12599         (gnus-summary-normal-undownloaded-face): Ditto.
12600         (gnus-summary-high-unread-face): Ditto.
12601         (gnus-summary-low-unread-face): Ditto.
12602         (gnus-summary-normal-unread-face): Ditto.
12603         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12604         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12605
12606         * hashcash.el (hashcash): New custom group.
12607         (hashcash-default-payment): Add :group.
12608         (hashcash-payment-alist): Ditto.
12609         (hashcash-default-accept-payment): Ditto.
12610         (hashcash-accept-resources): Ditto.
12611         (hashcash-path): Ditto.
12612         (hashcash-extra-generate-parameters): Ditto.
12613         (hashcash-double-spend-database): Ditto.
12614         (hashcash-in-news): Ditto.
12615
12616         * message.el (message-minibuffer-local-map): Add :group.
12617
12618         * netrc.el (netrc): Add :group.
12619
12620         * sieve-manage.el (sieve-manage-log): Add :group.
12621         (sieve-manage-default-user): Diito.
12622         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12623         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12624         (sieve-manage-authenticators): Ditto.
12625         (sieve-manage-authenticator-alist): Ditto.
12626         (sieve-manage-default-port): Ditto.
12627
12628         * sieve-mode.el (sieve-control-commands-face): Add :group.
12629         (sieve-action-commands-face): Ditto.
12630         (sieve-test-commands-face): Ditto.
12631         (sieve-tagged-arguments-face): Ditto.
12632
12633         * smime.el (smime): Add :group.
12634
12635         * spam-report.el (spam-report): Add :group.
12636
12637         * spam.el (spam, spam-face): Add :group.
12638
12639 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12640
12641         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12642         return \n.\n.\n at the end of articles.  Protect against that.
12643         (nntp-with-open-group): Allow debugging.
12644
12645         * nnheader.el (mail-header-set-extra): Make into a function
12646         because I just could't understand how to quote the list properly.
12647
12648         * dns.el (query-dns-cached): New function.
12649
12650 2005-05-26  Lute Kamstra  <lute@gnu.org>
12651
12652         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12653
12654 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12657
12658         * gnus-art.el: Don't autoload mail-extract-address-components.
12659
12660         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12661         eval-and-compile to evaluate it.
12662
12663         * hashcash.el: Don't autoload executable-find.
12664
12665         * nndb.el: Don't declare the nndb back end two or more times; don't
12666         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12667
12668         * nntp.el: Autoload format-spec instead of format; use
12669         eval-and-compile to evaluate autoload forms.
12670
12671 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12672
12673         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12674
12675 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12676
12677         * gnus.el (gnus-version-number): Bump version.
12678
12679 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12680
12681         * gnus.el: No Gnus v0.3 is released.
12682
12683 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12684
12685         * lpath.el (featurep): Bind show-nonbreak-escape.
12686
12687 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-art.el (gnus-article-edit-part): Disable undo.
12690
12691 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12694         gnus-article-date-lapsed-new-header is t if date timer is active;
12695         skip headers in which the original date value is empty.
12696         (gnus-article-save-original-date): Redefine it as a macro.
12697         (gnus-display-mime): Use it.
12698
12699 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * gnus-art.el (article-date-ut): Support converting date in
12702         forwarded parts as well.
12703         (gnus-article-save-original-date): New function.
12704         (gnus-display-mime): Use it.
12705
12706 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12707
12708         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12709         enclosure element of <item>.
12710
12711 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * message.el (message-kill-buffer-query): Renamed from
12714         `message-kill-buffer-query-if-modified'.  Added :version.
12715
12716 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12719         window layout.
12720
12721 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * mml.el: Autoload dnd when compiling.
12724
12725 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12726
12727         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12728         x-dnd-*.
12729
12730 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * qp.el (quoted-printable-encode-region): Save excursion.
12733
12734 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12735
12736         * message.el (message-kill-buffer-query-if-modified): Add new variable
12737         so the user can kill a modified message buffer quickly.
12738         (message-kill-buffer): Use it.
12739
12740 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * lpath.el: Fbind display-time-event-handler; don't fbind
12743         string-to-multibyte.
12744
12745         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12746
12747 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12750         contained in text because xml.el decodes entities) with LFs.
12751
12752 2005-04-11  Lute Kamstra  <lute@gnu.org>
12753
12754         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12755         differently.
12756
12757 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12758
12759         * mm-util.el (mm-detect-coding-region): Typo.
12760
12761 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12764
12765 2005-04-06  Deepak Goel  <deego@gnufans.org>
12766
12767         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12768         user-function allow user modifications of the scores.
12769         (spam-stat-score-buffer-user): New function, to allow
12770         user-computed modifications to the score.
12771         (spam-stat-score-buffer-user-functions): List of additional
12772         scoring functions.
12773         (spam-stat-error-holder): Global temporary error holder.
12774         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12775         variable.
12776
12777 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12778
12779         * gnus-registry.el (gnus-registry-clean-empty-function)
12780         (gnus-registry-trim, gnus-registry-fetch-groups)
12781         (gnus-registry-delete-group): Groups that match
12782         `gnus-registry-ignored-groups' are removed from the registry
12783         entries, not just ignored for splitting.  This helps clean up the
12784         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12785         to get all the groups a message ID is in.
12786
12787         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12788         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12789         (spam-stat-score-buffer-user-functions): Add :number custom type.
12790
12791 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12794         argument in XEmacs.
12795
12796         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12797         (nnrss-request-group): Decode group name first.
12798         (nnrss-request-article): Make a text/plain article if mml-to-mime
12799         failed.
12800         (nnrss-get-encoding): Return a compatible encoding according to
12801         nnrss-compatible-encoding-alist.
12802         (nnrss-find-el): Use consp instead of listp.
12803         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12804
12805 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12808         which Emacs 20 doesn't support.
12809         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12810
12811 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12812
12813         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12814         silence the byte compiler inside the defun.
12815
12816         * gnus-demon.el (parse-time-string): Add autoload.
12817
12818         * gnus-delay.el (parse-time-string): Add autoload.
12819
12820         * gnus-art.el (parse-time-string): Add autoload.
12821
12822         * nnultimate.el (parse-time): Require for `parse-time-string'.
12823
12824 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12827
12828         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12829
12830         * smime.el (smime-ldap-host-list): Add :version.
12831
12832 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12833
12834         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12835         pass it to `gnus-browse-read-group'.
12836         (gnus-browse-read-group): Add NUMBER argument and pass it to
12837         `gnus-group-read-ephemeral-group'.
12838
12839         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12840         argument and pass it to `gnus-group-read-group'.
12841
12842 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12843
12844         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12845         mm-xemacs-find-mime-charset-1 if we have the mule feature
12846         available at runtime.
12847
12848 2005-03-25  Werner Lemberg  <wl@gnu.org>
12849
12850         * nnmaildir.el: Replace `illegal' with `invalid'.
12851
12852 2005-03-23  Lute Kamstra  <lute@gnu.org>
12853
12854         * time-date.el: Add comment on time value formats.
12855         Don't require parse-time.
12856         (with-decoded-time-value): New macro.
12857         (encode-time-value): New function.
12858         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12859         (days-to-time): Return a valid time value when arg is huge.
12860         (time-since): Use time-subtract.
12861         (time-to-number-of-days): Use time-to-seconds.
12862
12863 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12864
12865         * gnus-start.el (gnus-display-time-event-handler):
12866         Check display-time-timer at runtime rather than only at load time
12867         in case display-time-mode is turned off in the mean time.
12868
12869 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12872         used.
12873
12874         * nneething.el (nneething-map-file-directory): Derive from
12875         `gnus-directory'.
12876
12877         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12878         the To/Cc button.
12879
12880 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12881
12882         * nnmaildir.el (nnmaildir-request-accept-article):
12883         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12884
12885 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12886
12887         * gnus-async.el: Require timer-funcs at compile time when in
12888         XEmacs for `run-with-idle-timer'.
12889
12890 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12891
12892         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12893         autoloaded function.
12894
12895 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12896
12897         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12898
12899 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12900
12901         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12902
12903 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12904
12905         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12906         gnus-expert-user to default.
12907
12908 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12909
12910         * nnimap.el (nnimap-open-server): Ditto.
12911
12912         * imap.el (imap-authenticate): Fix typo.
12913
12914 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12915
12916         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12917         buffer (since IMAP server might return FETCH response out of
12918         order, and the nntp buffer must be sorted).
12919
12920 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12921
12922         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12923         comparison on string.
12924
12925         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12926         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12927         (gnus-agent-summary-fetch-series): Modified to protect against
12928         gnus-agent-summary-fetch-group clearing processable flags.
12929         (gnus-agent-synchronize-group-flags): Update live group buffer as
12930         synchronization may occur due to the user toggle the plugged
12931         status.
12932         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12933         successfully downloaded.
12934         (gnus-agent-expire-group-1): Avoid using markers when the overview
12935         is in ascending order; greatly improves performance.
12936         (gnus-agent-regenerate-group): Use
12937         gnus-agent-synchronize-group-flags to reset read status in both
12938         gnus and server.
12939         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12940
12941 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12942
12943         * message.el: Don't autoload former message-utils variables.
12944         (message-strip-subject-trailing-was): Change doc string.
12945
12946         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12947         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12948         (nnweb-google-search): Add "hl=en" here.
12949         (nnweb-google-parse-1, nnweb-google-create-mapping):
12950         Don't hardcode URL.
12951
12952 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * message.el (message-get-reply-headers, message-followup):
12955         Mention related variables `message-use-followup-to' and
12956         `message-use-mail-followup-to', in the information buffer.
12957
12958         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12959         of broken groups(-beta).google.com.
12960
12961 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12962
12963         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12964         parameter to invoked gnus-request-move-article; remove the
12965         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12966         all at once instead of once per article.
12967         (gnus-summary-remove-process-mark): Accept a list of articles as
12968         well as a single article for processing.
12969
12970         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12971         parameter.
12972
12973         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12974
12975         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12976
12977         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12978         parameter.
12979
12980         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12981         parameter.
12982
12983         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12984         parameter and remove the gnus-sum-hint-move-is-internal variable.
12985
12986         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12987         parameter.
12988
12989         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12990         parameter.
12991
12992         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12993         parameter.
12994
12995         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12996
12997         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12998         parameter.
12999
13000         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13001         parameter.
13002
13003 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13004
13005         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13006         a more conservative way.
13007
13008 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13009
13010         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13011         buffer, so it moves the window's cursor.
13012
13013 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13014
13015         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13016         `mm-dissect-multipart' and receive the from field as an (optional)
13017         argument from `mm-dissect-multipart'.
13018         (mm-dissect-multipart): Receive the from field as an argument and
13019         pass it on when we call `mm-dissect-buffer' on MIME parts.
13020         Fixes verification/decryption of signed/encrypted MIME parts.
13021
13022 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13023
13024         * gnus-sum.el (gnus-summary-move-article): Set
13025         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13026         whatever it calls (right now, only nnimap-request-move article
13027         respects it).
13028
13029         * nnimap.el (nnimap-request-move-article): When
13030         gnus-sum-hint-move-is-internal is set, don't do the extra
13031         nnimap-request-article.
13032
13033 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13036
13037         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13038         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13039
13040         * gnus-sum.el (gnus-summary-caesar-message):
13041         Apply `gnus-treat-article' after rotation.
13042
13043         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13044         doc string.
13045
13046 2005-02-22  Simon Josefsson  <jas@extundo.com>
13047
13048         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13049         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13050         <arne@arnested.dk>.
13051         (encrypt): Add password-cache and password-cache-expiry as group
13052         members.
13053
13054 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13055
13056         * smime.el (smime-ldap-host-list): Doc fix.
13057         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13058         cache) password.
13059         (smime-sign-region): Use it.
13060         (smime-decrypt-region): Use it.
13061         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13062         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13063         fails.
13064         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13065         certificate from DER to PEM format rather than calling openssl.
13066
13067         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13068
13069         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13070         for signing/encryption.
13071
13072         * mml.el (mml-parse-1): Use them.
13073
13074 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13075
13076         * nnrss.el (nnrss-verbose): Removed.
13077         (nnrss-request-group): Use `nnheader-message' instead.
13078
13079 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13080
13081         * nnrss.el (nnrss-verbose): New variable.
13082         (nnrss-request-group): Make it say nnrss is requesting a group.
13083
13084 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13087         Handle news URL with given port correctly.
13088
13089 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13092         containing special characters.
13093
13094         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13095
13096         * mml.el (mime-to-mml): Ditto.
13097
13098         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13099         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13100         (rfc2047-decode-region): Quote decoded words containing special
13101         characters when rfc2047-quote-decoded-words-containing-tspecials
13102         is non-nil.
13103
13104 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13105
13106         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13107
13108         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13109
13110 2005-02-15  Simon Josefsson  <jas@extundo.com>
13111
13112         * nnimap.el (nnimap-debug): Doc fix.
13113
13114         * imap.el (imap-debug): Doc fix.
13115
13116 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13119
13120 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13121
13122         * gnus.el (spam-contents): Improve docs for spam-contents
13123         parameter in its variable incarnation.
13124
13125 2005-02-14  Simon Josefsson  <jas@extundo.com>
13126
13127         * smime-ldap.el: Use require instead of load-library for ldap.
13128         (smime-ldap-search): Indent.
13129         (smime-ldap-search-internal): Shorten line.
13130
13131         * smime.el (smime-cert-by-dns): Add doc-string.
13132         (smime-cert-by-ldap-1): Indent.
13133
13134         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13135         mml-smime-get-dns-ldap.
13136         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13137
13138 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13139
13140         * smime.el: Require smime-ldap.
13141         (smime-ldap-host-list): New variable.
13142         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13143
13144         * mml-smime.el (mml-smime-encrypt-query): New function.
13145         (mml-smime-encrypt-query): Use it.
13146
13147         * smime-ldap.el: New file.
13148
13149 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13152
13153 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13156         argument in doc string.  Make query for type more clear.
13157
13158 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gnus.el (gnus-group-startup-message): Search for gnus images in
13161         etc/images/gnus.
13162         * mm-util.el (mm-image-load-path): Likewise.
13163         * smiley.el (smiley-data-directory): Search for smilies in
13164         etc/images/smilies.
13165
13166 2005-02-09  Kim F. Storm  <storm@cua.dk>
13167
13168         Change Emacs release version from 21.4 to 22.1 throughout.
13169         Change Emacs development version from 21.3.50 to 22.0.50.
13170
13171 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13174
13175         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13176         non-Mule XEmacs as well.
13177         (mm-decompress-buffer): Signal an error intentionally if it does
13178         not decompress compressed data because auto-compression-mode is
13179         disabled.
13180
13181 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13182
13183         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13184         an ID in the registry even if it has no groups.
13185
13186 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13189         merge it into mm-decompress-buffer.
13190         (gnus-mime-copy-part): Use the MIME part charset, the value which
13191         a user specified or gnus-newsgroup-charset for decoding, like
13192         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13193         save-buffer what was used.  Suggested by Kevin Ryde
13194         <user42@zip.com.au>.
13195         (gnus-mime-inline-part): Allow the name parameter as well as the
13196         filename parameter; force decompressing of compressed data; always
13197         display contents being not decoded as unibyte.
13198
13199         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13200         as well as the filename parameter.
13201
13202         * mm-util.el (mm-decompress-buffer): Merge
13203         gnus-mime-jka-compr-maybe-uncompress.
13204         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13205         of compressed data.
13206
13207 2005-02-08  Simon Josefsson  <jas@extundo.com>
13208
13209         * imap.el (imap-log): Doc fix.
13210
13211 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13214         the coding cookies; decompress compressed parts.
13215
13216         * mml.el (mml-generate-mime-1): Add the charset parameter according
13217         to the value which a user specified manually or the coding cookie.
13218
13219         * mm-util.el (mm-string-to-multibyte): New function.
13220         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13221         (mm-coding-system-to-mime-charset): New function.
13222         (mm-decompress-buffer): New function.
13223         (mm-find-buffer-file-coding-system): New function.
13224
13225         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13226         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13227         parts.
13228
13229 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13230
13231         * mm-view.el (mm-display-inline-fontify): Decode a part according
13232         to the charset parameter.
13233
13234 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13237         prefix arg is neither nil nor a number, as info specifies.
13238
13239 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13242         timestamps.
13243
13244 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13245
13246         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13247         groups error checking and notify user.
13248
13249 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13250
13251         * message.el (message-send-mail-function): Check existence of
13252         sendmail-program first before using default value
13253         `message-send-mail-with-sendmail'.  Otherwise use more generic
13254         `smtpmail-send-it'.
13255
13256 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * nntp.el (nntp-request-update-info): Always return nil.
13259
13260 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13261
13262         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13263
13264 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13265
13266         * message.el (message-beginning-of-line): Change the behavior when
13267         invoked between BOL and : so that it first moves backward.
13268
13269 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13272         article buffer when editing of the article is discarded.
13273         (gnus-article-prepare): Revert.
13274
13275 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-art.el (gnus-article-prepare):
13278         Remove message-strip-forbidden-properties from the local hook.
13279
13280 2005-01-27  Simon Josefsson  <jas@extundo.com>
13281
13282         * password.el (password-cache-add): Only start one timer per key.
13283         Reported by Derek Atkins <warlord@MIT.EDU>.
13284
13285 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13286
13287         * run-at-time.el: Removed.  It is no longer needed as
13288         timer-funcs.el in the xemacs-base package has a working version of
13289         `run-at-time'.
13290
13291         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13292
13293         * password.el: Require timer-funcs instead of run-at-time in
13294         XEmacs.
13295         Remove `password-run-at-time' macro.
13296         (password-cache-add): Use `run-at-time' instead of
13297         `password-run-at-time'.
13298
13299         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13300         Remove `nnheader-cancel-function-timers' alias,
13301         `cancel-function-timers' exists in XEmacs in timer-funcs.
13302
13303         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13304         for `run-with-idle-timer'.
13305
13306         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13307         for `run-at-time'.
13308
13309         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13310         for `with-timeout'.
13311
13312         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13313         the same as for XEmacs 21.4.
13314         No need to ignore `run-with-idle-timer', this function exists in
13315         XEmacs now in timer-funcs.el in the xemacs-base package.
13316         (dgnushack-compile): No need to delete
13317         run-at-time.el from the list of files to compile because it
13318         doesn't exist anymore.
13319
13320 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13321
13322         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13323         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13324
13325 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13326
13327         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13328         sensitively.
13329
13330 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13331
13332         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13333
13334 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13337         which will be inserted according to the multibyteness of a buffer
13338         rather than the type of contents.  Suggested by ARISAWA Akihiro
13339         <ari@mbf.ocn.ne.jp>.
13340
13341         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13342         of string which old xml.el may return rather than a string.
13343
13344 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13347
13348 2005-01-16  Simon Josefsson  <jas@extundo.com>
13349
13350         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13351         idn/idna.el isn't available.
13352         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13353         <michael@waxrat.com>.
13354
13355         * hashcash.el: Remove non-FSF copyright header.
13356
13357         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13358         (hashcash-generate-payment): Use it.
13359         (hashcash-generate-payment-async): Use it.
13360
13361 2005-01-15  Simon Josefsson  <jas@extundo.com>
13362
13363         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13364         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13365
13366         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13367         gnus-summary-idna-message.
13368         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13369         (gnus-summary-idna-message): New function.
13370
13371 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13372
13373         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13374         gnus-novice-user.
13375
13376 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * nnrss.el (nnrss-request-delete-group): Delete entries in
13379         nnrss-group-alist as well.
13380         (nnrss-save-server-data): Insert newline.
13381
13382 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus.el (gnus-user-agent): Use list of symbols instead of
13385         symbols.  Display full version number for (S)XEmacs.  Optionally
13386         display (S)XEmacs codename.
13387
13388         * gnus-util.el (gnus-emacs-version): Update for new
13389         `gnus-user-agent'.
13390
13391         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13392         Gnus version.
13393
13394 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13397         which is unreadable in some setups.
13398
13399 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-spec.el (gnus-update-format-specifications): Flush the
13402         group format spec cache if it doesn't support decoded group names.
13403
13404 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13407         Allow to apply decay on score files matching a regexp.
13408
13409 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13410
13411         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13412         compatibility in %g and %c.
13413
13414 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13417         name for only %g and %c.
13418         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13419         of gnus-tmp-group to decoded group name.
13420         (gnus-group-make-rss-group): Exclude `/'s from group names.
13421
13422 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * nnrss.el (nnrss-get-encoding): Fix regexp.
13425
13426 2004-12-27  Simon Josefsson  <jas@extundo.com>
13427
13428         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13429         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13430         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13431
13432 2004-12-17  Kim F. Storm  <storm@cua.dk>
13433
13434         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13435
13436         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13437
13438 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13439
13440         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13441
13442 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * nnrss.el: Require rfc2047 and mml.
13445         (nnrss-file-coding-system): New variable.
13446         (nnrss-format-string): Redefine it as an inline function.
13447         (nnrss-decode-group-name): New function.
13448         (nnrss-string-as-multibyte): Remove.
13449         (nnrss-retrieve-headers): Decode group name; don't use
13450         nnrss-format-string.
13451         (nnrss-request-group): Decode group name.
13452         (nnrss-request-article): Decode group name; allow a Message-ID as
13453         well as an article number; don't use nnrss-format-string; encode a
13454         Message-ID string which may contain non-ASCII characters; use
13455         mml-to-mime to compose a MIME article.
13456         (nnrss-request-expire-articles): Decode group name.
13457         (nnrss-request-delete-group): Decode group name.
13458         (nnrss-fetch): Clarify error message.
13459         (nnrss-read-server-data): Use insert-file-contents instead of load;
13460         bind file-name-coding-system; use multibyte buffer.
13461         (nnrss-save-server-data): Bind coding-system-for-write to the
13462         value of nnrss-file-coding-system; bind file-name-coding-system;
13463         add coding cookie.
13464         (nnrss-read-group-data): Use insert-file-contents instead of load;
13465         bind file-name-coding-system; use multibyte buffer.
13466         (nnrss-save-group-data): Bind coding-system-for-write to the
13467         value of nnrss-file-coding-system; bind file-name-coding-system.
13468         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13469         make it work with non-ASCII text.
13470         (nnrss-find-el): Make it work with old xml.el as well.
13471
13472 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13473
13474         * nnrss.el (nnrss-get-encoding): New function.
13475         (nnrss-fetch): Use unibyte buffer initially; bind
13476         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13477         decode contents according to the encoding attribute.
13478         (nnrss-save-group-data): Add coding cookie.
13479         (nnrss-mime-encode-string): New function.
13480         (nnrss-check-group): Use it to encode subject and author.
13481
13482 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13483
13484         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13485         imaginary variable.
13486
13487 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13490         correctly even if there are wide characters.
13491
13492 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13493
13494         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13495         downcased symbol names; make a new cache instead of reusing
13496         bbdb-hashtable.
13497
13498 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13501         concatenating segments rather than before concatenating them.
13502         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13503
13504         * message.el (message-get-reply-headers): Bind `extra'.
13505
13506 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13507
13508         * message.el (message-extra-wide-headers): New variable.
13509         (message-get-reply-headers): Use it.
13510
13511 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13514         (gnus-agent-group-pathname): Ditto.
13515
13516         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13517
13518         * gnus-group.el (gnus-group-make-group): Decode group name.
13519         (gnus-group-make-rss-group): Register the group data after opening
13520         the nnrss group.
13521
13522 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13523
13524         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13525         by expiry now get marked as read.
13526
13527 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13530
13531 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13532
13533         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13534         unify Latin characters in XEmacs.
13535         (mm-find-mime-charset-region): Use it.
13536
13537 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * gnus-util.el (gnus-delete-directory): New function.
13540
13541         * gnus-agent.el (gnus-agent-delete-group): Use it.
13542
13543         * gnus-cache.el (gnus-cache-delete-group): Use it.
13544
13545 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13548         names.
13549
13550 2004-12-16  Simon Josefsson  <jas@extundo.com>
13551
13552         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13553
13554 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13557
13558         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13559         (gnus-group-set-current-level): Decode group name.
13560
13561 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13562
13563         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13564         failed.
13565
13566 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-group.el (gnus-group-delete-group): Decode group name.
13569         (gnus-group-make-rss-group): Encode group name.
13570         (gnus-group-catchup-current): Decode group name.
13571         (gnus-group-kill-group): Decode group name.
13572
13573 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13574
13575         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13576
13577 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-group.el (gnus-group-make-rss-group):
13580         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13581
13582         * gnus-start.el (gnus-setup-news): Honor user's setting to
13583         gnus-message-archive-method.  Suggested by Lute Kamstra
13584         <lute@gnu.org>.
13585
13586 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13587
13588         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13589         global counterparts of the buffer-local variables.
13590
13591 2004-11-16  Romain Francoise  <romain@orebokech.com>
13592
13593         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13594         counterparts of the buffer-local variables.
13595
13596 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13597
13598         * message.el (message-forbidden-properties): Fixed typo in doc
13599         string.
13600
13601 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13602
13603         * gnus-util.el (gnus-replace-in-string): Added doc string.
13604
13605         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13606         to avoid problems when splitting mails with many recipients.
13607
13608 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13609
13610         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13611         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13612
13613 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13614
13615         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13616         if there is no hashtable in memory or file modification time is
13617         newer than cached timestamp.
13618
13619 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13620
13621         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13622         not-matching option.
13623
13624 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13627         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13628         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13629         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13630         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13631         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13632
13633 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * message.el (message-forward-make-body-mml): Remove headers
13636         according to message-forward-ignored-headers if a message is decoded.
13637
13638 2004-12-02  Romain Francoise  <romain@orebokech.com>
13639
13640         * message.el (message-forward-make-body-plain): Always remove
13641         headers according to message-forward-ignored-headers.
13642
13643 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13644
13645         * spam.el (spam-summary-prepare-exit): Remove the
13646         gnus-summary-limit pop for now, it has problems with ham marks for
13647         me.
13648
13649 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13650
13651         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13652         correctly.
13653
13654 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13655
13656         * format-spec.el (format-spec): Message the char.
13657
13658 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13659
13660         * gnus-art.el (gnus-split-methods): Reformat comments.
13661
13662         * spam.el (spam-summary-prepare-exit): Remove article limits
13663         before exiting the summary buffer.
13664
13665 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13668         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13669
13670         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13671         order to silence the byte compiler.
13672
13673         * spam.el: Fix the way to silence the byte compiler, which
13674         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13675         bbdb-search-simple, spam-BBDB-register-routine,
13676         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13677         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13678         spam-stat-buffer-is-spam, spam-stat-load,
13679         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13680         spam-stat-save and spam-stat-split-fancy.
13681
13682 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13685         which may confuse users.
13686         (canlock-password-for-verify): Ditto.
13687
13688         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13689
13690         * gnus-art.el (gnus-emphasis-alist): Ditto.
13691
13692         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13693
13694         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13695
13696         * gnus-start.el (gnus-save-killed-list): Ditto.
13697
13698         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13699         (gnus-sum-thread-tree-root): Ditto.
13700         (gnus-sum-thread-tree-false-root): Ditto.
13701         (gnus-sum-thread-tree-single-indent): Ditto.
13702
13703         * message.el (message-courtesy-message): Ditto.
13704         (message-archive-note): Ditto.
13705         (message-subscribed-address-file): Ditto.
13706         (message-user-fqdn): Ditto.
13707
13708         * spam-report.el (spam-report-gmane-regex): Ditto.
13709
13710         * spam.el (spam-blackhole-good-server-regex): Ditto.
13711
13712 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * mml.el (mml-preview): Widen the message buffer before copying
13715         the contents to the preview buffer; sort headers before previewing.
13716
13717         * message.el (message-hidden-headers): Fix the way to avoid a bug
13718         in the `repeat' widget in Emacs 21.3 or earlier.
13719
13720 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * message.el (message-hidden-headers): Default to "^References:".
13723         Improve customization type.  Suggested by Reiner Steib
13724         <Reiner.Steib@gmx.de>.
13725
13726 2004-11-25  Romain Francoise  <romain@orebokech.com>
13727
13728         * message.el (message-strip-forbidden-properties): Remove check for
13729         obsolete `message-hidden' text property, hidden headers are not
13730         accessible in the buffer anymore.
13731
13732 2004-11-22  Romain Francoise  <romain@orebokech.com>
13733
13734         * message.el (message-header-format-alist): Add `From' in list
13735         so that it can be sorted.
13736         (message-fix-before-sending): Widen and sort headers before
13737         sending.
13738         (message-hide-headers): Use narrowing to hide headers by moving
13739         them to the top of the buffer and narrowing to the region
13740         underneath.
13741
13742 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13743
13744         * message.el (message-strip-forbidden-properties): Bind
13745         buffer-read-only (etc) to nil.
13746
13747 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13750         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13751
13752 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13753
13754         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13755
13756 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13757
13758         * dns.el (query-dns): Use sit-for to time instead of
13759         accept-process-output, since that doesn't seem to work on udp
13760         sockets.
13761
13762 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13765
13766 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13767
13768         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13769         doc string.  Improve doc string.
13770
13771 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * nntp.el (nntp-request-update-info): Return nil if
13774         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13775         may not call gnus-activate-group which uselessly issues the GROUP
13776         commands for all nntp groups and wastes time.  Reported by Romain
13777         Francoise <romain@orebokech.com>.
13778
13779         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13780
13781 2004-11-15  Simon Josefsson  <jas@extundo.com>
13782
13783         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13784         headers separately.
13785         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13786         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13787
13788 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13789
13790         * gnus-start.el (gnus-convert-old-newsrc):
13791         Assign legacy-gnus-agent to 5.10.7.
13792
13793 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13794
13795         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13796         start of the lines.
13797
13798 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13799
13800         * hashcash.el (hashcash-default-payment): Change default to 20.
13801         (hashcash-default-accept-payment): Change default to 20.
13802         (hashcash-process-alist): New variable.
13803         (hashcash-generate-payment-async): Add.
13804         (hashcash-already-paid-p): Add.
13805         (hashcash-insert-payment): Don't generate payments twice.
13806         (hashcash-insert-payment-async): Add.
13807         (hashcash-insert-payment-async-2): Add.
13808         (hashcash-cancel-async): Add.
13809         (hashcash-wait-async): Add.
13810         (hashcash-processes-running-p): Add.
13811         (hashcash-wait-or-cancel): Add.
13812         (mail-add-payment): New optional argument.  Conditionally start
13813         asynchronous calculation.
13814         (mail-add-payment-async): Add.
13815
13816         * message.el (message-send-mail): Wait for asynchronous hashcash
13817         results.  Don't clobber existing X-Hashcash headers.
13818         (message-setup-1): Call mail-add-payment-async when
13819         message-generate-hashcash is non-nil.
13820
13821 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13822
13823         * message.el (message-use-alternative-email-as-from): Examine the
13824         From header as well; use message-make-from in order to include a
13825         user's full name.
13826
13827 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13830         default; improve customization type.
13831         (gnus-emphasis-custom-with-format): New macro.
13832         (gnus-emphasis-custom-value-to-external): New function.
13833         (gnus-emphasis-custom-value-to-internal): New function.
13834
13835 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13836
13837         * dns.el (query-dns): Resolve reverse addresses.
13838
13839 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13840
13841         * gnus-group.el (gnus-group-get-new-news): Use it.
13842
13843         * gnus-start.el (gnus-check-reasonable-setup): New function.
13844
13845 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13848         "Args out of range" error.  Reported by Arnaud Giersch
13849         <arnaud.giersch@free.fr>.
13850
13851 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13852
13853         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13854
13855 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13856
13857         * spam.el (spam group): Add :version.
13858
13859         * pgg-def.el (pgg group): Add :version.
13860
13861 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * gnus-art.el (gnus-article-edit-article): Don't associate the
13864         article buffer with a draft file.  This is a temporary measure
13865         against the 2004-08-22 change to gnus-article-edit-mode.
13866
13867 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13868
13869         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13870         (html2text-format-tags): Remove unused variable `attr'.
13871
13872 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13875
13876         * tls.el (tls-process-connection-type, tls-success)
13877         (tls-certtool-program): Add :version.
13878
13879         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13880         (starttls-extra-arguments, starttls-process-connection-type)
13881         (starttls-connect, starttls-failure, starttls-success): Add :version.
13882
13883         * spam-stat.el (spam-stat): Add :version.
13884
13885         * sieve.el (sieve): Add :version.
13886
13887         * sha1.el (sha1): Add :version.
13888         (sha1-use-external): Remove redundant version.
13889
13890         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13891         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13892         (nnmail-split-fancy-match-partial-words)
13893         (nnmail-split-lowercase-expanded): Add :version.
13894
13895         * nndiary.el (nndiary): Add :version.
13896
13897         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13898
13899         * mml-sec.el (mml-default-sign-method)
13900         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13901         Add :version.
13902
13903         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13904
13905         * mm-url.el (mm-url-use-external, mm-url-program)
13906         (mm-url-arguments): Add :version.
13907
13908         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13909         (mm-attachment-file-modes, mm-decrypt-option)
13910         (mm-w3m-safe-url-regexp): Add :version.
13911
13912         * message.el (message-cite-prefix-regexp)
13913         (message-sendmail-envelope-from, message-minibuffer-local-map)
13914         (message-user-fqdn, message-completion-alist): Add :version.
13915
13916         * gnus-win.el (gnus-configure-windows-hook)
13917         (gnus-use-frames-on-any-display): Add :version.
13918
13919         * gnus-art.el (gnus-article-address-banner-alist)
13920         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13921         (gnus-treat-from-picon, gnus-treat-mail-picon)
13922         (gnus-treat-x-pgp-sig): Add :version.
13923
13924         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13925         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13926         (gnus-summary-article-delete-hook)
13927         (gnus-summary-display-while-building): Add :version.
13928
13929         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13930         (gnus-get-top-new-news-hook): Add :version.
13931
13932         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13933         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13934
13935         * gnus-registry.el (gnus-registry): Add :version.
13936
13937         * gnus-spec.el (gnus-use-correct-string-widths)
13938         (gnus-make-format-preserve-properties): Add :version.
13939
13940         * gnus.el (gnus-group-charter-alist)
13941         (gnus-group-fetch-control-use-browse-url)
13942         (gnus-install-group-spam-parameters): Add :version.
13943
13944         * gnus-diary.el (gnus-diary): Add :version.
13945
13946         * gnus-delay.el (gnus-delay): Add :version.
13947
13948         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13949         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13950         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13951         Add :version.
13952
13953         * gnus-agent.el (gnus-agent-max-fetch-size)
13954         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13955         (gnus-agent-prompt-send-queue): Add :version.
13956
13957         * deuglify.el (gnus-outlook-deuglify): Add :version.
13958
13959         * html2text.el: Beautify code.  Improve doc strings.  Some
13960         checkdoc cleanup.
13961         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13962
13963 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13964
13965         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13966
13967 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13968
13969         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13970         when package is loaded.
13971
13972         * spam.el (spam-summary-score-preferred-header): Add global preference
13973         for people who want to override the default SpamAssassin over
13974         Bogofilter preference (when both are set).
13975         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13976         (spam-user-format-function-S): Check
13977         spam-summary-score-preferred-header.
13978         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13979         (spam-user-format-function-S): Format the score correctly.
13980
13981 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13984         signature file.  Suggested by Manoj Srivastava
13985         <srivasta@golden-gryphon.com>.
13986
13987         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13988         iso-2022-jp even in the Japanese language environment.
13989         Suggested by Jason Rumney <jasonr@gnu.org>.
13990
13991 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13994         use the same characters as the dummy marks; make it free from
13995         getting affected by the language environment.
13996         (gnus-summary-read-group-1): Update mark positions only when the
13997         format spec is updated.
13998
13999         * gnus-spec.el (gnus-update-format-specifications): Return a list
14000         of updated types.
14001
14002 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14005         of boundp to check if display-warning is available.
14006
14007 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14008
14009         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14010
14011 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * nnspool.el (nnspool-spool-directory): Use news-path if the
14014         news-directory variable is not bound.
14015
14016         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14017         function instead of display-warning if it is not available.
14018
14019 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14022         v5-10: Use `point-at-bol'.
14023
14024 2004-10-26  Simon Josefsson  <jas@extundo.com>
14025
14026         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14027         <chenggao@gmail.com>.
14028
14029 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14032         instead.
14033
14034 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14037         to remove a server from the nnimap-server-buffer-alist.
14038         (nnimap-open-connection, nnimap-close-server): Use it.
14039
14040         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14041
14042 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14045         running the major-mode function.
14046
14047 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14050         dummy marks in the right way.
14051
14052 2004-10-18  David Edmondson  <dme@dme.org>
14053
14054         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14055         excessively.
14056
14057 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14058
14059         * gnus-util.el (gnus-split-references): Accept a nil references
14060         string and go on blissfully.
14061
14062         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14063         cases where the references string is non-nil but has no references.
14064
14065         * encrypt.el: Add autoload tags.
14066
14067         * spam.el (spam-resolve-registrations-routine): Remove article
14068         from unregistration list too.  Reported by David Hanak
14069         <dhanak@isis.vanderbilt.edu>
14070
14071 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14074         nil.  Changed custom type.
14075
14076 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14079
14080         * gnus-sum.el (gnus-summary-move-article): Use it.
14081
14082 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14083
14084         * encrypt.el: Add autoload cookies.
14085
14086         * spam.el (spam-backend-article-list-property)
14087         (spam-backend-get-article-todo-list)
14088         (spam-backend-put-article-todo-list)
14089         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14090         Resolve registrations separately.
14091         (spam-register-routine): Format comments.
14092         (spam-unregister-routine, spam-register-routine): Always call with
14093         specific-articles, no default list.
14094         (spam-summary-prepare-exit): Use the spam-classifications function.
14095
14096         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14097         gnus-encrypt.el.
14098
14099         * encrypt.el: Copied from gnus-encrypt.el.
14100
14101         * gnus-encrypt.el: Commented that it's obsolete.
14102
14103 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14104
14105         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14106         (gnus-score-save): Use it.
14107
14108         * message.el (message-bury): Use `window-dedicated-p'.
14109
14110 2004-10-15  Simon Josefsson  <jas@extundo.com>
14111
14112         * pop3.el (top-level): Don't require nnheader.
14113         (pop3-read-timeout): Add.
14114         (pop3-accept-process-output): Add.
14115         (pop3-read-response, pop3-retr): Use it.
14116
14117 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14118
14119         * spam.el (spam-register-routine): Move comment.
14120         (spam-verify-bogofilter): Use 'unknown for the initial
14121         spam-bogofilter-valid state, not 'never.
14122
14123         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14124         for netrc-machine.
14125
14126         * nnimap.el (nnimap-open-connection): Use
14127         netrc-machine-user-or-password.
14128
14129 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14130
14131         * gnus-registry.el (gnus-registry-unload-hook):
14132         Set as a variable with add-hook.
14133
14134         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14135         of news-path.
14136
14137         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14138
14139         * spam.el: Delete duplicate `provide'.
14140         (spam-unload-hook): Set as a variable with add-hook.
14141
14142 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14145         in the doc string.
14146
14147         * message.el (message-ignored-news-headers)
14148         (message-ignored-supersedes-headers)
14149         (message-ignored-resent-headers)
14150         (message-forward-ignored-headers): Improve custom type.
14151
14152 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14153
14154         * message.el (message-tokenize-header): Fix 2004-09-06 change
14155         which used point-min in the wrong place.
14156
14157 2004-10-12  Simon Josefsson  <jas@extundo.com>
14158
14159         * tls.el (tls-certtool-program): New variable.
14160         (tls-certificate-information): New function, based on
14161         ssl-certificate-information.
14162
14163 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * compface.el: Move the version of ELisp-based uncompface program
14166         to the contrib directory because of the copyright problem.
14167
14168 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * message.el (message-kill-buffer): Raise the current frame.
14171
14172 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14173
14174         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14175
14176         * gnus.el (message-y-or-n-p): Autoload.
14177
14178         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14179         (pop3-password-required, pop3-authentication-scheme)
14180         (pop3-leave-mail-on-server): Made customizable.
14181         (pop3): New custom group.
14182         (pop3-retr): Remove `sleep-for' statements.
14183         Suggested by Dave Love <fx@gnu.org>.
14184
14185         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14186         Windows/DOS.
14187
14188         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14189         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14190         Dave Love <fx@gnu.org>.
14191
14192         * mml.el (mml-minibuffer-read-disposition): Require match.
14193         Suggested by Dave Love <fx@gnu.org>.
14194
14195 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14196
14197         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14198         doc string.
14199
14200 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14203
14204 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14205
14206         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14207         instead of calling `mm-insert-inline', to decode text/* parts
14208         before displaying them.
14209
14210 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * mm-uu.el (mm-uu-text-plain-type): New variable.
14213         (mm-uu-pgp-signed-extract-1): Use it.
14214         (mm-uu-pgp-encrypted-extract-1): Use it.
14215         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14216         bind mm-uu-text-plain-type with that value.
14217         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14218         mm-uu-dissect.
14219
14220 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * gnus-group.el (gnus-update-group-mark-positions):
14223         * gnus-sum.el (gnus-update-summary-mark-positions):
14224         * message.el (message-check-news-body-syntax):
14225         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14226         of string-as-multibyte.
14227
14228 2004-10-05  Juri Linkov  <juri@jurta.org>
14229
14230         * gnus-group.el (gnus-update-group-mark-positions):
14231         * gnus-sum.el (gnus-update-summary-mark-positions):
14232         * message.el (message-check-news-body-syntax):
14233         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14234         8-bit unibyte values to a multibyte string for search functions.
14235
14236 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14239         (mm-uu-dissect-text-parts): New function.
14240
14241         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14242         dissect text parts.
14243
14244         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14245         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14246
14247         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14248
14249         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14250         gnus-current-topics instead of gnus-current-topic.
14251
14252 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14253
14254         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14255
14256 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14257
14258         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14259         where approriate.
14260
14261         * nnml.el (nnml-generate-active-info): do.
14262
14263         * nndiary.el (nndiary-generate-active-info): do.
14264
14265         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14266         (gnus-topic-move): do.
14267
14268         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14269         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14270
14271         * gnus-srvr.el (gnus-server-prepare)
14272         (gnus-server-open-all-servers): do.
14273
14274         * gnus-msg.el (gnus-summary-cancel-article)
14275         (gnus-summary-resend-message)
14276         (gnus-summary-mail-crosspost-complaint): do.
14277
14278         * gnus-move.el (gnus-change-server): do.
14279
14280         * gnus-group.el (gnus-group-unmark-all-groups)
14281         (gnus-group-set-current-level): do.
14282
14283 2004-10-04  Simon Josefsson  <jas@extundo.com>
14284
14285         * message.el (message-generate-hashcash): Doc fix.
14286
14287 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14288
14289         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14290         avoid infinite recursion via gnus-get-function.
14291
14292 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14293
14294         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14295
14296         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14297
14298         * nnmail.el (nnmail-split-history): do.
14299
14300         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14301         (nnml-request-delete-group): do.
14302
14303         * nnslashdot.el (nnslashdot-read-groups): do.
14304
14305         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14306         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14307
14308         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14309         (nnspool-sift-nov-with-sed): Use last.
14310         (nnspool-retrieve-headers-with-nov): Use mapc.
14311         (nnspool-request-newgroups): Use dolist.
14312         (nnspool-request-group): Use last.
14313
14314         * nntp.el (nntp-read-server-type): Use dolist.
14315
14316         * nnvirtual.el (nnvirtual-create-mapping)
14317         (nnvirtual-update-read-and-marked): Use dolist.
14318         (nnvirtual-convert-headers): Simplify.
14319
14320 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14321
14322         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14323         support for sync'ing tick marks.
14324
14325 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14328         there's no visible header.
14329
14330 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14331
14332         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14333         necessary, pass full group name to gnus-request-set-marks.
14334
14335 2004-10-01  Simon Josefsson  <jas@extundo.com>
14336
14337         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14338         acroread.
14339
14340 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14341
14342         * spam-report.el (spam-report-gmane): Fix interactive.
14343
14344         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14345
14346         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14347         when writing file.
14348         (gnus-agent-synchronize-flags): Don't default to being
14349         interactive.
14350
14351 2004-09-30  Simon Josefsson  <jas@extundo.com>
14352
14353         * message.el (message-generate-hashcash): Add.
14354         (message-send-mail): Use it, call mail-add-payment.
14355
14356 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14357
14358         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14359
14360 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14361
14362         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14363         gnus-requst-update-info with explicit code to sync the in-memory
14364         info read flags with the marks being sync'd to the backend.
14365
14366         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14367
14368 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14369
14370         * spam.el (spam-verify-bogofilter): Add new function.
14371         (spam-check-bogofilter)
14372         (spam-bogofilter-register-with-bogofilter): Use it.
14373         (spam-verify-bogofilter): Add small fixes.
14374
14375 2004-09-28  Simon Josefsson  <jas@extundo.com>
14376
14377         * hashcash.el (hashcash-generate-payment): Revert.
14378
14379 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14380
14381         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14382         gnus-extract-references instead of gnus-split-references.
14383
14384         * gnus-util.el (gnus-extract-references): Add new function, analogous
14385         to gnus-split-references but extracts only the message-ID without
14386         anything extra.
14387
14388         * hashcash.el (hashcash-generate-payment)
14389         (hashcash-check-payment): Do the right thing if hashcash-path is
14390         nil (because the hashcash program could not be found).
14391
14392         * spam.el (spam-use-hashcash): Remove comment.
14393
14394 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14395
14396         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14397         (gnus-cache-enter-article, gnus-cache-remove-article)
14398         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14399
14400         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14401
14402         * gnus-art.el (article-hide-boring-headers)
14403         (article-translate-strings, article-display-face)
14404         (gnus-article-mime-match-handle-first)
14405         (gnus-article-highlight-headers)
14406         (gnus-article-add-buttons-to-head): do.
14407
14408 2004-09-27  Simon Josefsson  <jas@extundo.com>
14409
14410         * hashcash.el: New version, from
14411         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14412         ../contrib/.
14413
14414 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14417
14418 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14419
14420         * gnus-dup.el (gnus-dup-open): Use mapc.
14421         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14422
14423         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14424         Reported by Stefan Wiens <s.wi@gmx.net>.
14425
14426         * gnus.el (gnus-shutdown): Use dolist.
14427
14428         * gnus-undo.el (gnus-undo): Use mapc.
14429
14430         * nnrss.el (nnrss-generate-active): do.
14431
14432         * message.el (message-cite-original-without-signature)
14433         (message-cite-original): Use mapc.
14434         (message-do-actions, message-make-forward-subject): Use dolist.
14435
14436 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14437
14438         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14439         deletion to remove entire duplicate line.  Fixes merged article
14440         number bug.
14441
14442 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14443
14444         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14445         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14446         first ask if you want to open a server and then, even when you
14447         responded with no, asking if you want to synchronize the server's
14448         flags.
14449         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14450         multi-line expressions.
14451         (gnus-agent-synchronize-group-flags): New internal function.
14452         Updates marks in memory (in the info structure) AND in the
14453         backend.
14454
14455         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14456
14457         * nnagent.el (nnagent-request-set-mark): Use
14458         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14459         method, to ensure that synchronization updates marks in the
14460         backend and in the info (in memory) structure.
14461
14462 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14465         convention fully; don't miss the root article of a thread; make
14466         the X-Draft-From header with correct article numbers.
14467
14468 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14469
14470         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14471         unless plugged.  Disable the agent so that an open failure causes
14472         an error.
14473
14474         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14475         Reverted 2004-09-21 change.  The backend must be opened while
14476         synchronizing flags even when the backend stores the flags
14477         locally.
14478
14479 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14480
14481         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14482         in `header' match.  Reported by Svend Tollak Munkejord.
14483
14484         * message.el (message-cite-original): Fix use of
14485         `message-cite-articles-with-x-no-archive'.
14486
14487 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14490         (gnus-window-to-buffer): Ditto.
14491
14492         * mml.el (mml-preview-buffer): New variable.
14493         (mml-preview): Manage window layout with gnus-buffer-configuration.
14494
14495         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14496         X-Draft-From header even if those articles aren't quoted.
14497
14498 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14499
14500         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14501         (gnus-request-set-mark, gnus-request-update-mark): Use new
14502         g-s-t-u-l-m to decide to use backend even when unplugged.
14503
14504 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14507         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14508
14509 2004-09-20  Simon Josefsson  <jas@extundo.com>
14510
14511         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14512         "utf-16-le".
14513
14514 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14515
14516         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14517
14518 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * uudecode.el (uudecode-use-external): Add :version.
14521
14522         * smime.el (smime-CA-file, smime-encrypt-cipher)
14523         (smime-dns-server): Add :version.
14524
14525         * smiley.el (gnus-smiley-file-types): Add :version.
14526
14527         * sha1.el (sha1-use-external): Add :version.
14528
14529         * pgg-def.el (pgg-query-keyserver): Add :version.
14530
14531         * nnmail.el (nnmail-fancy-expiry-targets)
14532         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14533         Add :version.
14534
14535         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14536         (nnimap-retrieve-groups-asynchronous): Add :version.
14537         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14538
14539         * mml.el (mml-content-disposition-parameters)
14540         (mml-insert-mime-headers-always): Add :version.
14541
14542         * mm-util.el (mm-coding-system-priorities): Add :version.
14543
14544         * mm-decode.el (mm-inline-text-html-with-images)
14545         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14546         (mm-verify-option): Add :version.
14547         (mm-text-html-renderer): Change :version.
14548
14549         * message.el (message-fcc-externalize-attachments)
14550         (message-required-headers, message-draft-headers)
14551         (message-subject-trailing-was-query)
14552         (message-subject-trailing-was-ask-regexp)
14553         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14554         (message-mark-insert-end, message-archive-header)
14555         (message-archive-note, message-cross-post-default)
14556         (message-cross-post-note, message-followup-to-note)
14557         (message-cross-post-note-function, message-use-mail-followup-to)
14558         (message-subscribed-address-functions)
14559         (message-subscribed-address-file, message-subscribed-addresses)
14560         (message-subscribed-regexps, message-allow-no-recipients)
14561         (message-yank-cited-prefix, message-signature-insert-empty-line)
14562         (message-hidden-headers, message-hierarchical-addresses)
14563         (message-mail-user-agent, message-use-idna)
14564         (message-valid-fqdn-regexp)
14565         (message-strip-special-text-properties, message-header-synonyms)
14566         (message-beginning-of-line, message-tab-body-function): Add :version.
14567         (message-insert-canlock, message-wide-reply-confirm-recipients):
14568         Change :version.
14569
14570         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14571         and :version.
14572         (mail-source-delete-old-incoming-confirm)
14573         (mail-source-movemail-program): Add :version.
14574
14575         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14576         (gnus-agent-cache, gnus-agent): Change :version.
14577
14578         * gnus-util.el (gnus-use-byte-compile): Change :version.
14579
14580         * gnus-sum.el (gnus-summary-make-false-root-always)
14581         (gnus-summary-default-high-score)
14582         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14583         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14584         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14585         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14586         (gnus-sum-thread-tree-single-indent)
14587         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14588         (gnus-sum-thread-tree-leaf-with-other)
14589         (gnus-sum-thread-tree-single-leaf): Add :version.
14590         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14591         (gnus-article-loose-mime): Change :version.
14592
14593         * gnus-start.el (gnus-backup-startup-file)
14594         (gnus-save-startup-file-via-temp-buffer): Add :version.
14595
14596         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14597         (gnus-server-offline-face): Add :version.
14598
14599         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14600
14601         * gnus-msg.el (gnus-gcc-externalize-attachments)
14602         (gnus-debug-files, gnus-debug-exclude-variables)
14603         (gnus-discouraged-post-methods): Change :version.
14604         (gnus-confirm-mail-reply-to-news)
14605         (gnus-confirm-treat-mail-like-news): Add :version.
14606
14607         * gnus-int.el (gnus-server-unopen-status): Add :version.
14608
14609         * gnus-group.el (gnus-group-jump-to-group-prompt)
14610         (gnus-large-ephemeral-newsgroup)
14611         (gnus-fetch-old-ephemeral-headers): Add :version.
14612
14613         * gnus-fun.el (gnus-x-face-directory)
14614         (gnus-convert-pbm-to-x-face-command)
14615         (gnus-convert-image-to-x-face-command)
14616         (gnus-convert-image-to-face-command): Add :version.
14617
14618         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14619
14620         * gnus-cite.el (gnus-cite-blank-line-after-header)
14621         (gnus-article-boring-faces): Add :version.
14622
14623         * gnus-art.el (gnus-buttonized-mime-types)
14624         (gnus-inhibit-mime-unbuttonizing)
14625         (gnus-treat-display-face)
14626         (gnus-treat-body-boundary): Change :version.
14627         (gnus-body-boundary-delimiter, gnus-picon-databases)
14628         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14629         (gnus-treat-date-english, gnus-treat-fold-headers)
14630         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14631         (gnus-treat-mail-picon, gnus-treat-wash-html)
14632         (gnus-article-encrypt-protocol)
14633         (gnus-use-idna, gnus-article-over-scroll)
14634         (gnus-mime-display-multipart-alternative-as-mixed)
14635         (gnus-mime-display-multipart-related-as-mixed)
14636         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14637         (gnus-ctan-url, gnus-button-ctan-handler)
14638         (gnus-button-handle-ctan-bogus-regexp)
14639         (gnus-button-ctan-directory-regexp)
14640         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14641         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14642         (gnus-button-man-level, gnus-button-emacs-level)
14643         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14644
14645         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14646         (gnus-agent-go-online): Change :version.
14647         (gnus-agent-expire-unagentized-dirs)
14648         (gnus-agent-auto-agentize-methods): Add :version.
14649
14650         * flow-fill.el (fill-flowed-display-column)
14651         (fill-flowed-encode-column): Add :version.
14652
14653         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14654         (gnus-outlook-deuglify-unwrap-max)
14655         (gnus-outlook-deuglify-cite-marks)
14656         (gnus-outlook-deuglify-unwrap-stop-chars)
14657         (gnus-outlook-deuglify-no-wrap-chars)
14658         (gnus-outlook-deuglify-attrib-cut-regexp)
14659         (gnus-outlook-deuglify-attrib-verb-regexp)
14660         (gnus-outlook-deuglify-attrib-end-regexp)
14661         (gnus-outlook-display-hook): Add :version.
14662
14663         * binhex.el (binhex-use-external): Add :version.
14664
14665 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14668         and `invisible'.
14669
14670 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14671
14672         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14673         in gnus-registry-trim.
14674
14675 2004-09-13  Simon Josefsson  <jas@extundo.com>
14676
14677         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14678
14679         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14680
14681         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14682         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14683         <yamaoka@jpl.org>.
14684         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14685         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14686         <yamaoka@jpl.org>.
14687
14688         * sieve.el (sieve-manage-mode): Ditto.
14689
14690 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14693
14694 2004-09-11  Simon Josefsson  <jas@extundo.com>
14695
14696         * dns-mode.el: Add.
14697
14698         * mm-view.el (mm-display-dns-inline): Add.
14699
14700         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14701         (mm-automatic-display): Ditto.
14702
14703         * mailcap.el (mailcap-mime-data): Add text/dns.
14704         (mailcap-mime-extensions): Map .soa to text/dns.
14705
14706 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14707
14708         * gnus-art.el (article-decode-mime-words, article-babel)
14709         (gnus-article-highlight-signature, gnus-article-add-buttons)
14710         (gnus-signature-toggle): Remove unnecessary bindings of
14711         `inhibit-read-only' inherited from v5.10 merge.
14712
14713 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14714
14715         * nntp.el (nntp): New customization group.
14716         (nntp-authinfo-file): Add customization group.
14717
14718         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14719
14720         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14721
14722         * gnus.el (to-address, to-list, subscribed)
14723         (large-newsgroup-initial): Ditto.
14724
14725         * flow-fill.el (fill-flowed-display-column)
14726         (fill-flowed-encode-column): Ditto.
14727
14728 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14729
14730         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14731         Use point-min rather than 1.
14732         (message-send-mail): Use buffer-size rather than point-max.
14733
14734         * gnus-sum.el (gnus-summary-search-article-forward):
14735         Signal a specific `search-failed' rather than a generic `error'.
14736
14737         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14738         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14739         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14740
14741 2004-09-10  Simon Josefsson  <jas@extundo.com>
14742
14743         * nndb.el (require): Remove tcp and duplicate cl.
14744
14745 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-agent.el (directory-files-and-attributes): Move forward.
14748
14749 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14750
14751         * gnus-agent.el (directory-files-and-attributes): Optionally
14752         defined to support XEmacs.
14753
14754 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14755
14756         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14757         to avoid run-time CL dependencies.
14758         (gnus-agent-unfetch-articles): New function.
14759         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14760         article numbers even when local .overview file is missing.
14761         (gnus-agent-read-article-number): New function.  Only accepts
14762         27-bit article numbers.
14763         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14764         gnus-agent-read-article-number.
14765         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14766         from backend while recognizing that article numbers in .overview
14767         must be valid.
14768         (gnus-agent-update-files-total-fetched-for): Use
14769         directory-files-and-attributes to improve performance.
14770         * gnus-int.el (gnus-request-move-article): Use
14771         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14772         improve performance.
14773
14774         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14775         some users confused by references to .newsrc when they only have a
14776         .newsrc.eld file.
14777         (gnus-convert-mark-converter-prompt)
14778         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14779         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14780         New function.  Used internally to only display 'gnus converting
14781         files' message when actually necessary.
14782
14783         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14784         methods now autoloaded.
14785
14786 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14789         identifiers.
14790
14791 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14792
14793         * gnus-picon.el: Fix indentation and closing parenthesis.
14794
14795 2004-09-01  Simon Josefsson  <jas@extundo.com>
14796
14797         * message.el (message-canlock-generate): Require sha1, not
14798         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14799         to require within a function.  Sadly, if sha1.el isn't loaded, the
14800         let binding in m-c-g will hide the defcustom definition, which is
14801         bad.)
14802
14803         * canlock.el: Require sha1, not sha1-el.
14804
14805         * message.el: Don't autoload sha1 (there is a autoload cookie in
14806         sha1.el).
14807
14808         * sha1-el.el: Renamed to sha1.el.
14809
14810 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14811
14812         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14813
14814 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14815
14816         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14817
14818 2004-08-30  Kim F. Storm  <storm@cua.dk>
14819
14820         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14821
14822         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14823         Add :group 'nnimap.
14824
14825 2004-08-30  Andreas Schwab  <schwab@suse.de>
14826
14827         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14828         ?* and ?\;.
14829
14830         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14831         and ?\' to symbol instead of whitespace.
14832
14833 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14836
14837         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14838         instead of re-search-forward.
14839
14840         * gnus-uu.el (gnus-uu-save-article): Ditto.
14841         (gnus-uu-post-encode-uuencode): Ditto.
14842
14843         * html2text.el (html2text-clean-list-items): Ditto.
14844         (html2text-clean-dtdd): Ditto.
14845         (html2text-format-tags): Ditto.
14846
14847         * message.el (message-send-mail-with-sendmail): Fix regexp.
14848         (message-fill-field-general): Use search-forward instead of
14849         re-search-forward.
14850         (unbold-region): Ditto.
14851
14852         * nnrss.el (nnrss-request-article): Ditto.
14853
14854         * nnslashdot.el (nnslashdot-request-article): Ditto.
14855
14856         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14857
14858         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14859         "Unrecognized menu descriptor" error in XEmacs.
14860
14861 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14862
14863         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14864         parent article of a sparse article in the thread hashtb.
14865
14866 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14867
14868         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14869         (nnmail-expand-newtext): Lowercase expanded entries if
14870         nnmail-split-lowercase-expanded is non-nil.
14871
14872 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14875
14876         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14877         of gnus-tmp-news-method into string under XEmacs.  It will be
14878         passed to gnus-correct-length which takes only a string argument.
14879
14880 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * gnus-util.el (gnus-bind-print-variables): New macro.
14883         (gnus-prin1): Use it.
14884         (gnus-prin1-to-string): Use it.
14885         (gnus-pp): New function.
14886         (gnus-pp-to-string): New function.
14887
14888         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14889         Replace pp-to-string with gnus-pp-to-string.
14890         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14891         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14892         * gnus-msg.el (gnus-debug): Ditto.
14893         * gnus-score.el (gnus-score-save): Ditto.
14894         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14895         gnus-pp-to-string.
14896         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14897         with gnus-pp.
14898         * score-mode.el (gnus-score-pretty-print): Ditto.
14899         * webmail.el (webmail-debug): Ditto.
14900
14901 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14902
14903         * gnus-art.el (article-display-face, article-display-x-face):
14904         Use buffer-read-only.
14905
14906 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus-art.el (article-hide-list-identifiers):
14909         Bind inhibit-read-only as t.
14910
14911 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14912
14913         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14914
14915 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14916
14917         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14918         (gnus-narrow-to-page): Don't assume point-min == 1.
14919         (gnus-article-edit-mode): Derive from message-mode.
14920
14921         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14922         point-min == 1.
14923
14924         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14925         Disable incorrect use of `assert'.
14926
14927         * message.el (message-mode): Set comment-start-skip.
14928
14929
14930 2004-08-22  Sam Steingold  <sds@gnu.org>
14931
14932         * pop3.el (pop3-leave-mail-on-server): New user variable.
14933         (pop3-movemail): Delete mail only when it is nil.
14934
14935 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14936
14937         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14938
14939         * mml.el (mml-preview): Use `pop-to-buffer'.
14940
14941         * message.el (message-goto-mail-followup-to): Insert after "To".
14942         (message-carefully-insert-headers): Add comment.
14943
14944         * gnus.el: Remove unused variable `gnus-article-check-size'.
14945
14946         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14947
14948         * gnus-art.el (gnus-button-alist): Improve
14949         `gnus-button-handle-library' entry.
14950
14951 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14952
14953         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14954         downcase, since XEmacs capitalizes error messages differently.
14955
14956 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14957
14958         * nntp.el: Add (require 'gnus) due to reference to
14959         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14960
14961 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14962
14963         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14964         `mm-fill-flowed'.
14965
14966         * mm-decode.el (mm-dissect-singlepart): Check it.
14967
14968 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14969
14970         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14971         'imap' for netrc parsing.
14972
14973 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * mailcap.el (mailcap-mime-data): Mark as risky.
14976
14977 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14980         may be included in the encoded word.
14981         (rfc2047-encode): Don't append a space if the encoded word
14982         includes close parenthesis.
14983
14984 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14987         of text within parentheses.
14988
14989 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14990
14991         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14992         (gnus-encrypt-write-file-contents): Make the password key the file
14993         name PLUS the cipher, not just the cipher.  Also remove failed
14994         passwords from the cache.
14995
14996 2004-08-06  Simon Josefsson  <jas@extundo.com>
14997
14998         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14999         fix.
15000
15001 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15004         LWSP.
15005
15006 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15007
15008         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15009         to append in-reply-to: data to the references: header.
15010
15011         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15012         (netrc-parse): Use gnus-encrypt.el functions.
15013
15014         * gnus-encrypt.el: Add new file for encryption support; currently
15015         does only a few GPG ciphers and an internal XOR cipher.
15016
15017         * password.el: Add comments on using password-read-and-add.
15018         (password-read-and-add): Add function to read and add the
15019         password to the cache at once.
15020
15021 2004-07-28  Simon Josefsson  <jas@extundo.com>
15022
15023         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15024         parameter (but don't use it, for now).
15025
15026         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15027         instead of hard coding to nil.
15028
15029 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15032         as mm-inline-image-xemacs does.
15033
15034 2004-07-26  Simon Josefsson  <jas@extundo.com>
15035
15036         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15037         Revert part of 2004-07-17 change below.
15038
15039 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15042         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15043
15044 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15045
15046         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15047         quotes that actually start with ">" at the beginning of the
15048         lines.
15049
15050 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * rfc2047.el (rfc2047-encode-region): Fix last change.
15053         (rfc2047-encode-parameter): Remove useless concat.
15054
15055 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15058         encode special characters; fix some kind of misconfigured headers;
15059         signal a real error if debug-on-quit or debug-on-error is non-nil.
15060         (rfc2047-encode-max-chars): New variable.
15061         (rfc2047-encode-1): Use it.
15062         (rfc2047-encode-parameter): New function.
15063
15064         * mml.el (mml-insert-parameter): Remove an excessive space.
15065
15066 2004-07-17  Simon Josefsson  <jas@extundo.com>
15067
15068         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15069         Kai Grossjohann <kai@emptydomain.de>.
15070         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15071         (gnus-group-make-menu-bar): Ditto.
15072
15073         * gnus-util.el (gnus-group-server): Add.
15074
15075 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15076
15077         * message.el (message-clone-locals): Clone sendmail and smtp
15078         variables.
15079
15080 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * rfc2047.el (rfc2047-encode-region): Fix last change.
15083
15084 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15087         characters as non-special.
15088
15089 2004-07-09  Simon Josefsson  <jas@extundo.com>
15090
15091         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15092         Users will lose all flag changes made while unplugged with
15093         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15094         good default.  See numerous reports on ding mailing list.
15095
15096 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15099         add generate-head-function and generate-article-function to the
15100         rfc822-forward entry.
15101         (nndoc-rfc822-forward-generate-article): New function.
15102         (nndoc-rfc822-forward-generate-head): New function.
15103
15104         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15105
15106 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15107
15108         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15109         respect display group parameter and gnus-summary-expunge-below.
15110         (gnus-articles-to-read): Remove unused reference to display group
15111         parameter.
15112
15113 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15114
15115         * nnheader.el (nnheader-uniquify-message-id): New experimental
15116         variable.
15117         (nnheader-nov-read-message-id): Use it.
15118
15119         * spam-report.el (spam-report-gmane): Add interactive.
15120
15121 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15124         qp-or-base64 for the application/* types.
15125
15126 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15127
15128         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15129
15130 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15131
15132         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15133         trim value.
15134
15135 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15136
15137         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15138         New macro and function.
15139         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15140
15141 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15144         after-load-alist.
15145
15146 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15147
15148         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15149         update info that isn't there.
15150
15151 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15152
15153         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15154         entry.
15155
15156 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * mm-view.el (mm-inline-render-with-function): Use multibyte
15159         buffer; decode html source by charset.
15160
15161         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15162
15163         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15164         Mule-UCS is loaded under XEmacs.
15165         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15166
15167 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15168
15169         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15170
15171 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * mm-util.el (mm-coding-system-p): Return a coding-system.
15174         (mm-mime-mule-charset-alist): Use shift_jis instead of
15175         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15176         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15177         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15178         instead of japanese-shift-jis and iso-latin-1 respectively in
15179         order to share the default value with both Emacs and XEmacs-mule.
15180         (mm-mule-charset-to-mime-charset): Make
15181         mm-coding-system-priorities effective.
15182         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15183         while predicating of candidates upon the priorities.
15184
15185 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15186
15187         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15188         gnus-uu-invert-processable.
15189
15190         * gnus.el: Autoload gnus-uu-invert-processable.
15191
15192 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * mm-util.el (mm-with-multibyte-buffer): New macro.
15195
15196         * rfc2047.el (rfc2047-encode-string): Use it.
15197         (rfc2047-encode-region): Move point to the end of the region after
15198         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15199
15200 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15203         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15204
15205 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15208         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15209         Karl Chen <quarl@nospam.quarl.org>.
15210
15211 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15212
15213         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15214         invalid addresses.
15215
15216 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15217
15218         * spam.el: Change section markers, revise TODO list.
15219         (spam-backends): Make new master list of all installed backends.
15220         (spam-summary-exit-behavior): Add new variable to determine how
15221         messages moves are done at summary exit.
15222         (spam-move-spam-nonspam-groups-only)
15223         (spam-process-ham-in-nonham-groups)
15224         (spam-process-ham-in-spam-groups): Remove variables, the
15225         spam-summary-exit-behavior variable should be used to manage this
15226         behavior.
15227         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15228         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15229         and spam-old-spam-articles.
15230         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15231         Add empty variables, placeholders for the backends they represent.
15232         (spam-set-difference): Move, unchanged.
15233         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15234         unless the user has a processor variable.
15235         (spam-classifications, spam-classification-valid-p)
15236         (spam-backend-properties, spam-backend-property-valid-p)
15237         (spam-backend-function-type-valid-p)
15238         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15239         (spam-report-articles-gmane, spam-report-articles-resend):
15240         Remove functions, they are not needed.
15241         (spam-install-backend-super, spam-backend-list)
15242         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15243         (spam-backend-function, spam-backend-ham-registration-function)
15244         (spam-backend-spam-registration-function)
15245         (spam-backend-ham-unregistration-function)
15246         (spam-backend-spam-unregistration-function)
15247         (spam-backend-statistical-p, spam-backend-mover-p)
15248         (spam-install-backend-alias, spam-install-checkonly-backend)
15249         (spam-install-mover-backend, spam-install-nocheck-backend)
15250         (spam-install-backend, spam-install-statistical-backend)
15251         (spam-install-statistical-checkonly-backend): Add backend installation
15252         support.
15253         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15254         (spam-group-processor-p): Use the new backend code and respect the
15255         summary exit behavior.
15256         (spam-mark-spam-as-expired-and-move-routine): Remove.
15257         (spam-summary-prepare): Change to use the new spam-old-articles
15258         variable.
15259         (spam-copy-or-move-routine, spam-copy-spam-routine)
15260         (spam-move-spam-routine, spam-copy-ham-routine)
15261         (spam-move-ham-routine): Add code to copy/move ham or spam.
15262         (spam-fetch-field-fast): Improve doc and code, plus allow the
15263         'number request.
15264         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15265         variables.
15266         (spam-split, spam-find-spam): Use the new backend code.
15267         (spam-registration-functions): Remove variable.
15268         (spam-unregister-routine): Add convenience wrapper.
15269         (spam-log-undo-registration, spam-register-routine)
15270         (spam-log-processing-to-registry)
15271         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15272         where possible.
15273         (spam-check-gmane-xref, spam-check-regex-headers)
15274         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15275         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15276         (spam-check-bogofilter-headers, spam-check-spamoracle)
15277         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15278         (spam-check-crm114-headers): Use the spam-split-group that
15279         spam-split prepares, no need to determine it every time.
15280
15281         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15282         to the nnheader-parse-naked-head call.
15283
15284         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15285
15286         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15287         the nnheader-nov-read-message-id call.
15288
15289 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15292         gnus-activate-group twice.  Suggested by Markus Peter
15293         <warp@spin.de>.
15294
15295 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * gnus-art.el (gnus-article-time-format): Exchange the order of
15298         day and month in the default value; fix customization type.
15299         (article-date-ut): Use add-text-properties.
15300         (article-make-date-line): Use message-make-date instead of
15301         current-time-string.
15302
15303         * message.el (message-fetch-field): Don't use set-text-properties.
15304         (message-make-date): Simplify.
15305
15306         * messagexmas.el (message-xmas-make-date): New function.
15307         (message-xmas-redefine): Defalias message-make-date to it.
15308
15309 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15310
15311         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15312         (rfc2047-encode-region): Treat text within parentheses as special;
15313         show the original text when error has occurred.
15314
15315         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15316         already-computed method to gnus-activate-group.
15317
15318         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15319         same select-methods identical Lisp objects.
15320
15321         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15322         object when modifying the info.
15323
15324 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15325
15326         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15327         gnus-opened-servers since it has never been opened with the new
15328         configuration yet.
15329
15330 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15331
15332         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15333         arg to nnheader-generate-fake-message-id.
15334
15335 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15336
15337         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15338         number and build a fake message ID localized to a group and
15339         article number (so it's repeatable from that point on).
15340         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15341         ID format.
15342
15343         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15344         nnheader-generate-fake-message-id with the article number.
15345
15346 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15347
15348         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15349         end-of-buffer.
15350
15351 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15352
15353         * message.el (message-ignored-supersedes-headers): Add Approved.
15354
15355 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15358         goto-char.
15359         (rfc2047-encode): Fold the line before encoding.
15360
15361 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15362
15363         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15364         folding -- not all headers can be folded, and this should be done
15365         by the message composition mode.  Probably.  I think.
15366
15367 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15370         fast.
15371
15372         * gnus-ems.el (gnus-remove-image): Don't use
15373         message-text-with-property; remove only the image found first.
15374
15375         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15376         found first.
15377
15378 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15379
15380         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15381
15382 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * message.el (message-text-with-property): Make it fast and accept
15385         optional arguments.
15386         (message-strip-forbidden-properties): Use it.
15387         (message-fix-before-sending): Follow the m-t-w-p change.
15388
15389         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15390
15391 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-art.el (article-hide-headers): Don't change the buffer
15394         mistakenly when performing mml-preview even if
15395         gnus-single-article-buffer is nil.
15396
15397 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15398
15399         * message.el (message-expand-name-databases): New user option.
15400         (message-expand-name): Use it.
15401
15402 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15403
15404         * spam.el (spam-report-articles-resend)
15405         (spam-report-resend-register-routine): Allow ham reporting.
15406         (spam-report-resend-register-ham-routine): Add wrapper.
15407         (spam-registration-functions): Add ham resending functions.
15408         (spam-list-of-processors): Add ham resend processor.
15409
15410         * gnus.el (ham-resend-to): Add new group parameter.
15411         (spam-process): Add ham resend option.
15412
15413         * spam-report.el (spam-report-resend): Allow reporting ham.
15414         (spam-report-resend-ham): Add wrapper.
15415
15416 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15417
15418         * message.el (message-cite-articles-with-x-no-archive): New
15419         variable.
15420         (message-cite-original): Use it.
15421
15422 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423
15424         * message.el (message-cite-original): Respect X-No-Archive.
15425
15426 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * gnus-art.el (article-hide-headers): Refer to the values for
15429         gnus-ignored-headers and gnus-visible-headers in the summary
15430         buffer since a user may have set them as group parameters.
15431
15432 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15433
15434         * assistant.el (assistant-node-name): Add convenience function.
15435         (assistant-render-text, assistant-render-node): Add error handling,
15436         plus handle multiple next nodes.
15437         (assistant-find-next-node): Comment out for now.
15438         (assistant-find-next-nodes): Add function, returns list of next
15439         nodes.
15440
15441 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * mail-source.el (mail-source-directory): Fix doc-string.
15444
15445 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15446
15447         * assistant.el (assistant-render-text, assistant-eval): Add :set
15448         widget type, which is different because it takes and returns a
15449         list.  Much hilarity ensues.
15450
15451 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15454
15455         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15456         doc-string.
15457
15458         * gnus-start.el (gnus-activate-group): Added doc-string.
15459
15460 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15463
15464 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15465
15466         * assistant.el (assistant-render-text): Try to add a :set
15467         widget, more to come.
15468
15469         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15470         strings.
15471         (spam-report-articles-resend)
15472         (spam-register-routine): Do registration iff any articles warrant
15473         it.
15474         (spam-summary-prepare-exit): Change log message for nil group
15475         destinations.
15476
15477 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15478
15479         * spam.el (spam-report-resend-register-routine): Allow
15480         spam-report-resend-to to be a group parameter or a global value.
15481
15482 2004-05-26  Simon Josefsson  <jas@extundo.com>
15483
15484         * starttls.el: Merge with my GNUTLS based starttls.el.
15485         (starttls-gnutls-program, starttls-use-gnutls)
15486         (starttls-extra-arguments, starttls-process-connection-type)
15487         (starttls-connect, starttls-failure, starttls-success): New
15488         variables.
15489         (starttls-program, starttls-extra-args): Doc fix.
15490         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15491         functions.
15492         (starttls-negotiate, starttls-open-stream): Check
15493         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15494         function if it is set.
15495
15496 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15499         structured fields.
15500
15501 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15504
15505 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15506
15507         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15508         variable.
15509         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15510         assigning the spam-mark to new messages.
15511
15512 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15513
15514         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15515
15516 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15519
15520         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15521         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15522         default.
15523
15524 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15525
15526         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15527         correct data.
15528
15529 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15530
15531         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15532         (spam-group-processor-p): Fix function.
15533         (spam-group-processor-multiple-p)
15534         (spam-group-spam-processor-report-gmane-p)
15535         (spam-group-spam-processor-report-resend-p)
15536         (spam-group-spam-processor-bogofilter-p)
15537         (spam-group-spam-processor-blacklist-p)
15538         (spam-group-spam-processor-ifile-p)
15539         (spam-group-ham-processor-ifile-p)
15540         (spam-group-spam-processor-spamoracle-p)
15541         (spam-group-spam-processor-crm114-p)
15542         (spam-group-ham-processor-bogofilter-p)
15543         (spam-group-spam-processor-stat-p)
15544         (spam-group-ham-processor-stat-p)
15545         (spam-group-ham-processor-whitelist-p)
15546         (spam-group-ham-processor-BBDB-p)
15547         (spam-group-ham-processor-spamoracle-p)
15548         (spam-group-ham-processor-copy-p): Remove functions with some
15549         prejudice against unneeded code.
15550         (spam-report-articles-resend)
15551         (spam-report-resend-register-routine): Allow the group/topic
15552         spam-resend-to value to override spam-report-resend-to.
15553         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15554         properly now.
15555
15556         * gnus.el (spam-resend-to): Add group/topic parameter.
15557         (spam-process): Move the OBSOLETE processors to the end of the
15558         choices.
15559
15560 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15561
15562         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15563         with resend-to set to nil, and then ask the user if necessary.
15564         (spam-report-resend): spam-report-resend takes a list of articles, not
15565         separate article numbers.
15566
15567 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15570         addition to emacs-w3m.
15571
15572 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15573
15574         * assistant.el (assistant-authinfo-data): New function.
15575         (assistant-eval): Eval for entire assistant.
15576
15577         * netrc.el (netrc-services-file): New variable.
15578         (netrc-parse-services): New function.
15579         (netrc-find-service-name): New function.
15580         (netrc-find-service-number): New function.
15581         (netrc-port-equal): New function.
15582         (netrc-machine): Use it.
15583
15584         * nnimap.el (nnimap-open-connection): Use netrc.
15585
15586         * gnus-util.el (gnus-netrc-get): Remove aliases.
15587
15588         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15589
15590         * assistant.el (wid-edit): Fix compilation.
15591
15592         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15593
15594 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15595
15596         * gnus-util.el (gnus-set-file-modes): New function.  (small
15597         patch).
15598
15599 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15600
15601         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15602
15603         * assistant.el (assistant-render-node): Fix up rendering and
15604         read-only text.
15605         (assistant-render-node): Reset.
15606         (assistant-make-read-only): Not sticky.
15607
15608 2004-05-20  Danny Siu  <dsiu@adobe.com>
15609
15610         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15611         centered even when gnus-auto-center-summary is t.
15612
15613 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15614
15615         * dns.el (dns-get-txt-answer): New function.
15616         (dns-read-txt): Ditto.
15617         (query-dns): Use it.
15618
15619 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15622         active for foreign groups even if the group level is higher than
15623         the specified value.
15624
15625 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15626
15627         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15628         non-active groups.
15629
15630         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15631
15632 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15633
15634         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15635
15636 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15637
15638         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15639         (spam-crm114-header, spam-crm114-spam-switch)
15640         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15641         (spam-crm114-positive-spam-header)
15642         (spam-crm114-database-directory, spam-list-of-processors)
15643         (spam-group-spam-processor-crm114-p)
15644         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15645         (spam-generic-score, spam-list-of-checks)
15646         (spam-list-of-statistical-checks, spam-registration-functions)
15647         (spam-check-crm114-headers, spam-crm114-score)
15648         (spam-check-crm114, spam-crm114-register-with-crm114)
15649         (spam-crm114-register-spam-routine)
15650         (spam-crm114-unregister-spam-routine)
15651         (spam-crm114-register-ham-routine)
15652         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15653         asjo@koldfront.dk (Adam Sjøgren).
15654
15655         * gnus.el: Add spam-use-crm114.
15656
15657         * spam.el (spam-list-of-processors, spam-registration-functions):
15658         Add spam-use-resend.
15659         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15660         (spam-report-articles-gmane): Add doc fix.
15661         (spam-report-articles-resend, spam-report-resend-register-routine):
15662         Add wrappers around spam-report-resend-to.
15663
15664         * spam-report.el (spam-report-resend-to, spam-report-resend):
15665         Add support for resending spam.
15666         (spam-report-gmane): Fix line length >80.
15667
15668         * gnus.el (spam-process): Add spam-use-resend.
15669
15670 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15671
15672         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15673         number of processed spam messages.
15674         (spam-ham-copy-or-move-routine): Return the number of processed
15675         ham messages.
15676         (spam-summary-prepare-exit): Use the above values to decide
15677         whether status messages shouled be displayed.
15678
15679 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15682         `rfc2047-encoding-function-alist' in order to avoid conflicting
15683         with the old version.
15684         (rfc2047-encode-region): Concatenate words containing non-ASCII
15685         characters in structured fields; don't encode space-delimited
15686         ASCII words even in unstructured fields; don't break words at
15687         char-category boundaries.
15688         (rfc2047-encode-1): New function.
15689         (rfc2047-encode): Use it; encode text so that it occupies the
15690         maximum width within 76-column; work correctly on Q encoding for
15691         iso-2022-* charsets.
15692         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15693         sure not to break a line just after the header name.
15694         (rfc2047-b-encode-region): Removed.
15695         (rfc2047-b-encode-string): New function.
15696         (rfc2047-q-encode-region): Removed.
15697         (rfc2047-q-encode-string): New function.
15698
15699         * mm-util.el (mm-replace-in-string): New function.
15700
15701 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15702
15703         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15704         get it right.
15705         (gnus-inews-make-draft): Really.
15706
15707 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15708
15709         * nnmh.el (nnmh-request-list-1): Don't check the link count
15710         before descending.  (small patch)
15711
15712 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15713
15714         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15715         stuff.
15716
15717         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15718         on real group name.
15719
15720         * gnus-art.el (gnus-signature-limit): Doc fix.
15721
15722         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15723
15724         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15725
15726 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15727
15728         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15729         isn't a string.
15730
15731 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15732
15733         * gnus-draft.el (gnus-draft-send): Bind
15734         rfc2047-encode-encoded-words.
15735
15736         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15737         (rfc2047-encodable-p): Say that =? needs encoding.
15738         (rfc2047-encode-encoded-words): New variable.
15739
15740         * gnus-group.el (gnus-group-select-group): Doc fix.
15741
15742         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15743
15744         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15745         to nil.
15746
15747         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15748
15749         * nnheader.el (nnheader-get-lines-and-char): New function.
15750
15751 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * gnus-msg.el (gnus-summary-followup-with-original): Document
15754         yanking of region when active.
15755
15756 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15759         groups if the group level is higher than the specified value.
15760
15761 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15762
15763         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15764         (gnus-group-jump-to-group): Added prefix argument using
15765         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15766         non-active group.
15767
15768         * compface.el (uncompface): Be verbose when changing
15769         `uncompface-use-external'.
15770
15771         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15772         handle manual section.
15773
15774 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15775
15776         * gnus-art.el (gnus-button-alist): Revert previous change.
15777
15778 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15779
15780         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15781
15782 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15783
15784         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15785         whether backend can accept message.
15786
15787         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15788
15789 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15790
15791         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15792         Avoid creating directory when nntp-marks-is-evil is true.
15793         Reported by Reiner Steib.
15794
15795 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15796
15797         * gnus-picon.el (gnus-picon-style): New variable.
15798         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15799         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15800         Jesper Harder <harder@ifa.au.dk>.
15801
15802 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15803
15804         * message.el (message-fill-field): Return point.
15805         (message-generate-headers): Go to end of field.
15806
15807         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15808         stuff for non-living groups.
15809
15810 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15811
15812         * gnus-art.el (gnus-article-followup-with-original)
15813         (gnus-article-reply-with-original): gnus-mark-active-p ->
15814         gnus-region-active-p.
15815
15816 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15817
15818         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15819         only when there is spam or ham to be processed.
15820
15821 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15822
15823         * mail-source.el (mail-source-delete-crash-box): Refactor.
15824         (mail-source-fetch): Use it.
15825         (mail-source-fetch-file): Ditto.
15826         (mail-source-fetch-directory): Run postscript in loop.
15827         (mail-source-fetch-pop): Delete.
15828         (mail-source-fetch-maildir): Ditto.
15829         (mail-source-fetch-imap): Ditto.
15830
15831         * imap.el (imap-authenticators): Comment out sasl.
15832
15833         * message.el (message-skip-to-next-address): New function.
15834         (message-fill-header-address): Refactor.
15835         (message-fill-address): Use it.
15836         (message-delete-address): Use it.
15837         (message-fill-header-general): Refactor.
15838         (message-fill-field-address): Rename.
15839         (message-narrow-to-field): Find the start of the header.
15840         (message-header-format-alist): Don't pre-fill.
15841         (message-fill-header): Removed.
15842         (message-insert-header): New function.
15843         (message-shorten-references): Use it.
15844
15845         * rfc2047.el (rfc2047-field-value): Strip props.
15846
15847         * mail-parse.el (mail-header-make-address): New alias.
15848
15849         * ietf-drums.el (ietf-drums-make-address): New function.
15850
15851         * imap.el: Add compiler directives.
15852
15853         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15854
15855         * gnus-art.el (article-decode-idna-rhs): Don't use
15856         message-idna-inside-rhs-p.
15857
15858 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15859
15860         * message.el (message-idna-inside-rhs-p): Removed.
15861         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15862
15863         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15864         false positives.
15865
15866 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15867
15868         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15869
15870 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871
15872         * nneething.el (nneething-file-name): Don't create spurious
15873         files.
15874
15875         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15876         (gnus-inews-do-gcc): Remove sleep.
15877
15878         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15879         part under point.
15880
15881         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15882         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15883
15884 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15885
15886         * spam.el (spam-summary-prepare-exit): Fixed (length).
15887
15888 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15891         as expired without moving it" message when there are spam
15892         messages left.
15893
15894 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15895
15896         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15897         header is not nil.
15898
15899 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15900
15901         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15902         nntp-possibly-create-directory, not nntp-possibly-change-group.
15903         (nntp-marks-changed-p): New arg SERVER.
15904         (nntp-request-update-info): Adjust caller.
15905
15906 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15907
15908         * nntp.el (nntp-save-marks): Pass missing arg.
15909
15910 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15911
15912         * nntp.el: Support marks.
15913         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15914         (nntp-marks-modtime, nntp-marks-directory): New variables.
15915         (nntp-request-set-mark, nntp-request-update-info)
15916         (nntp-possibly-create-directory, nntp-marks-changed-p)
15917         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15918         functions.
15919
15920 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15921
15922         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15923         (gnus-xmas-redefine): Rename.
15924
15925         * gnus-score.el (gnus-score-insert-help): Use
15926         gnus-select-lowest-window.
15927
15928         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15929         appt-select-lowest-window and rename to gnus-select-lowest-window.
15930
15931         * gnus.el: do.
15932
15933 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15934
15935         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15936         encodings of MIME-encoded words, in order to improve
15937         interoperability with several broken MUAs.
15938
15939 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15940
15941         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15942         tags, only when charsets are not specified in headers.
15943         (mm-inline-text-html-render-with-w3m): Ditto.
15944
15945         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15946         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15947
15948 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15949
15950         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15951         instead of MIME-decoded from fields when checking
15952         `gnus-article-address-banner-alist'.
15953
15954 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15955
15956         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15957         description rather than subject.
15958
15959 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15960
15961         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15962
15963 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15964
15965         * gnus.el (gnus-version-number): Bump.
15966
15967 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15968
15969         * gnus.el: No Gnus v0.2 is released.
15970
15971 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15972
15973         * gnus-agent.el (gnus-agent-read-agentview): Inline
15974         gnus-uncompress-range.
15975
15976 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15977
15978         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15979         `exec-installed-p'.
15980
15981 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15982
15983         * gnus.el (spam-process, spam-autodetect-methods): Add
15984         bsfilter and bsfilter-headers.
15985
15986         * spam.el (spam-bsfilter): New customize group.
15987         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15988         (spam-bsfilter-header, spam-bsfilter-probability-header)
15989         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15990         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15991         (spam-bsfilter-database-directory): New options.
15992         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15993         (spam-list-of-statistical-checks, spam-registration-functions):
15994         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15995         (spam-bsfilter-score): New command.
15996         (spam-check-bsfilter-headers, spam-check-bsfilter)
15997         (spam-bsfilter-register-with-bsfilter)
15998         (spam-bsfilter-register-spam-routine)
15999         (spam-bsfilter-unregister-spam-routine)
16000         (spam-bsfilter-register-ham-routine)
16001         (spam-bsfilter-unregister-ham-routine): New functions.
16002         (spam-generic-score): Support bsfilter; Accept an optional argument
16003         to recalcurate spam score even if scoring header has already been
16004         added.
16005         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16006         optional argument to recalcurate spam score even if scoring header
16007         has already been added.
16008
16009 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16010
16011         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16012         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16013         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16014         link is missing.
16015
16016 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16017
16018         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16019         (html2text-get-attr): Rewrite.
16020
16021         * message.el (message-setup-1): Remove redundant put-text-property
16022         on mail-header-separator.
16023
16024 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16025
16026         * gnus-registry.el (gnus-registry-cache-whitespace)
16027         (gnus-registry-action, gnus-registry-spool-action)
16028         (gnus-registry-split-fancy-with-parent): Change message levels
16029         from 5 to 3 or 7, as needed.
16030
16031         * spam.el (spam-summary-prepare-exit)
16032         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16033         (spam-split, spam-find-spam, spam-log-undo-registration)
16034         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16035         level from 5 to 6.
16036
16037 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16040         2004-03-04 change).
16041
16042 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16043
16044         * sieve-manage.el (sieve-manage-open):
16045         * nnweb.el (nnweb-insert-html):
16046         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16047         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16048         * nnspool.el (nnspool-request-group):
16049         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16050         * nnml.el (nnml-request-update-info):
16051         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16052         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16053         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16054         (nnimap-request-set-mark):
16055         * nnfolder.el (nnfolder-request-update-info):
16056         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16057         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16058         * gnus-uu.el (gnus-uu-find-articles-matching):
16059         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16060         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16061         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16062         * gnus-nocem.el (gnus-nocem-scan-groups):
16063         * gnus-int.el (gnus-start-news-server):
16064         * gnus-group.el (gnus-group-make-kiboze-group)
16065         (gnus-group-browse-foreign-server):
16066         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16067         Use mapc when appropriate.
16068
16069 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16070
16071         FIXME: Make separate entries for each person.
16072
16073         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16074         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16075         <shields@msrl.com>:
16076
16077         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16078         may need for spam sorting and scoring.
16079         (spam-user-format-function-S): Add user format function suitable for
16080         general use.
16081         (spam-article-sort-by-spam-status): Add sorting function for summary
16082         sorting.
16083         (spam-extra-header-to-number): Add function to get a score from a
16084         header.
16085         (spam-summary-score): Add function to get a numeric score from the
16086         headers.
16087         (spam-generic-score): Fix function doc, was in wrong place.
16088         (spam-initialize): Take symbols when it's run, and install the
16089         extra headers that spam-necessary-extra-headers thinks we need.
16090
16091 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16094         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16095
16096 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16097
16098         * gnus-sum.el (gnus-set-global-variables)
16099         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16100         (gnus-article-get-xrefs, gnus-summary-best-group)
16101         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16102         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16103         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16104         Use with-current-buffer.
16105
16106 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16107
16108         * spam.el (spam-summary-prepare-exit): Simplify logic.
16109         (spam-fetch-article-header): Read the article header if it's not
16110         available.
16111         (spam-list-articles): Simplify logic.
16112         (spam-filelist-register-routine): Fix bug with unregister-list.
16113
16114         * gnus-registry.el: Fix comments at beginning.
16115
16116 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16117
16118         * message.el (message-cater-to-broken-inn): Remove.
16119         (message-shorten-references): Make sure the total folded length of
16120         References is shorter than 998 characters to cater to a bug in INN
16121         2.3.  Also, don't pretend that references aren't folded -- this
16122         hasn't worked for a while.
16123
16124 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16125
16126         * gnus-agent.el (gnus-agentize):
16127         gnus-agent-send-mail-real-function no longer set to current value
16128         of message-send-mail-function but rather a lambda that calls
16129         message-send-mail-function.  The change makes the agent real-time
16130         responsive to user changes to message-send-mail-function.
16131
16132 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16133
16134         * legacy-gnus-agent.el
16135         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16136         help from Florian Weimer <fw@deneb.enyo.de>
16137
16138 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * nnmail.el (nnmail-cache-insert): Revert last change.
16141
16142 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16143
16144         * nnmail.el (nnmail-cache-insert): Always check whether
16145         nnmail-cache-ignore-groups matches a group name.
16146
16147 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16148
16149         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16150         (spam-find-spam, spam-log-processing-to-registry)
16151         (spam-log-registered-p, spam-log-unregistration-needed-p)
16152         (spam-log-undo-registration): Use gnus-message instead of
16153         gnus-error, none of these errors are fatal.
16154
16155         * gnus-registry.el (gnus-registry-clean-empty-function)
16156         (gnus-registry-clean-empty): Remove only empty entries without
16157         extra data.
16158
16159 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16160
16161         * spam-stat.el (spam-stat-buffer-change-to-spam)
16162         (spam-stat-buffer-change-to-non-spam): Change (error) to
16163         (gnus-message 8) invocation.
16164
16165 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * nntp.el (nntp-via-netcat-command): New variable.
16168         (nntp-via-netcat-switches): New variable.
16169         (nntp-open-via-rlogin-and-netcat): New function.
16170         (nntp-open-connection-function): Doc fix.
16171         (nntp-telnet-command): Doc fix.
16172         (nntp-end-of-line): Doc fix.
16173         (nntp-via-rlogin-command): Doc fix.
16174         (nntp-via-user-name): Doc fix.
16175         (nntp-via-address): Doc fix.
16176
16177 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16180         error in Emacs 21.1.
16181
16182 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16183
16184         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16185
16186 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16187
16188         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16189         (gnus-agent-with-refreshed-group): New macro.
16190         (gnus-agent-rename-group): New function.
16191         (gnus-agent-delete-group): New function.
16192         (gnus-agent-save-group-info): Use gnus-command-method when
16193         `method' parameter is nil.  Don't write nil entries into the
16194         active file.
16195         (gnus-agent-get-group-info): New function.
16196         (gnus-agent-fetch-articles): Use
16197         gnus-agent-update-files-total-fetched-for to increment disk space
16198         used.
16199         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16200         gnus-agent-update-view-total-fetched-for to increment disk space
16201         used.
16202         (gnus-agent-get-local): Added optional parameters to avoid calling
16203         gnus-group-real-name and gnus-find-method-for-group.
16204         (gnus-agent-set-local): Delete stored entry if either min, or max,
16205         are nil.
16206         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16207         quit, use gnus-agent-regenerate-group to record existance of any
16208         articles fetched to disk before the quit occurred.
16209         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16210         gnus-agent-update-view-total-fetched-for, and
16211         gnus-agent-update-files-total-fetched-for to decrement disk space
16212         used.
16213         (gnus-agent-retrieve-headers): Use
16214         gnus-agent-update-view-total-fetched-for to increment disk space
16215         used.
16216         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16217         with gnus-agent-update-files-total-fetched-for to decrement disk
16218         space and fresh group buffer.
16219         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16220         (gnus-agent-need-update-total-fetched-for): New variable.
16221         (gnus-agent-update-files-total-fetched-for): New function.
16222         (gnus-agent-update-view-total-fetched-for): New function.
16223         (gnus-agent-total-fetched-for): New function.
16224
16225         * gnus-cache.el (gnus-cache-save-buffers): Use
16226         gnus-cache-update-overview-total-fetched-for to change disk space
16227         used by this group.
16228         (gnus-cache-possibly-enter-article): Use
16229         gnus-cache-update-file-total-fetched-for to increment disk space
16230         used by this group.
16231         (gnus-cache-possibly-remove-article): Use
16232         gnus-cache-update-file-total-fetched-for to decrement disk space
16233         used by this group.
16234         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16235         (gnus-cache-rename-group): New function.
16236         (gnus-cache-delete-group): New function.
16237         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16238         (gnus-cache-need-update-total-fetched-for): New variable.
16239         (gnus-cache-with-refreshed-group): New macro.
16240         (gnus-cache-update-file-total-fetched-for): New function.
16241         (gnus-cache-update-overview-total-fetched-for): New function.
16242         (gnus-cache-rename-group-total-fetched-for): New function.
16243         (gnus-cache-delete-group-total-fetched-for): New function.
16244         (gnus-cache-total-fetched-for): New function.
16245
16246         * gnus-group.el: Require gnus-sum and autoload functions to
16247         resolve warnings when gnus-group.el compiled alone.
16248         (gnus-group-line-format): Documented new %F.
16249         (size of Fetched data) group line format; identifies disk space
16250         used by agent and cache.
16251         (gnus-group-line-format-alist): Defined new F format.
16252         (gnus-total-fetched-for): New function.
16253         (gnus-group-delete-group): No longer update
16254         gnus-cache-active-altered as gnus-request-delete-group now keeps
16255         the cache in sync.
16256         (gnus-group-list-active): Let the agent store a server's active
16257         list if currently plugged.
16258
16259         * gnus-int.el (gnus-request-delete-group):
16260         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16261         local disk in sync with the server.
16262         (gnus-request-rename-group):
16263         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16264         local disk in sync with the server.
16265
16266         * gnus-start.el (gnus-get-unread-articles):
16267         Cosmetic simplification to logic.
16268
16269         * gnus-util.el (gnus-rename-file): New function.
16270
16271 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16272
16273         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16274
16275 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16276
16277         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16278         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16279
16280 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16281
16282         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16283         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16284
16285 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16286
16287         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16288
16289 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16290
16291         * spam.el (spam-set-difference): Add function to replace
16292         gnus-set-difference in spam.el.
16293         (spam-summary-prepare-exit): Use spam-set-difference.
16294
16295 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16296
16297         * gnus-registry.el (gnus-registry-cache-file): Update to use
16298         gnus-dribble-directory OR gnus-home-directory OR ~.
16299         (gnus-registry-split-fancy-with-parent): Fix doc.
16300
16301 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * message.el (message-exchange-point-and-mark): Use
16304         message-mark-active-p.  Suggested by Jesper Harder
16305         <harder@ifa.au.dk>.
16306
16307 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * message.el (message-exchange-point-and-mark): Don't activate
16310         region if it was inactive.  Suggested by Hiroshi Fujishima
16311         <pooh@nature.tsukuba.ac.jp>.
16312
16313 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * gnus-art.el (article-display-face): Display Faces in the same
16316         order as X-Faces.
16317
16318 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16319
16320         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16321
16322 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16325         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16326         (gnus-article-mime-hierarchy): Remove.
16327         (gnus-article-mime-hierarchy-next): Remove.
16328         (gnus-article-mode): Revert 2004-03-19 change.
16329         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16330         (gnus-insert-mime-button): Revert 2004-03-19 change.
16331         (gnus-mime-accumulate-hierarchy): Remove.
16332         (gnus-mime-enter-multipart): Remove.
16333         (gnus-mime-leave-multipart): Remove.
16334         (gnus-mime-display-part): Revert 2004-03-19 change.
16335         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16336
16337         * mml.el (mml-preview): Revert 2004-03-19 change.
16338
16339 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16340
16341         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16342
16343 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16346         t while entering a file name using the mm-with-multibyte macro.
16347         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16348
16349         * mm-util.el (mm-with-multibyte): New macro.
16350
16351 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16354         user option.
16355         (gnus-mime-multipart-functions): Doc and customization fix.
16356         (gnus-article-mime-hierarchy): New variable.
16357         (gnus-article-mime-hierarchy-next): New variable.
16358         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16359         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16360         gnus-article-mime-hierarchy-next to nil.
16361         (gnus-insert-mime-button): Show hierarchy numbers.
16362         (gnus-mime-accumulate-hierarchy): New function.
16363         (gnus-mime-enter-multipart): New function.
16364         (gnus-mime-leave-multipart): New function.
16365         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16366         (gnus-mime-display-alternative): Show hierarchy numbers.
16367
16368         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16369         gnus-article-mime-hierarchy-next to nil.
16370
16371 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16372
16373         * dns.el: Don't require gnus-xmas.
16374
16375 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16376
16377         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16378         inline PGP.
16379         (mml-menu): Disable mml-quote-region if mark is inactive.
16380
16381 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16384         when the group's active is not available.
16385
16386 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16389         error.
16390
16391 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * imap.el (imap-store-password): New variable.
16394         (imap-interactive-login): Use it.
16395         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16396
16397 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16400         window-start and hscroll to summary window.
16401
16402 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16403
16404         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16405         conversion message to newsrc-dribble when an actual conversion is
16406         performed.
16407
16408 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16409
16410         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16411
16412 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * mm-decode.el (mm-complicated-handles): New function reviving
16415         former definition of mm-multiple-handles.
16416
16417         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16418         (gnus-mime-delete-part): Use it.
16419
16420 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16421
16422         * gnus-agent.el (gnus-agent-read-local): Bind
16423         nnheader-file-coding-system to gnus-agent-file-coding-system to
16424         avoid the implicit assumption that they will always be equal.
16425         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16426         coding-system-for-write, as the with-temp-file macro first prints
16427         to a buffer then saves the buffer.
16428
16429 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-art.el (gnus-article-edit-part): New function.
16432         (gnus-mime-save-part-and-strip): Use it; do query instead of
16433         signaling an error; don't use mm-multiple-handles.
16434         (gnus-mime-delete-part): Ditto.
16435
16436 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16437
16438         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16439         old file versions.
16440         (gnus-group-prepare-hook): Removed function that converted list
16441         form of gnus-agent-expire-days to group properties.
16442
16443         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16444         (gnus-request-accept-article): Re-indented.
16445
16446         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16447         converters to handle old agent file formats.  Added logic for a
16448         "backup before upgrading warning".
16449         (gnus-convert-mark-converter-prompt): Developers can mark
16450         functions as needing (default), or not needing,
16451         gnus-convert-old-newsrc's "backup before upgrading warning".
16452         (gnus-convert-converter-needs-prompt): Tests whether the user
16453         should be protected from potentially irreversable changes by the
16454         function.
16455
16456         * legacy-gnus-agent.el: New.  Provides converters that are only
16457         loaded when gnus-convert-old-newsrc needs to call them.
16458
16459 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * mail-source.el (mail-source-touch-pop): Doc fix.
16462
16463         * message.el (message-smtpmail-send-it): Doc fix.
16464
16465 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16466
16467         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16468
16469         * nnmail.el (nnmail-split-fancy): do.
16470
16471         * gnus-kill.el (gnus-kill, gnus-execute): do.
16472
16473 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16474
16475         * gnus-sum.el (gnus-widget-reversible-match)
16476         (gnus-widget-reversible-to-internal)
16477         (gnus-widget-reversible-to-external): New functions.
16478         (gnus-widget-reversible): New widget.
16479         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16480
16481 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16482
16483         * gnus-sum.el (gnus-thread-sort-functions)
16484         (gnus-article-sort-functions): Document `(not F)' items.
16485
16486 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16487
16488         * spam.el (spam-use-gmane-xref): Add new backend.
16489         (spam-gmane-xref-spam-group): Add variable to control the name of the
16490         Gmane spam group.
16491         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16492         (spam-regex-headers-spam, spam-regex-headers-ham)
16493         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16494         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16495         backends and checks.
16496         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16497
16498         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16499         an autodetect method.
16500
16501 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16502
16503         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16504         articles are being added to a group.
16505         (gnus-request-replace-article): Inform the agent that articles
16506         need to be uncached as the cached contents are no longer valid.
16507
16508 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * binhex.el: Don't autoload executable-find.
16511
16512         * canlock.el: Don't autoload mail-fetch-field.
16513
16514         * dgnushack.el: Autoload c-mode for XEmacs.
16515
16516         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16517
16518         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16519         rmail-dont-reply-to and rmail-output.
16520
16521         * gnus-score.el: Don't autoload ffap-string-at-point.
16522
16523         * gnus-setup.el: Don't autoload sc-cite-original.
16524
16525         * imap.el: Don't autoload base64-decode-string,
16526         base64-encode-string and md5.
16527
16528         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16529         and rmail-msg-restore-non-pruned-header.
16530
16531         * mm-decode.el: Don't autoload executable-find.
16532
16533         * mm-url.el: Don't autoload executable-find.
16534
16535         * mm-view.el: Don't autoload diff-mode.
16536
16537         * nndb.el: Don't autoload news-reply-mode, news-setup,
16538         cancel-timer and telnet.
16539
16540         * password.el: Don't autoload run-at-time for Emacs.
16541
16542         * sha1-el.el: Don't autoload executable-find.
16543
16544         * sieve-mode.el: Don't autoload c-mode.
16545
16546         * uudecode.el: Don't autoload executable-find.
16547
16548 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16549
16550         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16551         (gnus-agent-possibly-alter-active): Avoid null in numeric
16552         comparison.
16553         (gnus-agent-set-local): Refuse to save null in local object table.
16554         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16555         list of articles that will be marked as unread.
16556
16557 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16560
16561 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16562
16563         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16564         language tags.
16565
16566 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16567
16568         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16569         Don't bind "obarray".
16570
16571         * gnus-sum.el (gnus-thread-sort-functions): Added
16572         `gnus-thread-sort-by-most-recent-number' and
16573         `gnus-thread-sort-by-most-recent-date'.
16574         Reported by Kai Grossjohann <kai@emptydomain.de>.
16575
16576 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16579
16580 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16581
16582         * gnus-cus.el (gnus-agent-customize-category): Removed
16583         ignore-errors macro reference that required cl to be loaded at
16584         run-time.
16585
16586         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16587         single-interval range of the form (min . max).  Previously the
16588         range had to look like ((min . max)).  Likewise, return
16589         (min . max) rather than ((min . max)).
16590         (gnus-range-map): Use gnus-range-normalize to accept
16591         single-interval range.
16592
16593         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16594         the cache, but not the agent, now appear with their usual face.
16595
16596         * dgnushack.el (loaddir): New variable that is bound to the
16597         directory containing the dgnushack.el file. Use loaddir, rather
16598         than srcdir, to update load-path. Change lets dgnushack compile
16599         code in directories other than GNUS/lisp.
16600
16601 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * lpath.el: Don't bind w3m-safe-url-regexp.
16604
16605         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16606         w3m-safe-url-regexp variable buffer-local.
16607
16608         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16609
16610 2004-02-27  Simon Josefsson  <jas@extundo.com>
16611
16612         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16613         gnus-group-real-prefix.
16614         (gnus-summary-move-article): Use it, instead of
16615         gnus-group-real-prefix.
16616
16617 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * lpath.el: Bind w3m-safe-url-regexp.
16620
16621         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16622         w3m-safe-url-regexp variable buffer-local and set it as the value
16623         of mm-w3m-safe-url-regexp.
16624
16625         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16626
16627         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16628         parsing gnus-posting-styles when the message is not for replying.
16629
16630         * dgnushack.el: Autoload sgml-mode for XEmacs.
16631
16632         * nnrss.el (nnrss-opml-export): Use
16633         mm-set-buffer-file-coding-system instead of
16634         set-buffer-file-coding-system.
16635
16636 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16637
16638         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16639         of checkdoc.el).
16640         * nnrss.el: do.
16641         * gnus-mlspl.el: do.
16642         * gnus-ml.el: do.
16643         * gnus-srvr.el: do.
16644
16645         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16646
16647 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16648
16649         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16650         Corrections to custom-manual links.
16651
16652         * gnus-art.el (gnus-article): Ditto.
16653
16654         * mm-decode.el (mime-display, mime-security): Ditto.
16655
16656 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16657
16658         * flow-fill.el: Typo.
16659
16660 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16661
16662         * spam-wash.el: New file.
16663
16664 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16665
16666         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16667
16668 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16669
16670         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16671         to be run with new-articles as LIST1, not LIST2.
16672         (spam-registration-functions): Add spam-use-ham-copy as a nil
16673         registration backend.
16674
16675 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16676
16677         * spam-stat.el (spam-stat-washing-hook): New option.
16678         (spam-stat-buffer-words): Use it.
16679         (spam-stat-process-directory, spam-stat-test-directory): Use
16680         insert-file-contents-literally.
16681         (spam-stat-coding-system): New variable.
16682         (spam-stat-load, spam-stat-save): Use it.
16683
16684 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * spam-report.el (spam-report-plug-agent): Quote
16687         spam-report-url-to-file and spam-report-url-ping-plain.
16688
16689 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16690
16691         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16692         / in mailto URLs.
16693
16694 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16695
16696         * spam-report.el (spam-report-process-queue): Fix interactive use.
16697         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16698         (spam-report-unplug-agent): Doc fixes.
16699         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16700         (spam-report-agentize, spam-report-deagentize): Autoload.
16701
16702 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16705
16706         * message.el (message-setup-fill-variables): Add mml tags to
16707         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16708         <ajk@iu.edu>.
16709         (message-mode): Don't modify paragraph-separate there.
16710
16711 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * compface.el (uncompface-use-external): Default to undecided.
16714         (uncompface-use-external-threshold): New variable.
16715         (uncompface-float-time): New macro.
16716         (uncompface): Determine whether to use the external decoder if
16717         uncompface-use-external is undecided.
16718
16719 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16720
16721         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16722         after images.
16723
16724         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16725
16726 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16727
16728         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16729
16730         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16731
16732         * gnus-sum.el (gnus-summary-limit-to-age)
16733         (gnus-summary-limit-children): do.
16734
16735         * gnus-int.el (gnus-request-scan): do.
16736
16737         * gnus-group.el (gnus-group-suspend): do.
16738
16739         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16740
16741         * gnus-cite.el (gnus-cite-parse-attributions): do.
16742
16743         * gnus-agent.el (gnus-summary-set-agent-mark)
16744         (gnus-agent-regenerate-group): do.
16745
16746         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16747
16748         * binhex.el (binhex-decode-region-internal): do.
16749
16750 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * gnus-fun.el (gnus-face-properties-alist): New user option.
16753         (gnus-display-x-face-in-from): Use it.
16754
16755         * gnus-art.el (article-display-face): Ditto.
16756
16757         * compface.el (uncompface-use-external): Default to nil.
16758
16759 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16760
16761         * nntp.el (nntp-erase-buffer): New function.
16762         (nntp-retrieve-data, nntp-send-command)
16763         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16764         (nntp-possibly-change-group): Use it.
16765
16766         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16767         with-current-buffer.
16768
16769 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16770
16771         * compface.el: Merge the ELisp-based uncompface program.
16772         (compface): New customization group.
16773         (uncompface-use-external): New user option.
16774         (uncompface): Call uncompface-internal if uncompface-use-external
16775         is nil.
16776         (uncompface-internal): New function.  Note that there are also
16777         some other functions and variables added for this function.
16778
16779 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16780
16781         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16782         if necessary.
16783
16784 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16785
16786         * spam-report.el (spam-report-unplug-agent)
16787         (spam-report-plug-agent, spam-report-deagentize)
16788         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16789         Add support for the Agent in spam-report: when unplugged, report to a
16790         file; when plugged, submit all the requests.
16791
16792         * spam.el (spam-register-routine): Fix message about
16793         registration.
16794
16795 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16796
16797         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16798         dependencies.
16799         (rfc2047-encode): Use it.
16800
16801         * gnus-art.el (gnus-button-marker-list): Move before first
16802         reference.
16803
16804         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16805         (imap-parse-body): Fix format string mismatch.
16806
16807         * gnus-score.el (gnus-summary-increase-score): do.
16808
16809         * nnrss.el (nnrss-close): New function.
16810
16811 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16812
16813         * nnrss.el (nnrss-make-filename): New function.
16814         (nnrss-request-delete-group, nnrss-read-server-data)
16815         (nnrss-save-server-data, nnrss-read-group-data)
16816         (nnrss-save-group-data): Use it.
16817         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16818         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16819         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16820
16821 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16822
16823         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16824
16825 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16828         files.
16829
16830         * message.el (message-generate-headers-first): Don't quote nil
16831         and t in docstrings.
16832
16833         * imap.el (imap-id): do.
16834
16835         * gnus-agent.el (gnus-agent-consider-all-articles)
16836         (gnus-agent-queue-mail): do.
16837
16838 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16839
16840         * spam-report.el (spam-report-process-queue): New function.
16841         Process requests from `spam-report-requests-file'.
16842         (spam-report-process-queue): Doc fix.
16843
16844 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * spam.el (spam-register-routine)
16847         (spam-log-processing-to-registry, spam-log-registered-p)
16848         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16849         Change "check" to "spam-check" for semi-clarity.
16850
16851 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16852
16853         * pop3.el: Require nnheader.
16854
16855         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16856
16857         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16858
16859         * gnus-picon.el: Require cl.
16860
16861         * gnus-fun.el: Require gnus-ems and gnus-util.
16862
16863         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16864
16865         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16866
16867         * gnus-art.el (gnus-article-edit-mode): Define before first
16868         reference.
16869
16870 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16871
16872         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16873         (gnus-uu-post-encoded): Use point-at-bol.
16874
16875         * gnus-topic.el (gnus-group-active-topic-p): do.
16876
16877         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16878
16879         * gnus-group.el (gnus-group-kill-region): do.
16880
16881         * gnus-art.el (article-date-ut): do.
16882
16883         * message.el (message-fetch-field): Remove redundant
16884         case-fold-search binding.
16885         (message-narrow-to-field): Simplify.
16886
16887 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16888
16889         * spam.el (spam-directory): Derive from `gnus-directory'.
16890
16891         * spam-report.el (spam-report-url-to-file)
16892         (spam-report-requests-file): New function and variable for offline
16893         reporting.
16894         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16895         and user defined function.
16896         (spam-report-url-ping-mm-url): Remove doubled slash.
16897
16898 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16899
16900         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16901
16902 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16903
16904         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16905         format string mismatch.
16906
16907         * sieve.el (sieve-deactivate-all): do.
16908
16909         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16910
16911         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16912
16913         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16914
16915         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16916
16917 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16918
16919         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16920         the list of checks.
16921
16922 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16923
16924         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16925         padding.
16926
16927 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16928
16929         * mm-view.el (mm-fill-flowed): New variable.
16930         (mm-inline-text): Use it.
16931
16932 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16933
16934         * spam.el (spam-spamassassin-register-ham-routine)
16935         (spam-spamassassin-register-spam-routine): Fix function names.
16936
16937 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * gnus.el (gnus-tmp-grouplens): Remove.
16940         (gnus-summary-line-format): Remove grouplens.
16941
16942         * gnus-group.el (gnus-group-line-format): Ditto.
16943
16944         * gnus-spec.el (gnus-format-specs): Ditto.
16945         (gnus-update-format-specifications): Flush the group format spec
16946         cache if there's the grouplens stuff.
16947         (gnus-parse-simple-format): Replace %l with the empty string.
16948
16949 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16950
16951         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16952         omission.
16953
16954 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16955
16956         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16957         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16958
16959 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16960
16961         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16962         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16963         New macros and functions.
16964         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16965         Handle > NLINK_MAX messages.
16966         * nnmaildir.el (nnmaildir-request-set-mark): Use
16967         nnmaildir--emlink-p and nnmaildir--eexist-p.
16968
16969 2004-01-25  Alex Schroeder  <alex@gnu.org>
16970
16971         * spam-stat.el (spam-stat-process-directory-age): New option.
16972         (spam-stat-process-directory): Use it.
16973
16974 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16975
16976         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16977         (spam-stat-save): Accept prefix argument.
16978
16979 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16980
16981         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16982         links" error.
16983
16984 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16987         the rest of the and/or forms.
16988
16989 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16990
16991         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16992         compatibility with old .newsrc.eld files.
16993
16994         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16995
16996         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16997
16998         * gnus-start.el (gnus-1): do.
16999
17000         * gnus-group.el (gnus-group-line-format-alist): do.
17001
17002         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17003
17004         * gnus-gl.el: Remove.
17005
17006 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17007
17008         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17009         marks consisting of a single range {for example, (3 . 5)} rather
17010         than a list of a single range { ((3 . 5)) }.
17011
17012 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17013
17014         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17015         with-current-buffer.
17016         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17017         avoid consing a string.
17018
17019         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17020         Remove obsolete entries for big5 and gb2312.
17021
17022 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17023
17024         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17025         uncompressed list.
17026
17027 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17028
17029         * spam-stat.el (spam-stat-strip-xref): New function.
17030         (spam-stat-process-directory): Use it.
17031
17032         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17033         here -- it's done in message-fetch-field.
17034
17035 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17036
17037         * gnus-agent.el (gnus-agent-queue-mail)
17038         (gnus-agent-prompt-send-queue): New variables.
17039         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17040         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17041         "nndraft:queue" along to gnus-draft-send.  Use
17042         gnus-agent-prompt-send-queue.
17043         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17044         is "nndraft:queue".  Suggested by Gaute Strokkenes
17045         <gs234@srcf.ucam.org>
17046
17047         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17048         (agent-enable-undownloaded-faces): Added.
17049         (gnus-agent-cat-groups): Use eval-and-compile, not
17050         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17051         method of gnus-agent-cat-groups even when the buffer has been
17052         evaled.
17053         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17054         delete gnus-agent-save-active-1.
17055         (gnus-agent-save-groups): Deleted.  Identical to
17056         gnus-agent-save-active.
17057         (gnus-agent-write-active): No longer adjust agent's copy of active
17058         file as agent's adjustments are now stored in their own
17059         file.  Removed optional parameter.
17060         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17061         servers.  Add use of min/max range limits from server's local
17062         file.
17063         (gnus-agent-save-alist): Removed unused optional argument.
17064         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17065         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17066         (gnus-agent-set-local): A per-server file that keeps min/max range
17067         limits for articles known to the agent.  Provides a fast mechanism
17068         for altering many active ranges.
17069         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17070         active file (local makes it unnecessary).
17071         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17072
17073         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17074         (agent-enable-undownloaded-faces): Added.
17075
17076         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17077         disable it when sending to "nndraft:queue".
17078         (gnus-group-send-queue): Add safety check to avoid sending queue
17079         when unplugged.
17080
17081         * gnus-group.el (gnus-group-catchup): Use new
17082         gnus-sequence-of-unread-articles, not
17083         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17084         numbers of articles.  Use gnus-range-map to avoid having to
17085         uncompress the unread list.
17086         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17087         Fixed invalid ange-ftp reference.
17088
17089         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17090         (gnus-sorted-range-intersection): Intersection of two ranges
17091         without requiring that they first be uncompressed.
17092
17093         * gnus-start.el (gnus-activate-group): Unless blocked by the
17094         caller, possibly expand the active range to include both cached
17095         and agentized articles.
17096         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17097         multiple version-dependent converters.
17098         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17099         gnus-agent-save-active.
17100         (gnus-save-newsrc-file): Save dirty agent range limits.
17101
17102         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17103         gnus-agent-possibly-alter-active.
17104         (gnus-adjust-marked-articles): Faster handling of simple lists.
17105
17106 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17107
17108         * spam-stat.el (spam-stat-test-directory): New optional argument
17109         displays a list of files detected.  Suggested by Andrew Cohen
17110         <cohen@andy.bu.edu>.
17111         (spam-stat-buffer-words-with-scores): Don't narrow and change
17112         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17113
17114 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17115
17116         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17117         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17118         (spam-spamassassin-arguments)
17119         (spam-spamassassin-spam-flag-header)
17120         (spam-spamassassin-positive-spam-flag-header)
17121         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17122         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17123         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17124         (spam-list-of-processors, spam-list-of-checks)
17125         (spam-list-of-statistical-checks, spam-registration-functions)
17126         (spam-check-spamassassin-headers, spam-check-spamassassin)
17127         (spam-spamassassin-score)
17128         (spam-spamassassin-register-with-sa-learn)
17129         (spam-spamassassin-register-spam-routine)
17130         (spam-spamassassin-register-ham-routine)
17131         (spam-assassin-register-spam-routine)
17132         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17133         (spam-bogofilter-score): Fix to show article before scoring.
17134
17135 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17136
17137         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17138         default scoring function.
17139         (spam-generic-score): Call spam-spamassassin-score if
17140         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17141         spam-bogofilter-score otherwise.
17142
17143         * gnus.el (spam-process, spam-autodetect-methods): Add
17144         spamassassin and spamassassin-headers.
17145
17146 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17147
17148         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17149         Suppress unnecessary messages.
17150
17151 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17152
17153         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17154         make-hash-table.
17155
17156 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * canlock.el (base64-encode-string): Don't autoload it.
17159
17160 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17161
17162         * run-at-time.el: Remove useless (require 'itimer),
17163         eval-and-compile and (featurep 'xemacs).
17164
17165 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17168         GROUP is a virtual group.
17169
17170 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17171
17172         * gnus.el: Autoload `message-y-or-n-p'.
17173
17174 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17175
17176         * pgg-parse.el: Remove unnecessary (require 'custom).
17177
17178         * pgg-def.el: do.
17179
17180         * nnmail.el: do.
17181
17182         * gnus-undo.el: do.
17183
17184         * gnus-picon.el: do.
17185
17186         * gnus-util.el: do.
17187
17188 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17189
17190         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17191
17192 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17195         handle, as well as a list.
17196
17197         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17198         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17199         (mm-w3m-cid-retrieve): Simplify.
17200
17201 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17202
17203         * message.el (message-kill-to-signature): Allow prefix arg to
17204         specify number of lines to keep before signature.
17205
17206 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17207
17208         * message.el (message-kill-to-signature): Change docstring.
17209
17210 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * canlock.el: Always require sha1-el.
17213         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17214
17215         * message.el: Autoload sha1 only when compiling.
17216
17217         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17218         eudc-expand-inline for XEmacs.
17219
17220 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * message.el (message-canlock-generate): Require sha1-el.
17223
17224 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17225
17226         * message.el (message-expand-name): Silence the byte compiler.
17227
17228         * lpath.el: Add detect-coding-system.
17229
17230         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17231         cus-edit.
17232
17233 2004-01-13  Simon Josefsson  <jas@extundo.com>
17234
17235         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17236         Invoke gnus-score-mode.  Reported by
17237         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17238
17239         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17240         Jim Blandy <jimb@redhat.com> (tiny change).
17241
17242 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17243
17244         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17245
17246 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17247
17248         * spam.el (spam-get-article-as-string): Update to use
17249         gnus-request-article-this-buffer, much simpler.
17250         (spam-get-article-as-buffer): Remove.
17251
17252 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17253
17254         * message.el (message-expand-name): Use EUDC if the user uses that.
17255
17256 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17257
17258         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17259         character for the encoding to avoid consing a string.
17260
17261         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17262         unnecessarily.
17263
17264         * mm-util.el (mm-replace-chars-in-string): Remove.
17265
17266         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17267         of mm-replace-chars-in-string.
17268
17269 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17272
17273         * mm-util.el (mm-subst-char-in-string): Support inplace.
17274
17275         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17276         a new string in every iteration.  Use shy groups.
17277
17278 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17279
17280         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17281         * gnus-soup.el (gnus-soup-group-brew):
17282         * gnus-msg.el (gnus-put-message):
17283         * gnus-move.el (gnus-group-move-group-to-server):
17284         * gnus-kill.el (gnus-batch-score):
17285         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17286         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17287         (gnus-group-update-group, gnus-group-read-group)
17288         (gnus-group-make-group, gnus-group-make-help-group)
17289         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17290         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17291         (gnus-group-sort-by-unread, gnus-group-catchup)
17292         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17293         (gnus-group-yank-group, gnus-group-set-info)
17294         (gnus-group-list-groups):
17295         * gnus.el (gnus-generate-new-group-name):
17296         * gnus-delay.el (gnus-delay-send-queue):
17297         * nnvirtual.el (nnvirtual-catchup-group):
17298         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17299         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17300         (gnus-group-prepare-topics, gnus-topic-check-topology):
17301         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17302         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17303         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17304         (gnus-group-make-articles-read):
17305         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17306         (gnus-group-change-level, gnus-kill-newsgroup)
17307         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17308         (gnus-get-unread-articles, gnus-make-articles-unread)
17309         (gnus-make-ascending-articles-unread): Use accessor
17310         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17311         to get group information for improved readability.
17312
17313
17314 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17315
17316         * gnus-art.el (article-decode-mime-words, article-babel)
17317         (gnus-article-highlight-signature, gnus-article-add-buttons)
17318         (gnus-signature-toggle): Use gnus-with-article-buffer.
17319
17320         * gnus-art.el (gnus-article-highlight-headers)
17321         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17322
17323         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17324         (gnus-article-set-globals, gnus-request-article-this-buffer)
17325         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17326         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17327         (gnus-mime-display-alternative): Use with-current-buffer.
17328
17329 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17330
17331         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17332         also under 80 char limit, and call gnus-error if needed.
17333         (spam-fetch-article-header): Fix - it was a
17334         buffer-local variable (gnus-newsgroup-data).
17335         (spam-find-spam): Use spam-generate-fake-headers, forget about
17336         spam-insert-fake-headers.
17337         (spam-insert-fake-headers): Remove.
17338
17339 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * deuglify.el (gnus-article-outlook-unwrap-lines)
17342         (gnus-outlook-rearrange-article)
17343         (gnus-outlook-repair-attribution-outlook)
17344         (gnus-outlook-repair-attribution-block)
17345         (gnus-outlook-repair-attribution-other): Remove redundant
17346         save-excursion.
17347
17348 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17351         (spam-fetch-field-subject-fast)
17352         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17353         (spam-fetch-article-header): Add functions to deal with Gnus
17354         internals for fast retrieval of article header data.
17355         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17356
17357 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17358
17359         * pop3.el (pop3-md5): Remove.
17360         (pop3-apop): Replace pop3-md5 with md5.
17361
17362         * mm-bodies.el: base64 is always built-in.
17363
17364         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17365         with-current-buffer.
17366
17367 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17368
17369         * canlock.el (canlock-insert-header): Remove excessive grouping in
17370         regexp.
17371
17372         * gnus-sum.el (gnus-summary-read-document): Ditto.
17373
17374         * gnus-uu.el (gnus-uu-part-number): Ditto.
17375
17376         * html2text.el (html2text-remove-tags): Ditto.
17377         (html2text-format-tags): Ditto.
17378         (html2text-format-single-elements): Ditto.
17379
17380         * mml.el (mml-parse-1): Ditto.
17381
17382 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17383
17384         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17385
17386         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17387
17388         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17389
17390         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17391
17392 2003-11-15  Simon Josefsson  <jas@extundo.com>
17393
17394         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17395         (pgg-gpg-lookup-key): Use regexp match instead of
17396         split-string (split-string is different between emacs 21.2 and
17397         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17398
17399 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17400
17401         * gnus-art.el (gnus-mime-view-all-parts)
17402         (gnus-article-part-wrapper, gnus-article-view-part): Use
17403         with-current-buffer.
17404
17405 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17406
17407         * spam.el (spam-disable-spam-split-during-ham-respool)
17408         (spam-spamoracle-database, spam-cache-lookups)
17409         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17410         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17411         (spam-group-ham-marks, spam-group-spam-marks)
17412         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17413         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17414         also add spam-use-blackholes to the statistical checks.
17415         (spam-fetch-field-fast): Add interface to fetching fields, may
17416         become a macro.
17417         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17418         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17419         (spam-insert-fake-headers): Fake an article when needed.
17420         (spam-find-spam): Fake article when possible.
17421         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17422         (spam-check-bogofilter-headers): Use message-fetch-field instead
17423         of nnmail-fetch-field.
17424
17425 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17426
17427         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17428
17429 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17430
17431         * spam.el (spam-split): Do not require spam-use-CHECK to be
17432         enabled if that check is passed to spam-split explicitly; also
17433         fix so 'spam doesn't get converted to spam-split-group when
17434         spam-split-symbolic-return is t.
17435         (spam-find-spam): Find registrations of the article and use those
17436         instead of re-running spam-split to find the spam/ham
17437         classification of the article.
17438         (spam-log-processing-to-registry, spam-log-registered-p)
17439         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17440         Use gnus-error instead of gnus-message.
17441         (spam-log-registration-type): Add function to determine the
17442         classification of a message based on registry entries; will
17443         return nil if both 'spam and 'ham are found.
17444         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17445         a reasonably fast local cache without the loading errors.
17446         (spam-cache-lookups): Set to t by default.
17447         (spam-find-spam): Don't try to guess spam-cache-lookups.
17448         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17449         spam-caches entry.
17450         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17451         caching of whitelist/blacklist entries.
17452         (spam-check-whitelist, spam-check-blacklist): Invoke
17453         spam-from-listed-p with a type, not a cache variable.
17454         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17455
17456 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17457
17458         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17459
17460         * nnmail.el (nnmail-split-fancy): do.
17461
17462         * mml.el (mml-parse): do.
17463
17464         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17465         (gnus-score-adaptive): do.
17466
17467 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17470         (gnus-mime-button-map): Don't set keymap parent.
17471         (gnus-button-ctan-directory-regexp): Use shy grouping.
17472         (gnus-prev-page-map): Don't set keymap parent.
17473         (gnus-prev-page-map): Remove duplicated one.
17474         (gnus-next-page-map): Don't set keymap parent.
17475         (gnus-mime-security-button-map): Ditto.
17476
17477         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17478         version number.
17479
17480         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17481
17482 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * canlock.el (canlock-sha1-function): Remove.
17485         (canlock-sha1-function-for-verify): Remove.
17486         (canlock-openssl-program): Remove.
17487         (canlock-openssl-args): Remove.
17488         (canlock-ignore-errors): Remove.
17489         (canlock-sha1-with-openssl): Remove.
17490         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17491         (canlock-verify): Don't use canlock-ignore-errors.
17492
17493         * sha1-el.el (sha1-string-external): Make it can return a string
17494         in binary form.
17495         (sha1-region-external): Ditto.
17496         (sha1-string-internal): Ditto.
17497         (sha1-region-internal): Ditto.
17498         (sha1-region): Ditto.
17499         (sha1-string): Ditto.
17500         (sha1): Ditto.
17501
17502 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17503
17504         * spam.el (spam-report-articles-gmane): New command.
17505
17506 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17507
17508         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17509
17510         * run-at-time.el (run-at-time-saved): Remove.
17511         (run-at-time): Doc fix.
17512
17513 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17514
17515         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17516         (gnus-summary-limit-map): Add it.
17517         (gnus-summary-make-menu-bar): do.
17518
17519 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17520
17521         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17522         Make attempt at some caching support (done for BBDB only now).
17523         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17524         addresses to be checked.
17525         (spam-clear-cache-BBDB): Add function, to be invoked by
17526         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17527         (spam-check-BBDB): Check and use the caches, if
17528         spam-cache-lookups is on, remove superfluous (provide).
17529
17530 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17531
17532         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17533
17534 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17535
17536         * run-at-time.el (run-at-time-saved): Move to after the definition
17537         of `run-at-time'.
17538
17539         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17540
17541 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17542
17543         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17544         mm-w3m-local-map-property.
17545
17546         * mm-view.el (mm-w3m-mode-map): Remove.
17547         (mm-w3m-local-map-property): Remove.
17548         (mm-inline-text-html-render-with-w3m): Don't use
17549         mm-w3m-local-map-property.
17550
17551 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17552
17553         * run-at-time.el: New file.
17554
17555         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17556         under Emacs.
17557
17558         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17559         of gnus-set-text-properties.
17560
17561         * gnus-uu.el (gnus-uu-save-article): Ditto.
17562
17563         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17564
17565         * gnus-cite.el (gnus-cite-parse): Ditto.
17566
17567         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17568         of gnus-.
17569
17570         * gnus-xmas.el (run-at-time): Require run-at-time.
17571
17572         * gnus.el: Changed calls to nnheader-run-at-time and
17573         password-run-at-time throughout to use run-at-time directly.
17574
17575         * password.el: Removed definition of run-at-time.
17576
17577         * nnheaderxm.el: Remove definition of run-at-time.
17578
17579 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17580
17581         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17582         in prompt.
17583
17584 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17585
17586         * messagexmas.el (message-xmas-redefine): Alias
17587         `message-make-caesar-translation-table' to
17588         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17589         version.
17590
17591         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17592         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17593         `gnus-xmas-set-text-properties'.
17594         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17595         `gnus-xmas-completing-read'.
17596         (gnus-xmas-completing-read): Removed.
17597         (gnus-xmas-open-network-stream): Removed.
17598
17599         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17600         XEmacs version.
17601
17602         * dns.el (dns-make-network-process): Use `open-network-stream'
17603         instead of `gnus-xmas-open-network-stream'.
17604
17605         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17606
17607         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17608
17609 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17610
17611         * gnus-art.el (gnus-mime-display-alternative)
17612         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17613         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17614         Don't use gnus-local-map-property.
17615
17616         * gnus-util.el (gnus-local-map-property): Remove.
17617
17618         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17619         gnus-completing-read-maybe-default with completing-read.
17620
17621         * gnus-util.el (gnus-completing-read): do.
17622         (gnus-completing-read-maybe-default): Remove.
17623
17624 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17625
17626         * password.el: Only autoload `run-at-time' if not XEmacs.
17627         Only autoload the itimer functions if XEmacs.
17628
17629 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17632         XEmacsen.
17633
17634         * dgnushack.el: Autoload executable-find for XEmacs.
17635
17636 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17637
17638         * gnus-art.el (gnus-read-string): Remove.
17639         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17640         read-string.
17641
17642 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17643
17644         * netrc.el: Autoload password-read.
17645         (netrc): Add configuration group.
17646         (netrc-encoding-method, netrc-openssl-path): Add
17647         variables for encoding and decoding of files with symmetric
17648         ciphers.
17649         (netrc-encode): Add assistant function to encode a file with
17650         netrc-encoding-method.
17651         (netrc-parse): Add interactive parameter, added optional
17652         decoding if netrc-encoding-method is non-nil but otherwise
17653         behavior is standard.
17654         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17655         Do s/encode/encrypt/ everywhere.
17656
17657         * spam.el: Remove executable-find autoload.
17658
17659 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17660
17661         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17662
17663         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17664
17665 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17666
17667         * gnus-art.el (gnus-treat-ansi-sequences)
17668         (article-treat-ansi-sequences): New variable and function.
17669         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17670
17671         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17672         Use it.
17673
17674 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17675
17676         * mm-util.el (mm-quote-arg): Remove.
17677
17678         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17679         shell-quote-argument.
17680
17681         * gnus-uu.el (gnus-uu-command): do.
17682
17683         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17684
17685         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17686         with make-char.
17687
17688         * mm-util.el (mm-make-char): Remove.
17689
17690         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17691         add-minor-mode.
17692
17693         * gnus-undo.el (gnus-undo-mode): do.
17694
17695         * gnus-topic.el (gnus-topic-mode): do.
17696
17697         * gnus-sum.el (gnus-dead-summary-mode): do.
17698
17699         * gnus-start.el (gnus-slave-mode): do.
17700
17701         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17702
17703         * gnus-ml.el (gnus-mailing-list-mode): do.
17704
17705         * gnus-gl.el (gnus-grouplens-mode): do.
17706
17707         * gnus-draft.el (gnus-draft-mode): do.
17708
17709         * gnus-dired.el (gnus-dired-mode): do.
17710
17711         * gnus-ems.el (gnus-add-minor-mode): Remove.
17712
17713         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17714         Replace gnus-char-width with char-width.
17715
17716         * gnus-ems.el (gnus-char-width): Remove.
17717
17718         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17719         Replace gnus-char-width with char-width.
17720
17721         * gnus-ems.el (gnus-char-width): Remove.
17722
17723         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17724         definition.
17725         Remove Emacs 20 hash table compatibility code.
17726
17727         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17728         20 compatibility code.
17729
17730         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17731
17732         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17733
17734         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17735         with point-at-{eol,bol}.
17736
17737         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17738
17739         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17740
17741         * flow-fill.el (fill-flowed-point-at-bol)
17742         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17743
17744         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17745         Replace with point-at-{eol,bol} throughout all files.
17746
17747 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * ntlm.el (ntlm-string-as-unibyte): New macro.
17750         (ntlm-build-auth-response): Use it.
17751
17752         Remove Emacs 20 stuff:
17753         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17754         (butlast, mapc, remove): Remove the compiler macros.
17755         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17756         of delq and copy-sequence.
17757         * gnus-art.el (popup-menu): Remove the compiler macro.
17758         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17759         Emacs 20.
17760
17761 2004-01-05  Simon Josefsson  <jas@extundo.com>
17762
17763         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17764         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17765         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17766         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17767         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17768         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17769         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17770         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17771         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17772         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17773         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17774         string-xor into ntlm-string-xor.  Suggested by
17775         Jesper Harder <harder@myrealbox.com>.
17776
17777         * ntlm.el: Don't include poem.
17778
17779         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17780         Jesper Harder <harder@myrealbox.com>.
17781
17782         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17783
17784         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17785         probably breaks emacs with DL patch, but do we care? Is anyone
17786         still using the DL stuff?)
17787
17788         * sieve-manage.el: Use the password package.
17789         (sieve-manage-read-passwd): Remove.
17790         (sieve-manage-interactive-login): Use password.  Re-add
17791         condition-case around loop.
17792
17793         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17794         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17795         the password package.
17796
17797 2003-02-19  Simon Josefsson  <jas@extundo.com>
17798
17799         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17800         token.
17801
17802 2002-08-07  Simon Josefsson  <jas@extundo.com>
17803
17804         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17805         (sieve-manage-authenticators):
17806         (sieve-manage-authenticator-alist): Add some SASL mechs.
17807         (sieve-sasl-auth): New function.
17808         (sieve-manage-cram-md5-auth):
17809         (sieve-manage-plain-auth): Rewrite using SASL library.
17810         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17811         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17812         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17813         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17814
17815 2004-01-05  Simon Josefsson  <jas@extundo.com>
17816
17817         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17818         New files.
17819
17820 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17821
17822         * gnus-group.el (gnus-no-groups-message): Update.
17823
17824         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17825
17826 2003-11-09  Simon Josefsson  <jas@extundo.com>
17827
17828         * imap.el: Support for ID IMAP extension (RFC 2971).
17829         (imap-local-variables): Add imap-id.
17830         (imap-id): New variable.
17831         (imap-id): New function.
17832         (imap-parse-response): Parse untagged ID response.
17833         * nnimap.el (nnimap-id): New variable.
17834         (nnimap-open-connection): Use it.
17835
17836 2003-12-28  Simon Josefsson  <jas@extundo.com>
17837
17838         * gnus-score.el (gnus-score-edit-all-score): New.
17839         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17840
17841 2004-01-04  Simon Josefsson  <jas@extundo.com>
17842
17843         * password.el: Add.
17844
17845 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17846
17847         * dns.el (dns-query-types): Fix typo.
17848         (dns-query-types): New function.
17849         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17850         PTR and SOA replies, see RFC 1035.
17851
17852 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17853
17854         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17855
17856         * Moved to Changelog.2.
17857
17858 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17859
17860         * gnus.el (gnus-version-number): Bump version.
17861
17862 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17863
17864         * gnus.el: No Gnus v0.1 is released.
17865
17866 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17867
17868         * gnus.el: No Gnus v0.0 is released.
17869
17870 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17871
17872         * gnus.el (gnus-version-number): Bump.
17873         (gnus-version): No.
17874
17875 See ChangeLog.2 for earlier changes.
17876
17877     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17878       Free Software Foundation, Inc.
17879
17880   This file is part of GNU Emacs.
17881
17882   GNU Emacs is free software: you can redistribute it and/or modify
17883   it under the terms of the GNU General Public License as published by
17884   the Free Software Foundation, either version 3 of the License, or
17885   (at your option) any later version.
17886
17887   GNU Emacs is distributed in the hope that it will be useful,
17888   but WITHOUT ANY WARRANTY; without even the implied warranty of
17889   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17890   GNU General Public License for more details.
17891
17892   You should have received a copy of the GNU General Public License
17893   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17894
17895 ;; Local Variables:
17896 ;; coding: utf-8
17897 ;; fill-column: 79
17898 ;; add-log-time-zone-rule: t
17899 ;; End: