gnus-gravatar.el (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Bind gnus...
[gnus] / lisp / ChangeLog
1 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-gravatar.el (gnus-treat-from-gravatar)
4         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5         called interactively.
6
7         * gnus-art.el (gnus-mime-view-part-externally)
8         (gnus-mime-view-part-internally): Make predicate function passed to
9         gnus-mime-view-part-as-type assume argument is a mime type, not a list
10         of a mime type.
11
12         * shr.el (shr-table-widths): Don't use cl function `reduce'.
13
14 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15
16         * shr.el (require): Require cl when compiling.
17         (shr-tag-hr): New function.
18
19         * nnimap.el (nnimap-update-info): Remove double setting of high.
20         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
21         makes nnimap work properly on Courier again.
22
23         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
24         the variable for backwards compatability.
25
26         * mm-decode.el (mm-save-part): If given a non-directory result, expand
27         the file name before using to avoid setting mm-default-directory to
28         nil.
29
30         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
31         bidning gnus-agent variables.
32
33         * shr.el (shr-render-td): Use a cache for the table rendering function
34         to avoid getting an exponential rendering behaviour in nested tables.
35         (shr-insert): Rework the line-breaking algorithm.
36         (shr-insert): Don't leave trailing spaces.
37         (shr-insert-table): Also insert empty TDs.
38         (shr-tag-blockquote): Ensure paragraphs after </ul>.
39
40 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
41
42         * gnus-sum.el (gnus-number): Rename from `number'.
43         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
44         (gnus-summary-limit-children): Update uses correspondingly.
45
46 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
49         (gnus-gravatar-transform-address): Don't show avatars of people of
50         which mail addresses match gnus-gravatar-too-ugly.
51
52 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * shr.el (shr-table-widths): Expand TD elements to fill available
55         space.
56
57 2010-10-07  Julien Danjou  <julien@danjou.info>
58
59         * nnimap.el (nnimap-request-rename-group): Add this method.
60
61 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
64         name from XEmacs' function-arglist.
65
66         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
67         gravatar under XEmacs.
68
69 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * auth-source.el: Update docs with TODO items.
72
73         * gnus-sync.el: Update docs to explain state and plans.
74
75         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
76         Hooks for mark updates.
77         (gnus-request-set-mark, gnus-request-update-mark): Use them.
78
79         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
80         hooks with arguments, which is needed for mark update hooks.
81
82 2010-10-06  Julien Danjou  <julien@danjou.info>
83
84         * sieve-manage.el: Update example in `Commentary'.
85
86         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
87
88         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
89         not 2000.
90         (sieve-manage-authenticate): Re-add function.
91
92 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * shr.el (shr-insert): Get 'space transition right.
95         (shr-render-td): Only delete space at the end of the TD.
96
97         * nnimap.el (nnimap-open-connection): Prepare to support
98         open-gnutls-stream.
99
100         * shr.el: Rearrange function order to be more logical.
101
102 2010-10-06  Julien Danjou  <julien@danjou.info>
103
104         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
105         (nnrss-discover-feed): Remove 404 URL in docstring.
106
107         * nnir.el: Fix Swish-E URL.
108         Fix Namazu URL.
109
110         * message.el (message-change-subject): Remove 404 URL in a comment.
111
112 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
113
114         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
115         called interactively.
116
117         * gnus-util.el (gnus-remove-if): Allow hash table.
118         (gnus-remove-if-not): New function.
119
120         * gnus-art.el (gnus-mime-view-part-as-type)
121         * gnus-score.el (gnus-summary-score-effect)
122         * gnus-sum.el (gnus-read-move-group-name):
123         Replace remove-if-not with gnus-remove-if-not.
124
125         * gnus-group.el (gnus-group-completing-read):
126         Regard collection as a hash table if it is not a list.
127
128 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * shr.el (shr-render-td): Allow blank/missing <TD>s.
131
132         * shr.el: Document the table-rendering algorithm.
133
134 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
135
136         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
137         for Emacsen having no `libxml-parse-html-region' support.
138
139 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
142         invalid URLs.
143
144         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
145         line-broken.
146         (shr-tag-img): Ignore image fetching errors.
147         (shr-overlays-in-region): Compute overlay positions correctly.
148
149         * mm-decode.el (mm-shr): Require shr.
150
151         * gnus-art.el (gnus-blocked-images): Move variable here.
152
153         * shr.el (shr-insert-table): Bind free variable.
154
155         * mm-decode.el (mm-shr): Bind shr-content-function.
156
157         * shr.el (shr-content-function): New variable.
158
159         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
160         added for symmetry.
161
162         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
163
164         * gnus-group.el (gnus-group-make-group): Doc fix.
165
166         * nnimap.el (nnimap-request-newgroups): Return success.
167
168         * shr.el (shr-find-elements): New function.
169         (shr-tag-table): Put all the images after the table.
170         (shr-tag-table): Really inhibit images inside the table.
171         (shr-collect-overlays): Copy over overlays from the TD elements to the
172         main document.
173
174         * mm-decode.el (mm-shr): Bind shr-blocked-images to
175         gnus-blocked-images.
176
177 2010-10-05  Julien Danjou  <julien@danjou.info>
178
179         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
180
181         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
182         (gnus-html-maximum-image-size): Add this function.
183         (gnus-html-put-image): Use gnus-html-maximum-image-size.
184
185         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
186         server-value of the capability is nil.
187
188 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * shr.el (shr-tag-em): Add <EM> tag.
191
192 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
193
194         * sieve-manage.el (sieve-manage-default-stream): Make default stream
195         customizable.
196
197         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
198         handing broken links to browse-url.
199
200 2010-10-05  Julien Danjou  <julien@danjou.info>
201
202         * gnus-util.el (gnus-emacs-completing-read)
203         (gnus-iswitchb-completing-read): Use autoload rather than require.
204
205 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
208         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
209         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
210         iswitchb-temp-buflist for XEmacs.
211
212         * gnus-util.el (gnus-completing-read-function): Exclude
213         gnus-icompleting-read and gnus-ido-completing-read from candidates for
214         XEmacs since iswitchb.el is very old and ido.el is unavailable in
215         XEmacs.
216
217         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
218         not to use `delete-dups' that is unavailable in XEmacs 21.4.
219
220         * gnus-html.el: Don't require help-fns under XEmacs.
221         (gnus-html-schedule-image-fetching): Work for XEmacs.
222
223         * mm-decode.el (mm-shr): Decode contents by charset.
224
225 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
228         unknown.
229
230         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
231         (shr-get-image-data): Ensure against the cache file missing.
232
233         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
234         for data.
235
236         * spam-report.el (spam-report-url-ping-plain): Don't query about
237         killing the process.
238
239         * shr.el (shr-render-td): Protect against too-wide text.
240
241 2010-10-04  Julien Danjou  <julien@danjou.info>
242
243         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
244         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
245
246         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
247         retrieved.
248
249 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * shr.el (browse-url): Required.
252         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
253         lines.
254         (shr-show-alt-text, shr-browse-image): New commands.
255         (shr-browse-url, shr-copy-url): New commands.
256
257         * gnus-sum.el (gnus-widen-article-window): New variable.
258         (gnus-summary-select-article-buffer): Use it.
259
260         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
261         without @ signs.
262
263 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
264
265         * nnir.el (nnir-run-imap): Remove spurious space in search string.
266
267 2010-10-04  Julien Danjou  <julien@danjou.info>
268
269         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
270         for XEmacs.
271
272 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
273
274         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
275
276         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
277         (nnimap-close-server): Implement.
278
279         * dgnushack.el (iswitchb): Require to shut up the compiler.
280
281         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
282         (shr-insert): Tweak line breaking.
283         (shr-insert): Handle <pre> better.
284         (shr-tag-li): Get <li> indentation right.
285         (shr-tag-li): Get <li> indentation even righter.
286         (shr-tag-blockquote): Ensure paragraph start.
287         (shr-make-table): Tweak table generation.
288         (shr-make-table): Fix typo.
289
290         * shr.el: Implement table rendering.
291
292 2010-10-04  Julien Danjou  <julien@danjou.info>
293
294         * gnus-html.el (gnus-html-put-image): Fix resize image code.
295
296 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el (shr-insert): Use string anchors instead of line anchors.
299
300 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * shr.el: Add headings.
303         (shr-ensure-paragraph): Actually work.
304         (shr-tag-li): Make <ul> prettier.
305         (shr-insert): Get white space at the beginning/end of elements right.
306         (shr-tag-p): Collapse subsequent <p>s.
307         (shr-ensure-paragraph): Don't insert double line feeds after blank
308         lines.
309         (shr-insert): \t is also space.
310         (shr-tag-s): Fix "s" tag name function.
311         (shr-tag-s): Fix face prop name.
312
313 2010-10-03  Julien Danjou  <julien@danjou.info>
314
315         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
316
317         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
318         gnus-window-inside-pixel-edges.
319
320         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
321         gnus-ems.
322
323         * mm-view.el (mm-inline-image-emacs): Support image resizing.
324
325         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
326         function.
327
328         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
329         resize choice.
330
331 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
334         beginning of the buffer.
335
336         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
337         article buffer again.
338
339         * shr.el (shr-tag-p): Don't insert newlines at the start of the
340         buffer.
341
342         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
343         when it's at the start of the buffer.
344
345         * shr.el (shr-tag-blockquote): Convert name.
346         (shr-rescale-image): Use the right image-size variant.
347
348         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
349         buffer isn't shown, then select the current article first instead of
350         bugging out.
351         (gnus-summary-select-article-buffer): Show both the article and summary
352         buffers again.
353
354         * shr.el (shr-fontize-cont): Protect against regions with no text.
355         Rename tag functions to shr-tag-* for enhanced security.
356         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
357
358 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
359
360         * shr.el (shr-insert):
361         * pop3.el (pop3-movemail):
362         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
363         loaded.
364
365 2010-10-03  Glenn Morris  <rgm@gnu.org>
366
367         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
368
369         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
370
371         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
372
373         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
374
375         * gnus-util.el (gnus-make-local-hook): Simplify.
376
377 2010-10-02  Julien Danjou  <julien@danjou.info>
378
379         * gnus-util.el (gnus-iswitchb-completing-read): New function.
380         (gnus-ido-completing-read): New function.
381         (gnus-emacs-completing-read): New function.
382         (gnus-completing-read): Use gnus-completing-read-function.
383         Add gnus-completing-read-function.
384
385 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * shr.el (shr-insert-document): Autoload.
388         (shr-img): Be silent.
389         (shr-insert): Add a newline after every picture before text.
390         (shr-add-font): Use overlays for combining faces.
391         (shr-insert): Pass upwards the text start point.
392
393         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
394         possible.
395         (mm-shr): New function.
396
397 2010-10-02  Julien Danjou  <julien@danjou.info>
398
399         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
400         should go backward.
401
402 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
403
404         * shr.el (shr): Fix typo in provide call.
405
406 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * shr.el: New file.
409
410         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
411
412         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
413         completing read.
414
415 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
418         we're being queried about.  Suggested by Dan Jacobson.
419
420         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
421         by Jason Eisner.
422
423         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
424         table, too.  Suggested by Stefan Wiens.
425         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
426         the table unnecessary.  Suggested by Stefan Wiens.
427
428         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
429         longer needed, and probably doesn't work either, as pointed out by
430         Stefan Wiens.
431         (gnus-summary-exit): Remove call to the clearing function.
432         (gnus-summary-exit-no-update): Ditto.
433
434         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
435         instead of gnus-eval-in-buffer-window to avoid popping up frames.
436         Reported by Stefan Monnier.
437         (gnus-summary-save-in-rmail): Ditto.
438
439         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
440         article buffer, instead of both the article buffer and the summary
441         buffer.  Sort of suggested by Dan Jacobson.
442
443         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
444
445         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
446         Suggested by Dan Jacobson.
447
448         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
449         documentation clearer.
450
451         * message.el (message-shorten-references): Comment on the number "21".
452         Suggested by Stefan Monnier.
453
454         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
455         Suggested by Dan Jacobson.
456
457         * gnus.el (gnus-large-newsgroup): Mention
458         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
459
460         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
461         externalize attachments.  Bug reported by Steve Wen.
462
463         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
464         really message anything to the user.
465
466         * nnmail.el (nnmail-article-group): Allow using the fancy split method
467         directly.
468
469         * nnimap.el (nnimap-request-group): Low higher than high to signal no
470         messages in empty groups.
471
472 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
473
474         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
475         non-UIDNEXT group.
476
477 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
480         not the value from the collection.
481
482         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
483         values.  This sometimes happens on some groups that have no info.
484         (nnimap-request-newgroups): New function.
485
486 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
487
488         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
489         check into `gnus-registry-initialize'.
490         (gnus-registry-initialize): Ditto.
491         Fix and extend header docs.
492
493 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
496         regexp backtrace overflows.
497
498         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
499         for starttls that tls.el implements; i.e. openssl.
500
501         * tls.el (tls-starttls-switches): Give up on using starttls with
502         gnutls-cli.
503         (tls-program): Add --insecure to be consistent with the defaults from
504         openssl s_client.  Now all three commands are insecure.
505
506 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
507
508         * lpath.el: Bind completion-styles-alist for XEmacs.
509
510         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
511         (gravatar-create-image): New function that's an alias to
512         gnus-xmas-create-image, gnus-create-image, or create-image.
513         (gravatar-data->image): Use it.
514
515 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
518         install the nnregistry refer method.
519         (gnus-registry-install-hooks): Use it.
520         (gnus-registry-unfollowed-groups): Add nnmairix to the default
521         unfollowed groups.
522
523 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
524
525         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
526         expanding threads.
527
528 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529
530         * nnir.el: Use the server names without suffixes (bug #7009).
531
532         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
533         unencrypted to STARTTLS, if possible.
534
535 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
536
537         * message.el (message-ignored-supersedes-headers): Strip Injection-*
538         headers before superseding.
539
540 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * nnrss.el (nnrss-use-local): Add documentation.
543
544         * nnimap.el (nnimap-extend-tls-programs): New function.
545         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
546         (nnimap-wait-for-connection): Accept the greeting from the stupid
547         output from openssl s_client -starttls, too.
548
549         * tls.el (tls-starttls-switches): New variable.
550         (tls-find-starttls-argument): Use it.
551         (open-tls-stream): Ditto.
552
553         * netrc.el (netrc-credentials): Return the value of the "default"
554         entry.
555         (netrc-machine): Ditto.
556
557         * nnimap.el (nnimap-find-article-by-message-id): Really return the
558         article number.
559         (nnimap-split-fancy): New variable.
560         (nnimap-split-incoming-mail): Use it.
561
562         * nntp.el (nntp-server-list-active-group): Document.
563
564         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
565         SELECT to get the message-id.
566
567         * mail-source.el (mail-sources): Removed webmail support.
568         (defvar): Ditto.
569         (mail-source-fetcher-alist): Ditto.
570         (mail-source-fetch-webmail): Removed.
571
572         * webmail.el: Removed -- doesn't seem relevant any more.
573
574         * gnus.el: Fix up make-obsolete-variable declarations throughout.
575
576         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
577         the \r.
578
579 2010-09-30  Julien Danjou  <julien@danjou.info>
580
581         * gnus-agent.el (gnus-agent-add-group): Fix call to
582         gnus-completing-read.
583
584 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * nndoc.el (nndoc-retrieve-groups): New function.
587
588         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
589         `default', use nnmail-split-methods.
590         (nnimap-request-article): Downcase the NILs so that they are nil.
591
592         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
593         symbol.
594
595         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
596         code, since if the user has requested network, that's what they ought
597         to get.
598         (nnimap-request-set-mark): Erase the buffer before issuing commands.
599         (nnimap-split-rule): Mark as obsolete.
600
601         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
602         variable.
603
604         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
605         correct slot, too.
606
607 2010-09-29  Julien Danjou  <julien@danjou.info>
608
609         * gnus.el (gnus-local-domain): Declare variable obsolete.
610
611         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
612         computing.
613         (gnus-ido-completing-read): Require ido.
614
615 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-registry.el: Don't prompt on load, which makes it impossible to
618         build Gnus.
619
620         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
621         when interpreting the structures.
622         (nnimap-request-accept-article): Add \r\n to the lines to make this
623         work with Cyrus.
624
625         * nndraft.el (nndraft-request-expire-articles): Use the group name
626         instead if "nndraft".  Fix found by Nils Ackermann.
627
628 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
629
630         * nnregistry.el: Added.
631
632 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
633
634         * nnmail.el (group, group-art-list, group-art):
635         Remove unneeded directives.
636
637 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
640         (mm-mime-charset)
641         * rfc2047.el (rfc2047-syntax-table)
642         * utf7.el (utf7-utf-16-coding-system): Comment fix.
643
644         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
645         rather than `insert-file-contents' and `eval-region'.
646
647         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
648         construction.
649
650         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
651
652         * time-date.el: No need to require cl for Emacs 21.
653
654 2010-09-29  Julien Danjou  <julien@danjou.info>
655
656         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
657         replacement of `gnus-gravatar-relief' to mimic
658         `gnus-faces-properties-alist'.
659         Add :version property.
660
661 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
662
663         * mail-source.el (mail-source-report-new-mail)
664         * message.el (message-default-mail-headers)
665         * mm-decode.el (mm-valid-image-format-p): Comment fix.
666
667         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
668
669 2010-09-28  Julien Danjou  <julien@danjou.info>
670
671         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
672         mail-address contains the same string as real-name.
673
674         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
675         non-blank in header, otherwise it'll get stripped.
676
677         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
678         real-name, and then for mail address rather than doing : or , search.
679
680 2010-09-27  Julien Danjou  <julien@danjou.info>
681
682         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
683         (gnus-server-goto-server): Use gnus-completing-read.
684
685         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
686
687         * mm-util.el (defalias): Use gnus-completing-read.
688         (mm-codepage-setup): Use gnus-completing-read.
689
690         * smime.el (smime-sign-buffer): Use gnus-completing-read.
691         (smime-decrypt-buffer): Use gnus-completing-read.
692
693         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
694
695         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
696         (mml-minibuffer-read-disposition): Use gnus-completing-read.
697         (mml-insert-multipart): Use gnus-completing-read.
698
699         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
700
701         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
702
703         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
704
705         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
706
707         * gnus.el (gnus-read-method): Use gnus-completing-read.
708
709         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
710
711         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
712         (gnus-mime-action-on-part): Use gnus-completing-read.
713         (gnus-article-encrypt-body): Use gnus-completing-read.
714
715         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
716         (gnus-topic-move-matching): Use gnus-completing-read.
717         (gnus-topic-copy-matching): Use gnus-completing-read.
718         (gnus-topic-sort-topics): Use gnus-completing-read.
719         (gnus-topic-move): Use gnus-completing-read.
720
721         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
722         (gnus-agent-add-group): Use gnus-completing-read.
723
724         * nnmairix.el (nnmairix-create-server-and-default-group): Use
725         gnus-completing-read.
726         (nnmairix-update-groups): Use gnus-completing-read.
727         (nnmairix-get-server): Use gnus-completing-read.
728         (nnmairix-backend-to-server): Use gnus-completing-read.
729         (nnmairix-goto-original-article): Use gnus-completing-read.
730         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
731
732         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
733
734         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
735         (gnus-group-make-useful-group): Use gnus-completing-read.
736         (gnus-group-make-web-group): Use gnus-completing-read.
737         (gnus-group-add-to-virtual): Use gnus-completing-read.
738         (gnus-group-browse-foreign-server): Use gnus-completing-read.
739
740         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
741         (gnus-summary-limit-to-extra): Use gnus-completing-read.
742         (gnus-summary-execute-command): Use gnus-completing-read.
743         (gnus-summary-respool-article): Use gnus-completing-read.
744         (gnus-read-move-group-name): Use gnus-completing-read.
745
746         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
747         (gnus-summary-score-effect): Use gnus-completing-read.
748
749         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
750
751         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
752         right completing-read function.
753         (gnus-use-ido): New variable
754         (gnus-completing-read-with-default): Remove.
755
756 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
759         x-focus-frame.
760
761         * nnimap.el (auth-source-forget-user-or-password)
762         (auth-source-user-or-password): Autoload.
763
764         * message.el (message-from-style, message-interactive)
765         (message-cite-prefix-regexp, message-sendmail-envelope-from)
766         (message-yank-prefix, message-indentation-spaces, message-signature)
767         (message-signature-file): Add comment.
768
769 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770
771         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
772         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
773         new articles.
774
775         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
776         parts.
777         (nnimap-request-article): Work with the t setting, too.
778
779         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
780         that you don't get flashes of other buffers.
781         (gnus-summary-show-complete-article): Intern before setting.
782
783 2010-09-27  David Engster  <dengste@eml.cc>
784
785         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
786         well as HEADERS.
787         (nnmairix-retrieve-headers): Provide new argument for the above.
788
789 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-sum.el (gnus-summary-move-article): Don't alter
792         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
793         group.
794
795         * nnimap.el (nnimap-update-info): Don't destructively alter active.
796
797         * message.el (message-cite-prefix-regexp): Revert my last edit.
798
799         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
800         variable instead of the Gnus variable.
801
802         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
803
804         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
805         again.
806
807         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
808         since some servers don't like it.
809         (nnimap-open-connection): Forget credentials if the server says the
810         password was wrong.
811         (nnimap-parse-line): Protect against invalid data.
812
813         * gnus-sum.el (gnus-summary-move-article): Add comment.
814         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
815         nothing alters it while scanning for new messages.
816
817         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
818         which may or may not help.
819         (nnimap-open-connection): If we're doing a stream connection, and then
820         discover we're on a STARTTLS-capable server, then open a STARTTLS
821         connection instead.
822
823 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * nnimap.el (utf7): Required.
826
827         * message.el (message-cite-prefix-regexp): Remove "}" from citation
828         prefix.
829
830 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
831
832         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
833
834 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * nnimap.el (nnimap-request-accept-article): Message the error on
837         error.
838
839 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
842
843 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
844
845         * nndoc.el (nndoc-request-list): Return success always.
846
847         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
848         `fetch-old' -- we only want to fetch the articles we've requested.  The
849         rest are in the agent, probably.
850         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
851         disappeared server" to something low.  It's not important.
852
853         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
854         arrived before the FETCH data.
855
856         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
857         target here, because we don't know the Gnus name of the group.
858
859         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
860         for the correct group.
861
862         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
863
864         * gnus.el (gnus): Give a final warning after startup.
865
866         * gnus-util.el (gnus-action-message-log): New variable.
867         (gnus-message): Use it.
868         (gnus-final-warning): New function.
869
870         * nnimap.el (nnimap-open-connection): Record the greeting.
871         (nnimap): Add greeting.
872
873 2010-09-26  Julien Danjou  <julien@danjou.info>
874
875         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
876         arguments.
877         (gnus-html-wash-images): Fix spec computing to include start/end.
878
879         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
880
881 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
884         deletion.
885         (nnimap-retrieve-headers): Don't select the group, because that's
886         already done by nnimap-possibly-change-group.
887
888         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
889         (gnus-picon-transform-address): Use it.
890
891         * mail-source.el (mail-source-value): Revert previous patch.
892
893         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
894         on failure.
895         (nnimap-open-connection): Look up both virtual and physical server name
896         credentials.
897
898         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
899
900 2009-02-07  Dave Love  <fx@gnu.org>
901
902         * tls.el (open-tls-stream): Don't query killing process.
903
904 2009-02-08  Dave Love  <fx@gnu.org>
905
906         * gnus-win.el (gnus-window-to-buffer-helper,
907         gnus-all-windows-visible-p): Function needn't be a symbol.
908
909         * mail-source.el (mail-source-value): Function needn't be a symbol.
910
911 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * message.el (message-cite-prefix-regexp): Remove } from the cite
914         prefix.
915
916         * gnus-art.el (gnus-treatment-function-alist): Do picons before
917         highlight again, so that the highlight is correct.
918
919         * gnus-picon.el (gnus-picon): Remove again.
920         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
921
922         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
923         doing the header highlightling, so that the background colour of the
924         picon is correct.
925
926         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
927         (gnus-picon): Ditto.
928         (gnus-picon): Reinstate.  The background colour for picons is white.
929         (gnus-picon-insert-glyph): Make the background white.
930
931         * nnml.el (nnml-open-nov): Don't return dead buffers.
932
933         * auth-source.el (auth-source-create): Query the user for whether to
934         store the credentials.
935
936         * netrc.el (netrc-store-data): New function.
937
938         * auth-source.el (auth-source-user-or-password): Use the existing auth
939         sources, if any, for creation.
940
941         * gnus.el (gnus-group-fast-parameter): Return the last matching
942         parameter instead of the first matching parameter.
943
944 2010-09-26  Julien Danjou  <julien@danjou.info>
945
946         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
947
948 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * mml2015.el (mml2015-use): Remove gpg support.
951
952         * mml1991.el (mml1991-function-alist): Remove gpg function.
953         (mml1991-gpg-sign): Removed.
954
955 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
956
957         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
958         (gnus-browse-unsubscribe-current-group): Document it.
959         (gnus-browse-unsubscribe-group): Use it.
960
961 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
964         address to the To list for easier response.
965
966         * gnus.el (gnus-play-startup-jingle): Removed.
967         (gnus-splash): Don't play jingle.
968         (gnus): Silence gnus-load message.
969
970         * gnus-art.el (gnus-treat-play-sounds): Removed.
971
972         * gnus.el (gnus-play-jingle): Remove audio support.
973
974         * gnus-cus.el (gnus-score-customize): Remove audio reference.
975
976         * earcon.el: Removed -- no users.
977
978         * gnus-audio.el: Removed -- no users of this package.
979
980         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
981
982         * gnus-start.el (gnus-setup-news): Remove nocem support.
983
984         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
985
986         * gnus.el (gnus-use-nocem): Removed.
987
988         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
989         Removed.
990
991         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
992         uses NoCeM any more.
993
994         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
995         (gnus-button-ctan-handler): Ditto.
996         (gnus-button-handle-ctan-bogus-regexp): Ditto.
997         (gnus-button-ctan-directory-regexp): Ditto.
998         (gnus-button-handle-ctan): Ditto.
999         (gnus-button-tex-level): Ditto.
1000         (gnus-button-alist): Removed CTAN stuff.
1001
1002 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1005         nnimap-streaming test.
1006
1007         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1008         servers twice.
1009
1010         * nnimap.el (nnimap-open-connection): Add more error reporting when
1011         nnimap fails early.
1012
1013         * nnheader.el (nnheader-get-report-string): New function.
1014         (nnheader-get-report): Use it.
1015
1016         * gnus-int.el (gnus-check-server): Say what the error was when opening
1017         failed.
1018
1019         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1020         using streaming.
1021
1022 2010-09-25  Julien Danjou  <julien@danjou.info>
1023
1024         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1025         gnus-window-inside-pixel-edges.
1026
1027 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1030
1031         * mm-decode.el (mm-save-part): Allow saving to other directories the
1032         normal Emacs way.
1033
1034         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1035         by Jay Berkenbilt.
1036
1037         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1038         there isn't a single byte.
1039
1040         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1041         just do it.  It doesn't really seem to matter what the user responds
1042         here, I think, so it's just a confusing question.
1043
1044         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1045         non-streaming case.
1046
1047         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1048         (gnus-article-encrypt-body): Use it.
1049
1050         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1051         keystroke.
1052
1053         * nnimap.el (nnimap-find-wanted-parts-1): Use
1054         gnus-fetch-partial-articles.
1055
1056         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1057
1058         * nnimap.el (nnimap-insert-partial-structure): New function.
1059         (nnimap-get-partial-article): New function.
1060         (nnimap-request-article): Use it.
1061         (nnimap-wait-for-response): Return whether the wait was successful.
1062         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1063         retrieval wasn't successful.
1064         (nnimap-retrieve-group-data-early): Allow throttling servers.
1065         (nnimap-streaming): New variable.
1066         (nnimap-fetch-partial-articles): Removed.
1067
1068         * mm-decode.el (mm-with-part): Protect against killed buffers.
1069
1070         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1071         for prettier summary display.
1072
1073 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1074
1075         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1076         directly.
1077
1078 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1081         apparently third-party libraries depend on it.
1082
1083         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1084         before starting negotiation.
1085
1086         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1087         privacy reasons.
1088         (gnus-treat-mail-gravatar): Ditto.
1089
1090         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1091         buffer when inserting images.  Inserting text into the headers, for
1092         instance, can make them invalid.
1093
1094 2010-09-25  Julien Danjou  <julien@danjou.info>
1095
1096         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1097         variables.
1098
1099         * nnheader.el: Remove useless variables news-reply-yank-from and
1100         news-reply-yank-message-id.
1101
1102         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1103         variables.
1104
1105         * mml1991.el: Remove useless mml1991-verbose.
1106
1107         * gnus.el: Remove useless variable gnus-use-generic-from.
1108         Remove obsolete variable gnus-topic-indentation.
1109
1110         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1111
1112         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1113
1114         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1115
1116         * gnus-group.el: Remove useless gnus-group-icon-cache.
1117         Remove useless gnus-ephemeral-group-server.
1118
1119         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1120
1121         * mml2015.el: Remove useless mml2015-verbose.
1122
1123         * mml-smime.el: Remove useless mml-smime-verbose.
1124
1125         * gnus.el: Remove useless gnus-local-domain.
1126
1127         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1128         gnus-gravatar-size.
1129
1130         * gnus-art.el: Remove useless gnus-treat-translate.
1131
1132 2010-09-24  Julien Danjou  <julien@danjou.info>
1133
1134         * gnus-sum.el: Add support for Gravatars.
1135
1136         * gnus-art.el: Add support for Gravatars.
1137
1138         * gnus-gravatar.el: Add this file.
1139
1140         * gravatar.el: Add this file.
1141
1142 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1145
1146         * gnus-group.el (gnus-group-fetch-faq): Removed.
1147
1148         * gnus.el (gnus-group-faq-directory): Removed.
1149
1150         * gnus-group.el (gnus-group-fetch-charter): Removed.
1151
1152         * gnus.el (gnus-group-charter-alist): Removed.
1153
1154         * gnus-group.el (gnus-group-archive-directory): Removed.
1155         (gnus-group-recent-archive-directory): Ditto.
1156         (gnus-group-make-archive-group): Removed.
1157
1158         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1159
1160         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1161         use the same article number for all the cached articles.
1162
1163         * nnimap.el (nnimap-command): Register the last command time so
1164         that we can use it for idling NOOPs.
1165         (nnimap-open-connection): Start the keeplive timer.
1166         (nnimap-make-process-buffer): Store all the process buffers.
1167         (nnimap-keepalive): New function.
1168
1169         * starttls.el: (starttls-open-stream): Add autoload cookie.
1170
1171 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1172
1173         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1174         handling.
1175
1176 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1179         its data structures.
1180
1181         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1182         instead of the cl.el copy-list.
1183         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1184         equalp.
1185
1186 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1189         and tool-bar-local-item-from-menu.
1190
1191         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1192         mode-line-highlight face for Emacs.
1193
1194         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1195         loading gnus-sum.elc; fix comment for canlock-verify.
1196         (gnus-article-jump-to-part): Use read-number.
1197         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1198         Emacs pre-21 compatible code for help-echo.
1199         (gnus-article-next-page-1): No need to adjust the number of lines.
1200         (gnus-article-describe-bindings): Always use help-buffer.
1201
1202         * gnus-audio.el (gnus-audio-inline-sound)
1203         * gnus-cus.el (gnus-custom-mode)
1204         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1205
1206         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1207
1208         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1209         compatible code.
1210
1211 2010-09-24  Glenn Morris  <rgm@gnu.org>
1212
1213         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1214         visiting the fcc file in rmail-mode.
1215
1216         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1217
1218 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * nnir.el: Silence the byte compiler.
1221
1222         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1223         alias to browse-url-url-encode-chars if any.
1224         (gnus-html-encode-url): Use it.
1225
1226 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-start.el (gnus-use-backend-marks): New variable.
1229         (gnus-get-unread-articles-in-group): Use it.
1230
1231         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1232         makeover.
1233
1234 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1235
1236         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1237
1238 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1241         Removed.
1242         (gnus-setup-news-hook): Removed
1243         gnus-fixup-nnimap-unread-after-getting-new-news.
1244
1245         * gnus-int.el (gnus-request-update-info): Protect against backends not
1246         having the function.
1247
1248         * nnimap.el (nnimap-stream): Mention starttls.
1249         (nnimap-open-connection): Add starttls support.
1250
1251 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1252
1253         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1254
1255 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1258         BODYSTRUCTUREs.
1259         (nnimap-transform-headers): Unfold quoted {42} headers.
1260
1261         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1262         the info.
1263         (gnus-get-unread-articles): Only call updatep on backends that support
1264         it.
1265
1266         * nnweb.el (nnweb-request-update-info): NOOP.
1267
1268         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1269
1270         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1271         since it only deals with marks.
1272
1273         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1274         gnus-request-marks, and make a new gnus-request-update-info.
1275
1276         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1277         the active instead of the high number, which is usually too low.
1278
1279 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1280
1281         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1282         * encrypt.el: Removed.
1283
1284 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1287         server in symbolic form.
1288
1289         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1290         0.9.
1291
1292 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1293
1294         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1295         (nnimap-update-info): Fix up code slightly.
1296
1297         * gnus-int.el (gnus-open-server): Add tracing for performance
1298         debugging.
1299
1300         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1301         (gnus-group-insert-group-line): Pass the real group name so that it
1302         gets the right data.
1303
1304         * gnus-start.el (gnus-get-unread-articles): Don't have
1305         `gnus-get-unread-articles-in-group' update info, since that can be
1306         really slow and doesn't seem to be needed?
1307
1308 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1309
1310         * time-date.el (date-to-time): Try using parse-time-string first before
1311         using the slower timezone-make-date-arpa-standard.
1312
1313 2010-09-22  Julien Danjou  <julien@danjou.info>
1314
1315         * gnus-group.el (gnus-group-insert-group-line): Call
1316         gnus-group-highlight-line.
1317         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1318         default hook list.
1319         (gnus-group-update-eval-form): Add new function.
1320         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1321         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1322
1323 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324
1325         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1326         immediate, then expire all articles.
1327         (nnimap-update-info): Fix off-by-one errors.
1328         (nnimap-flags-to-marks): Would return no marks lists for group with no
1329         flags.  Instead return the other data.
1330
1331 2010-09-22  Julien Danjou  <julien@danjou.info>
1332
1333         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1334         Only return an icon.
1335         (gnus-group-insert-group-line): Compute icon to return.
1336
1337         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1338         variable.
1339         (gnus-html-image-fetched): Only cache if
1340         gnus-html-image-automatic-caching is set.
1341         (gnus-html-image-fetched): Check for errors.
1342
1343 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1346         once per method on `g'.  This ensures that backends like nnfolder don't
1347         open all their folders.
1348
1349         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1350         (nnimap-request-list): Nix out group in the correct buffer.
1351         (nnimap-parse-flags): Implement by using `read' instead of
1352         hand-parsing.
1353         (nnimap-flags-to-marks): Pass on permanent-flags.
1354         (nnimap-make-process-buffer): Record the server name.
1355         (nnimap-parse-flags): Fix typo.
1356         (nnimap-request-scan): Run split on the server in general, not just a
1357         single group.
1358
1359         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1360         parameter, and propagate this downwards.
1361
1362         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1363         since EXAMINE changes it on the server.
1364
1365         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1366         this command might take a while.
1367
1368 2010-09-22  Julien Danjou  <julien@danjou.info>
1369
1370         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1371         harmful if you have 2 images side-by-side, they can't be properly
1372         update on text deletion.  Using text-property is safer here.
1373         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1374         data.
1375
1376 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * nnimap.el (nnimap-expunge-inbox): Removed.
1379         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1380         (nnimap-expunge): Flip default to t.
1381
1382         * gnus.el (gnus-method-to-server): Don't push things to the cache
1383         unless it's unique.
1384         (gnus-server-to-method): Ditto.
1385
1386 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1387
1388         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1389
1390 2010-09-22  Julien Danjou  <julien@danjou.info>
1391
1392         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1393         get the start of data.
1394         (gnus-html-encode-url): Add this function to encode special chars in
1395         URL.
1396         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1397         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1398
1399         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1400         default.
1401         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1402
1403         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1404         images alt-text.
1405         (gnus-html-put-image): Put alt-text as help-echo.
1406
1407 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1410         * mm-util.el (mm-decompress-buffer)
1411         * nnir.el (nnir-run-find-grep)
1412         * pop3.el (pop3-list): Use 3rd arg of split-string.
1413
1414         * time-date.el (format-seconds): Comment fix.
1415
1416         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1417         and byte-optimize-form-code-walker.
1418         (dgnushack-make-auto-load): Don't advise make-autoload.
1419
1420         * lpath.el: Remove Emacs 21 stuff.
1421
1422 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1425         outside the active range.  Suggested by Dan Christensen.
1426
1427         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1428         slightly later to avoid double-getting it.
1429
1430         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1431         previous patch.
1432
1433         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1434
1435 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1436
1437         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1438
1439 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * gnus-int.el (gnus-open-server): Give a better error message in the
1442         "go offline" case.
1443
1444         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1445         marks for nnimap, which is seldom the right thing to do.
1446
1447         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1448         (gnus-same-method-different-name): New function.
1449
1450         * nnimap.el (parse-time): Require.
1451
1452         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1453         method in the presence of many similar methods.
1454
1455         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1456
1457         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1458         nnml-inhibit-expiry.
1459
1460         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1461         find out whether methods are equal.
1462
1463         * nnimap.el (nnimap-find-expired-articles): New function.
1464         (nnimap-process-expiry-targets): New function.
1465         (nnimap-request-move-article): Request the article before looking at
1466         what the Message-ID is.  Fix found by Andrew Cohen.
1467         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1468
1469         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1470         for oldness in addition to being a predicate.
1471
1472         * nnimap.el (nnimap-request-group): When we have zero articles, return
1473         the right data to Gnus.
1474         (nnimap-request-expire-articles): Only delete articles immediately if
1475         the target is 'delete.
1476
1477         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1478         method, this would bug out.
1479
1480         * gnus-group.el (gnus-group-expunge-group): Renamed from
1481         gnus-group-nnimap-expunge, and implemented as a normal interface
1482         function.
1483
1484         * gnus-int.el (gnus-request-expunge-group): New function.
1485
1486         * nnimap.el (nnimap-request-create-group): Implement.
1487         (nnimap-request-expunge-group): New function.
1488
1489 2010-09-21  Julien Danjou  <julien@danjou.info>
1490
1491         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1492         (gnus-html-cache-expired): Add new function.
1493         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1494         wethever we should display image for fetch it.
1495         Compute alt-text earlier to pass it to the fetching function too.
1496         (gnus-html-schedule-image-fetching): Change function argument to only
1497         get one image at a time, not a list.
1498         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1499         cache.
1500         (gnus-html-get-image-data): New function to retrieve image data from
1501         cache.
1502         (gnus-html-put-image): Change buffer argument to use image data rather
1503         than file, and place image above region rather than inserting a new
1504         one. Do not take alt-text as argument, since it's useless now: we place
1505         the image above alt-text.
1506         (gnus-html-prune-cache): Remove.
1507         (gnus-html-show-images): Start to fetch image when we find one, do not
1508         push into a temporary list.
1509         (gnus-html-prefetch-images): Only fetch image if they have expired.
1510         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1511         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1512
1513 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1516
1517 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1520         spec inser "*" if the group isn't active instead of 0.
1521
1522         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1523         opening the server.
1524         (nnimap-request-delete-group): Implement group deletion.
1525         (nnimap-transform-headers): Return the size of the entire message in
1526         the Bytes header, not just the size of the first part.
1527         (nnimap-request-move-article): When moving an article from nnimap,
1528         request the article first so the accepting form has an article to
1529         accept.  Reported by Dan Christensen.
1530         (nnimap-command): Make sure that the error message doesn't error out.
1531
1532 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1533
1534         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1535         we haven't requested anything.
1536
1537 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1540         "".  Fix found by Andrew Cohen.
1541
1542         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1543         instead of -encode-string.
1544
1545 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1548
1549         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1550         by mm-subst-char-in-string.
1551
1552 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1553
1554         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1555         waiting for the connection string.
1556
1557         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1558         arriving.
1559
1560         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1561         bogus characters.  This allows selecting certain Gmail groups.
1562
1563         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1564         (nnimap-fetch-partial-articles): New variable.
1565         (nnimap-open-connection): When looking for credentials, also use the
1566         nnimap-server-port.
1567         (nnimap-request-article): Return the group/article number, so that Gnus
1568         `^' works as expected.
1569         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1570         them.
1571
1572         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1573         comments.
1574         (gnus-methods-sloppily-equal): New function.
1575         (gnus): When using the development version of Gnus, load the gnus-load
1576         file.
1577
1578         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1579         `gnus-open-server' on each method before trying to scan them etc.  This
1580         ensures that all the backend parameters are set correctly.
1581
1582         * nnimap.el (nnimap-authenticator): New variable.
1583         (nnimap-open-connection): Allow anonymous login.
1584         (nnimap-transform-headers): The chars header is called Chars not
1585         Bytes.
1586         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1587         drops.
1588
1589         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1590         patch, found by Knut Anders Hatlen.
1591
1592 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1593
1594         * gnus-agent.el (gnus-agent-batch-confirmation)
1595         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1596         to gnus-message.
1597         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1598         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1599         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1600         * gnus-int.el (gnus-open-server): Likewise.
1601         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1602         (gnus-score-check-syntax): Likewise.
1603         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1604         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1605         Likewise.
1606         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1607
1608 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1611         calling conventions so that prefetch doesn't bug out.
1612
1613 2010-09-19  Julien Danjou  <julien@danjou.info>
1614
1615         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1616         rather than `subst-char-in-region' in order to be able to replace ASCII
1617         char by UTF-8 ones.
1618
1619         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1620         than curl.
1621         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1622         the right URL and ALT text on images.
1623         (gnus-html-wash-tags): Fix tag case.
1624         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1625         (gnus-article-html): Add -o display_ins_del=2 option.
1626         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1627
1628 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1631         the extra mail headers, which sometimes seem to happen for unknown
1632         reasons.
1633
1634         * mail-parse.el (mail-header-encode-parameter): Define as
1635         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1636         (or most, perhaps?) mail readers don't understand the latter, but do
1637         understand the former.
1638
1639         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1640         to nil, so that no methods are automatically agentized.  I think this
1641         is probably what most users want.
1642
1643         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1644         from url-retrieve, for instance about invalid URLs.
1645
1646         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1647         groups that have no articles.
1648         (nnimap-request-article): Check that we really got an article when we
1649         requested one.
1650
1651         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1652         doesn't exist.
1653
1654         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1655         nntp buffer so the agent can save it.
1656         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1657         that CRLF doesn't get translated to \n.
1658         (nnimap-open-connection): Don't make 'shell commands only send \n.
1659
1660 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1661
1662         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1663         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1664         Update var name.
1665         (nnml-generate-nov-file): Use dolist.
1666         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1667         Use with-current-buffer.
1668
1669 2010-09-18  Julien Danjou  <julien@danjou.info>
1670
1671         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1672         parallel.
1673
1674 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1677         the range update right.
1678         (nnimap-request-group): Don't make `M-g' bug out on group with no
1679         marks.
1680         (nnoo): Required, so that other packages can require nnimap.
1681         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1682         command we're looking for.  This helps when the server sends more
1683         responses after we've gotten everything we expected.
1684         (nnimap): Add a `newlinep' field to keep track of end-of-line
1685         conventions.
1686         Don't send CRLF to things that don't want it.
1687         (nnimap-request-accept-article): Ditto.
1688
1689 2010-09-18  Julien Danjou  <julien@danjou.info>
1690
1691         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1692         than curl to retrieve images.
1693
1694 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1697         the marks.
1698         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1699         (nnimap-wait-for-connection): New function.
1700         (nnimap-open-connection): If we have PREAUTH, don't query for login
1701         credentials.
1702         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1703         when doing a partial update.
1704
1705 2010-09-18  Julien Danjou  <julien@danjou.info>
1706
1707         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1708         tags.
1709
1710 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * nnimap.el (nnimap-credentials): New function.
1713         (nnimap-open-connection): Use the new function to look for credentials
1714         also on the numeric equivalents of "imap" and "imaps".
1715
1716         * gnus-start.el (gnus-activate-group): Send the info to
1717         gnus-request-group.
1718
1719         * nnimap.el (nnimap-request-group): Have the "check" version of the
1720         function parse flags and update the info, so that a `M-g' get a total
1721         resync of all flags from the group.
1722
1723         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1724         to allow backends to alter the info on group selection.  Also alter all
1725         the backend -request-group functions to take the parameter.
1726
1727         * nnimap.el (nnimap-store-info): New function.
1728         (nnimap-update-info): Store the info for later usage.
1729         (nnimap-request-group): Use the stored info for the dont-check case, so
1730         that we don't retrieve all marks when we enter a group.
1731
1732         * nnimap.el: Use deffoo instead of defun for interface functions.
1733
1734         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1735         update the group info.  This makes the nndraft groups, for instance, go
1736         back to their old behaviour.
1737
1738         * gnus-sum.el (gnus-select-newsgroup): Indent.
1739
1740         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1741         in.
1742         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1743         nothing.
1744
1745         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1746         from methods that are denied.
1747
1748         * gnus-int.el (gnus-method-denied-p): New function.
1749
1750         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1751         store the password instead of netrc.
1752         (nnimap-open-connection): Don't error out when we can't make a
1753         connections.
1754
1755         * auth-source.el (auth-source-create): In the password prompt, say what
1756         we're querying for.  Also prompt for user name if that hasn't been
1757         given.
1758
1759         * nnimap.el (nnimap-with-process-buffer): Removed.
1760
1761 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1762
1763         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1764         method when we're reading from the agent.
1765
1766         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1767
1768         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1769         that's probably most useful for users.
1770
1771         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1772         "failed" all the time.
1773
1774         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1775         ...)) with (with-current-buffer ... ).
1776
1777         * nntp.el (nntp-open-server): Return whether the open was successful or
1778         not.
1779
1780         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1781         select an unread unseen article first.
1782
1783         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1784         /etc/services, supply some sensible port defaults.
1785
1786         * dgnushack.el: Define netrc-credentials.
1787
1788 2010-09-17  Julien Danjou  <julien@danjou.info>
1789
1790         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1791
1792 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1793
1794         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1795         doesn't have any parameters.
1796
1797 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1800         only upcased checks.
1801
1802         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1803
1804         * nnimap.el (nnimap-open-shell-stream): New function.
1805         (nnimap-open-connection): Use it.
1806         (nnimap-transform-headers): Get the number of lines in each message.
1807         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1808         number of lines.
1809         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1810         problem.
1811
1812         * utf7.el (utf7-encode): Autoload.
1813
1814         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1815         to allow the mail splitting to not return a default group.  This is
1816         useful for nnimap, which will leave unmatched mail in the inbox.
1817
1818         * nnimap.el: Rewritten.
1819
1820         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1821         nnimap usage.
1822
1823         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1824         if the move is internal, so that nnimap can do fast internal moves.
1825
1826         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1827         data.
1828         (gnus-read-active-for-groups): Support finishing the early retrieval of
1829         data.
1830
1831         * gnus-range.el (gnus-range-nconcat): New function.
1832
1833         * gnus-int.el (gnus-finish-retrieve-group-infos)
1834         (gnus-retrieve-group-data-early): New functions.
1835
1836 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1837
1838         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1839         (nnrss-retrieve-groups):
1840         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1841         (pop3-quit): Use with-current-buffer.
1842
1843 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1846         instead of nnheader-accept-process-output.
1847
1848         * dgnushack.el (dgnushack-compile): Add comment.
1849
1850         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1851
1852         * gnus-html.el (gnus-html-schedule-image-fetching)
1853         (gnus-html-prefetch-images): Replace process-kill-without-query by
1854         gnus-set-process-query-on-exit-flag.
1855
1856 2010-09-16  Romain Francoise  <romain@orebokech.com>
1857
1858         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1859
1860 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1863         parameter to unintern is mandatory-ish in Emacs 24.
1864
1865         * gnus-html.el (gnus-html-schedule-image-fetching)
1866         (gnus-html-prefetch-images): Check for curl before using it.
1867
1868         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1869         depend on curl, which isn't essential.
1870
1871         * imap.el: Revert back to version
1872         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1873         seem problematic.
1874
1875 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1876
1877         * gnus-registry.el (gnus-registry-install-shortcuts):
1878         Explicitly pass `obarray' to `unintern' to avoid a warning.
1879
1880 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1883         change.
1884
1885         * nnrss.el (nnrss-request-list): Removed this function and related
1886         functions, including the moreover stuff.
1887
1888 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * nnrss.el (nnrss-retrieve-groups): New function.
1891
1892 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1893
1894         * .dir-locals.el: Add no-byte-compile cookie.
1895
1896 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * time-date.el (format-seconds): Comment fix.
1899
1900         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1901         for back end that doesn't support request-scan.
1902
1903 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1906         then do request scans from the backends.
1907
1908         * netrc.el (netrc-credentials): New conveniency function.
1909
1910         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1911         avoid running a hook per line, since this takes a lot of time,
1912         profiling shows.
1913         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1914         directly if gnus-visual-p is true.
1915
1916 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1919         groups; replace mapcar with dolist which is a bit faster; pass groups
1920         info to gnus-read-active-file-1.
1921         (gnus-read-active-file-1): Scan only specified groups if the new
1922         optional arg `infos' is given.
1923
1924 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1927
1928         * pop3.el (pop3-movemail): Removed.
1929         (pop3-streaming-movemail): Renamed to pop3-movemail.
1930
1931         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1932         don't restrict end-tag searches to the end of the line.
1933
1934 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1937         articles of every unchecked group to t, which means unknown since the
1938         server has never been opened.
1939
1940 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * gnus-html.el (gnus-html-show-alt-text): New command.
1943         (gnus-html-browse-image): Ditto.
1944         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1945         to browse the image directly.
1946         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1947         better.
1948
1949         * gnus-async.el (gnus-async-article-callback): Call
1950         `gnus-html-prefetch-images' unconditionally.
1951
1952         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1953         before feeding URLs to curl.
1954
1955 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1958         internal images as deletable by `W D D'.
1959
1960         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1961         (gnus-async-article-callback): Fix typo.
1962
1963 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1966         current line to work around bugs in the output from w3m.
1967
1968         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1969         for groups that want that.
1970
1971         * nntp.el (nntp-wait-for-string): Supply a timeout for
1972         accept-process-output to ensure progress.
1973
1974         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1975         level to get unread articles from, then use that for foreign groups,
1976         too.
1977
1978         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1979         confuses the rest of the function.
1980
1981         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1982         for the methods that support -retrieve-groups, too.
1983
1984         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1985
1986 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1989         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1990
1991         * pop3.el: Require cl when compiling.
1992         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1993
1994 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1997         that aren't going to be activated.
1998         (gnus-get-unread-articles): Fix up the last commit.
1999
2000         * gnus-html.el (gnus-article-html): Allow calling without specifying
2001         the handle.  In that case, dissect the buffer first.
2002
2003         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2004
2005         * nnimap.el (nnimap-open-connection): Revert the change that would look
2006         into authinfo for imaps instead of imap.
2007
2008         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2009         say that you don't want to call gnus-request-group with don-check, but
2010         do check the reponse.  This is for virtual groups only.
2011         (gnus-get-unread-articles): Count the archive groups as secondary, so
2012         that they're activated the same way as before.
2013
2014         * imap.el (imap-message-map): Removed optional buffer parameter, since
2015         no callers use it.
2016         (imap-message-get): Ditto.
2017         (imap-message-put): Ditto.
2018         (imap-mailbox-map): Ditto.
2019         (imap-mailbox-put): Ditto.
2020         (imap-mailbox-get): Ditto.
2021         (imap-mailbox-get): Revert last change for this function.
2022
2023         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2024         case-insensitively.
2025         (nnimap-debug): Removed.
2026
2027         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2028         to use `imap-fetch' instead.  According to the comments, this should be
2029         safe, since all other IMAP clients use the 1:* syntax.
2030         (imap-enable-exchange-bug-workaround): Removed.
2031         (imap-debug): Removed -- doesn't seem very useful.
2032
2033         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2034         mail from a file, and the file doesn't exist.
2035
2036         * imap.el (imap-log): New convenience function used throughout instead
2037         of repeating the same code all over the place.
2038
2039         * pop3.el (pop3-streaming-movemail): Return t for success.
2040
2041         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2042         .authinfo if we're using ssl connection.
2043
2044         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2045         already have if we're in a main Gnus `g' run.
2046
2047         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2048
2049 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2052
2053         * nnmh.el (nnmh-request-list-1): Bind `file'.
2054
2055         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2056         alias to set-process-query-on-exit-flag or process-kill-without-query.
2057         (pop3-open-server): Use it.
2058
2059 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2062         box to the Incoming file.  Fixes mistake in previous checkin.
2063
2064         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2065         request loop (for debugging purposes) removed.
2066
2067         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2068         culprit is more visible.
2069         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2070         (nnml-add-incremental-nov): New functions to do "incremental" nov
2071         updates, where we just append to the end of the existing nov files
2072         without reading/writing them in full.
2073
2074         * mail-source.el (mail-source-delete-crash-box): Really only check the
2075         incoming files once in a while.
2076
2077         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2078
2079         * mail-source.el (mail-source-delete-crash-box): Only check the
2080         incoming files for deletion once per day to save a lot of file
2081         accesses.
2082
2083         * pop3.el (pop3-logon): Fix up unbound variable typo.
2084
2085         * mail-source.el (pop3-streaming-movemail): Autoload.
2086
2087         * pop3.el (pop3-streaming-movemail): Respect
2088         pop3-leave-mail-on-server.
2089
2090         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2091         retrieval.
2092
2093         * pop3.el (pop3-process-filter): Removed unused function.
2094         (pop3-streaming-movemail, pop3-send-streaming-command)
2095         (pop3-wait-for-messages, pop3-write-to-file)
2096         (pop3-number-of-responses): New functions for streaming pop3
2097         retrieval.
2098
2099         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2100         come from no known methods.
2101         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2102         list.
2103
2104         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2105         message sizes.
2106         (pop3-movemail): Use erase-buffer instead of looping and deleting
2107         regions, which seems rather odd.
2108
2109         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2110         file once per `g' run.
2111
2112         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2113         directories.  This makes the draft queue directory work.
2114
2115         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2116         data from the backends, so that we only request the list of groups from
2117         each method once.  This should speed things up considerably.
2118
2119         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2120         detect that it's not implemented.
2121
2122         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2123         we actually do recurse down into the tree, but don't stat all leaf
2124         nodes.
2125
2126         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2127         then say so instead of bugging out.
2128
2129         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2130         files exist before trying to read them.
2131
2132         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2133         around <pre_int>.
2134
2135         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2136
2137         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2138
2139 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * mm-util.el (mm-image-load-path): Just return the image directories,
2142         not all directories in the path in addition to the image directories.
2143         (mm-image-load-path): Maintain a cache of the image directories so that
2144         the `g' command in Gnus doesn't have to stat dozens of directories each
2145         time.
2146
2147         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2148         (gnus-html-wash-tags): Add a new `i' command to insert images.
2149         (gnus-html-insert-image): New command and keystroke.
2150         (gnus-html-redisplay-with-images): New command and keystroke.
2151         (gnus-html-show-images): Renamed command.
2152         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2153         spacers.
2154         (gnus-html-wash-tags): Decode entities at the end, so that entities
2155         inside the tags don't mess up the rest of the "parsing".
2156
2157         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2158         so that nnimap methods aren't agentized by default.  There's apparently
2159         many problems related to agent/imap behaviour.
2160
2161         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2162
2163         * gnus-html.el: Doc fix.
2164
2165 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2166
2167         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2168         specifier-spec-list for Emacs 21.
2169
2170         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2171         glyph-width and glyph-height instead of display-graphic-p and
2172         image-size; make avoidance of displaying small images work for XEmacs.
2173
2174         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2175         for XEmacs.
2176
2177         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2178         of symbol that holds plist data.
2179         (gnus-process-plist): Remove plist of process after getting it.
2180
2181 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * message.el (message-generate-hashcash): Change default to
2184         'opportunistic if hashcash is installed.
2185
2186         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2187         (gnus-html-put-image): Only call image-size once, since it's somewhat
2188         time-consuming on remote X servers.
2189
2190 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2191
2192         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2193         type on data, not a file name.
2194
2195         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2196         window-pixel-edges for Emacs 21.
2197
2198         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2199         decoded contents.
2200         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2201
2202 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2205         group line format, since it isn't very interesting.
2206
2207         * gnus-agent.el (gnus-agent-short-article),
2208         (gnus-agent-long-article): Increase values for these two variables,
2209         since most people are likely to have more network connection and
2210         storage than before.
2211
2212         * gnus.el (gnus-refer-article-method): Change default to 'current.
2213         When referring an article, the common behaviour is to refer it from the
2214         current select method, not the native select method.  The chances of
2215         the native select method having the message in question is rather slim
2216         these days.
2217
2218         * gnus-sum.el (gnus-auto-select-subject): Change default to
2219         `unseen-or-unread'.  I think it's likely that most people want to
2220         select an unseen article over a previously seen, but unread one.
2221
2222         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2223         means that in the article buffer none of the minor mode elements will
2224         be shown, usually, and this is not desirable in most cases.
2225
2226         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2227         that commands like `d' (and the like) go to the next line in the
2228         buffer, instead of the next unread article.  I think this is the
2229         behaviour that is most natural for most users.
2230         (gnus-single-article-buffer): Change default to nil, so that people can
2231         have as many article buffers open as they have summary buffer.  I think
2232         this is the most natural way for the groups to behave.
2233
2234         * message.el (message-generate-new-buffers): Change default to
2235         `unsent', so that all new message buffers start their names with the
2236         string "*unsent", and it's easier to find the buffers if you move from
2237         them.
2238
2239 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2242         small.  They're probably tracking images.
2243         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2244         (gnus-html-rescale-image): Yet another try at getting the image sizing
2245         right.
2246
2247         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2248         nntp-marks-file-name is nil.
2249
2250 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2251
2252         * gnus-html.el (gnus-html-wash-tags)
2253         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2254         Better logging.
2255
2256 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2259
2260         * gnus-html.el (gnus-html-wash-tags): Check the value of
2261         gnus-blocked-images in the summary buffer.
2262
2263 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2264
2265         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2266
2267 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268
2269         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2270         like "a", it seems like.
2271         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2272         since it needs to be picked from the correct buffer.
2273
2274         * nnwfm.el: Removed.
2275
2276         * nnlistserv.el: Removed.
2277
2278 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2279
2280         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2281         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2282
2283 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * nnkiboze.el: Removed.
2286
2287         * nndb.el: Removed.
2288
2289         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2290         alt text.
2291         (gnus-html-rescale-image): Try to get the rescaling logic right for
2292         images that are just wide and not tall.
2293
2294         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2295         overshadow variable bindings.
2296
2297 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2298
2299         * gnus-html.el (gnus-html-wash-tags)
2300         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2301         extra logging.
2302
2303 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2306         (gnus-max-image-proportion): New variable.
2307         (gnus-html-rescale-image): New function.
2308         (gnus-html-put-image): Rescale images.
2309
2310 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2311
2312         Fix up some byte-compiler warnings.
2313         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2314         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2315         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2316         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2317         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2318         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2319         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2320
2321 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-html.el (gnus-article-html): Decode contents by charset.
2324
2325 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2326
2327         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2328         (gnus-html-frame-width, gnus-blocked-images)
2329         * message.el (message-prune-recipient-rules): Add custom version.
2330         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2331
2332         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2333         functions.
2334
2335         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2336         gnus-process-get.
2337
2338 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2339
2340         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2341         instead of lsub directly.
2342
2343 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * nnwarchive.el: Removed.
2346
2347         * gnus-soup.el: Removed.
2348
2349         * nnsoup.el: Removed.
2350
2351         * nnultimate.el: Removed.
2352
2353         * gnus-html.el (gnus-blocked-images): New variable.
2354
2355         * message.el (message-prune-recipients): New function.
2356         (message-prune-recipient-rules): New variable.
2357
2358         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2359         guess whether a long line is natural text or not.
2360
2361         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2362         gnus-process-plist and friends for compatibility.
2363
2364 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2365
2366         * gnus-html.el: Require packages that define macros used in this file.
2367         (gnus-article-mouse-face): Declare to silence byte-compiler.
2368         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2369         process-get.
2370         (gnus-html-put-image): Use plist-get to avoid getf.
2371         (gnus-html-prefetch-images): Use with-current-buffer.
2372
2373 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-ems.el: Provide compatibility functions for
2376         gnus-set-process-plist.
2377
2378         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2379         header-line-format for XEmacs 21.4.
2380
2381         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2382         * gnus.el (gnus-valid-select-methods)
2383         * message.el (message-send-mail-partially-limit)
2384         * mm-decode.el (mm-text-html-renderer)
2385         * mml.el (mml-insert-mime-headers-always)
2386         * smiley.el (smiley-regexp-alist): Bump custom version.
2387
2388 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus-html.el: require mm-url.
2391         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2392         with the url to `url'.
2393         (gnus-html-wash-tags): Support cid: URLs/images.
2394
2395 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2398         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2399         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2400
2401         * gnus-move.el: Removed file, since it doesn't really work.
2402
2403         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2404         UTF-8.  This seems to fix problems with some German web feeds.
2405
2406         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2407         at the top so that the proper colours are applied.
2408
2409         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2410         don't have dots in their names.
2411
2412         * gnus-art.el (gnus-article-view-part): Doc fix.
2413
2414         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2415         XEmacs-compatible.
2416         (gnus-html-put-image): Don't do images on non-graphic displays.
2417
2418         * nnslashdot.el: Removed this unused backend.
2419
2420         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2421         actions.
2422         (gnus-undo-register-1): Revert last change.
2423
2424         * gnus-group.el (gnus-group-completing-read): Protect against not
2425         having completion-styles bound.
2426
2427         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2428         make broken recipients happier.
2429
2430         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2431
2432         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2433         point parameter.
2434
2435         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2436
2437         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2438         completion-styles for group selection.
2439
2440 2009-02-04  Andreas Schwab  <schwab@suse.de>
2441
2442         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2443         headers and regexp-quote the match if necessary.
2444
2445 2009-03-24  Miles Bader  <miles@gnu.org>
2446
2447         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2448         the blinking smiley.
2449
2450 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2451
2452         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2453         blink smiley.
2454
2455 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2458         where the dribbel file lives exists.
2459
2460         * message.el (message-send-mail-partially-limit): Change the default to
2461         nil, since most people don't want this.
2462
2463         * mm-url.el (mm-url-decode-entities): Also decode entities like
2464         &#x3212.
2465
2466 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2467
2468         * gnus-sum.el (gnus-summary-idna-message):
2469         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2470         Hyperlink urls in docstrings with URL `...'.
2471
2472 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2473
2474         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2475         functions.
2476
2477 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2480         say what the mouseover text should be.
2481
2482         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2483         version of the mm-w3m-safe-url-regexp variable to only download images
2484         in the groups where we want that to happen.
2485
2486         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2487
2488         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2489         easier debugging.
2490         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2491         big pictures in the article buffer.
2492
2493         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2494         gnus-article-html.
2495         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2496         w3m.
2497
2498         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2499
2500 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2503         which doesn't exist.
2504
2505         * message.el (message-inhibit-ecomplete): New variable to allow some
2506         function to inhibit ecomplete address storage.
2507         (message-resend): Disable ecomplete message storage when resending
2508         messages.
2509
2510         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2511
2512 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2515         Save excursion while copying, moving, and deleting articles in order to
2516         prevent the cursor from jumping to unforeseen place.
2517
2518 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * lpath.el: No need to bind bookmark-current-buffer,
2521         bookmark-yank-point and bookmark-make-record-function.
2522
2523 2010-08-17  Glenn Morris  <rgm@gnu.org>
2524
2525         * gnus-sync.el: Require gnus components whose functions are used.
2526
2527         * gnus-art.el (bookmark-make-record-function):
2528         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2529         Declare for compiler.
2530
2531         * mm-url.el (mml-compute-boundary): Autoload.
2532
2533 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2536
2537 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2538
2539         Typo fix "hoo4a" -> "hook".
2540
2541         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2542
2543 2010-08-14  Glenn Morris  <rgm@gnu.org>
2544
2545         * gnus-sync.el (gnus-sync): Fix defgroup version.
2546
2547 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2548
2549         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2550
2551         * gnus-sync.el: Fix docs.
2552         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2553         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2554
2555 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         Optimizations for gnus-sync.el.
2558
2559         * gnus-sync.el: Add docs about gnus-sync-backend
2560         possibilities.
2561         (gnus-sync-save): Remove unnecessary message.
2562         (gnus-sync-read): Optimize and show what groups were skipped.
2563
2564 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2565
2566         Minor bug fixes for gnus-sync.el.
2567
2568         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2569         read the sync on get-new-news.
2570
2571         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2572         quiet.
2573
2574         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2575
2576 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2577
2578         Make saving and restoring of hidden threads work with overlays.
2579         Patch applied by Ted Zlatanov.
2580
2581         * gnus-sum.el (gnus-hidden-threads-configuration)
2582         (gnus-restore-hidden-threads-configuration): Update to deal with text
2583         properties, rather than searching for a magic character.
2584
2585 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2586
2587         New gnus-sync.el library for synchronization of marks.
2588
2589         * gnus-sync.el: New library for synchronization of marks.
2590
2591         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2592         renamed from `gnus-registry-grep-in-list'.
2593
2594         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2595
2596         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2597
2598 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2601         determining charset of text fails.
2602
2603 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * nnmail.el (nnmail-get-new-mail-1): Revert.
2606
2607         * nnml.el (nnml-active-number): Make sure names of newly created groups
2608         in nnml-group-alist are encoded.
2609
2610 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2613         containing non-ASCII characters in active file for nnml back end.
2614
2615 2010-07-24  David Engster  <dengste@eml.cc>
2616
2617         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2618         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2619
2620 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2621
2622         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2623         tag (Bug#6654).
2624
2625 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2628         the article buffer, not the summary buffer.
2629
2630 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2633         Emacs 23 as well.
2634
2635 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2638         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2639
2640 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2641
2642         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2643         Patch applied by Karl Fogel.
2644
2645         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2646         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2647
2648 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2649
2650         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2651         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2652         C-w still not working correctly from Article buffers; Thierry's
2653         patch to fix that will be applied after this.
2654
2655         * gnus-art.el (bookmark-make-record-function): New local variable.
2656
2657         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2658         article buffer.
2659         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2660
2661 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2662
2663         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2664         on changes in bookmark.el.
2665
2666 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2669         `no-log' instead of message not to log prompt string.
2670
2671 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2672
2673         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2674         the *other* type of HTML form submission.
2675
2676 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2677
2678         * auth-source.el (auth-source-pick): If choice does not contain a
2679         questioned keyword, set the check to t.
2680
2681 2010-06-12  Romain Francoise  <romain@orebokech.com>
2682
2683         * gnus-util.el (gnus-date-get-time): Move up before first use.
2684
2685 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2688         (gnus-article-edit-part): Bind it to make last part that is substituted
2689         or deleted visible.
2690         (gnus-mime-display-single): Buttonize part of which id equals to
2691         gnus-mime-buttonized-part-id.
2692
2693 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2694
2695         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2696         (gnus-dd-mmm): Use gnus-date-get-time.
2697         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2698         simplify logic.
2699         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2700         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2701
2702 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2703
2704         * auth-source.el (top): Autoload `secrets-list-collections',
2705         `secrets-create-item', `secrets-delete-item'.
2706         (auth-sources): Fix tag string.
2707         (auth-get-source, auth-source-retrieve, auth-source-create)
2708         (auth-source-delete): New defuns.
2709         (auth-source-pick): Rewrite in order to avoid 2 passes.
2710         (auth-source-forget-user-or-password): New parameter USERNAME.
2711         (auth-source-user-or-password): New parameters CREATE-MISSING and
2712         DELETE-EXISTING.  Retrieve password interactively, if needed.
2713
2714 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2715
2716         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2717         deleting unused directories when gnus-expert-user is t.
2718
2719 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2722         for each temp file when gnus-article-browse-delete-temp is ask.
2723
2724 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2725
2726         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2727         Lisp calls to delete-backward-char by calls to delete-char.
2728
2729 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2730
2731         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2732
2733 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2734
2735         * password-cache.el (password-cache-remove): Fix docstring.
2736
2737 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2740         article unless decoding article to be saved.
2741
2742 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2743
2744         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2745         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2746         generated within the mm-with-unibyte-current-buffer macro.
2747
2748 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2749
2750         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2751         to nil when we're in a mml-preview buffer and no group is selected.
2752
2753 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2754
2755         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2756         when catching the `C-g'.  Reported by "Leo".
2757
2758 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * message.el (message-forward-make-body-plain)
2761         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2762         multibyte-string-p.
2763
2764         * lpath.el: Revert.
2765
2766 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * message.el (message-forward-make-body-mml): Assume original message
2769         is multibyte string; error on unibyte.
2770         (message-forward-make-body-plain): Ditto; don't add excessive newline
2771         in body end.
2772
2773         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2774
2775 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2776
2777         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2778         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2779
2780 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * mm-extern.el (mm-extern-url): Don't use
2783         mm-with-unibyte-current-buffer.
2784         (mm-extern-cache-contents): Use with-current-buffer instead of
2785         save-excursion + set-buffer.
2786
2787 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * mm-util.el (mm-emacs-mule): Remove.
2790
2791 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2792
2793         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2794         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2795         change.
2796
2797 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2798
2799         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2800         bind the default value of enable-multibyte-characters to nil.
2801
2802 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * message.el (message-forward-make-body-plain)
2805         (message-forward-make-body-mml):
2806         Don't use mm-with-unibyte-current-buffer.
2807
2808 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2809
2810         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2811
2812 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2813
2814         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2815         (Bug#5592).
2816
2817 2010-05-07  Julien Danjou  <julien@danjou.info>
2818
2819         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2820         it to mm-pipe-part.
2821
2822         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2823         it is given.
2824
2825 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * binhex.el (binhex-decode-region-internal)
2828         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2829         (dns-query)
2830         * nnweb.el (nnweb-gmane-search)
2831         * pgg-parse.el (pgg-parse-armor)
2832         * pgg.el (pgg-verify-region)
2833         * sha1.el (sha1-string-external)
2834         * uudecode.el (uudecode-decode-region-internal)
2835         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2836         XEmacs.
2837
2838         * gnus-art.el (gnus-article-browse-html-parts)
2839         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2840         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2841         make-temp-file.
2842
2843         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2844         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2845         compiling.
2846
2847         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2848         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2849         XEmacs when compiling.
2850
2851         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2852         gnus-pick-mode-off-hook for XEmacs when compiling.
2853         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2854         gnus-binary-mode-off-hook for XEmacs when compiling.
2855
2856         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2857         nil if char-charset is not available.
2858
2859         * imap.el (imap-disable-multibyte)
2860         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2861         macros.
2862
2863         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2864         instead of encode-coding-string.
2865
2866         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2867         'xemacs) instead of mm-emacs-mule to switch function definitions.
2868         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2869
2870         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2871         bind temporary-file-directory for XEmacs;
2872         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2873         timer-set-function for XEmacs 21.4 and SXEmacs;
2874         bind timer-list for XEmacs 21.4 and SXEmacs;
2875         fbind char-charset and find-charset-region for non-Mule XEmacs;
2876         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2877         encode-coding-region and encode-coding-string for XEmacs having no
2878         file-coding feature.
2879
2880 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2881
2882         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2883
2884 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2887         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2888
2889 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2890
2891         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2892         alias `jka-compr-delete-temp-file' no longer exists.
2893
2894 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         Use define-minor-mode in Gnus where applicable.
2897         * mml.el (mml-mode): Use define-minor-mode.
2898         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2899         (gnus-undo-mode): Use define-minor-mode.
2900         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2901         (gnus-dead-summary-mode): Use define-minor-mode.
2902         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2903         Initialize in declaration.
2904         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2905         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2906         (gnus-mailing-list-mode): Use define-minor-mode.
2907         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2908         (gnus-draft-mode): Use define-minor-mode.
2909         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2910         (gnus-dired-mode): Use define-minor-mode.
2911
2912 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2913
2914         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2915         handles on recursive mml-to-mime translation and check them for
2916         boundary delimiter collisions.  Reported by Greg Troxel.
2917
2918 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2919
2920         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2921
2922 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2923
2924         * mm-util.el (mm-find-buffer-file-coding-system):
2925         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2926
2927 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2928
2929         * message.el (message-generate-headers): Record insertion of optional
2930         headers as well.  Otherwise the check to prevent repeated insertion of
2931         optional headers is a no-op.
2932
2933 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2934
2935         * smime.el: Don't mention CVS.
2936
2937         * nnrss.el (nnrss-fetch): Don't mention CVS.
2938
2939         * nnir.el: Don't mention CVS.
2940
2941 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2942
2943         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2944
2945 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * lpath.el: Fbind bookmark-default-handler,
2948         bookmark-get-bookmark-record, bookmark-make-record-default,
2949         bookmark-prop-get for Emacs <23 and XEmacs.
2950
2951 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2952
2953         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2954         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2955         Use with-current-buffer to silence the byte-compiler.
2956         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2957         bother to require `gnus'.
2958         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2959
2960 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2961
2962         * gnus-sum.el (gnus-summary-bookmark-make-record)
2963         (gnus-summary-bookmark-jump): New functions.
2964         (gnus-summary-mode): Setup bookmark support.
2965
2966 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2967
2968         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2969         if set.
2970
2971 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2974         gnus-article-browse-html-save-cid-image; make it work recursively for
2975         forwarded messages as well.
2976         (gnus-article-browse-html-parts): Work when prefix arg is given.
2977         (gnus-article-browse-html-article): Doc fix.
2978
2979 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2980
2981         * message.el (message-default-mail-headers):
2982         (message-default-headers): Carry the value mail-default-headers over
2983         into message-default-mail-headers, rather than message-default-headers.
2984
2985 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2986
2987         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2988         charset.
2989
2990         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2991         charset into the <meta> tag when the article is encoded to utf-8.
2992
2993 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2996         directories as well.
2997         (gnus-article-browse-html-parts): Work for images that do not specify
2998         file names; delete temp directory when quitting; insert header at the
2999         right place; use file: scheme for image files.
3000
3001 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3002
3003         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3004         (gnus-article-browse-html-parts): Use it to make temporary cid image
3005         files in addition to html file so that browser may display them.
3006
3007 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3010
3011 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3012
3013         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3014
3015 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3016
3017         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3018         about Secret Service API sources.  Improve Customize options.
3019         (auth-source-pick): Change to accept any number of search parameters.
3020         Implement fallbacks iteratively, not recursively.  Add scoring on the
3021         second pass and sort by score.  Call Secret Service API when needed.
3022         (auth-source-user-or-password): Use it.  Call Secret Service API
3023         directly when needed to get the user name and the password.
3024
3025 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3026
3027         * message.el (message-interactive): Doc fix.
3028         (message-qmail-inject-args): Reflow.
3029         (message-kill-to-signature): Fix typo in docstring.
3030
3031         * smiley.el (smiley-buffer): Fix typo in docstring.
3032
3033 2010-03-24  Glenn Morris  <rgm@gnu.org>
3034
3035         * mail-source.el (gnus-message): Declare.
3036         (mail-source-delete-old-incoming): Require gnus-util.
3037
3038 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3041
3042         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3043
3044         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3045         password-cache's default if it is not bound.
3046         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3047         password-cache-expiry's default if it is not bound.
3048
3049         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3050         available in Emacs 21.
3051
3052         * lpath.el: Suppress compiler warnings for:
3053         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3054         XEmacs;
3055         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3056         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3057         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3058
3059 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         * auth-source.el (auth-sources): Fix up definition so extra parameters
3062         are always inline.
3063
3064 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3065
3066         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3067         wasn't updated after mismatch.  Clear cached mailbox info correctly
3068         when uidvalidity changes.
3069         (nnimap-group-prefixed-name): New function to avoid some code
3070         duplication.
3071         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3072         (nnimap-request-group): Use it.
3073         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3074         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3075         with many imap folders.  This is done by caching the group status from
3076         the imap server persistently in a group parameter `imap-status'.  (This
3077         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3078         but not persistently, so every Gnus startup was still very slow.)
3079
3080 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3081
3082         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3083         delete the extra newline.  Otherwise editing of :string and :number
3084         types don't work.
3085
3086 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3087
3088         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3089         secrets.el dependency.
3090         (auth-sources): Add optional user name.  Add secrets.el configuration
3091         choice (unused right now).
3092
3093 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3094
3095         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3096         `gnus-registry-install-shortcuts' fill in the functions.
3097
3098         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3099         warnings.
3100         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3101         (gnus-registry-install-shortcuts): Populate and use it in a
3102         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3103
3104 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3105
3106         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3107         In-place substitutions for the group name encoding/decoding.
3108         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3109         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3110         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3111         (nnimap-update-unseen, nnimap-request-list)
3112         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3113         (nnimap-request-set-mark, nnimap-split-to-groups)
3114         (nnimap-split-articles, nnimap-request-newgroups)
3115         (nnimap-request-create-group, nnimap-request-accept-article)
3116         (nnimap-request-delete-group, nnimap-request-rename-group)
3117         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3118         `encoded-mbx' for consistency.
3119         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3120         variable `imap-current-mailbox'.
3121
3122         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3123         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3124
3125 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3126
3127         * pop3.el (pop3-display-message-size-flag): Display message size byte
3128         counts during POP3 download.
3129         (pop3-movemail): Use it.
3130         (pop3-list): Implement listing of available messages.
3131
3132 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3133
3134         * nnir.el (nnir-get-article-nov-override-function): New function to
3135         override the normal NOV retrieval.
3136         (nnir-retrieve-headers): Use it.
3137
3138 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3139
3140         * auth-source.el (netrc-machine-user-or-password): Autoload.
3141
3142 2010-03-19  Glenn Morris  <rgm@gnu.org>
3143
3144         Stop message.el from loading about 40 libraries it doesn't always need.
3145         The general approach is to autoload rather than require, and to
3146         require in the specific functions rather than the file.  (Bug#5642)
3147
3148         * gmm-utils.el: Don't require wid-edit.
3149         (widget-create-child-value, widget-convert, widget-default-get):
3150         Autoload.
3151
3152         * gnus-util.el: Don't require time-date, netrc.
3153         (message-fetch-field, gnus-group-name-decode): Declare rather than
3154         autoloading.
3155         (gnus-fetch-field): Require message.
3156         (gnus-decode-newsgroups): Require gnus-group.
3157
3158         * ietf-drums.el: Don't require time-date.
3159
3160         * message.el: Don't require hashcash, canlock, ecomplete.
3161         Do require mail-utils.  Require nnheader only when compiling.
3162         (smtpmail-default-smtp-server): Remove declaration.
3163         (message-send-mail-function): Check smtpmail-default-smtp-server
3164         is bound rather than requiring smtpmail.
3165         (message-auto-save-directory, message-insert-signature): Use
3166         expand-file-name rather than nnheader-concat.
3167         (nnheader-insert-file-contents): Autoload.
3168         (hashcash-wait-async): Declare.
3169         (message-send-mail): Only call gnus-setup-posting-charset if
3170         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3171         (message-send-mail-with-sendmail): Require sendmail.
3172         (canlock-password, canlock-password-for-verify): Declare.
3173         (message-canlock-password): Require canlock.
3174         (nnheader-get-report): Autoload.
3175         (gnus-setup-posting-charset): Declare.
3176         (message-send-news): Require gnus-msg.
3177         (message-make-references, message-make-in-reply-to): Use mail-header-id
3178         rather than the alias mail-header-message-id.
3179         (ecomplete-add-item, ecomplete-save): Declare.
3180         (message-put-addresses-in-ecomplete): Require ecomplete.
3181         (ecomplete-display-matches): Autoload.
3182
3183         * mm-decode.el: Don't require mailcap, gnus-util.
3184         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3185         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3186         Autoload.
3187         (mailcap-mime-extensions): Declare.
3188
3189         * mm-encode.el: Don't require mailcap.
3190         (mailcap-extension-to-mime): Autoload.
3191
3192         * mml-sec.el: Don't require password-cache.
3193
3194         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3195         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3196         (mml-minibuffer-read-type): Require mailcap.
3197         (mml-preview): Require gnus-msg.
3198
3199         * mml1991.el: Require password-cache.
3200         (password-cache-expiry): Remove declaration.
3201
3202         * mml2015.el: Require password-cache.
3203         (password-cache-expiry): Remove declaration.
3204
3205         * nneething.el (mailcap): Require mailcap.
3206
3207         * nnheader.el (declare-function): Add compatibility stub.
3208         (message-remove-header): Declare rather than autoload.
3209         (nnheader-replace-header): Require message.
3210
3211         * nnimap.el (declare-function): Add compatibility stub.
3212         (netrc-parse, netrc-machine-user-or-password): Declare.
3213         (nnimap-open-connection): Require netrc.
3214
3215         * nntp.el (declare-function): Add compatibility stub.
3216         (netrc-parse, netrc-machine, netrc-get): Declare.
3217         (nntp-send-authinfo): Require netrc.
3218
3219         * rfc2047.el: Don't require qp.
3220         (quoted-printable-encode-region, quoted-printable-decode-string):
3221         Autoload.
3222
3223         * sieve-mode.el: Don't require easymenu.
3224         (easy-menu-add-item): Autoload it.
3225
3226         * spam-stat.el (time-to-number-of-days): Autoload it.
3227
3228 2010-03-19  Glenn Morris  <rgm@gnu.org>
3229
3230         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3231
3232 2010-03-18  Glenn Morris  <rgm@gnu.org>
3233
3234         * hashcash.el (declare-function): Remove duplicate definition.
3235
3236 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3237
3238         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3239         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3240         value if any backslash escapes).
3241
3242 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3245         if it is available.  (bug#5647)
3246
3247         * lpath.el: Suppress compiler warning for coding-system-from-name for
3248         Emacs 21 and XEmacs.
3249
3250 2010-03-14  Juri Linkov  <juri@jurta.org>
3251
3252         * hmac-def.el:
3253         * hmac-md5.el:
3254         * netrc.el: Fix keywords.
3255
3256 2010-02-26  Glenn Morris  <rgm@gnu.org>
3257
3258         * message.el (message-send-mail-function): Change the default, so that
3259         it inherits from a customized send-mail-function.  (Bug#5643)
3260
3261 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3262
3263         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3264         shell-command-to-string signals an error (bug#5299).
3265
3266 2010-02-24  Glenn Morris  <rgm@gnu.org>
3267
3268         * message.el (message-smtpmail-send-it)
3269         (message-send-mail-with-mailclient): Doc fixes.
3270
3271 2010-02-16  Glenn Morris  <rgm@gnu.org>
3272
3273         * message.el (message-default-mail-headers): Change the default value
3274         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3275
3276 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3279         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3280
3281 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3282
3283         * time-date.el (date-to-time): Doc fix (Bug#5408).
3284
3285 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3286
3287         * message.el (message-mail): Just pass yank-action on to message-setup.
3288         (message-setup): Handle (FUN . ARGS) form of yank-action.
3289         (message-with-reply-buffer, message-widen-reply)
3290         (message-yank-original): Handle non-buffer values of
3291         message-reply-buffer (Bug#4080).
3292         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3293
3294 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3295
3296         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3297         Fix typo in docstring.
3298
3299 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3300
3301         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3302         response.
3303
3304 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3307
3308         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3309
3310         * message.el (message-check-news-header-syntax): Protect against a
3311         string that `rfc822-addresses' returns when parsing fails.
3312
3313 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3316         (gnus-previous-char-property-change): New functions.
3317
3318         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3319
3320 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3321
3322         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3323         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3324
3325 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3326
3327         * message.el (message-exchange-point-and-mark): Rework last change to
3328         avoid using optional arg of exchange-point-and-mark, for backward
3329         compatibility.
3330
3331 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3332
3333         * message.el (message-exchange-point-and-mark): Call
3334         exchange-point-and-mark with an argument rather than setting
3335         mark-active by hand (Bug#5175).
3336
3337 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * nntp.el (nntp-service-to-port): Work for service expressed with
3340         numeric string; replace [:digit:] with [0-9] for XEmacs.
3341
3342 2009-12-17  Glenn Morris  <rgm@gnu.org>
3343
3344         * gnus-group.el (gnus-bug-group-download-format-alist):
3345         Change emacs entry to debbugs.gnu.org.  Bump :version.
3346
3347 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3350
3351 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3352
3353         * message.el (message-info): Explain why we use `Info-goto-node'.
3354
3355 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3358
3359 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3360
3361         * message.el (message-completion-in-region): New compatibility function.
3362         (message-expand-group): Use it.
3363
3364 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3367         with no unread article should be listed if the 2nd arg `predicate' is
3368         given.
3369
3370 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3373
3374 2009-11-29  Juri Linkov  <juri@jurta.org>
3375
3376         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3377         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3378         on `gnus-recenter'. (Bug#4698, Bug#4981)
3379
3380 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3381
3382         * sha1.el (sha1-string-external): default-directory "/" in case
3383         otherwise non-existent.  process-connection-type pipe for touch of
3384         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3385
3386 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3387
3388         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3389         it's comms related and sgml-mode.el has "comm" on that basis too.
3390
3391 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3394         containing tspecial characters if they have been already quoted.
3395
3396 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3397
3398         * dns-mode.el (auto-mode-alist): Purecopy string.
3399
3400 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3401
3402         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3403
3404 2009-10-24  Glenn Morris  <rgm@gnu.org>
3405
3406         * gnus-art.el (help-xref-stack-item): Define for compiler.
3407
3408 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3409
3410         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3411
3412 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3415
3416 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3419         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3420
3421 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3424         (gnus-overlays-in): New alias to overlays-in.
3425
3426         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3427         gnus-overlay-get, and gnus-delete-overlay.
3428         (gnus-summary-show-thread): Make it work as well for systems in which
3429         next-single-char-property-change is not available.
3430         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3431
3432         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3433         (gnus-overlay-get): New alias to extent-property.
3434         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3435
3436         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3437         SXEmacs.
3438
3439         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3440         SXEmacs.
3441
3442 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3443
3444         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3445
3446 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3447
3448         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3449         and XEmacs that don't have `remove-overlays'.
3450
3451 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3452
3453         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3454         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3455         selective display.  Use overlays instead.
3456
3457 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3458
3459         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3460
3461 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3462
3463         * spam-stat.el (spam-stat-load): Fix typo in message.
3464
3465 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3466
3467         * dig.el (dig-invoke): Fix typo in docstring.
3468         (query-dig): Reflow docstring.
3469
3470 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3471
3472         * gnus-art.el (gnus-article-encrypt-body):
3473         * message.el (message-check-recipients):
3474         * mm-util.el (mm-codepage-setup):
3475         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3476         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3477
3478 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3479
3480         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3481         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3482         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3483         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3484         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3485
3486 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3487
3488         * dig.el: Add "Keywords: comm", as per net-utils.el.
3489
3490 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3491
3492         * dig.el (dig-mode): Use define-derived-mode.
3493
3494 2009-09-19  Glenn Morris  <rgm@gnu.org>
3495
3496         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3497
3498 2009-09-18  Glenn Morris  <rgm@gnu.org>
3499
3500         * gnus-diary.el (gnus-diary-check-message):
3501         * message.el (message-insert-formatted-citation-line):
3502         * nnbabyl.el (top-level):
3503         * nndiary.el (nndiary-schedule):
3504         Fix typos in condition-case handlers.
3505
3506 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3507
3508         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3509         configuration that provides the sole article window in a frame;
3510         position point correctly after deleting a part.
3511
3512 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3513
3514         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3515         (spam-resolve-registrations-routine): Use it to unregister articles
3516         that change status.
3517
3518 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3519
3520         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3521         with XEmacs.
3522         (parse-time-string-chars): Use it.
3523
3524 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3525
3526         * imap.el (imap-interactive-login): Better messages.
3527         (imap-open): Fix bug with renamed buffer on reconnect.
3528         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3529         for easier debugging and cleaner code.  On successful (guessed based on
3530         server capabilities) secondary authentication, set imap-state
3531         correctly.
3532         (imap-last-authenticator): Define imap-last-authenticator as a variable
3533         to avoid warnings.
3534
3535 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * nnrss.el (nnrss-request-article): Remove binding of
3538         default-enable-multibyte-characters that has gotten needless by
3539         the 2007-07-13 change in rfc2047-encode-message-header.
3540
3541         * mml.el (mml-insert-multipart): Error on the message header.
3542         (mml-insert-part): Error on the message header; position point at
3543         the end of a MIME tag.
3544
3545 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * time-date.el (autoload): Expand define-obsolete-function-alias into
3548         defalias and make-obsolete for old Emacsen that Gnus supports.
3549         (with-no-warnings): Define it for old Emacsen.
3550         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3551         is available.
3552         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3553         float-time is available; suppress compile warning for time-to-seconds.
3554
3555         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3556         (gnus-float-time): Alias to float-time if it exists.
3557
3558         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3559         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3560         float-time is available; suppress compile warning for time-to-seconds.
3561
3562         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3563         XEmacs.
3564
3565 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3566
3567         * imap.el (imap-message-map): Docstring fix.
3568
3569 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3572         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3573         Add the optional argument `encoding' that overrides the default.
3574
3575         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3576         mm-encode-buffer.
3577
3578 2009-09-04  Glenn Morris  <rgm@gnu.org>
3579
3580         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3581         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3582         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3583         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3584         * mm-util.el (mm-with-unibyte-current-buffer)
3585         (mm-find-buffer-file-coding-system):
3586         * yenc.el (yenc-decode-region): Use default-value rather than
3587         default-enable-multibyte-characters.
3588
3589 2009-09-03  Glenn Morris  <rgm@gnu.org>
3590
3591         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3592         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3593         than default-enable-multibyte-characters.
3594
3595 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3596
3597         * gnus-art.el (gnus-article-read-summary-keys):
3598         Fix gnus-buffer-configuration's value temporarily used.
3599
3600 2009-09-02  Glenn Morris  <rgm@gnu.org>
3601
3602         * gnus-util.el (gnus-float-time): New function.
3603         * gnus-delay.el (gnus-delay-article):
3604         * gnus-sum.el (gnus-thread-latest-date):
3605         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3606         * nnspool.el (nnspool-request-newgroups):
3607         Use gnus-float-time rather than time-to-seconds.
3608         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3609
3610         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3611         (gnus-header-subject-face, gnus-header-newsgroups-face)
3612         (gnus-header-name-face, gnus-header-content-face):
3613         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3614         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3615         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3616         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3617         (gnus-cite-face-11):
3618         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3619         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3620         (gnus-server-closed-face, gnus-server-denied-face)
3621         (gnus-server-offline-face):
3622         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3623         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3624         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3625         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3626         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3627         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3628         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3629         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3630         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3631         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3632         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3633         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3634         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3635         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3636         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3637         (gnus-summary-high-undownloaded-face)
3638         (gnus-summary-low-undownloaded-face)
3639         (gnus-summary-normal-undownloaded-face)
3640         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3641         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3642         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3643         (gnus-splash-face):
3644         * message.el (message-header-to-face, message-header-cc-face)
3645         (message-header-subject-face, message-header-newsgroups-face)
3646         (message-header-other-face, message-header-name-face)
3647         (message-header-xheader-face, message-separator-face)
3648         (message-cited-text-face, message-mml-face):
3649         * sieve-mode.el (sieve-control-commands-face)
3650         (sieve-action-commands-face, sieve-test-commands-face)
3651         (sieve-tagged-arguments-face):
3652         * spam.el (spam-face):
3653         Mark face aliases with "-face" in the name as obsolete.
3654
3655 2009-09-01  Glenn Morris  <rgm@gnu.org>
3656
3657         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3658         than goto-line.
3659
3660 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3663         Don't move point if the command is invoked inside the message header.
3664
3665 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3666
3667         * imap.el (imap-send-command): Simplify.
3668         (imap-wait-for-tag): point-max -> buffer-size.
3669
3670 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3671
3672         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3673         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3674         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3675         * nnir.el (nnir-swish-e-index-file):
3676         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3677         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3678         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3679         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3680         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3681         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3682
3683 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3684
3685         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3686         Don't save excursion.
3687
3688 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3689
3690         * nnheader.el (nnheader-find-file-noselect):
3691         * mm-util.el (mm-insert-file-contents):
3692         Use (default-value 'major-mode) instead of default-major-mode.
3693
3694 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3695
3696         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3697
3698 2009-08-26  Glenn Morris  <rgm@gnu.org>
3699
3700         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3701         than placing in files.el.
3702
3703 2009-08-25  Glenn Morris  <rgm@gnu.org>
3704
3705         * nnir.el (top-level): Don't require cl at run-time.
3706         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3707         Replace cl-function substitute with gnus-replace-in-string.
3708         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3709         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3710         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3711         simplified expansions.
3712
3713 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3714
3715         * dig.el (dig): Add autoload cookie.
3716
3717 2009-08-22  Glenn Morris  <rgm@gnu.org>
3718
3719         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3720         goto-line.
3721
3722 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3723
3724         * parse-time.el (parse-time-string-chars): Save match data.
3725
3726 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3727
3728         * parse-time.el (parse-time-string-chars): Compute using character
3729         classes, to handle non-ascii characters (Bug#3190).
3730
3731 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3734
3735         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3736         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3737         (gnus-mm-display-part, gnus-mime-display-single)
3738         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3739         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3740
3741         * gnus-sum.el
3742         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3743         (gnus-summary-move-article): Add expirable mark to articles copied or
3744         moved to group that has auto-expire turned on if the option is non-nil.
3745
3746 2009-07-24  Glenn Morris  <rgm@gnu.org>
3747
3748         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3749         Fix typo.  (Bug#3903)
3750
3751 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3754         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3755         that should not be used for draft articles.
3756         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3757         that has no concern in minor mode keys.
3758         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3759         Abolish.
3760
3761 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3764         article without making inquiry to a user for unknown encoding.
3765
3766         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3767         (nnmaildir--scan): Assume i-node and device number that file-attributes
3768         returns might be cons-cell.
3769
3770         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3771
3772         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3773
3774 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3775
3776         * auth-source.el: Remove docs now in auth.texi.  Don't use
3777         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3778         `auth-source-hide-passwords' and use them.
3779
3780 2009-07-15  Glenn Morris  <rgm@gnu.org>
3781
3782         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3783
3784 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3787         excessive whitespace from the default values of title and description.
3788
3789 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3792         mail-fetch-field to fetch Content-Description header in order to
3793         exclude newlines.
3794
3795 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3796
3797         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3798         format used by GnuPG 2.0.11.
3799
3800 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3803         to deleted part.
3804
3805 2009-05-30  David Engster  <dengste@eml.cc>
3806
3807         * nnmairix.el: Remove old documentation in the commentary block.
3808         (nnmairix-request-group): Do not update active file for nnml back ends.
3809         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3810         end so that overview files are ignored.
3811         (nnmairix-update-groups): Make updating the groups more robust by using
3812         marks.
3813         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3814         with dollar characters in message-id.
3815
3816 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3819         2008-12-25 in dns.el.
3820
3821 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3822
3823         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3824         could happen if the text is only composed of spaces and/or tabs.
3825
3826 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3827
3828         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3829         when sending a queued message to avoid extra mml tags.
3830
3831 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3834
3835 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3838         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3839         rmail-toggle-header for XEmacs;
3840         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3841
3842 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-dired.el: Remove autoload for gnus-setup-message.
3845         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3846         displaying Gnus logo; always use compose-mail.
3847
3848 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3851
3852 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3855         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3856         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3857         available.
3858         (gnus-nocem-epg-verify): New function.
3859
3860 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3861
3862         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3863
3864 2009-02-15  Glenn Morris  <rgm@gnu.org>
3865
3866         * gnus-util.el (rmail-insert-rmail-file-header)
3867         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3868         autoloads.
3869         (rmail-default-rmail-file): Remove unnecessary declaration.
3870         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3871
3872 2009-02-14  Glenn Morris  <rgm@gnu.org>
3873
3874         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3875         variable (only used in gnus-util, which declares it anyway).
3876         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3877         which was only needed by gnus-art (changed to not use it any more).
3878         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3879         only used in gnus-util, which autoloads it itself.
3880         (rmail-update-summary): Fix autoload.
3881
3882         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3883         rather than rmail-output-to-rmail-file.
3884
3885 2009-02-07  Glenn Morris  <rgm@gnu.org>
3886
3887         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3888         autoload of function that no longer exists.
3889         (rmail-toggle-header): Declare.
3890         (message-forward-rmail-make-body): Handle mbox Rmail.
3891
3892 2009-01-31  Glenn Morris  <rgm@gnu.org>
3893
3894         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3895         2009-01-09 change.
3896
3897 2009-01-31  Dave Love  <fx@gnu.org>
3898
3899         * imap.el (imap-fetch-safe): Bind debug-on-error.
3900         (imap-debug): Add imap-fetch-safe.
3901
3902 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3903
3904         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3905         (auth-source-forget-all-cached): New convenience function.
3906         (auth-source-user-or-password): Accept list of modes or a single mode.
3907
3908         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3909         auth-source modes.
3910
3911         * netrc.el (netrc-machine-user-or-password): Use list of
3912         auth-source modes.
3913
3914         * nnimap.el (nnimap-open-connection): Use list of
3915         auth-source modes.
3916
3917         * nntp.el (nntp-send-authinfo): Use list of
3918         auth-source modes.
3919
3920 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3921
3922         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3923         now.
3924
3925 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3928         coding system in XEmacs; add a workaround for XEmacs.
3929
3930         * lpath.el: Fbind coding-system-aliasee.
3931
3932 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3935         of current-language-environment.
3936
3937 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3940         available at runtime.
3941
3942 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3945
3946 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3947
3948         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3949         the greatest positive fixnum value doesn't work under an XEmacs with
3950         bignum support; use the most-positive-fixnum constant instead,
3951         available since Emacs 21.1 with cl and XEmacs 21.1.
3952
3953 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3956         XEmacs gets not to work.
3957
3958 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * mm-util.el (mm-coding-system-priorities): Allow the value like
3961         "Japanese (UTF-8)" of current-language-environment.
3962
3963 2009-01-09  Glenn Morris  <rgm@gnu.org>
3964
3965         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3966         with last-command-event.
3967
3968 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3969
3970         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3971         in the doc string.
3972
3973         * message.el (message-fix-before-sending): Amend comment.
3974
3975 2009-01-08  Dave Love  <fx@gnu.org>
3976
3977         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3978
3979 2009-01-07  David Engster  <dengste@eml.cc>
3980
3981         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3982         simplified server definitions by converting it via
3983         gnus-server-to-method.
3984
3985 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3988         parameter's operands.
3989
3990 2009-01-06  David Engster  <dengste@eml.cc>
3991
3992         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3993         primary select method (for gnus-group-mark-article-as-read).
3994
3995 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3996
3997         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3998         `(gnus)Face', not `(gnus)X-Face'.
3999
4000 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * mm-util.el (mm-ucs-to-char): New function.
4003
4004         * mm-url.el (mm-url-decode-entities): Use it.
4005
4006         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4007         unicode-to-char.
4008
4009 2009-01-05  Dave Love  <fx@gnu.org>
4010
4011         * time-date.el: Require cl for `declare'.
4012
4013 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4016         Dave Love.
4017
4018 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * message.el (message-fix-before-sending): Add `eight-bit' to
4021         illegible-text check.
4022
4023 2009-01-03  Michael Olson  <mwolson@gnu.org>
4024
4025         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4026         `headers' is nil.  This can occur if the IMAP server does not have
4027         permissions to read messages from a folder, but can write new messages
4028         to the folder.
4029         (nnimap-request-article-part): Do not insert `data' if it is nil.
4030
4031         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4032         characters which will confuse `read', so skip past them.
4033
4034 2009-01-01  Dave Love  <fx@gnu.org>
4035
4036         * imap.el (imap-string-to-integer): Fix typo.
4037         (imap-fetch-safe): New function.
4038         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4039
4040         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4041
4042         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4043         (imap-parse-greeting): Fix doc strings.
4044         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4045         (imap-parse-flag-list): Make messages unique.
4046         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4047
4048         * nnimap.el: Fix author email.
4049         (nnimap-split-rule): Add FIXME comment.
4050         (nnimap-debug): Fix doc string.
4051
4052 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4055
4056 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4057
4058         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4059         nslookup if resolv.conf isn't available.
4060         (dns-query): Rename from query-dns.
4061         (dns-query-cached): Rename from query-dns-cached.
4062
4063 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4066         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4067         to check if those variables exist (first appeared in Emacs 18.50).
4068
4069 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4070
4071         * mm-util.el (mm-line-number-at-pos): New function.
4072
4073         * spam-report.el (spam-report-process-queue): Use it.
4074
4075 2008-12-24  David Engster  <dengste@eml.cc>
4076
4077         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4078         parameters that haven't existed as variables as buffer-local variables.
4079
4080 2008-12-23  Dave Love  <fx@gnu.org>
4081
4082         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4083         cadar.
4084
4085         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4086         imap-starttls-p.
4087         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4088
4089 2008-12-22  Dave Love  <fx@gnu.org>
4090
4091         * imap.el: Fix author email.  Doc fixes.
4092         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4093         reply.
4094
4095 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4096
4097         * spam-report.el (spam-report-gmane-max-requests): New constant.
4098         (spam-report-gmane-wait): New variable.
4099         (spam-report-gmane-ham, spam-report-gmane-spam)
4100         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4101         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4102         the server.
4103
4104         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4105         Add explanations.
4106
4107         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4108         nnheader-accept-process-output and nnheader-read-timeout if available.
4109         (pop3-movemail): Use it.
4110
4111         * message.el (message-check-news-body-syntax): Fix signature check if
4112         there's an attachment.
4113
4114 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * mm-util.el: Add comments to the mm- emulating functions.
4117
4118 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4119
4120         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4121         by Stephen Berman <stephen.berman@gmx.net>.
4122
4123 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * mm-util.el (mm-substring-no-properties): New function.
4126         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4127         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4128         (mm-string-to-multibyte): Doc fix.
4129
4130         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4131
4132 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4133
4134         * mml.el (mml-attach-file): Strip text properties from file name.
4135         (Bug#1574)
4136
4137 2008-12-16  Glenn Morris  <rgm@gnu.org>
4138
4139         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4140
4141 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4144         knows since the charset specified might be a bogus alias that
4145         mm-charset-synonym-alist provides.
4146
4147 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4148
4149         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4150         "ISO_8859-1".
4151
4152         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4153
4154 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * mm-util.el (mm-charset-eval-alist):
4157         Define it before mm-charset-to-coding-system.
4158         (mm-charset-to-coding-system): Add optional argument `silent';
4159         define it before mm-charset-override-alist.
4160         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4161         default value if it can be used in Emacs currently running;
4162         silence mm-charset-to-coding-system.
4163
4164 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4167         `allow-override' which says whether to use `mm-charset-override-alist'.
4168         (rfc2047-decode-encoded-words): Use it.
4169
4170         * mm-util.el (mm-charset-override-alist): Fix custom type;
4171         add `(gb2312 . gbk)' to choices.
4172
4173 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4176         fast.
4177
4178         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4179
4180         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4181
4182 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4183
4184         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4185         on links.
4186
4187         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4188
4189 2008-12-03  Lute Kamstra  <lute@gnu.org>
4190
4191         * sha1.el: Remove leading * from docstrings of defcustoms,
4192         deffaces, defconsts and defuns.
4193
4194 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4197         users' addresses that don't have domain parts.
4198         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4199         rather than message-narrow-to-head since there will be the message
4200         header separator.
4201
4202 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4203
4204         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4205         since the result is inserted in a unibyte buffer anyway.
4206         (nnimap-demule-use-string-to-multibyte): Remove.
4207         (nnimap-demule): Alias it to mm-string-to-multibyte.
4208
4209 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4210
4211         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4212         variable for debugging bug#464 and bug#1174.
4213         (nnimap-demule): Use it.
4214
4215 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4218         score calculation correctly.
4219
4220 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4221
4222         * message.el (message-send-mail): Just set the buffer to unibyte
4223         rather than use mm-with-unibyte-current-buffer which does a lot more.
4224         (message-send-mail-partially): Don't bother with
4225         mm-with-unibyte-current-buffer since it's already been made unibyte by
4226         message-send-mail.
4227
4228 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4229
4230         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4231
4232 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4233
4234         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4235
4236 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4239         require itself and to remove `with-no-warnings'.
4240
4241 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * starttls.el (starttls-any-program-available): Get the name of the
4244         available TLS layer program.
4245         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4246         well as the host name in the "opening" message.
4247
4248         * auth-source.el (auth-source-cache, auth-source-do-cache)
4249         (auth-source-user-or-password): Cache passwords and logins by default,
4250         allow override with `auth-source-do-cache'.
4251         (auth-source-forget-user-or-password): Allow users to remove cache
4252         entries if needed.
4253
4254 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4255
4256         * md4.el (md4-buffer): Fix typo in docstring.
4257         (md4, md4-64): Doc fixes.
4258         (md4-pack-int32): Reflow docstring.
4259
4260 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4263         condition-case to only the forward-sexp call.
4264
4265 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4268         quotes contained.  Make it more robust regardless by an extra
4269         condition-case wrapper.
4270
4271 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4274
4275 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * nnml.el (nnml-request-expire-articles): Check if the function set to
4278         `nnmail-expiry-target' returns the symbol `delete'.
4279
4280         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4281
4282         * nnmail.el (nnmail-expiry-target): Fix custom type.
4283
4284 2008-10-02  Glenn Morris  <rgm@gnu.org>
4285
4286         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4287         Silence compiler warning.
4288
4289 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4290
4291         * tls.el (open-tls-stream): Show the actual command being
4292         executed, instead of the format string.
4293
4294 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * lpath.el: Fbind codepage-setup for Emacs 23.
4297
4298 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4299
4300         * mml.el (mml-menu): Don't assume mml2015 is bound.
4301
4302 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4305         exists.
4306
4307 2008-09-27  Glenn Morris  <rgm@gnu.org>
4308
4309         * gnus-util.el (mail-header-remove-comments): Autoload it.
4310
4311 2008-09-27  Andreas Schwab  <schwab@suse.de>
4312
4313         * gnus-util.el (gnus-split-references): Strip comments.
4314         (gnus-parent-id): Likewise.
4315
4316 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4317
4318         * message.el (message-confirm-send): Fix version.
4319
4320 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * message.el (message-idna-to-ascii-rhs-1): Use
4323         mail-extract-address-components rather than mail-header-parse-addresses
4324         that is an alias by default to ietf-drums-parse-addresses that does not
4325         support non-ASCII names in headers' contents.
4326
4327 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * message.el (message-confirm-send): Fixed variable documentation to
4330         avoid the "y/n" wording.
4331
4332 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4333
4334         * message.el (message-set-auto-save-file-name): Save to a different
4335         filename so multiple messages (especially drafts) can be recovered.
4336
4337 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * message.el (message-confirm-send): Add appropriate version.
4340
4341 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4344         defvar.
4345
4346 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4347
4348         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4349         (mm-pkcs7-enveloped-magic): Ditto.
4350
4351 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4352
4353         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4354         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4355
4356 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4359         default, it's better.
4360
4361 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4362
4363         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4364         summary line gnus-number property and ignore them (with a warning
4365         message).
4366
4367 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4370         macro caddr in the interactive form since it won't be expanded.
4371
4372 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4375         `charset'; fix name of function called recursively.
4376         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4377
4378 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4381         (gnus-mime-set-charset-parameters): New function.
4382         (gnus-mime-view-part-as-charset): Use it to correctly display part
4383         specifying wrong charset.
4384
4385 2008-09-08  David Engster  <dengste@eml.cc>
4386
4387         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4388         in completing-read for back end server.
4389
4390 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4391
4392         * message.el (message-confirm-send): New variable to confirm sending a
4393         message.
4394         (message-send): Use it.
4395
4396 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4399
4400 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4403
4404 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4407         prevent tracking too many groups.
4408         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4409         Use it.
4410
4411 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4412
4413         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4414         moving point to the bottom of the window in order to avoid recentering.
4415
4416 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4417
4418         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4419
4420         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4421         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4422         (gnus-article-beginning-of-window): Fix calculation.
4423
4424 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-msg.el (gnus-summary-supersede-article)
4427         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4428         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4429         message header.
4430
4431 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4432
4433         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4434         pending output coming after the status change.
4435
4436 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4437
4438         * message.el:
4439         * gnus-start.el:
4440         * gnus-registry.el: Remove VMS support.
4441
4442 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4445         macro.
4446         (rfc2104-hash): Use it.
4447
4448 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4449
4450         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4451         (gnus-summary-sort-by-most-recent-date): New commands.
4452         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4453         and menu entries.
4454
4455 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4458         don't redisplay article for raw contents; remove plural articles stuff.
4459
4460         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4461         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4462         on gnus-summary-save-article; display results properly.
4463
4464 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * lpath.el: No need to fbind ns-focus-frame.
4467
4468 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4471
4472 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4475         gnus-save-all-headers.
4476
4477 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4478
4479         * gnus-util.el (ns-focus-frame): Remove declaration.
4480         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4481         like x.
4482
4483 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4484
4485         * rfc2104.el (rfc2104-zero): Delete defconst.
4486         (rfc2104-hex-alist): Likewise.
4487         (rfc2104-hex-to-int): Delete func.
4488         (rfc2104-hexstring-to-bitstring): Likewise.
4489         (rfc2104-nybbles): New defconst.
4490         (rfc2104-hash): Rewrite for speed.
4491
4492 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4493
4494         * tls.el (open-tls-stream): Make it work with the 2nd argument
4495         BUFFER that is a string but does not exist as a buffer object, as
4496         mentioned in the doc-string.
4497
4498 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4501         SXEmacs.
4502
4503 2008-07-16  Glenn Morris  <rgm@gnu.org>
4504
4505         * gnus-util.el (ns-focus-frame): Declare for compiler.
4506
4507 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4510         set as a group parameter.
4511         (gnus-summary-save-in-pipe): Work when it is called independently.
4512         (gnus-summary-pipe-to-muttprint): Don't modify
4513         gnus-summary-pipe-output-default-command.
4514
4515 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4516
4517         * message.el (message-send-mail-with-sendmail):
4518         Display the error message.
4519
4520 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-art.el (gnus-default-article-saver):
4523         Add gnus-summary-save-in-pipe to choices.
4524         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4525         gnus-summary-pipe-output-default-command as the default command.
4526         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4527         instead of gnus-last-shell-command.
4528
4529         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4530         New user option.
4531         (gnus-summary-muttprint-program): Mention the value will be changed.
4532         (gnus-summary-save-article): Force showing of all headers.
4533         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4534
4535 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4536
4537         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4538
4539 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4540
4541         * nnimap.el (nnimap-id):
4542         * sieve-manage.el (sieve-manage-open): Doc fixes.
4543
4544 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4545
4546         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4547         if available.
4548
4549 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4550
4551         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4552
4553         * nnkiboze.el (nnkiboze-generate-group):
4554         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4555
4556         * nnmairix.el: Require CL.
4557
4558 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4559
4560         * dgnushack.el: Autoload get-display-table and put-display-table for
4561         XEmacs 21.5.
4562
4563         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4564         21.4 and SXEmacs.
4565
4566 2008-06-15  David Engster  <dengste@eml.cc>
4567
4568         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4569
4570 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4571
4572         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4573         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4574         runtime choice under XEmacs.
4575
4576         * gnus-sum.el (gnus-summary-set-display-table):
4577         Use `gnus-put-display-table', `gnus-get-display-table',
4578         `gnus-set-display-table' for the display table, instead of `aset'.
4579
4580         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4581         Use `gnus-put-display-table', `gnus-get-display-table',
4582         `gnus-set-display-table' for the display table.
4583
4584 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * nnmairix.el: Add autoloads.
4587
4588 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4589
4590         * nnmairix.el (nnmairix-delete-recreate-group)
4591         (nnmairix-update-and-clear-marks): Fix error messages.
4592
4593 2008-06-14  David Engster  <dengste@eml.cc>
4594
4595         * nnmairix.el: Upgrade to version 0.6.
4596         (nnmairix-group-toggle-propmarks-this-group)
4597         (nnmairix-group-toggle-readmarks-this-group)
4598         (nnmairix-group-delete-recreate-this-group)
4599         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4600         (nnmairix-remove-tick-mark-original-article): New commands.
4601         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4602         (nnmairix-propagate-marks-to-nnmairix-groups)
4603         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4604         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4605         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4606         functions needed for marks propagation and manipulation of read marks.
4607         (nnmairix-update-groups): New function.
4608         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4609         (nnmairix-determine-original-group-from-registry)
4610         (nnmairix-determine-original-group-from-path)
4611         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4612         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4613         New helper functions.
4614         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4615         keystrokes for new commands.
4616         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4617         (nnmairix-request-group): Check allow-fast group parameter.
4618         (nnmairix-request-create-group): Set allow-fast group parameter if
4619         nnmairix-allowfast-default is set.
4620         (nnmairix-close-group): Propagate marks upon closing if needed.
4621         (nnmairix-group-toggle-threads-this-group): Use new.
4622         nnmairix-group-toggle-parameter helper function.
4623         (nnmairix-search): Better check for empty search result.
4624         (nnmairix-goto-original-article): Use new helper functions for
4625         determining original article.
4626         (nnmairix-show-original-article): Make sure message-id is in brackets.
4627         (nnmairix-call-mairix-binary): Change variable name.
4628         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4629         helper function.
4630         (nnmairix-widget-toggle-activate): Fix doc string.
4631
4632 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * nnir.el: Require edmacro when compiling with XEmacs.
4635         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4636         available in Emacs 21.
4637
4638 2008-06-11  Glenn Morris  <rgm@gnu.org>
4639
4640         * gnus-util.el (x-focus-frame):
4641         * gnus.el (image-size):
4642         * mm-decode.el (image-size): Declare.
4643
4644         * gnus-picon.el (declare-function): Add compat definition.
4645         (image-size): Declare.
4646
4647         * gnus-group.el (tool-bar-map):
4648         * gnus-sum.el (tool-bar-map): Define for compiler.
4649
4650         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4651
4652         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4653
4654         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4655         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4656         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4657         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4658         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4659         * sieve-manage.el, spam-report.el, spam.el:
4660         Remove unnecessary eval-and-compile of autoloads.
4661
4662 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4663
4664         * auth-source.el: Precise Tramp doc.
4665
4666 2008-06-07  Glenn Morris  <rgm@gnu.org>
4667
4668         * nnmairix.el: Remove unnecessary eval-when-compile.
4669
4670 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4671
4672         * lpath.el: Fbind propertize for XEmacs 21.4.
4673
4674 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4675
4676         * nnir.el: Move here from ../contrib.
4677
4678 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4679
4680         * gnus-util.el (gnus-read-shell-command): New function.
4681         * mm-decode.el (mm-pipe-part):
4682         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4683
4684 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4687
4688 2008-06-03  Glenn Morris  <rgm@gnu.org>
4689
4690         * pop3.el (nnheader-accept-process-output): Autoload it.
4691
4692 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4695         are not 2-digit hexadecimal characters that follow `%'s.
4696
4697 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4698
4699         * message.el (message-bogus-recipient-p): Fix type in doc string.
4700         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4701         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4702         Improve custom options.
4703         (message-bogus-recipient-p): Adjust accordingly.
4704
4705 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4706
4707         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4708         long-form month and day names.
4709
4710 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * dgnushack.el: Autoload debug, eudc-expand-inline and
4713         pgg-snarf-keys-region for XEmacs.
4714
4715         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4716
4717         * nnmairix.el: Require edmacro when compiling with XEmacs.
4718
4719 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4720
4721         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4722         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4723
4724 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * auth-source.el: Add more docs.
4727
4728         * netrc.el (netrc-machine): Always match if the port is not given.
4729
4730 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4731
4732         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4733         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4734         retrieval faster in some cases, but might make CPU usage larger.  If
4735         this has any bad side effects, we might revert this change.
4736
4737         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4738         seems to make mail retrieval much, much faster.
4739         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4740         unconditionally.
4741
4742         * gnus-draft.el (gnus-group-send-queue): Bind
4743         message-send-mail-partially-limit to nil to avoid being prompted.
4744
4745 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4748
4749         * message.el (message-bogus-address-regexp): Fix and improve custom
4750         type.
4751         (message-setup-hook): Add message-check-recipients as custom option.
4752
4753 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4754
4755         * message.el (message-cite-function): Remove bogus autoload which crept
4756         in during merge from v5-10.
4757
4758 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4759
4760         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4761
4762         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4763
4764         * auth-source.el: Preliminary Tramp docs.
4765         (auth-sources): Change the default auth-sources to use
4766         EPA .gpg files.
4767
4768 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4769
4770         * nntp.el: Autoload `auth-source-user-or-password'.
4771         (nntp-send-authinfo): Use it.
4772
4773         * nnimap.el: Autoload `auth-source-user-or-password'.
4774         (nnimap-open-connection): Use it.
4775
4776         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4777         for the gnus-message function.
4778         (auth-source-user-or-password): Use it.
4779
4780 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4781
4782         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4783         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4784         (rfc2104-hash): Use it.
4785
4786 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4787
4788         * gnus-art.el (gnus-article-toggle-truncate-lines):
4789         Don't use `iff' in docstring.
4790
4791 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4792
4793         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4794
4795         * gnus-util.el (gnus-extract-address-component-name)
4796         (gnus-extract-address-component-email): Convenience functions around
4797         `gnus-extract-address-components'.
4798
4799         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4800         Use `gnus-extract-address-component-email' to fix bug of comparing full
4801         sender name to `user-mail-address'.
4802
4803 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4804
4805         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4806         catch/throw to optimize.
4807         (gnus-registry-find-keywords): Just use member to find a keyword.
4808
4809 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4810
4811         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4812         is current before calling gnus-server-prepare.
4813         (gnus-server-setup-buffer, gnus-server-update-server)
4814         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4815
4816 2008-05-04  Juri Linkov  <juri@jurta.org>
4817
4818         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4819         (mailcap-file-default-commands): Use mailcap-replace-in-string
4820         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4821         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4822
4823 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4824
4825         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4826
4827 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4828
4829         * gnus.el: Bump version to 0.11.
4830
4831 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4832
4833         * gnus.el: No Gnus v0.10 is released.
4834
4835 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836
4837         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4838         hooks.
4839         (gnus-update-read-articles): Speed up non-marks-using users.
4840         (gnus-use-marks): Define gnus-use-marks.
4841         (gnus-propagate-marks): Rename variable to something more sensible.
4842
4843 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4844
4845         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4846         (gmm-image-load-path-for-library): Fix typos in docstrings.
4847         (gmm-message): Reflow docstring.
4848
4849 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4850
4851         * mail-source.el (mail-source-set-1, mail-source-bind):
4852         Move auth-source code out of the macro to clean it up and fix bugs.
4853
4854 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4855
4856         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4857         by sender if it's equal to user-mail-address, it's likely to be
4858         useless.
4859
4860         * mail-source.el (mail-source-bind): Don't use user or password if they
4861         are not bound.  Unintern them if they are nil.  Don't use server unless
4862         it's bound, and default it to empty string otherwise.
4863
4864 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4865
4866         * mail-source.el: Load auth-source.el.
4867         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4868         get user name or password, if auth-sources is set up.
4869
4870         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4871         strategy of splitting with parent.
4872         (gnus-registry-split-fancy-with-parent)
4873         (gnus-registry-post-process-groups): Use it and fix prior
4874         bug (returning a list as the split result).
4875
4876         * auth-source.el (auth-sources): Remove server parameter.
4877         (auth-source-pick, auth-source-user-or-password)
4878         (auth-source-user-or-password-imap)
4879         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4880         (auth-source-user-or-password-sftp)
4881         (auth-source-user-or-password-smtp): Remove server parameter.
4882
4883 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4884
4885         * smime.el (smime-sign-region, smime-encrypt-region)
4886         (smime-decrypt-region):
4887         Remove redundant calls to `generate-new-buffer-name'.
4888
4889 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4890
4891         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4892         Don't use QP for message/rfc822.
4893         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4894
4895 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4896
4897         * sieve-manage.el (sieve-string-bytes): Remove.
4898         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4899         correct byte-length only if the process's coding-system is the same as
4900         the one used internally by Emacs to represent strings.
4901
4902 2008-04-22  Juri Linkov  <juri@jurta.org>
4903
4904         * mailcap.el (mailcap-file-default-commands): New function.
4905
4906 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * message.el (message-signature-separator, message-cite-function):
4909         Change custom version.
4910
4911 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4912
4913         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4914         commands.
4915         (tls-checktrust): Ditto.
4916
4917 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4918
4919         * mm-decode.el (mm-display-external): Make temp file read-only.
4920
4921 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4922
4923         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4924         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4925         `C-c C-f d'.
4926
4927 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4928
4929         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4930
4931 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * gnus.el: Bump version to 0.9.
4934
4935 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * gnus.el: No Gnus v0.8 is released.
4938
4939 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4940
4941         * mail-source.el (mail-source-value):
4942         Prefer fboundp to functionp so it works with macros as well.
4943
4944 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4945
4946         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4947         Fix last change in case the element is not even a symbol.
4948
4949 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4950
4951         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4952         Prefer fboundp to functionp so it works with macros as well.
4953
4954 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         * auth-source.el: Added docs.
4957         (auth-sources): Modify format to support server.
4958         (auth-source-pick, auth-source-user-or-password)
4959         (auth-source-user-or-password-imap)
4960         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4961         (auth-source-user-or-password-sftp)
4962         (auth-source-user-or-password-smtp): Add server parameter.
4963
4964 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4965
4966         * gnus-registry.el: Initialize the registry when gnus-registry-install
4967         is t.
4968
4969 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * compface.el (uncompface): Make buffer unibyte.
4972
4973 2008-04-05  Glenn Morris  <rgm@gnu.org>
4974
4975         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4976
4977 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4978
4979         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4980         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4981
4982         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4983         multibyteness after rather than before erasing it.
4984
4985         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4986         mm-with-multibyte.
4987         (gnus-request-article-this-buffer): Make sure the proper decoding is
4988         used if gnus-original-article-buffer happens to be unibyte.
4989
4990         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4991         default-enable-multibyte-characters.
4992
4993         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4994         default-enable-multibyte-characters.
4995
4996         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4997
4998         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4999
5000 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5001
5002         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5003         (imap-message-copyuid-1): Use it.
5004         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5005         J. Williams in
5006         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5007
5008         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5009         imap-enable-exchange-bug-workaround.
5010         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5011
5012 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5013
5014         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5015         a 100 byte status-checks into a 2-3MB transfer for each group.
5016         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5017         to enable bug workaround or not.
5018         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5019
5020 2008-03-31  Glenn Morris  <rgm@gnu.org>
5021
5022         * message.el (mml2015-use): Declare for compiler.
5023         (message-info): Require mml2015 when appropriate.
5024
5025 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5028         whitespace.
5029
5030 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5031
5032         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5033         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5034         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5035         (nntp-service-to-port): New function.
5036         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5037         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5038         (nntp-open-netcat-stream): New function.
5039         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5040
5041 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5042
5043         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5044
5045 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5046
5047         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5048
5049 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5050
5051         * dns.el (dns-write): Use set-buffer-multibyte.
5052
5053 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5054
5055         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5056
5057 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * message.el (message-signature-separator): Change default.
5060         Improve custom type.
5061         (message-cite-function): Change default to
5062         message-cite-original-without-signature.
5063
5064         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5065         toggle.
5066
5067         * message.el (message-check-news-body-syntax): Fix signature check.
5068         (message-setup-1): Mark buffer as unmodified _after_ running
5069         message-setup-hook and handling message-alternative-emails.
5070         (message-shorten-references): Be more strict when building list of
5071         valid references to comply with GNKSA.
5072
5073         * gnus-group.el (gnus-read-ephemeral-bug-group)
5074         (gnus-read-ephemeral-debian-bug-group)
5075         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5076
5077         * message.el (message-info): Don't use booleanp which isn't supported
5078         in Emacs 21 and XEmacs.
5079
5080 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5083         gnus-group-gmane-group-download-format.
5084         (gnus-group-read-ephemeral-gmane-group): Rename from
5085         gnus-group-read-ephemeral-gmane-group.
5086         (gnus-read-ephemeral-gmane-group-url): Rename from
5087         gnus-group-read-ephemeral-gmane-group-url.
5088         (gnus-bug-group-download-format-alist): New variable.
5089         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5090         (gnus-read-ephemeral-emacs-bug-group): New commands.
5091
5092 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5093
5094         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5095         (gnus-visible-headers): Improve custom type.
5096
5097 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5098
5099         * mml.el (mml-menu): Add workarounds for XEmacs.
5100
5101         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5102         X-Boundary header.
5103
5104         * message.el (message-simplify-recipients): Fix previous commit.
5105
5106 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5107
5108         * mm-util.el (mm-set-buffer-multibyte): New function.
5109         * mm-decode.el (mm-copy-to-buffer): Use it.
5110
5111 2008-03-19  Glenn Morris  <rgm@gnu.org>
5112
5113         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5114         Accidentally removed in the sync process with Emacs.
5115
5116 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * message.el (message-alter-recipients-discard-bogus-full-name):
5119         New function.
5120         (message-alter-recipients-function): New variable.
5121         (message-get-reply-headers): Use it.
5122         (message-replace-header): New helper function.
5123         (message-recipients-without-full-name): New variable.
5124         (message-simplify-recipients): New command.
5125
5126         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5127
5128         * message.el (message-info): Handle EasyPG manual.
5129
5130         * mml.el (mml-menu): Add entry for EasyPG.
5131
5132 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5133
5134         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5135         parameter.
5136
5137         * message.el (message-disassociate-draft): Specify drafts group name
5138         fully.
5139
5140 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5141
5142         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5143         unnecessary duplicates from the match list.
5144
5145 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5148
5149         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5150
5151         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5152         args of `how-many' of which the XEmacs version doesn't take; declare
5153         Info-index-next as function.
5154
5155 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * gnus-score.el (gnus-score-headers): Fix handling of
5158         gnus-inhibit-slow-scoring.
5159
5160         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5161         string.
5162         (gnus-button-url-regexp): Improve handling of parenthesis.
5163         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5164         (gnus-button-handle-info-keystrokes): Handle index entries.
5165
5166 2008-03-15  Glenn Morris  <rgm@gnu.org>
5167
5168         * parse-time.el (parse-time-string): Simplify.
5169
5170 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5173         Incoming* files.
5174
5175 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5176
5177         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5178         (auth-source-pick): Use it.
5179
5180 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5181
5182         * binhex.el (binhex-decode-region-internal):
5183         * uudecode.el (uudecode-decode-region-internal):
5184         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5185         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5186         setting default-enable-multibyte-characters.
5187
5188 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5189
5190         * auth-source.el (auth-source-protocols)
5191         (auth-source-protocols-customize, auth-source-choices): Added and
5192         modified variable customizations and defaults.
5193         (auth-source-pick, auth-source-user-or-password)
5194         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5195         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5196         (auth-source-user-or-password-sftp)
5197         (auth-source-user-or-password-smtp): Use new variables and provide an
5198         interface to netrc.el.
5199
5200 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5203         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5204         Make sure the nntp port to specify is a string.
5205
5206 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5207
5208         * nntp.el: Use with-current-buffer.
5209         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5210         dubious mm-with-unibyte-current-buffer.
5211         (nntp-with-open-group-function): New function extracted from
5212         nntp-with-open-group macro.
5213         (nntp-with-open-group): Use the function, so it's easier to debug.
5214         Add indentation and debugging info.
5215         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5216         the use of the netcat alternatives.
5217
5218         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5219         Avoid mm-string-as-multibyte as well.
5220
5221         * nnweb.el (nnweb-insert-html):
5222         Remove use of nnheader-string-as-multibyte.
5223
5224         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5225         (nnheader-string-as-multibyte): Remove.
5226
5227         * mm-view.el: Use inhibit-read-only.
5228         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5229         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5230         or unibyte-string.
5231
5232         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5233         (mm-uu-yenc-extract): Use with-current-buffer.
5234
5235         * gnus-soup.el (gnus-soup-send-packet): Don't use
5236         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5237
5238         * nnmh.el: Use with-current-buffer.
5239         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5240         mm-string-as-multibyte on the output of mm-encode-coding-string.
5241
5242         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5243         (nnimap-request-move-article): Use with-current-buffer.
5244
5245         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5246         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5247         conversion uses string-make-unibyte rather than string-as-unibyte.
5248
5249         * gnus-msg.el: Use with-current-buffer.
5250
5251         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5252
5253 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5254
5255         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5256         string for caching if it is 'PIN.
5257
5258 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * lpath.el: Consider the case without Emacs/W3.
5261
5262 2008-03-08  Glenn Morris  <rgm@gnu.org>
5263
5264         * time-date.el (date-to-time, time-subtract, time-add)
5265         (safe-date-to-time): Doc fixes.
5266
5267 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5268
5269         * mail-source.el (mail-source-delete-old-incoming-confirm):
5270         Change default to nil.
5271         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5272
5273 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * lpath.el: Rearrange.
5276
5277         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5278         (gnus-article-goto-prev-page): Work for articles having ^L's.
5279
5280         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5281
5282         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5283
5284 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5285
5286         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5287         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5288         (gnus-bookmark-jump): Adjust some variable names.
5289
5290 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5291
5292         * auth-source.el: New package.
5293         (auth-source-choices): Add customization entry point variable.
5294
5295         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5296         bug.
5297
5298 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5299
5300         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5301         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5302         (gnus-registry-install-shortcuts): Rename from
5303         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5304         the `gnus-registry-mark-map' keymap dynamically from
5305         `gnus-registry-marks'.  The generated functions update the summary line
5306         when a registry mark is added or deleted, and will call
5307         `gnus-registry-install-p' (see the comments in the code).
5308         (gnus-registry-user-format-function-M): Use concat intelligently.
5309
5310         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5311         the registry mark functions.
5312
5313 2008-03-05  Glenn Morris  <rgm@gnu.org>
5314
5315         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5316         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5317         gnus-art.
5318         (top-level): No need to load own source when compiling.
5319
5320 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5321
5322         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5323         Suggested by <chris.anderton@zetnet.co.uk>.
5324
5325 2008-03-04  Glenn Morris  <rgm@gnu.org>
5326
5327         * gnus-sum.el (top-level): No need to require gnus when compiling,
5328         since unconditionally required near start of file.
5329         (gnus-summary-display-while-building): Move definition before use.
5330
5331 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5332
5333         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5334         formatting function.
5335
5336 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5337
5338         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5339         with plists.
5340         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5341         Use new format.
5342
5343 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5346         `where-is-internal' that returns a range of key sequences.
5347
5348 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5349
5350         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5351
5352         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5353         (gnus-summary-jump-to-group): Consider windows on other displayed
5354         frames as well.  Similar changes might be needed elsewhere, but that's
5355         the one I've bumped into during my use.
5356
5357         * nndoc.el (nndoc-oe-dbx-type-p):
5358         * gnus-msg.el (gnus-debug):
5359         * gnus-group.el (gnus-update-group-mark-positions):
5360         Use mm-string-to-multibyte.
5361
5362 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5365         doesn't handle NotDashEscaped.
5366
5367         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5368         (mml-dnd-attach-options): Fix typo in custom choice.
5369
5370         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5371         nndoc-article-type to mbox.
5372         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5373
5374         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5375         to nil, instead of html2text.
5376
5377         * imap.el (imap-debug): Add `imap-ping-server'.
5378
5379         * gnus-bookmark.el: Add FIXMEs.
5380
5381         * message.el (message-form-letter-separator)
5382         (message-send-form-letter-delay): New variables.
5383         (message-send-form-letter): Use them.  New command to send form
5384         letters.  Requested by Uwe Siart.
5385         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5386
5387 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         * Update copyright years.
5390
5391 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         Sync from EMACS_22_BASE.
5394
5395         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5396
5397 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5398
5399         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5400         empty author.
5401
5402 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5403
5404         * gnus-registry.el (gnus-registry-marks): Add variable for
5405         customization of marks and their appearance.
5406         (gnus-registry-read-mark): Use it.
5407         (gnus-registry-do-marks): Add utility function to loop through
5408         `gnus-registry-marks'.
5409         (gnus-registry-install-shortcuts-and-menus): Add function to install
5410         shortcuts and menus.
5411         (gnus-registry-initialize): Use it.
5412         (gnus-registry-default-mark): Clarify documentation.
5413
5414 2008-02-29  Glenn Morris  <rgm@gnu.org>
5415
5416         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5417         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5418         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5419         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5420         Change defcustom :version from 23.0 to 23.1.
5421
5422 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5423
5424         * gnus-registry.el (gnus-registry-follow-group-p)
5425         (gnus-registry-post-process-groups): Add functions to aid registry
5426         splitting and improve logging.  Clarify behavior in function
5427         documentation.
5428         (gnus-registry-split-fancy-with-parent): Use them.
5429
5430 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5431
5432         * gnus-art.el: Use with-current-buffer.
5433
5434 2008-02-27  David Engster  <dengste@eml.cc>
5435
5436         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5437         Express real group name in the response.
5438
5439 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5442         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5443         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5444         autoload gnus-registry-fetch-group when compiling.
5445         (nnmairix-request-group-with-article-number-correction): Remove
5446         unreferenced argument passed to nnmairix-call-backend.
5447
5448 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5449
5450         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5451         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5452         Wilde.
5453
5454 2008-02-27  Glenn Morris  <rgm@gnu.org>
5455
5456         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5457         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5458         variables to defconsts.  Convert comments to doc-strings.
5459         (nnmairix-last-server, nnmairix-current-server): Convert from free
5460         variables to defvars.  Convert comments to doc-strings.
5461         (gnus-registry-fetch-group): Autoload.
5462         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5463         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5464         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5465         caddr.
5466         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5467         nnmairix-request-group-with-article-number-correction call.
5468         (nnmairix-fast, nnmairix-group): New, less general names, for free
5469         variables passed from nnmairix-request-group to
5470         nnmairix-request-group-with-article-number-correction.  Declare.
5471         (nnmairix-request-group-with-article-number-correction):
5472         Use nnmairix-fast, nnmairix-group rather than fast, group.
5473
5474 2008-02-26  David Engster  <dengste@eml.cc>
5475
5476         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5477         version 0.5.
5478
5479 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5482         instead of making an extra function call.  Don't add the current group
5483         to articles only when they have the group.  Use
5484         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5485         Reported by David <de_bb@arcor.de>.
5486
5487 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5490         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5491
5492 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * mail-source.el (mail-source-delete-incoming): Change default.
5495         Supplement doc string.
5496
5497         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5498
5499 2008-02-14  Glenn Morris  <rgm@gnu.org>
5500
5501         * time-date.el (format-seconds): New function.
5502
5503 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * nnmail.el (nnmail-message-id-cache-file): Derive from
5506         `gnus-home-directory'.
5507
5508 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5511         Document negative prefix.
5512
5513         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5514
5515 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * message.el (message-unsent-separator): Add the Exim bounce
5518         separator.
5519
5520 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5521
5522         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5523         list.
5524         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5525         recipient/signer list.
5526
5527 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * Makefile.in (datarootdir): Define.
5530         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5531         name that might contain whitespace.
5532
5533 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5536         fbound (Emacs 23 unicode), signal an error.
5537
5538 2008-02-08  Glenn Morris  <rgm@gnu.org>
5539
5540         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5541
5542 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5543
5544         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5545         ports to the calls to `netrc-machine-user-or-password' in addition to
5546         "imap" and "imaps".
5547
5548 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5549
5550         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5551
5552         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5553
5554 2008-02-01  Kenichi Handa  <handa@m17n.org>
5555
5556         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5557         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5558         (rfc2104-hash): Convert the result of concat to unibyte string.
5559
5560 2008-02-01  Dave Love  <fx@gnu.org>
5561
5562         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5563         coding-system-for-read.
5564         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5565
5566 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5569         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5570         <hanche@math.ntnu.no>.
5571
5572 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5575
5576         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5577
5578 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5579
5580         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5581         * message.el (message-beginning-of-line): Use featurep instead of bound
5582         tests in order to resolve conditionals at compile time.
5583
5584 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5585
5586         * mail-source.el (mail-sources): Add `group' choice.
5587
5588         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5589         parameter `in-group' to control into which group the articles go.
5590         Add treatment of `group' mail-source.
5591
5592 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5595
5596         * mm-decode.el (mm-dissect-buffer): Decode description.
5597
5598         * mml.el (mml-to-mime): Encode message header first.
5599
5600 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5603         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5604
5605         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5606         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5607
5608 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5611
5612 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5615         prefix keys.
5616         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5617         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5618         gnus-xmas.el.
5619
5620         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5621         (gnus-xmas-article-describe-bindings): New function.
5622         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5623         gnus-xmas-article-describe-bindings.
5624
5625         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5626
5627 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5628
5629         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5630         Add new variables for article mark management.
5631         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5632         list of extra data entries which, when present, will indicate that the
5633         article ID should not be trimmed from the registry.
5634         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5635         functions.
5636         (gnus-registry-read-mark): New function to read a mark name from the
5637         user.
5638         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5639         (gnus-registry-set-article-mark-internal): New functions to add and
5640         remove marks.
5641         (gnus-registry-get-article-marks): New function to show the marks for
5642         an article, or retrieve them for further use.
5643
5644 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5647         keys when no argument is given.
5648
5649 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5650
5651         * imap.el (imap-ping-server): New variable.
5652         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5653         (imap-ping-server): Minor doc string fixes.
5654
5655 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5656
5657         * imap.el (imap-ping-server): New function.
5658         (imap-opened): Call imap-ping-server.
5659
5660 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * gnus-sum.el (gnus-article-sort-by-random)
5663         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5664         jidanni@jidanni.org.
5665
5666 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * gnus-art.el (gnus-article-describe-bindings): New function.
5669         (gnus-article-read-summary-keys): Use it.
5670         (gnus-article-mode-map): Bind `C-h b' to it.
5671
5672 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5675         XEmacs.
5676         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5677         against non-character events.
5678
5679         * lpath.el: Fbind map-keymap for Emacs 21.
5680
5681 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5684         command.
5685         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5686         instead of END.  Change name of the temp file.
5687         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5688         customizable.
5689
5690 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5693         bind `S W' to gnus-article-wide-reply-with-original; set default
5694         binding to gnus-article-read-summary-send-keys.
5695         (gnus-article-read-summary-keys): Fix the order of keys; display
5696         continuation keys correctly in the echo area; describe bindings
5697         correctly when keys end with `C-h'.
5698         (gnus-article-read-summary-send-keys): New function.
5699         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5700         for gnus-article-read-summary-send-keys; display continuation keys
5701         correctly in the echo area.
5702         (gnus-article-reply-with-original): Ignore prefix argument.
5703         (gnus-article-wide-reply-with-original): New function.
5704
5705         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5706         Emacs 21.
5707
5708 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5711         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5712
5713 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5716         (gnus-group-read-ephemeral-gmane-group): New command.
5717
5718 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5719
5720         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5721
5722 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * message.el (message-send-mail-function): Increase custom version.
5725
5726         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5727         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5728
5729 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5732         for the cases where imap-authenticate is called with a nil buffer
5733         parameter.
5734
5735 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5738         html parts correctly; support forwarded messages.
5739         (gnus-article-browse-html-article): Remove work buffers.
5740
5741         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5742         compiling.
5743         (netrc-bound-and-true-p): New macro.
5744         (netrc-parse): Use it instead of bound-and-true-p that is not available
5745         in XEmacs 21.4.
5746
5747 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * gnus-registry.el (gnus-registry-mark-article)
5750         (gnus-registry-article-marks): Add functionality to mark articles
5751         through the Gnus registry.
5752
5753         * encrypt.el: Clarify documentation for the new pgg method.
5754         (encrypt-file-alist): Add PGG option.
5755         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5756         functionality.  Abstract password key and messaging to external
5757         functions.
5758         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5759         (encrypt-message-method-and-cipher): Add new convenience external
5760         functions.
5761         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5762         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5763
5764         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5765         (netrc-parse): Use encrypt-file-alist to determine if
5766         encrypt-find-model or encrypt-insert-file-contents should be used.
5767
5768         * encrypt.el: Clarify documentation.  Load password-cache or
5769         password, whichever one is found first, instead of autoloading.
5770
5771 2007-12-19  Glenn Morris  <rgm@gnu.org>
5772
5773         * mml.el (message-options-set, message-narrow-to-head)
5774         (message-in-body-p, message-mail-p, message-encode-message-body):
5775         Autoload.
5776         (message-remove-header, message-narrow-to-headers-or-head)
5777         (message-subscribed-p, message-make-mail-followup-to)
5778         (message-position-on-field, message-news-p)
5779         (message-options-set-recipient, message-generate-headers)
5780         (message-sort-headers): Declare as functions.
5781
5782 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5785         convention in doc string.
5786
5787 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5790         title to html parts.
5791         (gnus-article-browse-html-article): Pass message header to it.
5792
5793         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5794
5795 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5796
5797         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5798         or password compatible with XEmacs.
5799
5800 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5801
5802         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5803         format document.
5804         (gnus-mime-delete-part): Don't write description line if empty.
5805         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5806
5807 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5808
5809         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5810         (gnus-summary-mark-read-and-unread-as-read)
5811         (gnus-summary-mark-current-read-and-unread-as-read)
5812         (gnus-summary-mark-unread-as-ticked): Doc fix.
5813         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5814
5815 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5818         Christoph Conrad <christoph.conrad@gmx.de>.
5819
5820 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5821
5822         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5823         yes-or-no-p.
5824
5825 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * mm-decode.el (mm-add-meta-html-tag): New function.
5828         (mm-save-part-to-file, mm-pipe-part): Use it.
5829
5830         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5831         gnus-y-or-n-p instead of y-or-n-p.
5832         (gnus-article-browse-html-parts): Work with message/external-body; use
5833         mm-add-meta-html-tag.
5834
5835 2007-12-11  Glenn Morris  <rgm@gnu.org>
5836
5837         * gnus-cache.el: Require gnus-sum not just when compiling.
5838
5839         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5840
5841         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5842         definitions before use.
5843
5844         * mm-decode.el: Require gnus-util.
5845         (mm-remove-part): Only call delete-annotation on XEmacs.
5846
5847         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5848
5849         * nnmail.el: Require gnus-int.
5850
5851         * spam.el: Move `require's before `eval-when-compile's.
5852
5853         * gnus-ems.el (gnus-alive-p):
5854         * gnus-fun.el (message-goto-eoh):
5855         * gnus-util.el (gnus-group-name-decode):
5856         * mail-source.el (gnus-compress-sequence):
5857         * message.el (Info-goto-node, format-spec):
5858         * mm-bodies.el (message-options-get):
5859         * mm-decode.el (mm-view-pkcs7):
5860         * mm-util.el (gmm-write-region):
5861         * mml-smime.el (mml-compute-boundary)
5862         (gnus-completing-read-with-default):
5863         * mml.el (widget-button-press, gnus-make-hashtable):
5864         * mml1991.el (mm-decode-content-transfer-encoding)
5865         (mm-encode-content-transfer-encoding)
5866         (message-options-get, message-options-set):
5867         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5868         * nnfolder.el (gnus-request-group):
5869         * nnheader.el (ietf-drums-unfold-fws):
5870         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5871         * smime.el (gnus-run-mode-hooks):
5872         * spam-stat.el (gnus-message): Autoload.
5873
5874         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5875         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5876         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5877         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5878         Add declare-function compatibility definition.
5879
5880         * gnus-cache.el (nnvirtual-find-group-art):
5881         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5882         (gnus-add-image, gnus-add-wash-type):
5883         * gnus-group.el (nnkiboze-score-file):
5884         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5885         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5886         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5887         (message-tokenize-header, gnus-get-buffer-create)
5888         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5889         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5890         * gnus.el (gnus-group-decoded-name):
5891         * mail-source.el (imap-capability):
5892         * mm-bodies.el (message-options-set):
5893         * mm-decode.el (gnus-configure-windows):
5894         * mm-extern.el (message-goto-body):
5895         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5896         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5897         (epg-sub-key-validity, message-options-set):
5898         * mml.el (widget-event-point, gnus-configure-windows):
5899         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5900         * mml2015.el (epg-check-configuration, epg-configuration)
5901         (message-options-set):
5902         * nndb.el (nndb-request-article):
5903         * nnfolder.el (gnus-request-create-group):
5904         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5905         * nnmaildir.el (gnus-group-mark-article-read):
5906         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5907         * rfc1843.el (message-fetch-field):
5908         * spam.el (gnus-extract-address-components):
5909         Declare as functions.
5910
5911 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5914
5915         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5916
5917         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5918         bind show-trailing-whitespace for XEmacs.
5919
5920 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5923         new no-op macro for backward compatibility.
5924
5925         * imap.el (imap-string-to-integer): New function.
5926
5927 2007-12-09  Glenn Morris  <rgm@gnu.org>
5928
5929         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5930
5931         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5932         * message.el, mm-view.el, sieve-manage.el, smime.el:
5933         Add declare-function compatibility definition.
5934
5935         * gnus-art.el (w3-region, w3m-region, Info-menu):
5936         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5937         * gnus-sum.el (gnus-get-predicate):
5938         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5939         * message.el (mail-abbrev-in-expansion-header-p):
5940         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5941         (w3m-detect-meta-charset, w3m-region):
5942         * sieve-manage.el (password-read, password-cache-add)
5943         (password-cache-remove):
5944         * smime.el (password-read-and-add): Declare as functions.
5945
5946 2007-12-08  David Kastrup  <dak@gnu.org>
5947
5948         * gnus-sum.el (gnus-summary-simplify-subject-query):
5949         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5950         `message'.
5951
5952 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5955         it to bind idna-program, installation-directory, defined-colors, and
5956         face-attribute for XEmacs of the version that compiles defcustom forms.
5957
5958 2007-12-07  Glenn Morris  <rgm@gnu.org>
5959
5960         * gnus-art.el (article-make-date-line): Revert previous change.
5961
5962 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5965
5966 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5967
5968         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5969         Call gnus-add-to-range ranges only once with a prepared article-list.
5970
5971 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5972
5973         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5974         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5975         group names with backslashes.  Reported by Tassilo Horn
5976         <tassilo@member.fsf.org>.
5977
5978 2007-12-06  Deepak Goel  <deego3@gmail.com>
5979
5980         * gnus-art.el (article-make-date-line):
5981         * gnus-start.el (gnus-load):
5982         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5983
5984 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-art.el (gnus-use-idna)
5987         * gnus-start.el (gnus-site-init-file)
5988         * message.el (message-use-idna)
5989         * mm-uu.el (mm-uu-hide-markers)
5990         * smiley.el (smiley-style): Revert changes that suppress warnings.
5991
5992 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5995         specify charset to html source.  Reported by Christoph Conrad
5996         <christoph.conrad@gmx.de>.
5997
5998 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6001         idna-program in order to suppress byte compile warning issued by XEmacs
6002         that came to byte compile the default value section of defcustom forms
6003         recently.
6004
6005         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6006         value of installation-directory.
6007
6008         * message.el (message-use-idna): Don't directly refer to the value of
6009         idna-program.
6010
6011         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6012
6013         * smiley.el (smiley-style): Don't directly call face-attribute.
6014
6015 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6018
6019         * gnus-dired.el: Reduce Gnus dependencies.
6020         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6021         require.  Use autoloads instead.
6022         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6023         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6024         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6025         (gnus-dired-mode): Adjust doc string.
6026         (gnus-dired-mail-mode): New variable.
6027         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6028         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6029         (gnus-dired-mail-buffers): New function.  Return mail or message
6030         composition buffers.
6031         (gnus-dired-attach): Use it.
6032         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6033         NO-DECODE.
6034         (gnus-dired-print): Use `gnus-print-buffer' depending on
6035         `gnus-dired-mail-mode'.
6036
6037 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6038
6039         * rfc2047.el (rfc2047-encoded-word-regexp)
6040         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6041         explaining what regexp patterns are for.
6042
6043 2007-12-04  Glenn Morris  <rgm@gnu.org>
6044
6045         * password.el: Move to password-cache.el.
6046
6047         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6048         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6049         * mml-smime.el (password-read, password-cache-add)
6050         (password-cache-remove):
6051         No need to autoload, since mml-sec requires password.
6052
6053         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6054         * message.el (gnus-extract-address-components):
6055         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6056
6057         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6058         password.
6059
6060 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * mailcap.el: Reduce dependencies.
6063         (mail-header-parse-content-type): Autoload.
6064         (mailcap-delete-duplicates): New alias.
6065         (mailcap-mime-info): Add optional argument NO-DECODE.
6066         (mailcap-mime-types): Use mailcap-delete-duplicates.
6067
6068         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6069
6070 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6071
6072         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6073         (imap-parse-status): Upcase status-att for servers that sends them
6074         lower-case (e.g., MS Exchange 2007).
6075
6076 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6079         function.
6080
6081         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6082         (gnus-uu-yenc-article): New function.
6083
6084         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6085
6086         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6087         buffer.
6088
6089 2007-12-02  Glenn Morris  <rgm@gnu.org>
6090
6091         * binhex.el (binhex): New custom group.
6092         (binhex-decoder-program, binhex-decoder-switches)
6093         (binhex-use-external): Move to the binhex custom group.
6094
6095         * uudecode.el (uudecode): New custom group.
6096         (uudecode-decoder-program, uudecode-decoder-switches)
6097         (uudecode-use-external): Move to the uudecode custom group.
6098
6099         * netrc.el (top-level): Don't load `encrypt' features.
6100         (netrc-parse): Don't use encrypt.
6101         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6102
6103         * encrypt.el: Remove file.
6104
6105 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6108         matches on patches.
6109
6110         * gnus-art.el (gnus-article-browse-html-article): Mention
6111         `mm-text-html-renderer' in the doc string.
6112
6113         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6114         string.  Add comments.
6115
6116         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6117         if rhs is ASCII.
6118
6119 2007-12-01  Glenn Morris  <rgm@gnu.org>
6120
6121         * mail-source.el (top-level): Require format-spec before
6122         eval-when-compile.
6123
6124 2007-11-30  Glenn Morris  <rgm@gnu.org>
6125
6126         * encrypt.el: Require password, rather than autoloading password-read.
6127
6128 2007-11-29  Glenn Morris  <rgm@gnu.org>
6129
6130         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6131         (sasl-make-client, sasl-next-step, sasl-step-data)
6132         (sasl-step-set-data): Declare as functions.
6133
6134 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6137
6138 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6139
6140         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6141         certs should be verified and what is to be done in the event of a
6142         verification failure.
6143
6144         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6145         caller can indicate whether the cache should be disregarded for this
6146         call.  This way the result of the call is reproducible at all times and
6147         can be considered a canonical server name for the supplied method.
6148         (gnus-agent-method-p): Canonicalize server names by pushing their
6149         method through `gnus-method-to-server' using the no-cache argument.
6150
6151         * gnus-srvr.el (gnus-server-insert-server-line): Call
6152         `gnus-method-to-server' with `no-cache' argument.
6153
6154         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6155         gnus-agent-possibly-synchronize-flags as this should be called when the
6156         server is actually being opened.
6157         (gnus-agent-possibly-synchronize-flags)
6158         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6159         flags file of an agentized server to the latter function.
6160
6161         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6162         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6163         after a connection has been established successfully.
6164
6165 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-art.el (article-display-face): Force to display face if called
6168         interactively; check if gnus-article-x-face-too-ugly matches author.
6169         (article-display-x-face): Display face even if From header is missing
6170         as article-display-face does.
6171
6172 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6173
6174         * hashcash.el (message-narrow-to-headers-or-head)
6175         (message-fetch-field, message-goto-eoh)
6176         (message-narrow-to-headers): Declare as functions.
6177
6178 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6179
6180         * mail-source.el (mail-sources): Default to fetch from file for
6181         compatibility with default of nnmail-spool-file.
6182
6183 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6186         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6187         to look for encoded word that should be encoded again.
6188         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6189         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6190         encoding pattern.
6191         (rfc2047-decode-region): Switch strict regexp and loose one according
6192         to rfc2047-allow-irregular-q-encoded-words.
6193
6194 2007-11-25  Romain Francoise  <romain@orebokech.com>
6195
6196         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6197
6198 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * tls.el (tls-program): Provide more custom choices from
6201         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6202         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6203
6204 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6207         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6208
6209         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6210         `nnmail-spool-file'.
6211
6212         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6213         `nnmail-spool-file'.
6214
6215         * gnus-move.el (gnus-change-server): Ditto.
6216
6217         * gnus-kill.el (gnus-batch-score): Ditto.
6218
6219         * gnus-cache.el (gnus-jog-cache): Ditto.
6220
6221         * gnus-msg.el (gnus-summary-reply):
6222         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6223
6224 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6227         version.  Minor improvement to doc strings.
6228         (tls-program): Add comment.
6229
6230 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6231
6232         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6233         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6234         mismatch between the hostname provided in the certificate and the name
6235         of the host connnecting to.
6236         (open-tls-stream): Use them.  Check certificates against trusted root
6237         certificates.
6238
6239 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6240
6241         * gnus-cache.el (gnus-cache-generate-nov-databases):
6242         Use nnml-generate-nov-databases-directory instead of
6243         nnml-generate-nov-databases-1.
6244
6245 2007-11-24  Glenn Morris  <rgm@gnu.org>
6246
6247         * message.el (message-tool-bar-retro): Update for rename
6248         mail_send.xpm->mail-send.xpm.
6249
6250 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6253         `smime-ldap-search' for Emacs 22 and up.
6254
6255 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6256
6257         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6258
6259         * message.el (message-send-mail-function): Fix error convention.
6260         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6261         (message-widen-reply, message-send-mail, message-talkative-question)
6262         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6263         (message-clone-locals, message-send-news): Use with-current-buffer.
6264         (message-insert-or-toggle-importance): Remove unused var `valid'.
6265         (message-make-references): Remove unused var `new-references'.
6266         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6267
6268 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6269
6270         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6271         (spam-split-symbolic-return-positive): Reflow docstring.
6272         (spam-backends, spam-summary-exit-behavior)
6273         (spam-mark-ham-unread-before-move-from-spam-group)
6274         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6275         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6276         (spam-clear-cache, spam-backend-check, spam-install-backend)
6277         (spam-install-statistical-backend, spam-list-of-processors)
6278         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6279         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6280         (spam-check-crm114, spam-initialize, spam-unload-hook):
6281         Fix typos in docstrings.
6282
6283 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6286         been checked if they have never been read and those group levels are
6287         higher than the one that a user specified.
6288
6289 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6292         foreign groups unless a group level is specified by a user.
6293         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6294
6295 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * message.el (message-send-mail-function): Require sendmail.
6298
6299 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * message.el (message-send-mail-function): Check for smtpmail too.
6302
6303         * utf7.el (utf7-encode, utf7-decode): Use coding system
6304         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6305
6306         * message.el (message-send-mail-function): New function.
6307         (message-send-mail-function): Set default using
6308         message-send-mail-function.  Adjust doc string.
6309         (message-send-mail-with-mailclient): New function.
6310
6311 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6312
6313         * smime.el (from):
6314         * rfc2047.el (message-posting-charset):
6315         * qp.el (mm-use-ultra-safe-encoding):
6316         * pop3.el (parse-time-months):
6317         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6318         * nnml.el (files):
6319         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6320         (jka-compr-compression-info-list, ange-ftp-path-format)
6321         (efs-path-regexp):
6322         * nndiary.el (files):
6323         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6324         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6325         (epg-digest-algorithm-alist, inhibit-redisplay)
6326         (password-cache-expiry):
6327         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6328         (pgg-output-buffer, password-cache-expiry):
6329         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6330         (efs-path-regexp):
6331         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6332         (inhibit-redisplay):
6333         * mm-uu.el (file-name, start-point, end-point, entry)
6334         (gnus-newsgroup-name, gnus-newsgroup-charset):
6335         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6336         (latin-unity-ucs-list):
6337         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6338         (mm-uu-binhex-decode-function):
6339         * message.el (gnus-message-group-art, gnus-list-identifiers)
6340         (rmail-enable-mime-composing, gnus-local-organization)
6341         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6342         (gnus-read-active-file, facemenu-add-face-function)
6343         (facemenu-remove-face-function, gnus-article-decoded-p)
6344         (tool-bar-mode):
6345         * mail-source.el (display-time-mail-function):
6346         * gnus-util.el (nnmail-pathname-coding-system)
6347         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6348         (gnus-original-article-buffer, gnus-user-agent)
6349         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6350         (xemacs-codename, sxemacs-codename, emacs-program-version):
6351         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6352         * gnus-start.el (gnus-agent-covered-methods)
6353         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6354         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6355         (gnus-newsgroup-headers, gnus-group-list-mode)
6356         (gnus-group-mark-positions, gnus-newsgroup-data)
6357         (gnus-newsgroup-unreads, nnoo-state-alist)
6358         (gnus-current-select-method, mail-sources)
6359         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6360         (nnmail-spool-file, gnus-cache-active-hashtb):
6361         * gnus-mh.el (mh-lib-progs):
6362         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6363         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6364         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6365         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6366         (gnus-group-buffer):
6367         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6368         (font-lock-set-defaults):
6369         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6370         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6371         (gnus-summary-post-menu, total-parts, type, condition, length):
6372         * gnus-agent.el (gnus-agent-read-agentview):
6373         * flow-fill.el (show-trailing-whitespace):
6374         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6375         eval-and-compile wrappers for byte compiler pacifiers.
6376
6377         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6378         (mm-display-inline-fontify): Check for featurep 'xemacs not
6379         extent-list.
6380
6381         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6382         itimer-list.
6383         (mm-create-image-xemacs): Only do something for XEmacs.
6384         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6385
6386         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6387
6388         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6389         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6390
6391 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6392
6393         * nnimap.el (nnimap-split-download-body):
6394         * gnus-demon.el (gnus-demon):
6395         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6396
6397 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6400         macros.
6401         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6402         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6403         copy data from unibyte buffer to multibyte current buffer.
6404         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6405         to copy data from unibyte current buffer to multibyte buffer.
6406         (nntp-make-process-buffer): Make process buffer unibyte.
6407
6408         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6409
6410 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6411
6412         * pop3.el (pop3-open-server): Accept and process data more robustly at
6413         connexion start to avoid spurious "POP SSL connexion failed" errors.
6414
6415 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6418         read group names.
6419
6420 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6421
6422         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6423
6424 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6427         (nnmail-save-active): Use a unibyte buffer when saving active file,
6428         which may contain non-ASCII group names.
6429
6430         * nnml.el (nnml-request-group): Decode group names in messages.
6431
6432 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * message.el (message-citation-line-function)
6435         (message-insert-formatted-citation-line): Fix spelling of
6436         `message-insert-formated-citation-line'.
6437
6438 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6439
6440         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6441
6442 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6445         nnmail-pathname-coding-system.
6446
6447         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6448         that a user enters; decode group names in messages.
6449
6450         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6451
6452 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6455
6456         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6457
6458         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6459         risky local variable.
6460
6461         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6462
6463 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6464
6465         * encrypt.el: Improve documentation to fix function name typo.
6466         Reported by Daiki Ueno <ueno@unixuser.org>.
6467
6468 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6471         even if the point is not in the last page of an article.
6472         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6473         back to the previous page.
6474
6475 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6476
6477         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6478
6479 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6482
6483 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6484
6485         * message.el (message-check-news-body-syntax): Avoid
6486         mm-string-as-multibyte.
6487         (message-hide-headers): Don't assume (point-min)==1.
6488
6489 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * message.el (message-remove-blank-cited-lines): Fix if remove is
6492         given.
6493         (message-bogus-address-regexp): New variable.
6494         (message-bogus-recipient-p): New function.
6495         (message-check-recipients): New command.
6496         (message-syntax-checks): Add `bogus-recipient'.
6497         (message-fix-before-sending): Add `bogus-recipient'.
6498
6499         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6500         (gnus-treat-body-boundary): Don't test window-system.
6501
6502 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6503
6504         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6505
6506 2007-10-28  Miles Bader  <miles@gnu.org>
6507
6508         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6509         at compile-time too.
6510
6511 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * gnus-msg.el (gnus-message-setup-hook): Add
6514         `message-remove-blank-cited-lines' to options.
6515
6516 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6517
6518         * message.el (message-remove-blank-cited-lines): New function.
6519         Suggested by Karl Plästerer.
6520
6521 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6524         mapc.
6525
6526         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6527         (top-level): Use mapc to set functions to be traced for debugging.
6528
6529         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6530         called for effect with while loop.
6531
6532         * message.el (message-talkative-question): Replace mapcar called for
6533         effect with mapc.
6534
6535         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6536         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6537         called for effect with dolist.
6538
6539         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6540
6541         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6542         gnus-extra-headers and nnmail-extra-headers.
6543
6544         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6545         called for effect with dolist.
6546         (top-level): Use mapc to set functions to be traced for debugging.
6547
6548         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6549         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6550         dolist.
6551
6552         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6553         Replace mapcar called for effect with mapc.
6554         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6555         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6556         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6557         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6558
6559         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6560         remove-if that's a cl function.
6561
6562         * webmail.el (webmail-debug): Replace mapcar called for effect with
6563         dolist.
6564
6565         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6566         with mapc.
6567
6568 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6571         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6572         with while loop.
6573
6574         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6575         functions from article-* functions.
6576         (gnus-multi-decode-header): Replace mapcar called for effect with
6577         dolist.
6578
6579         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6580         (gnus-bookmark-show-details): Replace mapcar called for effect with
6581         while loop.
6582
6583         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6584         called for effect with while loop.
6585
6586         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6587         with dolist.
6588
6589         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6590         mapcar called for effect with dolist.
6591
6592         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6593
6594         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6595         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6596         Replace mapcar called for effect with dolist.
6597         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6598         mapc.
6599
6600         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6601         Replace mapcar called for effect with dolist.
6602         (gnus-topic-list): Replace mapcar called for effect with mapc.
6603
6604         * gnus.el: Use mapc instead of mapcar to add autoloads.
6605
6606 2007-10-23  Richard Stallman  <rms@gnu.org>
6607
6608         * gnus-group.el (gnus-group-highlight): Mark as risky.
6609
6610 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * gnus.el (gnus-server-to-method): Return method found first in
6613         gnus-newsrc-alist.
6614
6615         * gnus-art.el (gnus-article-highlight-signature)
6616         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6617         button overlay without the front stickiness.
6618
6619 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6620
6621         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6622         overview buffer needed a catch to receive its throw.
6623         (gnus-agent-flush-cache): Declared as interactive to make this function
6624         easier to use.
6625
6626 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6629         `next-line'.
6630
6631 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6634         exclude address matching message-dont-reply-to-names.
6635
6636 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus-util.el (gnus-string<): New function.
6639
6640         * gnus-sum.el (gnus-article-sort-by-author)
6641         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6642
6643 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6646         the frame-focus tag is set in gnus-buffer-configuration.
6647
6648 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6651         the front stickiness.
6652
6653 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6656         url pattern; remove duplicate one.
6657         (gnus-article-extend-url-button): New function.
6658         (gnus-article-add-buttons): Use it.
6659         (gnus-button-push): Use concatenated url that it makes.
6660
6661 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6662
6663         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6664
6665 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6666
6667         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6668         Don't hardcode point-min==1.
6669
6670 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6673         Fix comment about "iso8859-1".
6674
6675 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6676
6677         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6678         ones returned from the verify-function.
6679
6680         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6681         mml2015-extract-cleartext-signature if extraction failed.
6682
6683 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6684
6685         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6686         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6687         failed.
6688
6689 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6692
6693 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6696         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6697         recommends to use EasyPG instead of PGG.
6698
6699         * pgg.el: Revert to revision 6.23.2.16.
6700
6701         * pgg-def.el: Revert to revision 6.6.2.14.
6702
6703         * pgg-gpg.el: Revert to revision 6.23.2.34.
6704
6705 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6706
6707         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6708         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6709         thread for both the null and zero (kill/expire thread) universal prefix
6710         cases.
6711         (gnus-summary-expire-thread): Add new function to expire a thread,
6712         using gnus-summary-kill-thread.
6713         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6714         shortcuts for gnus-summary-expire-thread.
6715         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6716         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6717
6718 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6719
6720         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6721         extras value, so an extras entry can be deleted.
6722         (gnus-registry-delete-extra-entry): Use it.
6723         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6724         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6725         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6726         storage through the gnus-registry, and provide an appropriate API for
6727         it.
6728
6729 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6732         Suggested by Leo <sdl.web@gmail.com>.
6733
6734         * gnus.el: Do.
6735
6736 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6739         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6740
6741         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6742
6743         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6744         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6745
6746 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6749         newline.
6750         (nnmbox-request-accept-article): Don't change article in source buffer;
6751         narrow to header to use message-fetch-field rather than
6752         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6753         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6754         as delimiters; make sure article ends with newline.
6755         (nnmbox-delete-mail): Correct last position of article to be deleted;
6756         ignore X-Gnus-Newsgroup header in article body.
6757         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6758         positions; make sure article ends with newline.
6759
6760         * message.el (message-display-abbrev): Don't infloop when a user
6761         inserts SPC in the beginning of header.
6762
6763         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6764         coding-system-for-read and coding-system-for-write for XEmacs having no
6765         file-coding feature.
6766
6767         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6768
6769 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6770
6771         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6772         list of groups not followed by default.  Fix type to be regexp.
6773         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6774
6775 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6776
6777         * hmac-def.el (define-hmac-function): Switch from old-style to
6778         new-style backquotes.
6779
6780         * md4.el (md4-make-step): Likewise.
6781
6782 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6785         raw-text coding system when saving .newsrc file, which may contain
6786         non-ASCII group names.
6787
6788 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-cus.el (gnus-score-extra): New widget.
6791         (gnus-score-extra-convert): New function.
6792         (gnus-score-customize): Use it for Extra.
6793
6794 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6795
6796         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6797         (mml2015-mailcrypt-clear-verify): Use it.
6798         (mml2015-gpg-clear-verify): Use it.
6799         (mml2015-pgg-clear-verify): Use it.
6800         (mml2015-epg-clear-verify): Replace the current part with the output
6801         from GnuPG; don't extract the plaintext by itself.
6802
6803         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6804         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6805         mml2015-clear-verify-function; don't touch the armor headers or
6806         dash-escaped text here.
6807
6808 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6811         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6812         parts, or application/octet-stream as a last resort.
6813         (gnus-mime-view-part-as-type): Don't toggle display.
6814         (gnus-mime-view-part-as-charset): Don't turn off display before
6815         querying charset.
6816
6817         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6818         stuff to undisplayer function in Emacs.
6819         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6820
6821         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6822         text/calendar parts.
6823
6824 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6827         decoding text/calendar parts.
6828
6829         * message.el (message-forward-make-body-mime): Always mark body as
6830         having no illegible text; remove signed-or-encrypted argument.
6831         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6832
6833         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6834         (mml-generate-mime-1): Don't encode body if it is specified to be in
6835         raw form; don't make buffer be unibyte when inserting multibyte string.
6836
6837 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6838
6839         * sha1.el: Fix up comment style.
6840         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6841         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6842
6843         * hex-util.el: Fix up comment style.
6844         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6845
6846         * gnus-salt.el: Use with-current-buffer.
6847         (gnus-pick-setup-message): Fix long-standing typo.
6848
6849 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * imap.el (imap-logout-timeout): New variable.
6852         (imap-logout, imap-logout-wait): New functions.
6853         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6854
6855         * nnimap.el (nnimap-logout-timeout): New server variable.
6856         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6857         nnimap-logout-timeout.
6858
6859         * gnus-art.el (gnus-article-summary-command-nosave)
6860         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6861
6862 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus.el (gnus-maximum-newsgroup): New variable.
6865
6866         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6867         according to gnus-maximum-newsgroup.
6868
6869         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6870         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6871         Limit the range of articles according to gnus-maximum-newsgroup.
6872
6873 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6874
6875         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6876         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6877         Don't perform gnus-configure-windows here; reuse existing sticky
6878         article buffer.
6879
6880         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6881         it doesn't exist in gnus-article-mode.
6882
6883 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6886         (gnus-agent-decoded-group-name): New function.
6887         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6888         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6889
6890 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6891
6892         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6893         Add binding for gnus-sticky-article.
6894         (gnus-summary-exit): Don't kill sticky article buffers.
6895
6896         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6897         article buffer.
6898         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6899         (gnus-kill-sticky-article-buffers): New commands.
6900
6901 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * nntp.el (nntp-xref-number-is-evil): New server variable.
6904         (nntp-find-group-and-number): If it is non-nil, don't trust article
6905         numbers in the Xref header.
6906
6907 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * gnus-agent.el (gnus-agent-read-group): New function.
6910         (gnus-agent-flush-group, gnus-agent-expire-group)
6911         (gnus-agent-regenerate-group): Use it.
6912         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6913         nnmail-pathname-coding-system.
6914
6915 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6918
6919         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6920         that are unread as unread, and also as selected so that information of
6921         marks having been changed by a user may be updated when exiting group.
6922
6923 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6926         calculated ignoring signature parts to gnus-treat-article.
6927
6928 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6931         a point here in order to keep the window start.
6932         (gnus-insert-mime-security-button): Make a button overlay without the
6933         front stickiness.
6934         (gnus-mime-display-security): Goto the end of a button.
6935
6936         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6937
6938 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6941         group-name-at-point.
6942         (gnus-group-completing-read): New function that offers decoded
6943         non-ASCII group names for completion.
6944         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6945         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6946         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6947         (gnus-group-fetch-control): Use it.
6948         (gnus-fetch-group): Use group-name-at-point for the initial value
6949         rather than the default value; use gnus-alive-p.
6950
6951         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6952         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6953         (gnus-summary-post-news): Use gnus-group-completing-read.
6954
6955         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6956         (gnus-read-move-group-name): Decode group name for completion.
6957
6958 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6959
6960         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6961         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6962         Yamaoka slightly modified the code).
6963
6964 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6967         (nnmail-split-incoming): Bind it.
6968
6969         * nnml.el (nnml-group-name-charset): New function.
6970         (nnml-decoded-group-name): Use it; don't decode group name if
6971         nnmail-group-names-not-encoded-p is non-nil.
6972         (nnml-encoded-group-name): New function.
6973         (nnml-group-pathname): Inline nnml-decoded-group-name.
6974         (nnml-request-expire-articles): Decode group name in message.
6975         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6976         nnmail-pathname-coding-system.
6977         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6978         not decoded ones according to nnmail-group-names-not-encoded-p.
6979         (nnml-generate-active-info): Use nnml-encoded-group-name.
6980
6981 2007-08-08  Glenn Morris  <rgm@gnu.org>
6982
6983         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6984         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6985         doc-strings and comments.
6986
6987 2007-07-25  Glenn Morris  <rgm@gnu.org>
6988
6989         * Relicense all FSF files to GPLv3 or later.
6990
6991 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-sum.el (gnus-summary-move-article): Make
6994         gnus-summary-respool-article work.
6995
6996 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6999         string.
7000
7001 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7002
7003         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7004         that should be ignored when comparing distant RSS articles with local
7005         ones.
7006         (nnrss-make-hash-index): New function.  Create a hash index according
7007         to the ignored fields.
7008         (nnrss-check-group): Use it.
7009
7010 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7013
7014         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7015
7016         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7017         the new optional argument ENCODED is non-nil.
7018         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7019         coding system for encoding group name.
7020         (gnus-group-make-rss-group): Pass un-encoded group name to
7021         gnus-group-make-group.
7022         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7023         encoded.
7024
7025         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7026         Encode group name to which articles are moved or copied.
7027         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7028         coding system for encoding Newsgroup, Followup-To and Xref headers.
7029
7030         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7031         marks; use nnheader-file-coding-system to write a file.
7032         (nnagent-retrieve-headers): Bind file-name-coding-system to
7033         nnmail-pathname-coding-system.
7034
7035         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7036
7037         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7038         (nnml-request-article, nnml-request-create-group)
7039         (nnml-request-rename-group, nnml-find-id)
7040         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7041         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7042         (nnml-save-marks): Use nnml-group-pathname instead of
7043         nnmail-group-pathname.
7044
7045         (nnml-request-create-group, nnml-request-expire-articles)
7046         (nnml-request-move-article, nnml-request-delete-group)
7047         (nnml-deletable-article-p, nnml-possibly-create-directory)
7048         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7049         (nnml-open-marks): Bind file-name-coding-system to
7050         nnmail-pathname-coding-system.
7051
7052         (nnml-request-article): Pass server argument to nnml-find-group-number.
7053         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7054         server argument to nnml-possibly-create-directory.
7055         (nnml-request-accept-article): Pass server argument to
7056         nnml-active-number and nnml-save-mail.
7057         (nnml-find-group-number): Pass server argument to nnml-find-id.
7058         (nnml-request-update-info): Pass server argument to
7059         nnml-marks-changed-p.
7060
7061         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7062         (nnml-save-mail, nnml-active-number): Add server argument.
7063
7064         (nnml-request-delete-group): Warn if group is missing.
7065         (nnml-get-nov-buffer): Decode group name.
7066         (nnml-generate-active-info): Encode group name.
7067         (nnml-open-marks): Decode group name in messages.
7068
7069 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7072         if it is not specified.
7073         (gnus-article-pipe-part, gnus-article-save-part)
7074         (gnus-article-interactively-view-part, gnus-article-copy-part)
7075         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7076         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7077         (gnus-article-replace-part, gnus-article-delete-part)
7078         (gnus-article-view-part-as-type): Pass raw prefix argument to
7079         gnus-article-part-wrapper.
7080
7081 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-agent.el (gnus-agent-save-active): Bind
7084         nnheader-file-coding-system to gnus-agent-file-coding-system.
7085
7086         * gnus-cache.el (gnus-cache-save-buffers)
7087         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7088         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7089         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7090         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7091         (gnus-cache-generate-active, gnus-cache-rename-group)
7092         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7093         (gnus-cache-update-overview-total-fetched-for): Bind
7094         file-name-coding-system to nnmail-pathname-coding-system.
7095         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7096         variables.
7097         (gnus-cache-decoded-group-name): New function.
7098         (gnus-cache-file-name): Use it.
7099         (gnus-cache-generate-active): Use non-decoded group name for active.
7100
7101         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7102         right place.
7103         (gnus-write-active-file): Don't break non-ASCII group names.
7104
7105         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7106         nnmail-pathname-coding-system.
7107
7108         * lpath.el: Bind default-file-name-coding-system,
7109         file-name-coding-system and language-info-alist for XEmacs.
7110
7111         * gnus-uu.el (gnus-uu-decode-save): Typo.
7112
7113 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7116
7117 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7120         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7121         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7122         (gnus-agent-flush-group, gnus-agent-flush-cache)
7123         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7124         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7125         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7126         (gnus-agent-regenerate-group)
7127         (gnus-agent-update-files-total-fetched-for)
7128         (gnus-agent-update-view-total-fetched-for): Bind
7129         file-name-coding-system to nnmail-pathname-coding-system.
7130         (gnus-agent-group-pathname): Don't encode file names by
7131         nnmail-pathname-coding-system.
7132         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7133         coding-system-for-write instead of buffer-file-coding-system to
7134         gnus-agent-file-coding-system.
7135
7136         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7137         Decode group name.
7138
7139         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7140
7141         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7142         (gnus-read-newsrc-el-file): Make group names unibyte.
7143
7144         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7145         nnmail-pathname-coding-system.
7146
7147         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7148         (nnrss-request-delete-group): Bind file-name-coding-system to
7149         nnmail-pathname-coding-system.
7150         (nnrss-read-server-data, nnrss-read-group-data): Bind
7151         file-name-coding-system correctly.
7152         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7153
7154         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7155         (nntp-server-to-method-cache): New variable.
7156         (nntp-group-pathname): New function that decodes non-ASCII group names.
7157         (nntp-possibly-create-directory, nntp-marks-changed-p)
7158         (nntp-save-marks, nntp-open-marks): Use it.
7159         (nntp-possibly-create-directory, nntp-open-marks):
7160         Bind file-name-coding-system to nnmail-pathname-coding-system.
7161         (nntp-open-marks): Decode group names when bootstrapping marks.
7162
7163         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7164         Newsgroups and Folowup-To headers.
7165
7166 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7169         (gnus-server-closed-face, gnus-server-denied-face)
7170         (gnus-server-offline-face): Remove variable.
7171         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7172
7173         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7174         of modifying message-stack directly for XEmacs.
7175
7176         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7177         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7178         if the coding-system argument is nil for XEmacs.
7179
7180         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7181         mm-charset-override-alist.
7182
7183         * rfc2047.el: Don't require base64; require rfc2045 for the function
7184         rfc2045-encode-string.
7185         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7186         to quote the parameter value.
7187
7188 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7191         form in gnus-group-name-charset-method-alist.
7192
7193         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7194         overrides the default layout edit-form.
7195
7196         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7197
7198         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7199
7200 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7203         as unfetched articles.
7204
7205 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7208
7209 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7210
7211         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7212         original back end that keeps marks in the local system.
7213
7214 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7217         arg of pop-to-buffer for XEmacs.
7218         (gnus-article-read-summary-keys): Ditto; don't restore window
7219         configuration if summary command ends up with neither article buffer
7220         nor summary buffer; describe bindings if summary keys end with C-h.
7221
7222 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * message.el (message-fix-before-sending): Skip raw message part to be
7225         forwarded while checking illegible text.
7226         (message-forward-make-body-mime, message-forward-make-body): Mark
7227         signed or encrypted raw message as having no illegible text.
7228
7229 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7232         (gnus-message-with-timestamp-1): New macro.
7233         (gnus-message-with-timestamp): New function.
7234         (gnus-message): Use them.
7235
7236         * nnheader.el (nnheader-message): Use them.
7237
7238 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7241         .newsrc.eld file.
7242
7243 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-agent.el (gnus-agent-fetch-headers)
7246         (gnus-agent-retrieve-headers): Bind
7247         gnus-decode-encoded-address-function to identity.
7248
7249         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7250         available also when the server returns simply a dot.
7251
7252         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7253
7254 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7257
7258 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-ems.el (gnus-x-splash): Make it work.
7261
7262         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7263         from being used.
7264
7265         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7266
7267 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7270         4th and the 5th arguments.
7271
7272         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7273         the front stickiness.
7274         (gnus-article-summary-command-nosave): Correct the order of the
7275         arguments passed to pop-to-buffer.
7276         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7277         summary command ends up with the article buffer.
7278
7279         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7280         the same faces.
7281
7282 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7283
7284         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7285
7286 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7287
7288         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7289         * gnus-sum.el (gnus-summary-highlight):
7290         * pgg.el (pgg-sign-region, pgg-sign):
7291         * mail-source.el (mail-source-delete-old-incoming-confirm):
7292         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7293
7294 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-art.el (gnus-mime-view-part-externally)
7297         (gnus-mime-view-part-internally): Fix predicate function passed to
7298         completing-read.
7299
7300         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7301
7302         * gnus.el (gnus-update-message-archive-method): Add :version.
7303
7304 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus.el (gnus-update-message-archive-method): New variable.
7307
7308         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7309         according to gnus-message-archive-method if
7310         gnus-update-message-archive-method is non-nil.
7311
7312 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7315         by Loic Dachary <loic@dachary.org>.
7316         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7317
7318 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * message.el (message-pop-to-buffer): Add switch-function argument.
7321         (message-mail): Pass switch-function argument to it.
7322
7323 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7326         Improve doc string.
7327
7328 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7331         (gnus-header-content)
7332         * gnus-cite.el (gnus-cite-10)
7333         * gnus-srvr.el (gnus-server-closed)
7334         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7335         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7336         (gnus-group-mail-3-empty, gnus-group-mail-low)
7337         (gnus-group-mail-low-empty, gnus-splash)
7338         * message.el (message-header-to, message-header-cc)
7339         (message-header-subject, message-header-other, message-header-name)
7340         (message-header-xheader, message-separator, message-cited-text)
7341         (message-mml): Lighten colors of faces used for dark background.
7342
7343 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7344
7345         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7346         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7347
7348 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * message.el (message-narrow-to-headers-or-head):
7351         Ignore mail-header-separator in the body.
7352
7353 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7356         same as window size.
7357
7358 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7359
7360         * message.el (message-font-lock-keywords): Use message-header-xheader
7361         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7362         ahead of the anything pattern, to get it recognised.
7363
7364 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7367         spam.el loads uses it in the compiled defadvice form.
7368
7369 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7370
7371         * gnus-sum.el (gnus-articles-to-read)
7372         (gnus-summary-insert-old-articles): Don't truncate group name for
7373         `read-string'.
7374
7375         * gnus-util.el (gnus-limit-string): Delete this function.
7376
7377         * gnus-sum.el (gnus-simplify-subject-fully): Use
7378         `truncate-string-to-width' instead.
7379
7380 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7381
7382         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7383         if, on summary exit, the next group has to be selected.
7384         (gnus-summary-exit): Use it.
7385
7386 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7389         non-break space.
7390
7391 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7394         Check if group is not a directory.
7395         (nnfolder-request-expire-articles): Don't delete articles if the target
7396         group is not available.
7397
7398         * nnml.el (nnml-request-create-group): Properly check if group is not a
7399         file.
7400         (nnml-request-expire-articles): Don't delete articles if the target
7401         group is not available.
7402
7403         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7404         Don't quote characters that are within parentheses.
7405
7406 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7409         (gnus-handle-ephemeral-exit): Select article according to it.
7410
7411 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * message.el (message-insert-formated-citation-line): Remove newline.
7414         (message-citation-line-format): Add final \n here so that the user can
7415         avoid a blank line.
7416
7417 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7418
7419         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7420         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7421         Update lanl/arXiv support.
7422
7423 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7424
7425         * gnus.el: Bump version number.
7426
7427 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7428
7429         * gnus.el (gnus-version-number): Bump version.
7430
7431 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7432
7433         * gnus.el: No Gnus v0.6 is released.
7434
7435 2007-04-27  Didier Verna  <didier@xemacs.org>
7436
7437         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7438         * gmm-utils.el (gmm-regexp-concat): here.
7439         * message.el: Don't require 'gnus-util.
7440         (message-dont-reply-to-names): Handle name change above.
7441         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7442
7443 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7446         since the initial value varies according to the system.
7447
7448 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7451
7452 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7453
7454         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7455
7456 2007-04-24  Didier Verna  <didier@xemacs.org>
7457
7458         Improve the type of gnus-ignored-from-addresses.
7459         * gnus-util.el (gnus-orify-regexp): New function.
7460         * message.el (gnus-util): Require it.
7461         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7462         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7463         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7464
7465 2007-04-24  Didier Verna  <didier@xemacs.org>
7466
7467         * gnus-sum.el:
7468         * gnus-utils.el: Fix some trailing whitespaces.
7469
7470 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7473         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7474         article's Message-ID; refer parent article in summary buffer.
7475
7476         * message.el (message-bounce): Call mime-to-mml.
7477
7478         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7479         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7480         optimize and/or forms properly.
7481
7482 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7485         URL.
7486
7487 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7490
7491 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7494         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7495         displayed of multipart/alternative part if it is invoked from summary
7496         buffer.
7497
7498         * mm-view.el (mm-inline-text-html-render-with-w3m)
7499         (mm-inline-text-html-render-with-w3m-standalone)
7500         (mm-inline-render-with-function): Use mail-parse-charset by default.
7501
7502 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7503
7504         * parse-time.el (parse-time-string-chars): Check if CHAR
7505         is less than the length of parse-time-syntax.
7506
7507 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7510         from gnus-newsgroup-processable.
7511
7512 2007-04-16  Didier Verna  <didier@xemacs.org>
7513
7514         * gnus-msg.el (gnus-configure-posting-styles): Handle
7515         message-signature-directory properly with :file syntax.  Reported by
7516         "Leo".
7517
7518 2007-04-11  Didier Verna  <didier@xemacs.org>
7519
7520         New user option: message-signature-directory.
7521         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7522         * message.el (message-insert-signature): Ditto.
7523         * message.el (message-signature-file): Doc update.
7524         * message.el (message-signature-directory): New.
7525
7526 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-msg.el (gnus-inews-yank-articles): Use
7529         message-exchange-point-and-mark instead of exchange-point-and-mark.
7530
7531 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * message.el (message-yank-original): Make sure cited text ends with
7534         newline; don't exchange point and mark.
7535
7536 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7537
7538         * tls.el (open-tls-stream): Properly handle case where there
7539         is no associated buffer.
7540
7541 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7542
7543         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7544         message-yank-original, make sure (< mark TEXT point).
7545
7546 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * message.el (message-fill-column): New variable.
7549         (message-mode): Use it.  Add comment on a possible new hook.
7550
7551         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7552         (nnmail-get-new-mail): Reformat.
7553
7554         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7555
7556         * gmm-utils.el: Fix Commentary.
7557         (gmm-tool-bar-from-list): Fix typo in doc string.
7558
7559 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7560
7561         * message.el (message-yank-original): Don't switch point and mark
7562         unnecessarily to put point and mark as documented.
7563
7564 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7565
7566         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7567         from the message heads.
7568
7569 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7570
7571         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7572         article buffer does not have a window.  This may not be the best
7573         solution but is certainly better than setting the start of the null,
7574         that is the current, window.
7575
7576 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7577
7578         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7579         (gnus-draft-setup): Run it.
7580
7581         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7582         gnus-score-fast-scoring.  Allow regexp.
7583         (gnus-score-headers): Use it.
7584
7585         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7586         XEmacs.
7587
7588         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7589         string.
7590         (gnus-button-alist): Also catch `<f1> k ...'.
7591         (gnus-treat-display-x-face): Fix doc string.
7592
7593 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7594
7595         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7596         evaluation of gnus-extended-version to ensure correct generation of the
7597         User-Agent header when message-generate-headers-first is used.
7598
7599 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7600
7601         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7602         hashcash-path is nil.  Don't call callback with incorrect number of
7603         parameters if val is 0.
7604
7605 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7606
7607         * message.el (message-required-news-headers):
7608         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7609
7610 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7611
7612         * tls.el (open-tls-stream): In handshake-waiting loop,
7613         don't wait more if there is output available to process.
7614
7615 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7616
7617         * tls.el (tls-program): Doc fix.
7618
7619 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * message.el (message-generate-new-buffers): Change the meaning of the
7622         nil value; add `standard' to the choices; treat t as `unique'; improve
7623         doc string.
7624         (gnus-select-frame-set-input-focus): Autoload.
7625         (message-buffer-name): Search for the existing message buffer if
7626         message-generate-new-buffers is nil or `standard'; treat the value t of
7627         message-generate-new-buffers as `unique'.
7628         (message-pop-to-buffer): Raise the frame already displaying the message
7629         buffer; clear the echo area after querying.
7630         (message-setup): Pass the `continue' argument to compose-mail.
7631         (message-mail): Prefer `switch-function' if it is given; search for the
7632         existing message buffer if the `continue' argument is non-nil; pass
7633         continue and switch-function arguments to compose-mail by way of
7634         message-setup.
7635         (message-mail-other-window): Adjust argument of message-setup.
7636         (message-mail-other-frame): Ditto.
7637
7638 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7641         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7642         to turn font-lock on when turning gnus-message-citation-mode on.
7643
7644 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7645
7646         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7647         (mml-smime-function-alist): New variable; add epg as the backend.
7648         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7649         mml-smime- functions instead.
7650         * mm-view.el: Require smime.
7651
7652 2007-03-05  Didier Verna  <didier@xemacs.org>
7653
7654         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7655         instead of just inheritance for posting styles.
7656         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7657
7658 2007-02-24  Chris Moore  <dooglus@gmail.com>
7659
7660         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7661         * pgg-pgp.el (pgg-pgp-encrypt-region):
7662         * pgg-gpg.el (pgg-gpg-encrypt-region):
7663         Check pgg-encrypt-for-me if no other recipients.
7664
7665 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7666
7667         * tls.el (tls-certtool-program): Fix custom type.
7668
7669 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7672         and point-at-eol instead of line-(beginning|end)-position.
7673
7674         * assistant.el (assistant-parse-buffer): Ditto.
7675
7676         * netrc.el (netrc-parse-services): Ditto.
7677
7678 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7679
7680         * mml2015.el (mml2015-epg-find-usable-key): New function.
7681         (mml2015-epg-sign): Use it.
7682         (mml2015-epg-encrypt): Use it.
7683
7684 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * message.el (message-make-in-reply-to): Quote name containing
7687         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7688         if there are special characters.  Reported by NAKAJI Hiroyuki
7689         <nakaji@jp.freebsd.org>.
7690
7691 2007-02-27  Didier Verna  <didier@xemacs.org>
7692
7693         Include the group parameters as well as the topic ones in the
7694         inheritance filter process.
7695         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7696         argument GROUP-PARAMS-LIST.
7697         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7698
7699 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * nntp.el (nntp-never-echoes-commands)
7702         (nntp-open-connection-functions-never-echo-commands): New variables.
7703         (nntp-send-command): Use them.
7704
7705 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7706
7707         * mml2015.el (mml2015-epg-verify): Simplified.
7708
7709 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * mml.el (mml-content-disposition-alist): New user option.
7712         (mml-content-disposition): New function.
7713         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7714         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7715
7716 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7717
7718         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7719         verification.
7720
7721 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7722
7723         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7724         articles posted in the last 24 hours.
7725
7726 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7727
7728         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7729
7730 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7731
7732         * nntp.el (nntp-send-command): Don't wait for echoes when
7733         nntp-open-ssl-stream is used.
7734
7735 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7738         (gnus-message-add-citation-keywords)
7739         (gnus-message-remove-citation-keywords): Remove.
7740         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7741         directly, make the variables in font-lock-defaults buffer-local, add
7742         gnus-message-citation-keywords to them and then update the value of
7743         font-lock-keywords.
7744
7745 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * message.el (message-cite-original-1): Don't call
7748         gnus-article-highlight-citation.
7749
7750         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7751         citations; fix line count.
7752
7753 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7756         (gnus-message-add-citation-keywords)
7757         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7758         versions of font-lock-add-keywords and font-lock-remove-keywords to
7759         work with XEmacs correctly.
7760
7761 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7762
7763         * gnus-cite.el (gnus-cite-face-list): Set the values of
7764         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7765         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7766         (gnus-message-cite-prefix-regexp): New variable.
7767         (gnus-message-search-citation-line): Use it; protect against long
7768         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7769         the 0th match data for Emacs.
7770         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7771         (gnus-message-add-citation-keywords): Append keywords rather than
7772         prepending; emulate font-lock-add-keywords if it is not available.
7773         (gnus-message-remove-citation-keywords): Emulate
7774         font-lock-remove-keywords if it is not available.
7775
7776         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7777
7778         * message.el (message-cite-prefix-regexp): Set the value of
7779         gnus-message-cite-prefix-regexp.
7780
7781 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7782
7783         * nnweb.el (nnweb-google-parse-1): Update parser.
7784
7785 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7786
7787         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7788
7789 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7790
7791         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7792         regexp.
7793
7794 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7797         string-to-multibyte.
7798         (uudecode-decode-region-internal): Use it.
7799
7800         * lpath.el: Fbind string-as-multibyte for XEmacs.
7801
7802 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7803
7804         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7805         custom choice.
7806
7807         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7808
7809 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7810
7811         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7812
7813         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7814         `write-region' to respect `mm-inhibit-file-name-handlers'.
7815
7816 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7819         Use gnus-home-directory instead of "~/" or "$HOME".
7820
7821 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7824         to mention filename.
7825         Add comments at beginning regarding usage.
7826         (encrypt-write-file-contents): Change interactive so a string is
7827         acceptable.  If the file has no associated model, show an error instead
7828         of a nonsense prompt.
7829
7830 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7831
7832         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7833         Thanks to Yoshihiko Yamada for kind notification of this typo.
7834
7835 2007-01-12  Kenichi Handa  <handa@m17n.org>
7836
7837         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7838         multibyte buffer.
7839
7840 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7841
7842         * gnus-score.el (gnus-score-fast-scoring): New variable.
7843         (gnus-score-headers): Use it.
7844
7845         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7846
7847         * message.el (message-cite-original-1): Call
7848         gnus-article-highlight-citation if requested.
7849         (message-make-from): Allow name and address as optional arguments.
7850
7851         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7852
7853         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7854         bugs to doc string.
7855         (gnus-button-alist): Add mid\\|message-id.
7856         (gnus-button-fetch-group): Extend for use in
7857         `browse-url-browser-function'.
7858         (gnus-button-url-regexp): Try to catch paired parentheses like in
7859         Wikipedia URLs.
7860
7861         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7862         Suggested by Simon Krahnke <overlord@gmx.li>.
7863
7864 2007-01-13  Romain Francoise  <romain@orebokech.com>
7865
7866         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7867         Update copyright.
7868
7869 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7870
7871         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7872
7873 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7874
7875         * gnus-registry.el (gnus-registry-unfollowed-groups)
7876         (gnus-registry-split-fancy-with-parent): Fix documentation.
7877
7878 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7879
7880         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7881         from nnweb groups.
7882
7883 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7886         Xref urls.  Erase buffer before requesting head.
7887
7888 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7889
7890         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7891         customizable.
7892
7893 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7894
7895         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7896         no signing key is found.
7897         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7898         no encrypting and/or signing key is found.
7899
7900 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7903
7904 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7905
7906         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7907         headers read from disk with the ones newly found in the current search.
7908         This should no longer cause problems, because the article numbers in
7909         Gmane's `nov.php' output are ignored since the previous change.
7910
7911 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7912
7913         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7914
7915 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7916
7917         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7918         replace-regexp-in-string; bind url-version; fbind display-images-p and
7919         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7920         find-face and set-itimer-function for Emacs; bind itimer-list for
7921         Emacs.
7922
7923         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7924
7925 2007-01-01  Romain Francoise  <romain@orebokech.com>
7926
7927         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7928
7929 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7930
7931         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7932         `define-minor-mode' macro definition expanded properly.
7933         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7934         exclude it there.
7935
7936         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7937         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7938         `fboundp' test.
7939         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7940         This is OK to autoload in (S)XEmacs now.
7941
7942 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7945         keystroke.
7946         (gnus-summary-limit-to-singletons): Fix typo.
7947
7948         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7949         else fails.
7950
7951 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7952
7953         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7954         docstring.
7955
7956         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7957         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7958         (gnus-summary-insert-dormant-articles): Fix typo in message.
7959
7960 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7963         nil for XEmacs.
7964         (gnus-message-citation-mode): Don't autoload in XEmacs.
7965
7966         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7967
7968 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7969
7970         * nnimap.el (nnimap-expunge-search-string): Mention
7971         nnimap-search-uids-not-since-is-evil in docstring.
7972
7973 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * spam.el: Revert to make-obsolete-variable because
7976         define-obsolete-variable-alias is not supported in Emacs 21.
7977
7978         * spam.el (spam-ifile-path, spam-ifile-database-path)
7979         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7980         make-obsolete-variable.
7981         (spam-bsfilter-path, spam-bsfilter-program)
7982         (spam-spamassassin-path, spam-spamassassin-program)
7983         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7984         use "path" inappropriately.
7985         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7986         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7987         variable names.
7988
7989 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7990
7991         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7992         summary buffer.
7993
7994         * password.el (password-cache-remove): Use clear-string to burn
7995         password, if available.
7996
7997 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8000
8001         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8002
8003         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8004         (gnus-message-highlight-citation): Move defcustom here from
8005         gnus-cite.el.
8006         (gnus-message-citation-mode): Autoload.
8007
8008         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8009         checks to make it compile with XEmacs.
8010         (gnus-message-citation-mode): New minor mode.
8011         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8012         (gnus-message-highlight-citation): New variables.
8013         (gnus-message-search-citation-line)
8014         (gnus-message-add-citation-keywords)
8015         (gnus-message-remove-citation-keywords)
8016         (turn-on-gnus-message-citation-mode)
8017         (turn-off-gnus-message-citation-mode): New functions.
8018
8019 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8020
8021         * gnus-cite.el: Enable highlighting of different citation levels in
8022         message-mode.
8023
8024 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * message.el (message-make-fqdn): Fix comment.
8027         (message-bogus-system-names): Add ".local".
8028
8029         * spam.el (spam-ifile-path, spam-ifile-program)
8030         (spam-ifile-database-path, spam-ifile-database)
8031         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8032         Don't use "path" inappropriately.
8033         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8034         strings.
8035         (spam-check-ifile, spam-ifile-register-with-ifile)
8036         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8037         new variable names.
8038
8039         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8040         (gnus-treat-display-smileys): Simplify using
8041         gnus-image-type-available-p.
8042
8043         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8044         available.
8045
8046         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8047         `display-images-p' if available.
8048
8049 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8052         one after turning on the buffer's multibyteness instead of decoding
8053         them directly in the unibyte buffer that causes unexpected conversion
8054         in Emacs 23 (unicode).
8055
8056 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8057
8058         * message.el (message-generate-hashcash): Fix custom type.
8059
8060 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8063
8064 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8065
8066         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8067         disconnect icons.  Add help text.
8068
8069 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8070
8071         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8072         negated to be consistent with the others we handle.
8073
8074 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8077         version of gnus-summary-buffer to something, so that we can use two
8078         article buffers at the same time.
8079
8080 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8081
8082         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8083         trigger all the extra headers.
8084         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8085         sorting.
8086
8087 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8088
8089         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8090         solid groups.
8091
8092 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8093
8094         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8095
8096 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * legacy-gnus-agent.el: Add Copyright notice.
8099
8100 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8101
8102         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8103
8104 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8107
8108         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8109         to make it work reliably in CVS Emacs.
8110         (gnus-summary-limit-strange-charsets-predicate)
8111         (gnus-summary-limit-to-predicate): New functions.
8112
8113 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8114
8115         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8116         specifying array size.
8117         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8118         array if it is too small.
8119         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8120         (gnus-sort-threads-loop): New function.
8121
8122 2006-12-06  Chris Moore  <dooglus@gmail.com>
8123
8124         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8125         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8126
8127 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8128
8129         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8130         options.
8131
8132 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8133
8134         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8135         DOS-ing the recipient.
8136
8137         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8138         the headers when creating the mapping to avoid mismappings.
8139         (nnweb-gmane-create-mapping): Always nix out old mapping.
8140
8141 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8144         and mm-verify-option to never.
8145
8146 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * message.el (message-signed-or-encrypted-p): New function.
8149         (message-forward-make-body): Use it.
8150
8151         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8152         Replace encode-coding-string with mm-encode-coding-string.
8153
8154 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * nneething.el (nneething-decode-file-name): Replace
8157         decode-coding-string with mm-decode-coding-string.
8158
8159         * gnus-int.el (gnus-open-server): Say failed server's name.
8160
8161 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8162
8163         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8164         strings to a single string.  Quote `errors-file-name'.
8165         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8166         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8167         Adjust calls.  Use `shell-quote-argument'.
8168
8169 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8170
8171         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8172         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8173
8174         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8175         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8176         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8177         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8178         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8179         (gnus-subscribe-newsgroup, gnus-1):
8180         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8181         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8182         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8183         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8184
8185 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8186
8187         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8188         keystroke.
8189         (gnus-summary-limit-to-bodies): Implement headersp.
8190
8191 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8192
8193         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8194
8195 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8198
8199 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * message.el (message-generate-hashcash): Expand range of values to
8202         include `opportunistic'.
8203         (message-send-mail): Use it.
8204
8205 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8206
8207         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8208         and comment it.
8209
8210         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8211
8212 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8213
8214         * gnus-util.el (gnus-extract-address-components): Improve comment.
8215
8216 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * gnus-util.el (gnus-extract-address-components): Work with address in
8219         which the name portion contains @.
8220
8221         * lpath.el: Fbind custom-autoload.
8222
8223 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8224
8225         * gnus.el (gnus-start): Move custom group up.
8226         (gnus-select-method): Don't autoload, but make it available for
8227         `customize-variable'.
8228         (gnus-getenv-nntpserver): Don't autoload.
8229
8230 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8231
8232         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8233
8234 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * message.el (message-sendmail-extra-arguments): New variable.
8237         (message-send-mail-with-sendmail): Use it.
8238
8239 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8242         mm-with-unibyte-current-buffer to make string unibyte.
8243
8244         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8245         mm-string-as-multibyte.
8246
8247 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8248
8249         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8250         Reported by Werner Koch <wk@gnupg.org>.
8251
8252 2006-11-14  Daiki Ueno  <ueno@p360>
8253
8254         * mml2015.el: Autoload epa-select-keys when compiling.
8255
8256 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8257
8258         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8259         message-options.
8260         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8261
8262 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8263
8264         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8265         EasyPG (< 0.0.6).
8266         (mml2015-always-trust): New user option.
8267         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8268         prompt.
8269
8270 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * nntp.el (nntp-authinfo-force): New variable.
8273         (nntp-send-authinfo): Use it.
8274
8275 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8276
8277         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8278         decode encoded words.  Improve prompt.  Add comment about forwarding.
8279         (message-replacement-char): Move up.
8280
8281 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8282
8283         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8284         instead of gnus-intersection because arguments of gnus-sorted-nunion
8285         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8286
8287 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8290         (message-simplify-subject-functions): Enable
8291         message-strip-subject-encoded-words by default.
8292
8293 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8294
8295         * message.el (message-strip-subject-encoded-words): New function.
8296         (message-simplify-subject-functions): New variable.
8297         (message-simplify-subject): Use it.  Fix typo in doc string.
8298         Support message-strip-subject-encoded-words.
8299
8300 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8301
8302         * gnus-diary.el (gnus-diary-delay-format-function):
8303         * nndiary.el (nndiary-reminders):
8304         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8305
8306 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * gnus-art.el (article-hide-boring-headers): Fetch date from
8309         gnus-original-article-buffer to avoid problems with localized date
8310         strings.
8311
8312 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8315
8316 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8317
8318         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8319         New variables.
8320         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8321         (mm-charset-synonym-alist): Move some entries to
8322         mm-codepage-iso-8859-list.
8323         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8324         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8325
8326 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8329
8330 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8333         with Emacs 21 and XEmacs.
8334
8335 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * spam.el (spam-parse-address): New function for better parsing,
8338         catching errors, etc.
8339         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8340
8341 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8342
8343         * mm-view.el: Add interactive arg to html2text autoload.
8344
8345 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8348
8349 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8350
8351         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8352         variables.
8353         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8354         (mm-charset-synonym-alist): Move some entries to
8355         mm-codepage-iso-8859-list.
8356
8357         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8358
8359 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8360
8361         * message.el (message-citation-line-format)
8362         (message-insert-formated-citation-line): Fix implementation of %E, %N
8363         and %n according to the doc string.
8364
8365 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8366
8367         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8368         car-safe to avoid bad parses.
8369
8370 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8373         names.
8374
8375         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8376
8377 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8380         header.
8381
8382         * message.el (message-draft-headers): Add Date.
8383         (message-headers-to-generate): Fix typo in docstring.
8384
8385         * nndraft.el (nndraft-required-headers): New variable.
8386         (nndraft-generate-headers): Use it.
8387
8388         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8389
8390 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8391
8392         * gnus-registry.el (gnus-registry-wash-for-keywords)
8393         (gnus-registry-find-keywords): New functions to allow easy searching of
8394         articles that are in the registry.
8395
8396 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8397
8398         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8399         ietf-drums-parse-address instead of gnus-extract-address-components.
8400         Reported by Damien Elmes <damien@repose.cx>.
8401
8402 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8403
8404         * gnus.el (gnus-mime): Remove unused custom group.
8405
8406 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8407
8408         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8409         "blank line" when searching for end of armor headers.
8410
8411 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gmm-utils.el (gmm-write-region): Fix variable name.
8414
8415 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8416
8417         * gmm-utils.el (gmm-write-region): New function based on compatibility
8418         code from `mm-make-temp-file'.
8419
8420         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8421
8422         * nnmaildir.el (nnmaildir--update-nov)
8423         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8424         Use `gmm-write-region'.
8425
8426 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8429         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8430
8431         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8432
8433         * message.el (message-replacement-char): New variable.
8434         (message-fix-before-sending): Use it.
8435         (message-simplify-subject): New function to remove duplicate code.
8436         (message-reply, message-followup): Use it.
8437
8438         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8439         gnus-summary-limit-to-articles.
8440
8441 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-util.el (gnus-with-local-quit): New macro.
8444
8445         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8446
8447 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8448
8449         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8450         ignore non-string data.
8451
8452 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8453
8454         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8455         non-string data (needs to be done in the registry too).
8456
8457 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8460         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8461         (gnus-registry-split-fancy-with-parent)
8462         (gnus-registry-fetch-simplified-message-subject-fast)
8463         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8464         Remove text properties on ingress into the registry and when it's saved.
8465         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8466         registry from entries with no groups.
8467
8468 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8469
8470         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8471         function to remove string properties.
8472
8473 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * gmm-utils.el (gmm): Adjust custom version.
8476
8477         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8478         custom version.
8479
8480         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8481
8482 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8483
8484         * gnus-art.el (gnus-insert-prev-page-button)
8485         (gnus-insert-next-page-button): Simplify.  Reformat.
8486
8487 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8488
8489         * gnus-art.el (gnus-insert-prev-page-button)
8490         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8491
8492 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8493
8494         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8495
8496 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8497
8498         * gnus-art.el (gnus-insert-mime-button)
8499         (gnus-insert-mime-security-button):
8500         Apply gnus-article-button-face to MIME and security buttons.
8501
8502 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8505         readable.
8506
8507 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8510
8511 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8512
8513         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8514         `browse-url-of-file' instead of `browse-url'.
8515
8516 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8517
8518         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8519         regexp.  Articles containing quotation were cut prematurely.
8520
8521 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * message.el (message-cite-original-1): Use nobody by default for the
8524         value of From header.
8525         (message-reply): Ditto.
8526
8527 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8528
8529         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8530         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8531         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8532
8533 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8536         mails in the doc string.  Add some URLs in comment.
8537         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8538
8539 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8542         backslashes handling and the way to find boundaries of quoted strings.
8543
8544 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8545
8546         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8547         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8548         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8549         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8550
8551 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8552
8553         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8554         doc string.
8555         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8556
8557 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * lpath.el: Fbind epg-check-configuration.
8560
8561 2006-09-06  Simon Josefsson  <jas@extundo.com>
8562
8563         * mml2015.el (mml2015-use): Doc fix, mention epg.
8564
8565 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8566
8567         * mml2015.el (mml2015-use): Default to epg, if available.
8568
8569 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8570
8571         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8572         message-sender.
8573         (mml1991-epg-encrypt): Ditto.
8574         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8575         message-sender.
8576         (mml2015-epg-encrypt): Ditto.
8577
8578 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8579
8580         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8581         several common directories.
8582
8583 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8584
8585         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8586         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8587
8588 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (article-decode-encoded-words): Make it fast.
8591
8592 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8595
8596         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8597         in quoted string into `\'.
8598
8599 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8602         Use standard-syntax-table.
8603
8604 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-art.el (gnus-decode-address-function): New variable.
8607         (article-decode-encoded-words): Use it to decode headers which are
8608         assumed to contain addresses.
8609         (gnus-mime-delete-part): Remove useless `or'.
8610
8611         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8612         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8613         (gnus-nov-parse-line): Use it to decode From header.
8614         (gnus-get-newsgroup-headers): Ditto.
8615         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8616
8617         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8618         (mail-decode-encoded-address-string): New alias.
8619
8620         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8621         New function.
8622         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8623         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8624         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8625         (rfc2047-decode-string): Ditto.
8626         (rfc2047-decode-address-region): New function.
8627         (rfc2047-decode-address-string): New function.
8628
8629 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * message.el (message-caesar-buffer-body): Allow rotating headers.
8632
8633         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8634
8635         * message.el (message-insert-formated-citation-line): Fix %f.
8636         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8637
8638 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8641         (gnus-bookmark-mouse-available-p): New macro.
8642         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8643         (gnus-bookmark-bmenu-show-infos): Use it.
8644         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8645         (gnus-bookmark-bmenu-hide-infos): Ditto.
8646         (gnus-bookmark-remove-properties): New function.
8647         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8648         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8649         (gnus-bookmark-write-file): Bind coding-system-for-write.
8650         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8651         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8652         group before selecting it.
8653         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8654         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8655         quit-window if it is not available; use gnus-mouse-2 and bind it to
8656         gnus-bookmark-bmenu-select-by-mouse.
8657         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8658         (gnus-bookmark-bmenu-select-by-mouse): New function.
8659
8660 2006-08-13  Romain Francoise  <romain@orebokech.com>
8661
8662         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8663         space.
8664
8665 2006-08-10  Romain Francoise  <romain@orebokech.com>
8666
8667         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8668         (dns-mode-soa-auto-increment-serial): New user option.
8669         (dns-mode-soa-maybe-increment-serial): New function.
8670         (dns-mode): Add the latter to `write-contents-functions'.
8671
8672 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * compface.el (uncompface): Use binary rather than raw-text-unix.
8675
8676 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * compface.el (uncompface): Make sure the eol conversion doesn't take
8679         place when communicating with the external programs.  Reported by
8680         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8681
8682 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8685
8686 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8687
8688         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8689         Make it more robust by parsing author and date independently.
8690
8691 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8694
8695 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8696
8697         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8698         first matching secret key.
8699         (mml2015-epg-encrypt): Ditto.
8700
8701         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8702         first matching secret key.
8703         (mml1991-epg-encrypt): Ditto.
8704
8705         * mml2015.el (mml2015-encrypt-to-self): New user option.
8706         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8707         mml2015-epg-encrypt-to-self is set.
8708
8709         * mml1991.el (mml1991-encrypt-to-self): New variable.
8710         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8711         mml1991-epg-encrypt-to-self is set.
8712
8713         * mml2015.el (mml2015-signers): New user option.
8714         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8715         (mml2015-epg-encrypt): Allow to select signing keys.
8716
8717         * mml1991.el (mml1991-signers): New variable.
8718         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8719         (mml1991-epg-encrypt): Allow to select signing keys.
8720
8721 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * nnheader.el (nnheader-insert-head): Make it work even if the file
8724         uses CRLF for the line-break code.
8725
8726 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8727
8728         * mml2015.el: Require mml-sec instead of password.
8729         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8730         (mml2015-cache-passphrase): Inherit the default value from
8731         mml-secure-cache-passphrase.
8732         (mml2015-passphrase-cache-expiry): Inherit the default value from
8733         mml-secure-passphrase-cache-expiry.
8734
8735         * mml1991.el: Require mml-sec instead of password.
8736         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8737         (mml1991-cache-passphrase): Inherit the default value from
8738         mml-secure-cache-passphrase.
8739         (mml1991-passphrase-cache-expiry): Inherit the default value from
8740         mml-secure-passphrase-cache-expiry.
8741
8742         * mml-sec.el: Require password.
8743         (mml-secure-verbose): New user option.
8744         (mml-secure-cache-passphrase): New user option.
8745         (mml-secure-passphrase-cache-expiry): New user option.
8746
8747 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8748
8749         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8750         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8751         andreas@altroot.de (Andreas Vögele).
8752
8753         FIXME: Use `tiny change'?
8754
8755 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8756
8757         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8758         workaround for the url package included with Emacs.
8759
8760         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8761
8762 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8765         correctly.  This fixes a bug caused by the 2006-05-12 change.
8766
8767 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8768
8769         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8770         some information about the error when saying that the `bogus' mail
8771         group will be used.
8772
8773 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8776         string.
8777
8778 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8779
8780         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8781
8782 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8783
8784         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8785
8786 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8787
8788         * mml1991.el (mml1991-function-alist): Add epg.
8789         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8790         (mml1991-epg-encrypt): New functions.
8791
8792 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8793
8794         * mml2015.el (mml2015-verbose): New variable.
8795         (mml2015-cache-passphrase): Ditto.
8796         (mml2015-passphrase-cache-expiry): Ditto.
8797         (mml2015-function-alist): Add epg.
8798         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8799         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8800         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8801         functions.
8802
8803 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8804
8805         * message.el (message-cite-original-1): Preserve region when removing
8806         quoted text due to X-No-Archive in order to avoid bogus attribution
8807         when citing multiple messages.
8808
8809 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8810
8811         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8812         Kenneth Jacker <khj@be.cs.appstate.edu>.
8813
8814 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8815
8816         * gnus-diary.el (gnus-user-format-function-d)
8817         (gnus-user-format-function-D): Autoload.
8818
8819         * imap.el (Commentary): Fix typo.
8820
8821         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8822         2006-04-22 contribution.
8823
8824 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8825
8826         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8827         It didn't really fix the bogosity I'm seeing with solid web groups.
8828
8829 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8830
8831         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8832         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8833         created using server names.  If we use the feature without declaring
8834         it, Gnus does not properly manage server and group state.
8835
8836         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8837         bound.
8838
8839 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8840
8841         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8842         looking up the method using GROUP's prefix before inventing a new one.
8843         It is used on killed/unknown groups in various places where returning
8844         an all-new method isn't expected by the caller.
8845
8846         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8847         and match semantics of gnus-group-real-prefix.
8848
8849 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8850
8851         * nnmail.el (nnmail-broken-references-mailers): New variable.
8852         (nnmail-ignore-broken-references): New function generalizing
8853         nnmail-fix-eudora-headers.
8854         (nnmail-fix-eudora-headers): Now obsolete.
8855
8856         * gnus-art.el (gnus-button-handle-custom): Support
8857         `customize-apropos*'.
8858
8859 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8860
8861         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8862
8863         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8864         articles.
8865
8866 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8867
8868         * message.el (message-cite-reply-above): New variable.
8869         (message-yank-original): Use it.
8870
8871 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8874
8875 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8878         as read.
8879
8880         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8881
8882 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8885         (gnus-bookmark-default-file): Use gnus-directory.
8886         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8887         Remove "*" in doc string.
8888         (gnus-bookmark-write-file): Simplify.
8889         (gnus-bookmark-maybe-sort-alist): Use `when'.
8890         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8891         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8892         FIXME about Emacs 21 and XEmacs compatibility.
8893         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8894         compatibility.
8895         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8896         compatibility.
8897         (gnus-bookmark-menu-heading): Fix version.
8898
8899 2006-06-19  Bastien Guerry  <bzg@altern.org>
8900
8901         * gnus-bookmark.el: New file.
8902
8903 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * message.el (message-syntax-checks): Doc fix.
8906
8907 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8908
8909         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8910         unsubscribed groups as if they were killed ones.  It causes duplicate
8911         entries in gnus-newsrc-alist.
8912
8913 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * message.el (message-syntax-checks): Doc fix.
8916         (message-send-mail): Add check for continuation headers.
8917         (message-check-news-header-syntax): Fix regexp used to check for
8918         continuation headers.
8919
8920 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8923
8924 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8927
8928 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8931         default-truncate-lines.
8932
8933 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8936         to fill the utf-8 entry.
8937
8938         * lpath.el: Fbind unicode-precedence-list.
8939
8940 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8941
8942         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8943
8944 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8945
8946         * gnus-agent.el (directory-files-and-attributes): Move all the way
8947         forward (the third and final move).
8948         (gnus-agent-read-agentview): Trap reconstruction errors due to
8949         nonexistant directory.  Handle by returning nil.
8950
8951 2006-05-30  Didier Verna  <didier@xemacs.org>
8952
8953         * message.el (message-dont-reply-to-names): Update the custom type.
8954         * message.el (message-dont-reply-to-names): New defsubst: potentially
8955         convert a list of regexps into a single one.
8956         * message.el (message-get-reply-headers): Use it.
8957         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8958
8959 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-agent.el (directory-files-and-attributes): Move forward.
8962
8963 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8964
8965         * gnus-ml.el (gnus-mailing-list-subscribe)
8966         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8967         (gnus-mailing-list-message): Fix doc strings.
8968
8969 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8970
8971         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8972         of doing it manually.
8973
8974 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8977         comment.
8978
8979 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8980
8981         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8982         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8983         (gnus-agent-read-local): All symbols allocated in my-obarray.
8984         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8985         (gnus-agent-regenerate-group): Check numeric names to see if they are
8986         messages or groups.
8987         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8988         better way of do this...)
8989
8990         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8991         'dummy.group' (there should be a better way of do this...)
8992
8993 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8996         (gnus-saved-headers): Ditto.
8997         (gnus-default-article-saver): Mention functions may have properties.
8998         (gnus-article-save): Override gnus-save-all-headers and
8999         gnus-saved-headers by :headers property which saver function may have.
9000         (gnus-summary-save-in-file): Add :headers property.
9001         (gnus-summary-write-to-file): Ditto.
9002
9003         * gnus-sum.el (gnus-summary-save-article): Bind
9004         gnus-prompt-before-saving to t when saving many articles in a file;
9005         always show all headers.
9006
9007         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9008
9009 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9010
9011         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9012         marks.
9013
9014         * message.el (message-indent-citation): Add optional arguments to allow
9015         using it outside of message buffers.
9016
9017         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9018         (gnus-article-treat-unfold-headers): Use it.
9019         (gnus-article-truncate-lines): New variable.
9020         (gnus-article-mode): Use it.
9021         (gnus-article-toggle-truncate-lines): New function.
9022
9023         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9024         gnus-article-toggle-truncate-lines.
9025
9026         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9027         coding system in XEmacs, use binary.
9028
9029 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9032         after-load-alist.
9033
9034         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9035         this function should save decoded articles.
9036         (gnus-summary-write-to-file): Use property to specify this function
9037         should save decoded articles and specify gnus-summary-save-in-file
9038         should be used to save articles other than the first one when saving
9039         many articles.
9040         (gnus-summary-save-body-in-file): Use property to specify this
9041         function should save decoded articles.
9042         (gnus-summary-write-body-to-file): Use property to specify this
9043         function should save decoded articles and specify
9044         gnus-summary-save-body-in-file should be used to save articles other
9045         than the first one when saving many articles.
9046
9047         * gnus-sum.el (gnus-summary-save-article): Simplify.
9048
9049 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * gnus-art.el (gnus-default-article-saver): Add
9052         gnus-summary-write-body-to-file.
9053         (gnus-article-save-coding-system): Don't use coding system object
9054         in XEmacs.
9055         (gnus-read-save-file-name): Add optional `dir-var' argument which
9056         specifies directory in which files are saved; work even if optional
9057         `variable' argument is not specified.
9058         (gnus-summary-write-to-file): Read file name.
9059         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9060         (gnus-summary-write-body-to-file): New function.
9061
9062         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9063         (gnus-summary-local-variables): Add it.
9064         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9065         (gnus-summary-save-article): Remove optional `decode' argument;
9066         determine whether to decode articles by the value of
9067         gnus-default-article-saver; when saving many files using
9068         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9069         it first and use gnus-summary-save-in-file or
9070         gnus-summary-save-body-in-file thereafter unless
9071         gnus-prompt-before-saving is always; move point to article which
9072         will be saved.
9073         (gnus-summary-save-article-file): Revert.
9074         (gnus-summary-write-article-file): Revert.
9075         (gnus-summary-save-article-body-file): Revert.
9076         (gnus-summary-write-article-body-file): New function.
9077
9078 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (gnus-default-article-saver): Doc fix.
9081         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9082         from gnus-summary-save-article-coding-system, and default to a
9083         certain coding system.
9084         (gnus-output-to-file): Add coding cookie and encode text according
9085         to gnus-article-save-coding-system; don't use mm-append-to-file.
9086
9087         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9088         gnus-art.el and rename to gnus-article-save-coding-system.
9089         (gnus-summary-save-article): Require gnus-art; don't show all
9090         headers if it decodes articles; don't add coding cookie here;
9091         don't bind mm-text-coding-system-for-write.
9092         (gnus-summary-save-article-file): Save decoded articles.
9093         (gnus-summary-write-article-file): When saving many files, use
9094         gnus-summary-write-to-file first and gnus-summary-save-in-file
9095         thereafter unless gnus-prompt-before-saving is always.
9096         (gnus-summary-save-article-body-file): Save decoded articles.
9097
9098         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9099
9100 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * nnrss.el (nnrss-check-group): Bind hash-index.
9103
9104 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9105
9106         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9107         its hash index.  Store this hash in `nnrss-group-data'.
9108         (nnrss-read-group-data): Update accordingly.
9109
9110 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9113         entry.
9114
9115         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9116         gnus-article-browse-html-article.
9117
9118 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9119
9120         * gnus-sum.el (gnus-summary-mime-map): Add
9121         gnus-article-browse-html-article.
9122
9123         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9124
9125 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9128         suitable coding systems in customize.
9129
9130 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * mail-source.el (mail-sources): Fix custom type.
9133
9134 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9137         (gnus-summary-expire-articles-now): Shorten prompt.
9138
9139         * gmm-utils.el (wid-edit): Require.
9140         (defun-gmm): Renamed from `gmm-defun-compat'.
9141         (gmm-image-search-load-path): Use it.
9142         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9143
9144 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9147         variable.
9148         (gnus-summary-save-article): Add optional `decode' argument.  If
9149         it is set and gnus-summary-save-article-coding-system is non-nil,
9150         save decoded article.
9151         (gnus-summary-write-article-file): Save decoded article if
9152         gnus-summary-save-article-coding-system is non-nil.
9153
9154         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9155         type.
9156
9157 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9160
9161 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9162
9163         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9164         first to test gnus-single-article-buffer which may be buffer-local.
9165
9166         * gnus-sum.el (gnus-summary-setup-buffer): Make
9167         gnus-single-article-buffer buffer-local and nil in ephemeral
9168         group; make gnus-article-buffer, gnus-article-current, and
9169         gnus-original-article-buffer always buffer-local.
9170         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9171         group.
9172         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9173
9174 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * nnml.el (nnml-request-compact-group): Compressed files might not
9177         have .gz extension.
9178
9179 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9180
9181         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9182         (mm-copy-to-buffer): Use with-current-buffer.
9183         (mm-display-part): Simplify.
9184         (mm-inlinable-p): Add optional arg `type'.
9185
9186 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9187
9188         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9189         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9190         Try harder to show the attachment internally or externally using
9191         gnus-mime-view-part-as-type.
9192
9193 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * message.el (message-from-style, message-signature-separator)
9196         (message-user-organization-file, message-send-mail-function)
9197         (message-citation-line-function, message-yank-prefix)
9198         (message-indent-citation-function, message-signature)
9199         (message-signature-file, message-signature-insert-empty-line):
9200         Remove autoloads.
9201
9202         * gnus-art.el (gnus-buttonized-mime-types): Remove
9203         "multipart/signed".  Revert 2006-04-26 change.
9204
9205 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9206
9207         * gnus.el (gnus-version-number): Bump version.
9208
9209 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9210
9211         * gnus.el: No Gnus v0.5 is released.
9212
9213 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9214
9215         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9216         fetching articles by message-id.
9217
9218 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * message.el (hashcash): Require hashcash as normal.
9221
9222         * ecomplete.el (ecomplete-highlight-match-line): Use
9223         point-at-eol.
9224         (ecomplete-highlight-match-line): Use `highlight', because that
9225         face exists in both Emacs and XEmacs.
9226
9227         * message.el (message-display-abbrev): Use point-at-bol.
9228
9229         * mail-source.el: Don't require timer/timer-funcs.
9230
9231         * gnus-async.el: Ditto.
9232
9233         * password.el: Ditto.
9234
9235         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9236
9237         * mm-url.el: Ditto.
9238
9239         * gnus-xmas.el: Don't require timer-funcs.
9240
9241         * mm-util.el: Require timer/timer-funcs.
9242
9243 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9244
9245         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9246         Close.
9247
9248 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9251         unibyte after clear-decrypt function runs.
9252
9253         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9254         returns as a unibyte string.
9255
9256 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * lpath.el: Revert.
9259
9260         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9261         (pgg-gpg-process-sentinel): Revert.
9262
9263         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9264         (pgg-pgp-lookup-key): Revert.
9265
9266         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9267         (pgg-pgp5-lookup-key): Revert.
9268
9269         * pgg.el (pgg-fetch-key): Revert.
9270
9271 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9272
9273         * lpath.el: Fbind string-as-multibyte for XEmacs.
9274
9275         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9276         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9277         (mml1991-pgg-encrypt): Ditto.
9278
9279         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9280         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9281         a multibyte buffer.
9282
9283         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9284         (pgg-pgp-lookup-key): Ditto.
9285
9286         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9287         (pgg-pgp5-lookup-key): Ditto.
9288
9289         * pgg.el (pgg-fetch-key): Ditto.
9290
9291 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9292
9293         * message.el (message-user-organization-file): Check several
9294         locations of the organization file.
9295
9296         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9297         Add gnus-article-view-part-as-type.
9298
9299         * gnus-art.el (gnus-article-view-part-as-type): New function.
9300
9301         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9302         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9303
9304         * mml.el: Simplify autoload.
9305         (mml-mode): defvar dnd-protocol-alist instead of using
9306         symbol-value.
9307         (mml-default-directory): New variable.
9308         (mml-minibuffer-read-file): Use it.
9309         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9310
9311         * message.el (message-citation-line-format): New variable.
9312         (message-insert-formated-citation-line): New function.
9313         (message-citation-line-function): Add
9314         `message-insert-formated-citation-line' to custom type.
9315
9316         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9317         to doc string.
9318
9319         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9320         depending on mm-verify-option.
9321
9322 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9325         binding pgg-* variables; reimplement the section which prevents
9326         MIME header from being signed.
9327         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9328         pgg-text-mode; remove a blank line at the top of body.
9329
9330         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9331         lines at the top of body; use gnus-newsgroup-charset if there's no
9332         Charset header.
9333
9334 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * message.el (message-self-insert-commands): Doc fix.
9337
9338         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9339         (mm-uu-pgp-encrypted-test): Ditto.
9340         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9341         between header and body; return application/pgp-encrypted handle
9342         if decryption failed; decode decrypted body by charset.
9343
9344         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9345         element match to application/pgp-*.
9346
9347 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9348
9349         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9350         HTML.
9351
9352 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * mail-source.el (mail-source-call-script): Message the error
9355         string.
9356
9357 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9358
9359         * gnus-util.el (gnus-byte-compile): Use it.
9360
9361 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9362
9363         * gnus-util.el (kill-empty-logs): New function.
9364
9365 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9366
9367         * message.el (message-mail-alias-type): Doc fix.
9368         (message-mail-alias-type-p): New function.
9369         (message-send): Use it.
9370         (message-mode): Ditto.
9371         (message-strip-forbidden-properties): Ditto.
9372
9373         * ecomplete.el (ecomplete-database-file-coding-system): New
9374         variable.
9375         (ecomplete-save): Use it.
9376         (ecomplete-setup): Use it.
9377
9378 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * message.el (message-self-insert-commands): New variable.
9381         (message-strip-forbidden-properties): Use it.
9382
9383 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9386         that doesn't make XEmacs choke.
9387
9388 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9389
9390         * gnus-util.el (gnus-replace-in-string):
9391         Prefer replace-regexp-in-string over of replace-in-string.
9392
9393 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-util.el (gnus-select-frame-set-input-focus):
9396         Use select-frame-set-input-focus if it is available in XEmacs; use
9397         definition defined in Emacs 22 for old Emacsen.
9398
9399         * dgnushack.el: Autoload unmorse-region for XEmacs.
9400
9401         * lpath.el: Bind cursor-in-non-selected-windows and
9402         select-frame-set-input-focus for XEmacs.
9403
9404 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9407
9408 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9409
9410         * gnus-registry.el (gnus-registry-cache-save): Remove text
9411         properties when saving via the temp buffer.
9412
9413 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * message.el (message-generate-hashcash): Honor custom type.
9416
9417 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418
9419         * message.el (message-generate-hashcash): Default to non-nil when
9420         hashcash is found.
9421
9422         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9423         (gnus-refer-thread-limit): Increase default to 500.
9424
9425         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9426
9427         * flow-fill.el (fill-flowed): Allow delete-space.
9428
9429 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9430
9431         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9432         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9433         Remove autoloads.
9434
9435 2006-04-18  Simon Josefsson  <jas@extundo.com>
9436
9437         * message.el (message-generate-hashcash): Default to.
9438
9439 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9442         concatenating segments rather than before concatenating them.
9443
9444 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9447
9448 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9449
9450         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9451
9452         * message.el (message-forward-make-body-plain): Allow
9453         message-forward-ignored-headers to be a list.
9454         (message-remove-ignored-headers): Factor out into function.
9455         (message-forward-make-body-mml): Use it.
9456
9457         * imap.el (imap-quote-specials): New function.
9458         (imap-login-auth): Quote specials.
9459
9460         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9461         (rfc2231-parse-string): Allow concatanation of parameters that
9462         aren't contiguous.  The test case is
9463           (mail-header-parse-content-type "message/external-body;
9464             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9465             access-type=LOCAL-FILE;
9466             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9467
9468 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9469
9470         * nntp.el (nntp-accept-process-output): Return the value of
9471         `nnheader-accept-process-output'.
9472
9473 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9476         (gnus-button-alist): Recognize more diff formats.
9477         (gnus-button-patch): Strip directory.
9478
9479 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9482         Emacs 22 when setting focus.
9483
9484 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * gnus-art.el (gnus-article-treat-types): Do treatment of
9487         text/x-verbatim parts.
9488         (gnus-button-patch): New command.
9489
9490         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9491         addresses that contain invalid characters.
9492
9493 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494
9495         * message.el (message-put-addresses-in-ecomplete): Use
9496         gnus-replace-in-string.
9497         (message-is-yours-p): Use the more correct
9498         mail-header-parse-address instead of
9499         mail-extract-address-components.
9500         (message-put-addresses-in-ecomplete): Fix typo.
9501
9502         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9503         keystroke.
9504
9505         * gnus-art.el (gnus-treatment-function-alist): Change order of
9506         newsgroups/generic header folding to avoid double-folding.
9507
9508         * message.el (message-hidden-headers): Add X-Draft-From.
9509
9510         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9511         command.
9512         (gnus-summary-repeat-search-article-backward): New command.
9513
9514         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9515         groups in the parent topic.
9516
9517 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9518
9519         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9520         (spam-extra-header-to-number): Return the CRM114 number as a
9521         number instead of a string.
9522
9523 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * gnus-art.el (gnus-face-properties-alist): Moved here from
9526         gnus-fun.
9527
9528         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9529
9530 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * message.el (message-strip-forbidden-properties): Only display on
9533         self-insert-command.
9534
9535         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9536         reindent.
9537         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9538
9539 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9540
9541         * smiley.el (smiley-style): Fix typo.
9542
9543 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * hashcash.el (hashcash-insert-payment-async-2): Use
9546         message-goto-eoh instead of doing it manually.
9547         (mail-add-payment): Use message-narrow-to-header instead of trying
9548         to do the same itself.
9549
9550         * message.el (message-hidden-headers): Add Face.
9551
9552         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9553         reparenting code.
9554         (gnus-summary-reparent-children): Refactored out code.
9555         (gnus-summary-thread-map): New keystroke.
9556         (gnus-summary-reparent-children): Make into command.
9557
9558         * smiley.el (smiley-style): Default to `medium' if using a large
9559         font.
9560
9561         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9562         does it itself.
9563
9564         * message.el (message-point-in-header-p): Simplify definition.
9565
9566 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * nnagent.el (nnagent-request-set-mark): Silence log file
9569         writing.
9570         (nnagent-request-set-mark): Use write-region instead of
9571         append-to-file.
9572
9573         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9574         strange select method.
9575
9576         * ecomplete.el (ecomplete-display-matches): Get highlightling
9577         right.
9578         (ecomplete-display-matches): Use literals.
9579         (ecomplete-display-matches): Disable message logging.
9580
9581         * message.el (message-display-abbrev): Small optimization.
9582
9583         * ecomplete.el (ecomplete-display-matches): Allow automatic
9584         display.
9585
9586         * message.el (message-strip-forbidden-properties): Display
9587         abbrevs.
9588         (message-display-abbrev): Get automatic display right.
9589
9590         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9591         keystrokes.
9592
9593 2006-04-13  Romain Francoise  <romain@orebokech.com>
9594
9595         TODO: Backport to v5-10!
9596
9597         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9598         Moved here (and renamed) from gnus-registry.el.
9599
9600         * gnus-registry.el: Require gnus-util.
9601         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9602
9603 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-group.el (gnus-group-catchup-current): Change
9606         if-then-else-if-then-else into cond.
9607         (gnus-group-catchup): Indent.
9608         (group-name-at-point): New function.
9609         (gnus-fetch-group): Provide default from thing at point.
9610
9611 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * message.el (message-display-abbrev): Fix regexp.
9614
9615         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9616         choosing.
9617         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9618         dead variables.
9619
9620         * message.el (message-newline-and-indent): Remove debugging.
9621         (message-display-abbrev): Use new implementation.
9622
9623 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-art.el (gnus-article-mode): Set
9626         cursor-in-non-selected-windows to nil.
9627
9628         * smiley.el: Revert previous change.
9629         (smiley-data-directory): defvar it before using it in the
9630         defcustom of `smiley-style'.
9631
9632 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9633
9634         * message.el (message-newline-and-indent): New function.
9635
9636         * ecomplete.el: Implement more bits.
9637
9638         * message.el (message-put-addresses-in-ecomplete): Clean up the
9639         string.
9640
9641         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9642
9643         * gnus-sum.el (gnus-summary-save-parts): Bind
9644         gnus-summary-save-parts-counter and use it to make unique file
9645         names.
9646
9647         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9648
9649         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9650         parameter to say whether to actually parse the individual
9651         addresses.
9652
9653         * message.el (message-put-addresses-in-ecomplete): New function.
9654         (ecomplete): Require.
9655         (message-mail-alias-type): Add ecomplete as an option.
9656
9657 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9658
9659         * flow-fill.el (fill-flowed): Remove trailing space from blank
9660         quoted lines.
9661
9662 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9663
9664         * smiley.el (smiley-style): Move definition later to avoid a
9665         compilation warning.
9666
9667 2006-04-12  Kenichi Handa  <handa@m17n.org>
9668
9669         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9670         buffer and then decode the buffer text if necessary.
9671         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9672         first, and after mm-encode-body, change the buffer to unibyte.
9673         Use mm-disable-multibyte instead of set-buffer-multibyte.
9674
9675 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9678         Content-Type header instead of Content-Disposition header.
9679         (gnus-mime-inline-part): Ditto.
9680         (gnus-mime-view-part-as-charset): Ignore charset that the part
9681         specifies.
9682
9683         * mm-decode.el (mm-display-part): Work with external parts and
9684         usual parts similarly.
9685
9686         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9687         instead of gnus-display-mime.
9688
9689         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9690         instead of with-temp-buffer.
9691
9692         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9693         tag to summarized topics part in order to encode non-ASCII text.
9694
9695 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * smiley.el (smiley-style): New variable.
9698         (smiley-directory): New function.
9699         (smiley-data-directory): Derive from `smiley-style' using
9700         `smiley-directory'.
9701         (smiley-regexp-alist): Add new entries.
9702
9703         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9704         (gnus-article-browse-delete-temp): Add :version.
9705
9706 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9707
9708         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9709         the sieve region.
9710
9711 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9712
9713         * gnus.el (gnus-version-number): Bump version.
9714
9715 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * gnus.el: No Gnus v0.4 is released.
9718
9719 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9720
9721         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9722         layout.
9723
9724         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9725         unknown charset.
9726
9727         * message.el (message-header-synonyms): Add Original-To to the
9728         default.
9729
9730         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9731         optional parameter.
9732
9733 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-fun.el (gnus): Require it for gnus-directory.
9736
9737 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9740
9741 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9742
9743         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9744
9745 2006-04-05  Simon Josefsson  <jas@extundo.com>
9746
9747         * password.el (password-reset): New function.
9748
9749 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9750
9751         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9752         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9753
9754 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9755
9756         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9757         Some whitespace was matched into the url, which broke browsing hits
9758         > 100 when mm-url-use-external was nil.
9759
9760 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9763         gnus-extra-headers for 'Newsgroups.
9764
9765         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9766         bound.
9767
9768 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9769
9770         * pgg-gpg.el: Clean up process buffers every time gpg processes
9771         complete.
9772
9773 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9776         doc string.
9777
9778 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9779
9780         * pgg-gpg.el (pgg-gpg-process-filter)
9781         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9782
9783         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9784         lines, temporary fix.
9785
9786 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9789
9790 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9791
9792         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9793         default-enable-multibyte-characters.  This reverts the change from
9794         revision 6.17 which is no longer necessary because the passphrase
9795         is sent separately now.  GnuPG messages are unreadable under
9796         multibyte locales with default-enable-multibyte-characters set to
9797         nil.
9798
9799 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * message.el (message-tool-bar-gnome): Move "spell".
9802
9803 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9806         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9807         instead.
9808
9809 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9810
9811         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9812         newsgroups handling for NNTP overviews which don't include
9813         Newsgroups.
9814
9815 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9816
9817         * message.el (message-resend): Bind message-generate-hashcash to nil.
9818
9819 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9820
9821         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9822         when searching for already-paid recipients.
9823
9824 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9825
9826         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9827         passphrases when it is not needed.
9828         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9829         passphrase stuff from gpg, should only be necessary when you use
9830         gpg with a smartcard.
9831
9832 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * mml.el (mml-insert-mime): Ignore cached contents of
9835         message/external-body part.
9836
9837         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9838         (mm-insert-part): Ditto.
9839
9840 2006-03-23  Simon Josefsson  <jas@extundo.com>
9841
9842         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9843         Reiner.
9844         (pgg-gpg-use-agent-p): Use it again.
9845
9846 2006-03-23  Simon Josefsson  <jas@extundo.com>
9847
9848         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9849         older emacsen.
9850         (pgg-gpg-use-agent-p): Don't use it.
9851
9852 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9853
9854         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9855         if we can.
9856
9857 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9858
9859         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9860         (pgg-gpg-update-agent): New function.
9861         (pgg-gpg-use-agent-p): New function.
9862         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9863         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9864         (pgg-gpg-sign-region): Use it.
9865
9866 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9869         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9870
9871 2006-03-21  Simon Josefsson  <jas@extundo.com>
9872
9873         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9874         <wilde@sha-bang.de>.
9875         (pgg-gpg-use-agent): New variable.
9876         (pgg-gpg-process-region): Use it.
9877         (pgg-gpg-encrypt-region): Likewise.
9878         (pgg-gpg-encrypt-symmetric-region): Likewise.
9879         (pgg-gpg-decrypt-region): Likewise.
9880         (pgg-gpg-sign-region): Likewise.
9881         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9882
9883 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9884
9885         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9886
9887         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9888         Add comment on version.
9889
9890 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * smiley.el: Add missing test smiley.
9893
9894 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * mm-decode.el (mm-with-part): New macro.
9897         (mm-get-part): Use it; work with message/external-body as well.
9898         (mm-save-part): Treat name and filename equally.
9899
9900         * mm-extern.el (mm-extern-cache-contents): New function.
9901         (mm-inline-external-body): Use it; force the part to be displayed;
9902         move undisplayer added to the cached handle to the parent.
9903
9904         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9905         (gnus-mime-view-part-as-type): Work with message/external-body.
9906
9907         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9908
9909 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9912         images in image-load-path.  [Sync with image.el, revision 1.60, in
9913         Emacs.]
9914
9915 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9918         path rather than symbol.  Always return list of directories.
9919         Guarantee that image directory comes first.  [Sync with image.el,
9920         revision 1.59, in Emacs.]
9921
9922         * message.el (message-make-tool-bar): Adjust to new API of
9923         `gmm-image-load-path-for-library'.
9924
9925         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9926
9927         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9928
9929 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9930
9931         * gnus-art.el (gnus-article-only-boring-p):
9932         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9933         intangible text.
9934         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9935
9936 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9937
9938         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9939         `defun' instead of `gmm-defun-compat'.
9940
9941 2006-03-14  Simon Josefsson  <jas@extundo.com>
9942
9943         * message.el (message-unique-id): Don't use message-number-base36
9944         if (user-uid) is a float.
9945         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9946
9947 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9950
9951         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9952         empty line between a part and a message part.
9953
9954 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * smiley.el: Add more test smileys.
9957         (smiley-data-directory, smiley-regexp-alist)
9958         (gnus-smiley-file-types): Fix doc strings.
9959         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9960         adding new elements.
9961         (smiley-mouse-map): Unused code.  Make it a comment.
9962
9963 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9966         scan latest NoCeM messages instead of old ones.
9967         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9968         delimiters that are recently used.
9969         (gnus-nocem-load-cache): Add autoload cookie.
9970
9971         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9972
9973         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9974         level which is larger than gnus-use-nocem is specified.
9975
9976         * gnus-group.el (gnus-group-get-new-news): Ditto.
9977
9978 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-util.el (gnus-tool-bar-update): New function.
9981
9982         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9983         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9984
9985         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9986
9987         * gnus-group.el (gnus-group-redraw-when-idle)
9988         (gnus-group-redraw-check): Remove.
9989         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9990
9991 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9994         if optional last element is specified in splits (FIELD VALUE...).
9995
9996 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9997
9998         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9999         to gmm-image-load-path-for-library.  Call with no-error argument.
10000         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10001
10002         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10003
10004         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10005
10006         * gmm-utils.el (gmm-image-load-path): Remove alias.
10007
10008 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10009
10010         * gmm-utils.el (gmm-image-load-path): Add alias.
10011
10012         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10013         nnml-generate-nov-databases-1.
10014         (nnml-generate-nov-databases): Use it.
10015         (nnml-generate-nov-databases-directory): Document no-active
10016         argument.
10017
10018         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10019         directory if path is t.  Add no-error.
10020
10021         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10022         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10023
10024         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10025         resetting gnus-article-browse-html-temp-list.
10026
10027         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10028         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10029         Add example to docstring.  Rename local variables.  Move error
10030         checks to default case in cond and simplify.
10031
10032 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10035         handle is multipart when calling it recursively.
10036         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10037
10038 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10039
10040         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10041         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10042
10043 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10046         is loaded.
10047
10048         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10049         loaded.
10050
10051 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10052
10053         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10054         to "Emacs 23 (unicode)" in doc string.
10055
10056         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10057         "Emacs 23 (unicode)" in comment.
10058
10059 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10062
10063         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10064         characters 160 through 255 in Emacs 23.
10065
10066 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10069         gnus-article-browse-html-temp.
10070         (gnus-article-browse-delete-temp): Make it customizable.  Add
10071         `file'.  Adjust doc string.
10072         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10073         query for each file.  Adjust doc string.
10074         (gnus-article-browse-html-parts): Add
10075         `gnus-article-browse-delete-temp-files' to
10076         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10077
10078 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10079
10080         * gnus-art.el (gnus-article-browse-html-temp)
10081         (gnus-article-browse-delete-temp): New variables.
10082         (gnus-article-browse-delete-temp-files): New function.
10083         (gnus-article-browse-html-parts): Use it.
10084
10085 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10086
10087         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10088
10089         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10090         string.
10091
10092         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10093         gnus-summary-insert-new-articles when unplugged.  Remove
10094         gnus-summary-search-article-forward.
10095
10096         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10097         display-visual-class instead of display-color-cells.
10098
10099 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * dgnushack.el: Autoload customize-group for XEmacs.
10102
10103         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10104         message/* containing non-ASCII text properly.
10105
10106 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * message.el: Require gmm-utils, remove autoloads.
10109         (message-tool-bar): Set default based on
10110         gmm-tool-bar-style.
10111         (message-tool-bar-gnome): Add gmm-customize-mode.
10112
10113         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10114         gmm-tool-bar-style.
10115         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10116
10117         * gnus-group.el (gnus-group-tool-bar): Set default based on
10118         gmm-tool-bar-style.
10119         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10120
10121         * gmm-utils.el (gmm-image-directory): Rename variable from
10122         gmm-image-load-path.
10123         (gmm-image-load-path): Use gmm-image-directory.
10124         (gmm-customize-mode): New function.
10125         (gmm-tool-bar-style): New variable.
10126
10127         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10128         gnus-group-redraw-line-number.
10129         (gnus-group-redraw-check): Simplify.
10130         (gnus-group-tool-bar-update): Remove redraw check.
10131         (gnus-group-make-tool-bar): Add redraw check.
10132
10133 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10134
10135         * gnus-art.el (gnus-button): Add missing parentheses.
10136
10137 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * lpath.el: Fbind line-number-at-pos.
10140
10141 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10144
10145 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * gnus-art.el (gnus-button): New face.
10148         (gnus-article-button-face): Use it.
10149
10150         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10151         gnus-summary-next-page.  Re-order.
10152
10153         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10154         next-node are now included.
10155         (gnus-group-redraw-line-number): New internal variable.
10156         (gnus-group-redraw-check): Helper function for updating the tool
10157         bar.
10158         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10159
10160         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10161
10162         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10163         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10164         Use it to match format of Spamassassin 3.0 and later.  Reported by
10165         IRIE Tetsuya <irie@t.email.ne.jp>.
10166         (spam-check-bogofilter)
10167         (spam-bogofilter-register-with-bogofilter): Fix args of
10168         `gnus-error' calls.
10169
10170 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10173         unnecessary interaction when sending queued mails.  Reported by
10174         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10175
10176 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10177
10178         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10179         first or last are nil.
10180
10181 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10182
10183         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10184
10185 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10188
10189 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10190
10191         * dns.el (query-dns): Protect more against buggy tcp output.
10192
10193 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10196         nov.php.
10197
10198 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10199
10200         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10201         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10202         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10203         output on the server side.
10204         (nnweb-google-create-mapping): Update regexps and add some
10205         progress indication.
10206
10207 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10210         gnus-agent-toggle-plugged.  Re-order icons.
10211         (gnus-group-tool-bar-gnome): Add
10212         gnus-group-{prev,next}-unread-group.
10213         (gnus-group-tool-bar-gnome): Re-order icons.
10214
10215         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10216         gnus-summary-insert-new-articles.
10217
10218         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10219         comments.
10220
10221         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10222         also available in Emacs 21.3.
10223
10224         * message.el (message-fix-before-sending): Change "Emacs 22" to
10225         "Emacs 23 (unicode)" in comment.
10226
10227         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10228         "Emacs 23 (unicode)" in comment.
10229
10230         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10231         comment.
10232         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10233
10234         * mm-view.el (mm-fill-flowed): Add :version.
10235
10236 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10239         and load-path.
10240
10241 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * message.el: Autoload gmm-image-load-path.
10244         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10245         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10246         consitency.
10247
10248         * gmm-utils.el (gmm-image-load-path): Also search in
10249         "../etc/images".  Don't set gmm-image-load-path if we don't find
10250         the image.
10251
10252 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gmm-utils.el (gmm-image-load-path): Don't make
10255         `gmm-image-load-path' include subdirectories which the second arg
10256         `image' might specify.
10257
10258         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10259         subdirectory to icon file names.
10260
10261         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10262
10263 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10266         gmm-image-load-path calls.
10267
10268         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10269
10270         * message.el (message-make-tool-bar): Ditto.
10271
10272         * mml.el (mml-preview): Added comment concerning tool bar icons.
10273
10274         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10275         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10276
10277         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10278         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10279
10280         * message.el (message-tool-bar-gnome): Use new icon names.
10281         (message-make-tool-bar): Use `gmm-image-load-path'.
10282
10283         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10284         functions from MH-E.
10285         (gmm-image-load-path): New variable from MH-E.
10286         (gmm-image-load-path): New function from MH-E.  Added arguments
10287         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10288         *-image-load-path-called-flag.
10289
10290 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10291
10292         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10293
10294 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10295
10296         * nnimap.el (nnimap-request-move-article): Change folder back to
10297         source group before deleting.
10298
10299 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10302
10303         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10304         mm-url.
10305
10306         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10307
10308 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10311         coding system which mm-charset-to-coding-system returns for a
10312         given charset is valid.
10313
10314 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10315
10316         * html2text.el (html2text-remove-tag-list):
10317         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10318
10319 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10320
10321         * gnus-cus.el: Revert 2005-10-17 change.
10322
10323 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-art.el (article-strip-banner): Call
10326         article-really-strip-banner only when the regexp match is made.
10327
10328 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-art.el (article-strip-banner): Use
10331         gnus-extract-address-components instead of
10332         mail-header-parse-addresses to make it work with non-ASCII text;
10333         remove mail-encode-encoded-word-string.
10334
10335         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10336         values which are surrounded with \"...\"; make it never cause a
10337         Lisp error; give up parsing of parameters if it failed in
10338         extracting type.
10339
10340 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10341
10342         * smime.el (smime-cert-by-ldap-1): Fix bug where
10343         `smime-ldap-search' returns results without userCertificates.
10344
10345 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10348
10349 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * spam.el (spam-check-spamassassin-headers): Adapt format for
10352         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10353         <ari@mbf.ocn.ne.jp>.
10354         (spam-list-of-processors): Add spam-use-gmane.
10355
10356 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10359         make-temp-file; make it work with XEmacs as well.
10360
10361         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10362         mm-make-temp-file.
10363
10364         * mm-decode.el (mm-display-external): Use the 3rd arg of
10365         mm-make-temp-file.
10366         (mm-create-image-xemacs): Ditto.
10367
10368 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10371         with message-narrow-to-headers.
10372         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10373         (gnus-draft-check-draft-articles): New function.
10374         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10375
10376 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * gnus-art.el (gnus-article-browse-html-parts):
10379         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10380         Don't use suffix argument for mm-make-temp-file for Emacs 21
10381         compatibility.  Remove useless `format'.
10382
10383 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10384
10385         * nnweb.el (nnweb-google-wash-article): Update regexps.
10386         (nnweb-group-alist): Use defvoo instead of defvar.
10387
10388 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10391         re-loading nn* modules.
10392
10393 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10394
10395         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10396         for `tool-bar-mode' and don't check it's default-value.
10397
10398         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10399
10400         * message.el (message-make-tool-bar): Ditto.
10401
10402         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10403         `substring'.  Shorten tmp-file name.
10404
10405         * gnus.el: Remove bogus comment.
10406
10407 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10408
10409         * gnus-art.el (gnus-article-browse-html-parts): New function.
10410         (gnus-article-browse-html-article): New function for viewing html
10411         articles with a browser.
10412
10413 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10414
10415         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10416         in elisp.
10417         (pgg-gpg-encrypt-symmetric-region): Ditto.
10418         (pgg-gpg-sign-region): Ditto.
10419
10420         * pgg-def.el (pgg-text-mode): New variable.
10421
10422         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10423         (mml2015-pgg-encrypt): Ditto.
10424
10425         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10426         (mml1991-pgg-encrypt): Ditto.
10427
10428 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10431         message-make-date instead of current-time-string.
10432
10433         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10434         to gnus-decoded which mm-uu might set.
10435
10436 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10439         don't decode quoted parameters; remove misimported Emacs code.
10440         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10441         (rfc2231-decode-encoded-string): Don't use split-string which
10442         behaves differently according to Emacs version; use
10443         mm-decode-coding-region to convert charset to coding-system.
10444         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10445         (rfc2231-encode-string): Remove misimported Emacs code.
10446
10447 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10450         when calling mail-header-parse-content-type.
10451         (article-de-quoted-unreadable): Ditto.
10452         (article-de-base64-unreadable): Ditto.
10453         (article-wash-html): Ditto.
10454
10455         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10456         calling mail-header-parse-content-type and
10457         mail-header-parse-content-disposition.
10458         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10459         mail-header-parse-content-type.
10460
10461         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10462         insert charset and format parameters; encode description after
10463         inserting it to buffer.
10464         (mml-insert-parameter): Fold lines properly even if a parameter is
10465         segmented into two or more lines; change the max column to 76.
10466
10467         * rfc1843.el (rfc1843-decode-article-body): Don't use
10468         ignore-errors when calling mail-header-parse-content-type.
10469
10470         * rfc2231.el (rfc2231-parse-string): Return at least type if
10471         possible; don't cause an error even if it fails in parsing of
10472         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10473         (rfc2231-encode-string): Don't break lines at the beginning, leave
10474         it to mml-insert-parameter.
10475
10476         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10477         calling mail-header-parse-content-type.
10478
10479 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * spam-report.el (spam-report-gmane-use-article-number):
10482         Improve doc string.
10483         (spam-report-gmane-internal): Check if a suitable header was found
10484         in the article.
10485
10486 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10489         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10490
10491 2006-02-05  Romain Francoise  <romain@orebokech.com>
10492
10493         Update copyright notices of all files in the gnus directory.
10494
10495 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10496
10497         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10498
10499 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10502         segmented lines of parameter value to cope with Thunderbird 1.5
10503         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10504         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10505         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10506
10507 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10508
10509         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10510         parts.
10511
10512 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10513
10514         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10515         there's only one active file for all servers.
10516         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10517         solid groups.  Gnus might have used a FAST request to select the group.
10518         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10519         and nnweb-search redundantly in the active file.
10520         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10521         (nnweb-request-create-group): Don't use ARGS.
10522         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10523         initialisations.  Let nnoo do the work.
10524
10525 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10528         Say the part has been decoded.
10529
10530         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10531
10532 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10533
10534         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10535         mailcap-viewer-test-cache when there's no 'test clause, since that
10536         will invert the meaning of a "nil" test previously determined by
10537         mailcap-mailcap-entry-passes-test.
10538
10539 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10542         compiling.
10543
10544         * gnus-sum.el: Ditto.
10545
10546         * message.el: Don't bind tool-bar-map when compiling.
10547
10548 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10551
10552 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10553
10554         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10555         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10556         current Google Groups.
10557
10558 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10559
10560         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10561         and tool-bar-mode.
10562
10563         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10564         and tool-bar-mode.
10565
10566         * message.el (message-tool-bar-update): Simplify.
10567         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10568
10569         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10570         gnus-summary-buffer.
10571         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10572         gnus-summary-reply.
10573
10574         * gmm-utils.el (gmm): Add :version.
10575
10576 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10577
10578         * Makefile.in (clean): New rule.
10579         (distclean): Use it.
10580
10581 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10582
10583         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10584         autoload.
10585
10586 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * gmm-utils.el (gmm-verbose): Add :group.
10589
10590 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * message.el: Change some comments WRT tool-bars.
10593
10594         * gnus-sum.el (gnus-summary-tool-bar)
10595         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10596         (gnus-summary-tool-bar-zap-list): New variables.
10597         (gnus-summary-make-tool-bar): Complete rewrite using
10598         `gmm-tool-bar-from-list'.
10599
10600         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10601         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10602         variables.
10603         (gnus-group-make-tool-bar): Complete rewrite using
10604         `gmm-tool-bar-from-list'.
10605         (gnus-group-tool-bar-update): New function.
10606
10607         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10608
10609 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10612         is dissected into a single part of which the type is the same as
10613         the given one; decode charset.
10614
10615 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10616
10617         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10618         into alists as symbol not string, since that's what
10619         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10620         look for.
10621
10622 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10625         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10626
10627         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10628
10629 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10632         (gnus-xmas-mime-security-button-menu): New function.
10633
10634         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10635         (gnus-mime-security-button-menu): New definition.
10636         (gnus-mime-security-button-map): Use them.
10637         (gnus-mime-security-button-menu): New function.
10638         (gnus-insert-mime-security-button): Addition to help echo.
10639         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10640         (gnus-mime-security-pipe-part): New functions.
10641
10642         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10643         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10644
10645         * mm-decode.el (mm-handle-set-disposition): Remove.
10646         (mm-handle-set-description): Remove.
10647
10648 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10651         (mm-w3m-standalone-supports-m17n-p): New function.
10652         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10653         w3m usage.
10654
10655         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10656         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10657
10658 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * message.el (message-tool-bar-zap-list): Use
10661         gmm-tool-bar-zap-list as custom type.
10662         (message-tool-bar-update): New function.
10663         (message-tool-bar, message-tool-bar-gnome)
10664         (message-tool-bar-retro): Add message-tool-bar-update.
10665         (message-tool-bar-gnome): Add flyspell-buffer.
10666
10667         * gnus-util.el (gnus-error): Describe `args'.
10668
10669         * gmm-utils.el (gmm-error): Describe `args'.
10670         (gmm-tool-bar-zap-list): New widget.
10671         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10672
10673 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10676         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10677         the number of recursive calls.
10678
10679         * mm-decode.el (mm-handle-set-disposition): New macro.
10680         (mm-handle-set-description): New macro.
10681
10682 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10685         encoding.
10686
10687 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * message.el (message-tool-bar-zap-list, message-tool-bar)
10690         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10691         (message-tool-bar-local-item-from-menu): Remove.
10692         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10693         (message-make-tool-bar): New function.
10694         (message-mode): Use `message-make-tool-bar'.
10695
10696         * gmm-utils.el: New file.
10697         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10698         (gmm-lazy): New widget copied from `nnmail.el'.
10699         (gmm-tool-bar-from-list): New function for creating customizable
10700         tool bars.
10701         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10702         output.
10703         (gmm): Add :prefix to defgroup.
10704
10705 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10706
10707         * gmm-utils.el (gmm-widget-p): New function.
10708
10709 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * mml.el (mml-attach-file): Describe `description' in doc string.
10712         (mml-menu): Add Emacs MIME manual and PGG manual.
10713
10714 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10715
10716         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10717
10718 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10719
10720         * nntp.el (nntp-end-of-line): Doc fix.
10721
10722 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10723
10724         * imap.el (imap-open): Handle case where buffer is a buffer
10725         object.
10726
10727 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10728
10729         * gnus-delay.el (gnus-delay): Don't autoload.
10730         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10731         to be re-loaded when customizing the `gnus-delay' group.
10732
10733 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10734
10735         * message.el (message-insert-citation-line): Use newlines.
10736
10737 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10738
10739         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10740         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10741         these routines, so the passphrase can be managed externally and
10742         passed in to the system.
10743         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10744         pgg-add-passphrase-to-cache function.
10745
10746         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10747         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10748         these routines, so the passphrase can be managed externally and
10749         passed in to the system.
10750         (pgg-pgp5-sign-region): Use new name of
10751         pgg-add-passphrase-to-cache function.
10752
10753 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10754
10755         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10756         part of the decoded armor to find the key-identifier.
10757         (pgg-gpg-lookup-key-owner): New function to return the
10758         human-readable identifier of a key owner.
10759         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10760         itself.
10761         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10762         the key value) if we have a key and can match it against a secret
10763         key.  Also, added a note pointing out fact that the prompt only
10764         indicates the first matching key.
10765
10766         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10767         pgg-decrypt-region.
10768         (pgg-add-passphrase-to-cache): Rename from
10769         `pgg-add-passphrase-cache' to reduce confusion (all callers
10770         changed).
10771         (pgg-remove-passphrase-from-cache): Rename from
10772         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10773         changed).
10774         (pgg-read-passphrase, pgg-add-passphrase-cache)
10775         (pgg-remove-passphrase-cache): Add informative docstrings.
10776         (pgg-decrypt): Convey provided passphrase in subordinate call to
10777         pgg-decrypt-region.
10778
10779 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10780
10781         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10782         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10783         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10784         'passphrase' argument, so the passphrase can be managed externally
10785         and then passed in to the system.
10786
10787         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10788         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10789         so the passphrase cache can be used reliably with identifiers
10790         besides a pgp packet's key id.
10791
10792         * pgg-gpg.el (pgg-gpg-encrypt-region)
10793         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10794         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10795         these routines, so the passphrase can be managed externally and
10796         passed in to the system.
10797
10798         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10799         'notruncate' argument, so the passphrase cache can be used
10800         reliably with identifiers besides a pgp packet's key id.
10801
10802 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10803
10804         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10805         symmetric encryption.
10806         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10807         encrypted session key.
10808         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10809         message ask for the passphrase in a proper way.
10810
10811         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10812         New user commands for symmetric encryption.
10813
10814 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10817
10818         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10819
10820 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10821
10822         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10823
10824 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * mm-decode.el (mm-inlined-types): Add application/pgp.
10827         (mm-automatic-display): Ditto.
10828
10829         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10830         part as text.
10831
10832 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * nnrss.el: Update copyright.
10835         (nnrss-opml-import): Query whether to subscribe to each entry.
10836
10837         * gnus-art.el:
10838         * gnus-sum.el:
10839         * gnus-xmas.el:
10840         * messagexmas.el:
10841         * mm-uu.el:
10842         * mm-view.el: Update copyright.
10843
10844 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10845
10846         * message.el (message-info): New function.
10847         (message-mode-menu): Add it.
10848         Update copyright.
10849
10850         * ChangeLog: Fix and update copyright.
10851
10852 2006-01-13  Romain Francoise  <romain@orebokech.com>
10853
10854         * message.el (message-forward-subject-name-subject): Prefer the
10855         address to 'nowhere' if the sender has no name.
10856         Fix typo.  Update copyright year.
10857
10858 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10859
10860         * gnus-art.el (article-wash-html): Use
10861         gnus-summary-show-article-charset-alist if a numeric arg is given.
10862         (gnus-article-wash-html-with-w3m-standalone): New function.
10863
10864         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10865         mm-inline-text-html-render-with-w3m-standalone.
10866         (mm-text-html-washer-alist): Map w3m-standalone to
10867         gnus-article-wash-html-with-w3m-standalone.
10868         (mm-inline-text-html-render-with-w3m-standalone): New function.
10869
10870 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10873         Improve LaTeX.
10874
10875 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10878         (nnrss-request-article): Render text/plain parts as HTML.
10879
10880         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10881         the buffer.
10882
10883 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10884
10885         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10886         custom definition of `gnus-posting-styles'.
10887
10888         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10889         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10890
10891 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10892
10893         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10894         Use nntp for bug archive.
10895
10896 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10897
10898         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10899         parts.
10900         (nnrss-normalize-date): New function converts ISO 8601 date into
10901         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10902         (nnrss-check-group): Use it.
10903
10904 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10907
10908         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10909         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10910         (nnrss-insert-w3): Ditto.
10911
10912 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10915         the articles to be forwarded including the case where neither a
10916         number of articles nor a region is specified.
10917
10918 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * nnrss.el (nnrss-request-article): Fix last change; fill
10921         text/plain parts.
10922
10923 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10926         in text/plain part.
10927         (nnrss-check-group): Don't add excessive newline to dc:subject.
10928
10929 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10930
10931         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10932         article.
10933
10934 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10937         (nnml-use-compressed-files, nnml-save-mail): Support other
10938         comression programs such as bzip2.
10939
10940 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * dns.el (query-dns): Make sure we check the buffer size before
10943         removing tcp headers.
10944
10945 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10948         remove MIME buttons associated with multipart/alternative parts.
10949         (gnus-mime-display-alternative): Tag buttons using `article-type'
10950         text property.
10951
10952         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10953         associated with multipart/alternative parts.
10954
10955         * gnus-art.el (gnus-signature-separator): Fix custom type.
10956
10957         * mm-decode.el (mm-inlined-types): Fix custom type.
10958         (mm-keep-viewer-alive-types): Ditto.
10959         (mm-automatic-display): Ditto.
10960         (mm-attachment-override-types): Ditto.
10961         (mm-inline-override-types): Ditto.
10962         (mm-automatic-external-display): Ditto.
10963
10964 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * spam-report.el (spam-report-user-mail-address)
10967         (spam-report-user-agent): New variables.
10968         (spam-report-url-ping-plain): Use spam-report-user-agent.
10969
10970 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10971
10972         * gnus-art.el (gnus-button-handle-custom): Do not just use
10973         `customize-apropos' for any "M-x customize-*" button but the
10974         function called for.  Accept both the function name and its
10975         argument in order to achieve this.
10976         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10977         function name to `gnus-button-handle-custom' in case of "M-x
10978         customize-*" buttons.
10979
10980 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10983         multipart/alternative and add xref to mm-discouraged-alternatives
10984         in doc string.
10985
10986         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10987         gnus-buttonized-mime-types in doc string.
10988
10989 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10992         Suggest image/.* in the doc string.
10993
10994 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10997         message-marks (Debian bug #342521).
10998
10999 2005-12-12  Simon Josefsson  <jas@extundo.com>
11000
11001         * password.el (password-read-from-cache): Add.
11002         (password-read): Use it.
11003
11004 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11007         us-ascii as a MIME charset.
11008
11009         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11010         against the case where the 2nd arg TYPE is nil.
11011
11012 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * pop3.el (pop3-stream-type): Fix custom version.
11015
11016         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11017
11018 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11019
11020         * mm-decode.el (mm-display-external): Add missing cdr.
11021
11022 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11025         RFC1524) if it is in mailcap or add a suffix according to
11026         mailcap-mime-extensions when generating a temp filename; postpone
11027         deleting a temp file for 2 seconds for some wrappers, shell
11028         scripts, and so on, which might exit right after having started a
11029         viewer command as a background job.
11030
11031 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * nntp.el (nntp-marks-directory): Fix custom group.
11034
11035         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11036         steps when < 10.
11037
11038         * gnus-start.el (gnus-no-server-1): Mention
11039         `gnus-level-default-subscribed' in doc string.
11040
11041 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11042
11043         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11044         parens.
11045
11046 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-xmas.el (gnus-use-toolbar): Revert.
11049         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11050         gnus-use-toolbar is default.
11051
11052         * messagexmas.el (message-use-toolbar): Revert.
11053         (message-setup-toolbar): Use global default-toolbar if
11054         message-use-toolbar is default.
11055
11056 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11059         according to default-toolbar-visible-p.
11060
11061         * messagexmas.el (message-use-toolbar): Ditto.
11062
11063 2005-11-26  Dave Love  <fx@gnu.org>
11064
11065         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11066         (tls-program, tls-success): Provide openssl alternative.
11067
11068         * starttls.el: Doc fixes.
11069         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11070         SERVICE to PORT.
11071
11072         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11073         port null or service name.
11074         (starttls-negotiate): Autoload.
11075
11076 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * message.el (message-kill-to-signature): Fix interactive spec.
11079
11080 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * pop3.el (pop3-open-server): Recognize a string as a service name.
11083
11084 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11085
11086         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11087
11088 2005-11-23  Dave Love  <fx@gnu.org>
11089
11090         Add pop3s, pop3/starttls.
11091
11092         * pop3.el (pop3-authentication-scheme): Clarify doc.
11093         (open-tls-stream, starttls-open-stream): Autoload.
11094         (pop3-stream-type): New.
11095         (pop3-open-server): Use it.
11096
11097         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11098         for POP.
11099         (mail-source-keyword-map): Add :stream for POP.
11100         (mail-source-fetch-pop): Use pop3-stream-type.
11101
11102 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11103
11104         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11105         of current-time-string.
11106
11107 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11108
11109         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11110         date header.
11111
11112 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11113
11114         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11115         it can seriously impact performance as it bypasses the agent's
11116         local caches.
11117
11118 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11119
11120         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11121         must be explicitly online rather than "not explicitly offline" for
11122         its flags to be synchronized.
11123
11124         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11125         that gnus-uu-unmark-thread will function correctly.
11126
11127         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11128         1024K is instead displayed as 1M.
11129
11130 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11131
11132         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11133
11134 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11135
11136         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11137
11138 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11139
11140         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11141         error message to display actual error condition.
11142         (gnus-agent-save-local): Avoid saving symbols that are bound to
11143         nil as they simply result in a warning message in
11144         gnus-agent-read-local.
11145
11146 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11149         rather than make-variable-buffer-local for file-precious-flag.
11150
11151 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11152
11153         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11154         for duplicates which are removed.  The invalid sort check then
11155         triggers a rescan after the sort as sorting may have moved
11156         duplicate entries such that they can be cheaply detected.
11157
11158 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11159
11160         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11161
11162 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11163
11164         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11165         internal variable to a custom variable.  Changed default value
11166         from compressed(2) to uncompressed(1).
11167         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11168         support for uncompressed agentview files.  Taken together, reading
11169         the agentview file should now be 6-7 times faster.
11170
11171 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11172
11173         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11174         as a buffer-local variable.  This avoids creating truncated
11175         dribble files as a result of a hang up, eg.
11176
11177 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11178
11179         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11180         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11181         XEmacs.
11182
11183 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * gnus-start.el (gnus-start-draft-setup): Enforce
11186         `gnus-draft-mode' for nndraft:drafts at startup.
11187
11188         * gnus.el (gnus-splash): Change custom group.
11189         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11190         allow-list argument.
11191
11192         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11193         string.
11194
11195 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * gnus-art.el (gnus-default-article-saver): Add user-defined
11198         `function' to custom type.
11199
11200 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11201
11202         * imap.el (imap-open): Handle case where buffer is a buffer
11203         object.
11204
11205 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11208         long lines.
11209         (gnus-cache-delete-group): Wrap doc strings.
11210
11211         * gnus-agent.el (gnus-agent-rename-group)
11212         (gnus-agent-delete-group): Wrap doc strings.
11213
11214 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * messagexmas.el (message-use-toolbar): Change the valid values
11217         into default, top, bottom, left, and right.
11218         (message-toolbar-thickness): New variable.
11219         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11220         well.
11221         (message-setup-toolbar): Make it work.
11222
11223         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11224         (gnus-use-toolbar): Change the valid values into default, top,
11225         bottom, left, and right.
11226         (gnus-toolbar-thickness): New variable.
11227         (gnus-xmas-setup-toolbar): New function.
11228         (gnus-xmas-setup-group-toolbar): Use it.
11229         (gnus-xmas-setup-summary-toolbar): Use it.
11230
11231 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232
11233         * gnus-start.el (gnus-1): Add "native" to
11234         gnus-predefined-server-alist.
11235
11236         * gnus.el (gnus-method-to-server): Don't add "native" to the
11237         lists here, because that leads to problems when
11238         gnus-select-method is bound.
11239
11240 2005-11-09  Simon Josefsson  <jas@extundo.com>
11241
11242         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11243         use (not sort-by-date) instead.
11244
11245 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11246
11247         * gnus-delay.el (gnus-delay-group): Don't autoload.
11248         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11249         to be re-loaded when customizing the `gnus-delay' group.
11250
11251 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11252
11253         * message.el: Revert last changes.
11254         (message-insert-citation-line): Use newlines.
11255
11256 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11257
11258         * message.el (message-courtesy-message)
11259         (message-mark-insert-begin, message-mark-insert-end)
11260         (message-elide-ellipsis, message-cancel-message)
11261         (message-add-header, message-change-subject)
11262         (message-cross-post-followup-to-header)
11263         (message-cross-post-insert-note, message-reduce-to-to-cc)
11264         (message-widen-reply, message-delete-not-region)
11265         (message-kill-to-signature, message-insert-signature)
11266         (message-insert-importance-high, message-insert-importance-low)
11267         (message-insert-or-toggle-importance)
11268         (message-insert-disposition-notification-to)
11269         (message-indent-citation, message-yank-original)
11270         (message-cite-original-without-signature, message-cite-original)
11271         (message-insert-citation-line, message-position-on-field)
11272         (message-fix-before-sending, message-send-mail-partially)
11273         (message-send-mail, message-send-mail-with-sendmail)
11274         (message-send-mail-with-qmail, message-send-news)
11275         (message-check-news-header-syntax, message-generate-headers)
11276         (message-insert-courtesy-copy, message-fill-address)
11277         (message-fill-header, message-shorten-references)
11278         (message-setup-1, message-cancel-news)
11279         (message-forward-make-body-plain, message-forward-make-body-mime)
11280         (message-forward-make-body-mml, message-encode-message-body)
11281         (message-forward-make-body-digest-plain)
11282         (message-forward-make-body-digest-mime)
11283         (message-use-alternative-email-as-from): Insert `hard-newline'
11284         instead of ordinary newlines.
11285
11286 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11287
11288         * message.el (message-generate-headers): Downcase the argument
11289         given to message-check-element.
11290
11291 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11292
11293         * nntp.el (nntp-authinfo-rejected): New error condition.
11294         (nntp-wait-for): Use new error condition to signal authentication
11295         error.
11296         (nntp-retrieve-data): Rethrow new error condition to break out of
11297         recursive call to nntp-send-authinfo.
11298
11299 2005-11-08  Romain Francoise  <romain@orebokech.com>
11300
11301         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11302         (gnus-summary-exit-map): Bind to `Z p'.
11303         (gnus-summary-make-menu-bar): Add menu item.
11304
11305 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11308         (gnus-treat-*): Add `first' in all doc strings.
11309
11310         * gnus-group.el (gnus-group-compact-group): Fix typo.
11311
11312 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus.el (gnus-parameters-case-fold-search): New variable.
11315         (gnus-parameters-get-parameter): Use it.
11316
11317         * gnus-score.el (gnus-home-score-file): Doc fix.
11318
11319 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11320
11321         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11322
11323 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * mm-util.el (mm-special-display-p): New function.
11326
11327         * mml.el (mml-preview): Use it; doc fix.
11328
11329 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11330
11331         * imap.el (imap-open): Handle case where buffer is a buffer object.
11332
11333 2005-10-29  Romain Francoise  <romain@orebokech.com>
11334
11335         * message.el (message-fix-before-sending): Fix comment.
11336
11337 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11338
11339         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11340
11341 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11342
11343         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11344         Used in gnus-score.el.
11345
11346 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11349
11350 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11353         whitespace removed in revision 7.8.  Use concatenated string to
11354         protect trailing whitespace.
11355
11356 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11357
11358         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11359         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11360         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11361         Courier IMAP ("some version from 2004").  Mostly based on similar
11362         code in the same function.
11363
11364 2005-10-26  Didier Verna  <didier@xemacs.org>
11365
11366         * gnus-group.el (gnus-group-compact-group): Invalidate original
11367         article buffer.
11368         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11369         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11370         NOV database and in article itself.
11371         Invalidate article backlog.
11372
11373 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11376
11377 2005-10-26  Simon Josefsson  <jas@extundo.com>
11378
11379         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11380         part of 2004-07-25 change.
11381
11382 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * message.el (message-display-completion-list): New function.
11385         (message-expand-group): Use it; make sure the Completions buffer
11386         is modifiable.
11387 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11388
11389         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11390         user-mail-name is an empty string.
11391
11392 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11395         depending on gnus-score-decay-constant.
11396
11397         * encrypt.el (encrypt-insert-file-contents)
11398         (encrypt-write-file-contents): Don't use `gnus-message'.
11399
11400         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11401         arguments.
11402         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11403         arguments to mm-uu-verbatim-marks-extract.
11404         (mm-uu-hide-markers): New variable.
11405         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11406
11407         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11408         (gnus-convert-image-to-face-command): Use "convert" by default to
11409         allow other input image formats.
11410         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11411         accordingly.
11412
11413 2005-10-23  Simon Josefsson  <jas@extundo.com>
11414
11415         * imap.el (imap-gssapi-program): Align command line parameters
11416         with latest GNU SASL.
11417         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11418
11419 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11422         HTML.
11423         (nnslashdot-request-article): Ditto.
11424
11425         * lpath.el (featurep): Add nobreak-char-display.
11426
11427 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11428
11429         * mail-source.el (mail-source-fetch-pop): Require pop3.
11430         (mail-source-check-pop): Ditto.
11431
11432 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11435         errors.
11436
11437 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11440         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11441
11442         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11443
11444         * mm-bodies.el (mm-decode-string): Call
11445         `mm-charset-to-coding-system' with allow-override argument.
11446
11447 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11448
11449         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11450         (rfc2047-charset-to-coding-system): New function.
11451         (rfc2047-decode-encoded-words): New function.
11452         (rfc2047-decode-region): Use them.
11453         (rfc2047-decode-cte): Remove.
11454         (rfc2047-parse-and-decode): Remove.
11455         (rfc2047-decode): Remove.
11456
11457 2005-10-15  Kenichi Handa  <handa@m17n.org>
11458
11459         * rfc2047.el (rfc2047-decode-cte): New function.
11460         (rfc2047-decode-region): Change the way to decode successive
11461         encoded-words: decode B- or Q-encoding in each encoded-word,
11462         concatenate them, and decode it as charset.
11463
11464 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * lpath.el: Fbind codepage-setup for XEmacs.
11467
11468 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11469
11470         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11471         widget-move-and-invoke.
11472         (gnus-custom-mode): Use gnus-custom-map.
11473
11474 2005-10-15  Bill Wohler  <wohler@newt.com>
11475
11476         * message.el (message-tool-bar-map): Renamed image file from
11477         mail_send to mail/send.
11478
11479 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11480
11481         * message.el (message-expand-group): Pass the common
11482         prefix substring of completion to `display-completion-list'.
11483
11484 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11485
11486         * mml-sec.el (mml-secure-method): New internal variable.
11487         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11488         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11489         functions using mml-secure-method.
11490
11491         * mml.el (mml-mode-map): Add key bindings for those functions.
11492         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11493         Harder <harder@myrealbox.com>.
11494         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11495         end of message if point is the headers of the message.
11496
11497         * message.el (message-in-body-p): New function.
11498
11499         * assistant.el: Autoload gnus-util and netrc.
11500
11501         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11502         Use `mm-charset-override-alist' only when decoding.
11503
11504         * mm-bodies.el (mm-decode-body): Call
11505         `mm-charset-to-coding-system' with allow-override argument.
11506
11507         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11508         `filename' from Content-Disposition if Content-Type doesn't
11509         provide `name'.
11510         (gnus-mime-view-part-as-type): Set default instead of
11511         initial-input.
11512
11513 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11514
11515         * format-spec.el (format-spec): Propagate text properties of % spec.
11516
11517 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * gnus-art.el (gnus-treat-predicate): Add `first'.
11520
11521 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11522
11523         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11524         (mm-charset-override-alist): New variable.
11525         (mm-charset-to-coding-system): Use it.
11526         (mm-codepage-setup): New helper function.
11527         (mm-charset-eval-alist): New variable.
11528         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11529         about unknown charsets.
11530
11531         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11532
11533 2005-10-04  David Hansen  <david.hansen@gmx.net>
11534
11535         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11536         (nnrss-check-group): Ditto.
11537
11538 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11541         Rename x-gnus-verbatim to x-verbatim.
11542         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11543
11544         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11545         x-verbatim.
11546
11547         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11548
11549         * gnus-util.el (gnus-remove-duplicates): Remove.
11550
11551         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11552         instead of gnus-remove-duplicates.
11553
11554         * message.el (message-remove-duplicates): Remove.
11555         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11556         message-remove-duplicates.
11557
11558         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11559         available, else use implementation from `delete-dups'.
11560
11561         * message.el (message-insert-expires): New function.
11562         (message-mode-map): Add key binding.
11563         (message-mode-field-menu): Add menu entry.
11564         (message-mode): Document it.
11565         (message-make-expires-date): Use `message-make-date'.
11566
11567 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11568
11569         * message.el (message-make-expires-date): New function.
11570
11571 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11572
11573         * Makefile.in (list-installed-shadows): New entry.
11574         (install): Use it.
11575         (remove-installed-shadows): New entry.
11576
11577         * dgnushack.el (dgnushack-default-load-path): New variable.
11578         (dgnushack-find-lisp-shadows): New function.
11579         (dgnushack-remove-lisp-shadows): New function.
11580
11581 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * Makefile.in (install-el-elc): New entry.
11584         (install): Use it so that .el files are necessarily installed.
11585
11586 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11589
11590 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11591
11592         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11593         function rather than the diff-mode.el package.
11594         (mm-display-external): Use with-current-buffer.
11595         (mm-viewer-completion-map, mm-viewer-completion-map):
11596         Move initialization inside declaration.
11597
11598 2005-09-29  Simon Josefsson  <jas@extundo.com>
11599
11600         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11601         autoload mail-check-payment.
11602         (spam-check-hashcash): Define unconditionally, since hashcash.el
11603         is part of Gnus now.  Ignore errors from payment checking.
11604
11605 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * message.el (message-bold-region, message-unbold-region): Rename
11608         from `bold-region' and `unbold-region'.
11609
11610         * message.el: Remove useless autoloads.
11611
11612 2005-09-28  Simon Josefsson  <jas@extundo.com>
11613
11614         * message.el (message-use-idna): Default to t.
11615         (message-use-idna): Test whether encoding works too.  Doc fix.
11616
11617 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * nntp.el (nntp-warn-about-losing-connection): Remove.
11620
11621 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11624         customizable.  Change default value.
11625         (mm-uu-diff-groups-regexp): Change default value.
11626         (mm-uu-type-alist): Add doc string.
11627         (mm-uu-configure): Add doc string.  Make it interactive.
11628         (mm-uu-tex-groups-regexp): New variable.
11629         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11630         (mm-uu-type-alist): Add LaTeX documents.
11631         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11632         of "text/verbatim".
11633         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11634
11635         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11636         instead of "text/verbatim".
11637
11638         * message.el (message-mark-inserted-region)
11639         (message-mark-insert-file): Use slrn style marks when called with
11640         prefix argument.
11641
11642 2005-09-27  Simon Josefsson  <jas@extundo.com>
11643
11644         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11645
11646 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11647
11648         * message.el (message-remove-duplicates): New function.
11649         Implementation borrowed from `gnus-remove-duplicates'.
11650         (message-idna-to-ascii-rhs): Also encode idna addresses in
11651         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11652         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11653         only ask about the same idna domain once per header and also tell
11654         in what header to replace the idna domain.
11655
11656         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11657         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11658         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11659         a header is decoded and not just the last one.
11660
11661 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11664         has been decoded.
11665
11666         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11667         (mm-insert-part): Don't modify text if it has been decoded.
11668
11669         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11670         decoded.
11671
11672         * mm-view.el (mm-inline-text): Don't strip text props unless
11673         decoding enriched or richtext parts.
11674
11675 2005-09-25  Romain Francoise  <romain@orebokech.com>
11676
11677         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11678         * gnus-start.el (gnus-subscribe-interactively):
11679         * gnus-uu.el (gnus-uu-grab-articles):
11680         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11681         space.
11682
11683 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11684
11685         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11686         * mm-view.el (mm-view-pkcs7-decrypt):
11687         * gnus-sum.el (gnus-summary-limit-to-extra)
11688         (gnus-summary-respool-article, gnus-read-move-group-name):
11689         * gnus-score.el (gnus-summary-increase-score):
11690         * gnus-util.el (gnus-completing-read-with-default):
11691         * gnus-art.el (gnus-read-save-file-name)
11692         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11693         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11694         * message.el (message-check-news-header-syntax):
11695         Follow convention for reading with the minibuffer.
11696
11697 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11698
11699         * spam-report.el (spam-report-url-ping-plain):
11700         Use gnus-extended-version as User-Agent.
11701
11702         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11703         default value is nil.
11704
11705         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11706         (mm-uu-verbatim-marks-extract): New function.
11707         (mm-uu-extract): New face.
11708         (mm-uu-copy-to-buffer): Use it.
11709
11710         * spam-report.el (spam-report-gmane-ham): Renamed from
11711         `spam-report-gmane-unspam'.
11712         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11713         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11714
11715         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11716         Autoload.
11717         (spam-report-gmane-unregister-routine): Renamed
11718         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11719
11720 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11723         (spam-report-gmane-unregister-routine): Add support for gmane
11724         unregistration.
11725
11726         * spam-report.el (spam-report-gmane-unspam)
11727         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11728         (spam-report-gmane): Change to take a single article and do unspam
11729         registration.
11730
11731 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * mm-url.el (mm-url-decode-entities): Fix regexp.
11734
11735 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11736
11737         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11738         default to nil, to be able to use Gnus at all.  If the default
11739         switches to something else, then the function should be fixed not
11740         be exceedingly slow.
11741
11742 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11743
11744         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11745         fail hard.
11746
11747         * spam-report.el: Add better Keywords line.
11748
11749         * spam.el: Add Maintainer and better Keywords line.
11750
11751 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11752
11753         * gnus-art.el (gnus-article-replace-part)
11754         (gnus-mime-replace-part): New functions.
11755         (gnus-mime-action-alist, gnus-mime-button-commands)
11756         (gnus-mime-save-part-and-strip): Added file argument.
11757         (gnus-article-part-wrapper): Added interactive argument.
11758
11759         * gnus-sum.el (gnus-summary-mime-map): Add
11760         `gnus-article-replace-part'.
11761
11762 2005-09-19  Didier Verna  <didier@xemacs.org>
11763
11764         The nnml compaction feature:
11765         * nnml.el (nnml-request-compact-group): New function.
11766         * nnml.el (nnml-request-compact): New function.
11767         * gnus-int.el (gnus-request-compact-group): New function.
11768         * gnus-int.el (gnus-request-compact): New function.
11769         * gnus-group.el (gnus-group-compact-group): New function.
11770         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11771         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11772         * gnus-srvr.el (gnus-server-compact-server): New function.
11773         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11774         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11775
11776 2005-09-18  Deepak Goel  <deego@gnufans.org>
11777
11778         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11779         format spec.
11780
11781 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11782
11783         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11784
11785 2005-09-15  Romain Francoise  <romain@orebokech.com>
11786
11787         * message.el (message-fill-paragraph): Clarify docstring.
11788
11789 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-art.el (gnus-mime-display-part): Protect against broken
11792         MIME messages.
11793
11794 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11797         before parsing header.
11798
11799 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11800
11801         * html2text.el (html2text-replace-list): Add new entities.
11802
11803 2005-09-11  Romain Francoise  <romain@orebokech.com>
11804
11805         * message.el (message-alternative-emails): Improve docstring.
11806         (message-setup-1): Call `message-use-alternative-email-as-from'
11807         after `message-setup-hook' to give it precedence over posting
11808         styles, etc.
11809         (message-use-alternative-email-as-from): Add docstring.  Remove
11810         the original From header if present.
11811
11812         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11813         (nnml-save-mail): Use it.
11814
11815         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11816         articles.  Add new argument `silent'.
11817         (gnus-uu-mark-all): Report the total number of marked articles.
11818
11819 2005-09-10  Romain Francoise  <romain@orebokech.com>
11820
11821         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11822         (gnus-uu-mark-series): Likewise.
11823
11824 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * spam-report.el (spam-report-gmane): Fix generation of spam
11827         report URL.
11828
11829 2005-09-10  Simon Josefsson  <jas@extundo.com>
11830
11831         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11832         t, based on discussion on the ding list with Robert Epprecht
11833         <epprecht@solnet.ch>.
11834
11835 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11836
11837         * spam-report.el (spam-report-gmane): Make it work without
11838         X-Report-Spam header.  Gmane now only provides Archived-At.
11839         This is only used if `spam-report-gmane-use-article-number' is nil.
11840         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11841
11842         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11843         make `gnus-summary-sort-by-recipient' work with threading.
11844
11845         * nnweb.el (nnweb-google-wash-article): Print a message if article
11846         is not available.
11847
11848 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11849
11850         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11851         change.  Decode text/* parts content before displaying.
11852
11853 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11854
11855         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11856
11857 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11860
11861         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11862         url-package-name, url-package-version,
11863         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11864         w3m-display-inline-images, and w3m-minor-mode-map.
11865
11866 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * message.el (message-tab-body-function): Fix mismatched custom type.
11869
11870         * gnus.el (gnus-group-change-level-function): Ditto.
11871
11872         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11873
11874         * gnus-art.el (gnus-signature-limit)
11875         (gnus-article-mime-part-function): Ditto.
11876
11877 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * mml.el (mml-mode): Silence the byte compiler.
11880
11881         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11882         using `(sit-for 0)' before moving the point to the specified part;
11883         skip unbuttonized parts.
11884         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11885         return to the summary window if gnus-auto-select-part is non-nil.
11886
11887 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11888
11889         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11890         variables.
11891         (mml-dnd-attach-file, mml-mode): Use them.
11892
11893         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11894         Make fetching article by MID work again for Google Groups.  Added
11895         FIXME concerning gnus-group-make-web-group.
11896
11897         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11898         Don't depend on Gnus by using mail-extract-address-components if
11899         gnus-extract-address-components is not bound.
11900
11901 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11902
11903         * gnus-art.el (gnus-mime-display-security): Don't display the
11904         signature, but only the signed part.
11905
11906 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11909
11910         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11911         list, not listp.
11912
11913 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11914
11915         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11916         when encoding.
11917
11918         * mm-bodies.el (mm-decode-content-transfer-encoding):
11919         De-canonicalize CRLF for all text content types, not just
11920         text/plain.
11921
11922 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11925         valid article; point arrow and cursor at the MIME button.
11926
11927 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11930         Suggested by Dan Christensen <jdc@uwo.ca>.
11931
11932         * mm-decode.el (mm-save-part): Enable change of prompt.
11933
11934 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11935
11936         * gnus-msg.el (gnus-inews-add-send-actions): Made
11937         `message-post-method' lambda parameter ARG `&optional'.
11938
11939 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * gnus-sum.el (gnus-summary-mime-map): Added
11942         gnus-article-save-part-and-strip, gnus-article-delete-part and
11943         gnus-article-jump-to-part.
11944
11945         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11946         (gnus-article-edit-part): Use it.
11947         (gnus-article-part-wrapper): Added no-handle argument.
11948         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11949         functions.
11950
11951 2005-08-29  Romain Francoise  <romain@orebokech.com>
11952
11953         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11954         docstring.
11955         (gnus-face-from-file): Likewise.
11956
11957 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11958
11959         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11960         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11961         non-nil.
11962         (gnus-auto-select-part): New variable.
11963         (gnus-article-jump-to-part): New function.
11964         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11965         (gnus-mime-delete-part): Allow selecting specified part after
11966         deleting or stripping parts.
11967         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11968         part if argument is bogus.
11969
11970 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11971
11972         * gnus-art.el (w3m-minor-mode-map):
11973         * gnus-spec.el (gnus-newsrc-file-version):
11974         * gnus-util.el (nnmail-active-file-coding-system)
11975         (gnus-original-article-buffer, gnus-user-agent):
11976         * gnus.el (gnus-ham-process-destinations)
11977         (gnus-parameter-ham-marks-alist)
11978         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11979         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11980         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11981         * mm-decode.el (gnus-current-window-configuration):
11982         * mm-extern.el (gnus-article-mime-handles):
11983         * mm-url.el (url-current-object, url-package-name)
11984         (url-package-version):
11985         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11986         (smime-keys, w3m-cid-retrieve-function-alist)
11987         (w3m-current-buffer, w3m-display-inline-images)
11988         (w3m-minor-mode-map):
11989         * mml-smime.el (gnus-extract-address-components):
11990         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11991         (gnus-newsrc-hashtb, message-default-charset)
11992         (message-deletable-headers, message-options)
11993         (message-posting-charset, message-required-mail-headers)
11994         (message-required-news-headers):
11995         * mml1991.el (mc-pgp-always-sign):
11996         * mml2015.el (mc-pgp-always-sign):
11997         * nnheader.el (nnmail-extra-headers):
11998         * rfc1843.el (gnus-decode-encoded-word-function)
11999         (gnus-decode-header-function, gnus-newsgroup-name):
12000         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12001
12002 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12003
12004         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12005         the end of the date treatments.
12006
12007 2005-08-15  Simon Josefsson  <jas@extundo.com>
12008
12009         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12010         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12011         Capello and Romain Francoise.
12012         (pgg-fetch-key-function): Removed, not used?
12013         (pgg-insert-url-with-w3): Require url, to get
12014         url-insert-file-contents regardless of where it is defined.
12015
12016 2005-08-13  Romain Francoise  <romain@orebokech.com>
12017
12018         * message.el (message-cite-original-1): New function.
12019         (message-cite-original): Use it.
12020         (message-cite-original-without-signature): Ditto.
12021
12022 2005-08-08  Romain Francoise  <romain@orebokech.com>
12023
12024         * message.el (message-yank-empty-prefix): New variable.
12025         (message-indent-citation): Use it.
12026         (message-cite-original-without-signature): Respect X-No-Archive.
12027
12028 2005-08-08  Simon Josefsson  <jas@extundo.com>
12029
12030         * pgg.el: Autoload url-insert-file-contents instead of loading
12031         w3/url.
12032         (pgg-insert-url-with-w3): Don't load url here.
12033
12034 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12035
12036         * message.el (message-kill-to-signature): Don't insert newline at
12037         bol.
12038         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12039
12040 2005-08-06  Romain Francoise  <romain@orebokech.com>
12041
12042         * message.el (message-user-fqdn): Fix typo in docstring.
12043
12044 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12045
12046         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12047
12048         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12049
12050 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * mm-bodies.el (mm-encode-body): Use coding system rather than
12053         charset to encode text.
12054
12055         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12056         number of charsets if utf-8 is available (XEmacs).
12057
12058 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12059
12060         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12061         taken from `gnus-button-mid-or-mail-regexp'.
12062         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12063         (gnus-button-alist): Improve regexp for domain part of the MIDs
12064         for news:localpart@domain buttons.
12065         (gnus-button-ctan-directory-regexp): Update.
12066
12067 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * sieve-manage.el (sieve-manage-interactive-login): Use
12070         make-local-variable rather than make-variable-buffer-local.
12071         (sieve-manage-open): Ditto.
12072         (sieve-manage-authenticate): Ditto.
12073
12074         * mml.el (mml-generate-mime-1): Make the content type default to
12075         text/plain if the filename is not specified.
12076
12077 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12080         instead of insert-buffer.
12081
12082         * message.el (message-yank-original): Ditto; set the mark at the
12083         end of the yanked message.
12084
12085 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12088         lines to scroll rather than to stop it.
12089
12090         * mml.el (mml-generate-default-type): Add doc string.
12091         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12092         default to application/octet-stream when determining the content
12093         type if it is not specified for the part or the mml contents; add
12094         a comment about mml-generate-default-type.
12095
12096 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12097
12098         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12099         make it default to application/octet-stream when determining the
12100         content type if it is not specified for the external contents.
12101
12102 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12105         segmented parameter but also other parameters might be there.
12106
12107 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * mm-decode.el (mm-display-external): Delete temp file, directory
12110         and buffer immediately if the external process is exited.
12111
12112 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12115         fewer lines than that of scroll-margin.
12116         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12117
12118 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * gnus-art.el (gnus-article-next-page): Revert.
12121         (gnus-article-beginning-of-window): New macro.
12122         (gnus-article-next-page-1): Use it.
12123         (gnus-article-prev-page): Ditto.
12124         (gnus-article-edit-part): Use insert-buffer-substring instead of
12125         insert-buffer.
12126         (gnus-article-edit-exit): Ditto.
12127
12128         * gnus-util.el (gnus-beginning-of-window): Remove.
12129         (gnus-end-of-window): Remove.
12130
12131         * lpath.el: Don't bind header-line-format and scroll-margin.
12132
12133 2005-07-25  Simon Josefsson  <jas@extundo.com>
12134
12135         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12136         to have the url package without w3.  Reported by Daiki Ueno
12137         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12138
12139 2005-07-20  Didier Verna  <didier@xemacs.org>
12140
12141         * gnus-diary.el: Remove the description comment (nndiary is now
12142         properly documented in the Gnus manual).
12143         Fix the spelling of "Back End".
12144         * nndiary.el: Ditto.
12145         Fix the copyright notice.
12146
12147 2005-07-18  Romain Francoise  <romain@orebokech.com>
12148
12149         * gnus-sum.el (gnus-summary-to-prefix)
12150         (gnus-summary-newsgroup-prefix): New variables.
12151         (gnus-summary-from-or-to-or-newsgroups): Use them.
12152
12153 2005-07-17  Romain Francoise  <romain@orebokech.com>
12154
12155         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12156         space as it's generally not especially interesting to the user.
12157
12158 2005-07-16  Romain Francoise  <romain@orebokech.com>
12159
12160         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12161         nil to avoid prompting and file modification if one of the
12162         messages at the top of the nnfolder file contains a copyright
12163         notice.
12164         Update copyright notice.
12165
12166         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12167         instead of `current-time-string' as the latter creates a time
12168         string that is not RFC 2822 compliant (it lacks the zone).
12169         Update copyright notice.
12170
12171 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12172
12173         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12174         for text/rtf.  Display default in prompt.  Pass default for M-n.
12175
12176         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12177
12178 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12179
12180         * gnus-msg.el (gnus-button-mailto): Remove
12181         save-selected-window-window hackery because it relies on
12182         save-selected-window internals.
12183
12184 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12187         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12188         (gnus-article-prev-page): Ditto.
12189
12190         * gnus-util.el (gnus-beginning-of-window): New function.
12191         (gnus-end-of-window): New function.
12192
12193         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12194
12195 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12196
12197         * gnus-score.el (gnus-score-edit-all-score): Set
12198         gnus-score-edit-exit-function to gnus-score-edit-done and call
12199         gnus-message.
12200
12201 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12202
12203         * gnus-msg.el (gnus-button-mailto): Remove
12204         save-selected-window-window hackery because it relies on
12205         save-selected-window internals.
12206
12207 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12210         add-minor-mode.
12211         (gnus-binary-mode): Ditto.
12212
12213         * gnus-topic.el (gnus-topic-mode): Ditto.
12214
12215 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12216
12217         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12218         (gnus-article-prev-page): Take scroll-margin into consideration.
12219
12220 2005-07-04  Lute Kamstra  <lute@gnu.org>
12221
12222         Update FSF's address in GPL notices.
12223
12224 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12225
12226         * gnus.el (gnus-exit):
12227         * gnus-group.el (gnus-group-icons):
12228         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12229
12230         * gnus-nocem.el (gnus-nocem):
12231         * message.el (message-various, message-buffers, message-sending)
12232         (message-interface, message-forwarding, message-insertion)
12233         (message-headers, message-news, message-mail):
12234         * pgg-gpg.el (pgg-gpg):
12235         * pgg-parse.el (pgg-parse):
12236         * pgg-pgp.el (pgg-pgp):
12237         * pgg-pgp5.el (pgg-pgp5):
12238         * pop3.el (pop3): Finish `defgroup' description with period.
12239
12240 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (article-display-face): Improve the efficiency.
12243         (article-display-x-face): Ditto; remove grey x-face stuff.
12244
12245 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-art.el (article-display-face): Correct the position in
12248         which Faces are inserted.
12249
12250 2005-06-29  Didier Verna  <didier@xemacs.org>
12251
12252         * gnus-art.el (article-display-face): Display faces in correct
12253         order.
12254
12255 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12258         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12259         (gnus-nocem-check-article): Fetch the Type header.
12260         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12261         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12262         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12263         make sure gnus-nocem-hashtb is initialized.
12264         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12265         (gnus-nocem-unwanted-article-p): Ditto.
12266
12267         * pgg.el (pgg-verify): Return the verification result.
12268
12269 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12270
12271         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12272         is ascii.
12273
12274 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12275
12276         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12277         `show-nonbreak-escape'.
12278
12279 2005-06-23  Lute Kamstra  <lute@gnu.org>
12280
12281         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12282
12283         * dig.el (dig-mode):
12284         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12285
12286 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12287
12288         * nnimap.el (nnimap-split-download-body): Fix spellings.
12289
12290 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12291
12292         * gnus-art.el (gnus-article-encrypt-body):
12293         * gnus-cus.el (gnus-score-customize):
12294         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12295         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12296
12297 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12298
12299         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12300         header by looking for magic "MII" at the beginnig.
12301
12302 2005-06-16  Miles Bader  <miles@gnu.org>
12303
12304         * gnus-xmas.el (gnus-xmas-group-startup-message):
12305         Use renamed gnus-splash face.
12306
12307         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12308         (assistant-field-face): New backward-compatibility alias for renamed
12309         face.
12310         (assistant-render-text): Use renamed assistant-field face.
12311
12312         * spam.el (spam): Remove "-face" suffix from face name.
12313         (spam-face): New backward-compatibility alias for renamed face.
12314         (spam-face, spam-initialize): Use renamed spam face.
12315
12316         * message.el (message-header-to, message-header-cc)
12317         (message-header-subject, message-header-newsgroups)
12318         (message-header-other, message-header-name)
12319         (message-header-xheader, message-separator, message-cited-text)
12320         (message-mml): Remove "-face" suffix from face names.
12321         (message-header-to-face, message-header-cc-face)
12322         (message-header-subject-face, message-header-newsgroups-face)
12323         (message-header-other-face, message-header-name-face)
12324         (message-header-xheader-face, message-separator-face)
12325         (message-cited-text-face, message-mml-face):
12326         New backward-compatibility aliases for renamed faces.
12327         (message-font-lock-keywords): Use renamed message faces.
12328
12329         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12330         (sieve-test-commands, sieve-tagged-arguments):
12331         Remove "-face" suffix from face names.
12332         (sieve-control-commands-face, sieve-action-commands-face)
12333         (sieve-test-commands-face, sieve-tagged-arguments-face):
12334         New backward-compatibility aliases for renamed faces.
12335         (sieve-control-commands-face, sieve-action-commands-face)
12336         (sieve-test-commands-face, sieve-tagged-arguments-face):
12337         Use renamed sieve faces.
12338
12339         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12340         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12341         (gnus-group-news-3-empty, gnus-group-news-4)
12342         (gnus-group-news-4-empty, gnus-group-news-5)
12343         (gnus-group-news-5-empty, gnus-group-news-6)
12344         (gnus-group-news-6-empty, gnus-group-news-low)
12345         (gnus-group-news-low-empty, gnus-group-mail-1)
12346         (gnus-group-mail-1-empty, gnus-group-mail-2)
12347         (gnus-group-mail-2-empty, gnus-group-mail-3)
12348         (gnus-group-mail-3-empty, gnus-group-mail-low)
12349         (gnus-group-mail-low-empty, gnus-summary-selected)
12350         (gnus-summary-cancelled, gnus-summary-high-ticked)
12351         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12352         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12353         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12354         (gnus-summary-low-undownloaded)
12355         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12356         (gnus-summary-low-unread, gnus-summary-normal-unread)
12357         (gnus-summary-high-read, gnus-summary-low-read)
12358         (gnus-summary-normal-read, gnus-splash):
12359         Remove "-face" suffix from face names.
12360         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12361         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12362         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12363         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12364         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12365         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12366         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12367         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12368         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12369         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12370         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12371         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12372         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12373         (gnus-summary-normal-ticked-face)
12374         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12375         (gnus-summary-normal-ancient-face)
12376         (gnus-summary-high-undownloaded-face)
12377         (gnus-summary-low-undownloaded-face)
12378         (gnus-summary-normal-undownloaded-face)
12379         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12380         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12381         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12382         (gnus-splash-face):
12383         New backward-compatibility aliases for renamed faces.
12384         (gnus-group-startup-message): Use renamed gnus faces.
12385
12386         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12387         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12388         (gnus-server-agent): Remove "-face" suffix from face names.
12389         (gnus-server-agent-face, gnus-server-opened-face)
12390         (gnus-server-closed-face, gnus-server-denied-face)
12391         (gnus-server-offline-face):
12392         New backward-compatibility aliases for renamed faces.
12393         (gnus-server-agent-face, gnus-server-opened-face)
12394         (gnus-server-closed-face, gnus-server-denied-face)
12395         (gnus-server-offline-face): Use renamed gnus faces.
12396
12397         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12398         Remove "-face" suffix from face names.
12399         (gnus-picon-xbm-face, gnus-picon-face):
12400         New backward-compatibility aliases for renamed faces.
12401
12402         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12403         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12404         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12405         (gnus-cite-11): Remove "-face" suffix from face names.
12406         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12407         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12408         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12409         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12410         New backward-compatibility aliases for renamed faces.
12411         (gnus-cite-attribution-face, gnus-cite-face-list)
12412         (gnus-article-boring-faces): Use renamed gnus faces.
12413
12414         * gnus-art.el (gnus-signature, gnus-header-from)
12415         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12416         (gnus-header-content): Remove "-face" suffix from face names.
12417         (gnus-signature-face, gnus-header-from-face)
12418         (gnus-header-subject-face, gnus-header-newsgroups-face)
12419         (gnus-header-name-face, gnus-header-content-face):
12420         New backward-compatibility aliases for renamed faces.
12421         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12422
12423         * gnus-sum.el (gnus-summary-selected-face)
12424         (gnus-summary-highlight): Use renamed gnus faces.
12425         * gnus-group.el (gnus-group-highlight): Likewise.
12426
12427 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12428
12429         * gnus-sieve.el (gnus-sieve-article-add-rule):
12430         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12431         * spam-stat.el (spam-stat-buffer-change-to-spam)
12432         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12433
12434         * message.el (message-is-yours-p):
12435         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12436
12437 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * mm-view.el (mm-inline-text): Withdraw the last change.
12440
12441 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12444         executing enriched-decode.
12445
12446 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12449         charset of tar files.
12450
12451 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12452
12453         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12454
12455 2005-06-04  Lute Kamstra  <lute@gnu.org>
12456
12457         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12458         information is never recorded.
12459
12460 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12461
12462         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12463
12464 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * pop3.el (pop3-apop): Run md5 in the binary mode.
12467
12468         * starttls.el (starttls-set-process-query-on-exit-flag):
12469         Use eval-and-compile.
12470
12471 2005-05-31  Simon Josefsson  <jas@extundo.com>
12472
12473         * smime.el (smime-replace-in-string): Define.
12474         (smime-cert-by-ldap-1): Use it.
12475
12476 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-art.el (article-display-x-face): Replace
12479         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12480
12481         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12482         set-process-query-on-exit-flag or process-kill-without-query.
12483
12484         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12485         loop instead of replace-regexp.
12486
12487         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12488         instead of process-kill-without-query if it is available.
12489
12490         * lpath.el: Fbind ldap-search-entries.
12491
12492         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12493         instead of find-file-hooks if it is available.
12494
12495         * mml1991.el: Bind pgg-default-user-id when compiling.
12496
12497         * mml2015.el: Bind pgg-default-user-id when compiling.
12498
12499         * nndraft.el (nndraft-request-associate-buffer):
12500         Use write-contents-functions instead of write-contents-hooks if it is
12501         available.
12502
12503         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12504         instead of find-file-hooks if it is available.
12505
12506         * nntp.el (nntp-open-connection): Replace
12507         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12508         (nntp-open-ssl-stream): Ditto.
12509         (nntp-open-tls-stream): Ditto.
12510
12511         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12512         set-process-query-on-exit-flag or process-kill-without-query.
12513         (starttls-open-stream-gnutls): Use it instead of
12514         process-kill-without-query.
12515         (starttls-open-stream): Ditto.
12516
12517 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12518
12519         * smime.el (smime-cert-by-ldap-1): Don't use
12520         replace-regexp-in-string.
12521
12522 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12523
12524         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12525
12526         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12527         in PEM format.  Adjust to the XEmacs compability.
12528
12529 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12532         by `string-to-number'.
12533         * gnus-agent.el (gnus-agent-regenerate-group)
12534         (gnus-agent-fetch-articles): Ditto.
12535         * gnus-art.el (gnus-button-fetch-group): Ditto.
12536         * gnus-cache.el (gnus-cache-generate-active)
12537         (gnus-cache-articles-in-group): Ditto.
12538         * gnus-group.el (gnus-group-set-current-level)
12539         (gnus-group-insert-group-line): Ditto.
12540         * gnus-score.el (gnus-score-set-expunge-below)
12541         (gnus-score-set-mark-below, gnus-summary-score-effect)
12542         (gnus-summary-score-entry): Ditto.
12543         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12544         (gnus-soup-pack): Ditto.
12545         * gnus-spec.el (gnus-xmas-format): Ditto.
12546         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12547         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12548         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12549         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12550         * nndb.el (nndb-get-remote-expire-response): Ditto.
12551         * nndiary.el (nndiary-parse-schedule-value)
12552         (nndiary-string-to-number, nndiary-request-replace-article)
12553         (nndiary-request-article): Ditto.
12554         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12555         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12556         * nneething.el (nneething-make-head): Ditto.
12557         * nnfolder.el (nnfolder-request-article)
12558         (nnfolder-retrieve-headers): Ditto.
12559         * nnheader.el (nnheader-file-to-number): Ditto.
12560         * nnkiboze.el (nnkiboze-request-article): Ditto.
12561         * nnmail.el (nnmail-process-unix-mail-format)
12562         (nnmail-process-babyl-mail-format): Ditto.
12563         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12564         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12565         (nnmh-request-create-group, nnmh-request-list-1)
12566         (nnmh-request-group, nnmh-request-article): Ditto.
12567         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12568         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12569         * nnsoup.el (nnsoup-make-active): Ditto.
12570         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12571         * nntp.el (nntp-find-group-and-number)
12572         (nntp-retrieve-headers-with-xover): Ditto.
12573         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12574         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12575         (pgg-format-key-identifier): Ditto.
12576         * pop3.el (pop3-last, pop3-stat): Ditto.
12577         * qp.el (quoted-printable-decode-region): Ditto.
12578
12579         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12580         of concat.
12581
12582 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12585
12586         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12587
12588         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12589
12590         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12591
12592         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12593
12594         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12595
12596         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12597         (gnus-carpal-mode): Ditto.
12598
12599         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12600         (gnus-browse-mode): Ditto.
12601
12602         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12603
12604         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12605
12606 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12607
12608         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12609
12610 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12611
12612         * gnus-util.el (gnus-run-mode-hooks): New function.
12613
12614         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12615
12616         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12617         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12618
12619 2005-05-27  Lute Kamstra  <lute@gnu.org>
12620
12621         * dns-mode.el (dns-mode): Specify customization group.
12622
12623 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12624
12625         * gnus-agent.el (gnus-agent-make-mode-line-string):
12626         Use mode-line-highlight as mouse-face.
12627
12628 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12629
12630         * canlock.el (canlock): Change the parent group to news.
12631
12632         * deuglify.el (gnus-outlook-deuglify): Add :group.
12633
12634         * dig.el (dig): Add :group.
12635
12636         * dns-mode.el (dns-mode): Add :group.
12637
12638         * encrypt.el (encrypt): Add :group.
12639
12640         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12641         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12642         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12643         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12644         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12645
12646         * gnus-diary.el (gnus-diary): Add :group.
12647
12648         * gnus.el (gnus-group-news-1-face): Add :group.
12649         (gnus-group-news-1-empty-face): Ditto.
12650         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12651         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12652         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12653         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12654         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12655         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12656         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12657         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12658         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12659         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12660         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12661         (gnus-summary-high-ticked-face): Ditto.
12662         (gnus-summary-low-ticked-face): Ditto.
12663         (gnus-summary-normal-ticked-face): Ditto.
12664         (gnus-summary-high-ancient-face): Ditto.
12665         (gnus-summary-low-ancient-face): Ditto.
12666         (gnus-summary-normal-ancient-face): Ditto.
12667         (gnus-summary-high-undownloaded-face): Ditto.
12668         (gnus-summary-low-undownloaded-face): Ditto.
12669         (gnus-summary-normal-undownloaded-face): Ditto.
12670         (gnus-summary-high-unread-face): Ditto.
12671         (gnus-summary-low-unread-face): Ditto.
12672         (gnus-summary-normal-unread-face): Ditto.
12673         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12674         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12675
12676         * hashcash.el (hashcash): New custom group.
12677         (hashcash-default-payment): Add :group.
12678         (hashcash-payment-alist): Ditto.
12679         (hashcash-default-accept-payment): Ditto.
12680         (hashcash-accept-resources): Ditto.
12681         (hashcash-path): Ditto.
12682         (hashcash-extra-generate-parameters): Ditto.
12683         (hashcash-double-spend-database): Ditto.
12684         (hashcash-in-news): Ditto.
12685
12686         * message.el (message-minibuffer-local-map): Add :group.
12687
12688         * netrc.el (netrc): Add :group.
12689
12690         * sieve-manage.el (sieve-manage-log): Add :group.
12691         (sieve-manage-default-user): Diito.
12692         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12693         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12694         (sieve-manage-authenticators): Ditto.
12695         (sieve-manage-authenticator-alist): Ditto.
12696         (sieve-manage-default-port): Ditto.
12697
12698         * sieve-mode.el (sieve-control-commands-face): Add :group.
12699         (sieve-action-commands-face): Ditto.
12700         (sieve-test-commands-face): Ditto.
12701         (sieve-tagged-arguments-face): Ditto.
12702
12703         * smime.el (smime): Add :group.
12704
12705         * spam-report.el (spam-report): Add :group.
12706
12707         * spam.el (spam, spam-face): Add :group.
12708
12709 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12710
12711         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12712         return \n.\n.\n at the end of articles.  Protect against that.
12713         (nntp-with-open-group): Allow debugging.
12714
12715         * nnheader.el (mail-header-set-extra): Make into a function
12716         because I just could't understand how to quote the list properly.
12717
12718         * dns.el (query-dns-cached): New function.
12719
12720 2005-05-26  Lute Kamstra  <lute@gnu.org>
12721
12722         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12723
12724 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12727
12728         * gnus-art.el: Don't autoload mail-extract-address-components.
12729
12730         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12731         eval-and-compile to evaluate it.
12732
12733         * hashcash.el: Don't autoload executable-find.
12734
12735         * nndb.el: Don't declare the nndb back end two or more times; don't
12736         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12737
12738         * nntp.el: Autoload format-spec instead of format; use
12739         eval-and-compile to evaluate autoload forms.
12740
12741 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12742
12743         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12744
12745 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * gnus.el (gnus-version-number): Bump version.
12748
12749 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12750
12751         * gnus.el: No Gnus v0.3 is released.
12752
12753 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12754
12755         * lpath.el (featurep): Bind show-nonbreak-escape.
12756
12757 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-art.el (gnus-article-edit-part): Disable undo.
12760
12761 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12762
12763         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12764         gnus-article-date-lapsed-new-header is t if date timer is active;
12765         skip headers in which the original date value is empty.
12766         (gnus-article-save-original-date): Redefine it as a macro.
12767         (gnus-display-mime): Use it.
12768
12769 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (article-date-ut): Support converting date in
12772         forwarded parts as well.
12773         (gnus-article-save-original-date): New function.
12774         (gnus-display-mime): Use it.
12775
12776 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12777
12778         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12779         enclosure element of <item>.
12780
12781 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * message.el (message-kill-buffer-query): Renamed from
12784         `message-kill-buffer-query-if-modified'.  Added :version.
12785
12786 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12789         window layout.
12790
12791 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * mml.el: Autoload dnd when compiling.
12794
12795 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12798         x-dnd-*.
12799
12800 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12801
12802         * qp.el (quoted-printable-encode-region): Save excursion.
12803
12804 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12805
12806         * message.el (message-kill-buffer-query-if-modified): Add new variable
12807         so the user can kill a modified message buffer quickly.
12808         (message-kill-buffer): Use it.
12809
12810 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * lpath.el: Fbind display-time-event-handler; don't fbind
12813         string-to-multibyte.
12814
12815         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12816
12817 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12820         contained in text because xml.el decodes entities) with LFs.
12821
12822 2005-04-11  Lute Kamstra  <lute@gnu.org>
12823
12824         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12825         differently.
12826
12827 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12828
12829         * mm-util.el (mm-detect-coding-region): Typo.
12830
12831 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12834
12835 2005-04-06  Deepak Goel  <deego@gnufans.org>
12836
12837         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12838         user-function allow user modifications of the scores.
12839         (spam-stat-score-buffer-user): New function, to allow
12840         user-computed modifications to the score.
12841         (spam-stat-score-buffer-user-functions): List of additional
12842         scoring functions.
12843         (spam-stat-error-holder): Global temporary error holder.
12844         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12845         variable.
12846
12847 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12848
12849         * gnus-registry.el (gnus-registry-clean-empty-function)
12850         (gnus-registry-trim, gnus-registry-fetch-groups)
12851         (gnus-registry-delete-group): Groups that match
12852         `gnus-registry-ignored-groups' are removed from the registry
12853         entries, not just ignored for splitting.  This helps clean up the
12854         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12855         to get all the groups a message ID is in.
12856
12857         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12858         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12859         (spam-stat-score-buffer-user-functions): Add :number custom type.
12860
12861 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12864         argument in XEmacs.
12865
12866         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12867         (nnrss-request-group): Decode group name first.
12868         (nnrss-request-article): Make a text/plain article if mml-to-mime
12869         failed.
12870         (nnrss-get-encoding): Return a compatible encoding according to
12871         nnrss-compatible-encoding-alist.
12872         (nnrss-find-el): Use consp instead of listp.
12873         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12874
12875 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12878         which Emacs 20 doesn't support.
12879         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12880
12881 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12884         silence the byte compiler inside the defun.
12885
12886         * gnus-demon.el (parse-time-string): Add autoload.
12887
12888         * gnus-delay.el (parse-time-string): Add autoload.
12889
12890         * gnus-art.el (parse-time-string): Add autoload.
12891
12892         * nnultimate.el (parse-time): Require for `parse-time-string'.
12893
12894 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12897
12898         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12899
12900         * smime.el (smime-ldap-host-list): Add :version.
12901
12902 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12905         pass it to `gnus-browse-read-group'.
12906         (gnus-browse-read-group): Add NUMBER argument and pass it to
12907         `gnus-group-read-ephemeral-group'.
12908
12909         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12910         argument and pass it to `gnus-group-read-group'.
12911
12912 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12913
12914         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12915         mm-xemacs-find-mime-charset-1 if we have the mule feature
12916         available at runtime.
12917
12918 2005-03-25  Werner Lemberg  <wl@gnu.org>
12919
12920         * nnmaildir.el: Replace `illegal' with `invalid'.
12921
12922 2005-03-23  Lute Kamstra  <lute@gnu.org>
12923
12924         * time-date.el: Add comment on time value formats.
12925         Don't require parse-time.
12926         (with-decoded-time-value): New macro.
12927         (encode-time-value): New function.
12928         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12929         (days-to-time): Return a valid time value when arg is huge.
12930         (time-since): Use time-subtract.
12931         (time-to-number-of-days): Use time-to-seconds.
12932
12933 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12934
12935         * gnus-start.el (gnus-display-time-event-handler):
12936         Check display-time-timer at runtime rather than only at load time
12937         in case display-time-mode is turned off in the mean time.
12938
12939 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12942         used.
12943
12944         * nneething.el (nneething-map-file-directory): Derive from
12945         `gnus-directory'.
12946
12947         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12948         the To/Cc button.
12949
12950 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * nnmaildir.el (nnmaildir-request-accept-article):
12953         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12954
12955 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12956
12957         * gnus-async.el: Require timer-funcs at compile time when in
12958         XEmacs for `run-with-idle-timer'.
12959
12960 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12961
12962         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12963         autoloaded function.
12964
12965 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12966
12967         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12968
12969 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12970
12971         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12972
12973 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12974
12975         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12976         gnus-expert-user to default.
12977
12978 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12979
12980         * nnimap.el (nnimap-open-server): Ditto.
12981
12982         * imap.el (imap-authenticate): Fix typo.
12983
12984 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12985
12986         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12987         buffer (since IMAP server might return FETCH response out of
12988         order, and the nntp buffer must be sorted).
12989
12990 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12991
12992         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12993         comparison on string.
12994
12995         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12996         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12997         (gnus-agent-summary-fetch-series): Modified to protect against
12998         gnus-agent-summary-fetch-group clearing processable flags.
12999         (gnus-agent-synchronize-group-flags): Update live group buffer as
13000         synchronization may occur due to the user toggle the plugged
13001         status.
13002         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13003         successfully downloaded.
13004         (gnus-agent-expire-group-1): Avoid using markers when the overview
13005         is in ascending order; greatly improves performance.
13006         (gnus-agent-regenerate-group): Use
13007         gnus-agent-synchronize-group-flags to reset read status in both
13008         gnus and server.
13009         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13010
13011 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * message.el: Don't autoload former message-utils variables.
13014         (message-strip-subject-trailing-was): Change doc string.
13015
13016         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13017         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13018         (nnweb-google-search): Add "hl=en" here.
13019         (nnweb-google-parse-1, nnweb-google-create-mapping):
13020         Don't hardcode URL.
13021
13022 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * message.el (message-get-reply-headers, message-followup):
13025         Mention related variables `message-use-followup-to' and
13026         `message-use-mail-followup-to', in the information buffer.
13027
13028         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13029         of broken groups(-beta).google.com.
13030
13031 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13032
13033         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13034         parameter to invoked gnus-request-move-article; remove the
13035         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13036         all at once instead of once per article.
13037         (gnus-summary-remove-process-mark): Accept a list of articles as
13038         well as a single article for processing.
13039
13040         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13041         parameter.
13042
13043         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13044
13045         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13046
13047         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13048         parameter.
13049
13050         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13051         parameter.
13052
13053         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13054         parameter and remove the gnus-sum-hint-move-is-internal variable.
13055
13056         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13057         parameter.
13058
13059         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13060         parameter.
13061
13062         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13063         parameter.
13064
13065         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13066
13067         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13068         parameter.
13069
13070         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13071         parameter.
13072
13073 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13074
13075         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13076         a more conservative way.
13077
13078 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13079
13080         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13081         buffer, so it moves the window's cursor.
13082
13083 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13084
13085         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13086         `mm-dissect-multipart' and receive the from field as an (optional)
13087         argument from `mm-dissect-multipart'.
13088         (mm-dissect-multipart): Receive the from field as an argument and
13089         pass it on when we call `mm-dissect-buffer' on MIME parts.
13090         Fixes verification/decryption of signed/encrypted MIME parts.
13091
13092 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13093
13094         * gnus-sum.el (gnus-summary-move-article): Set
13095         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13096         whatever it calls (right now, only nnimap-request-move article
13097         respects it).
13098
13099         * nnimap.el (nnimap-request-move-article): When
13100         gnus-sum-hint-move-is-internal is set, don't do the extra
13101         nnimap-request-article.
13102
13103 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13106
13107         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13108         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13109
13110         * gnus-sum.el (gnus-summary-caesar-message):
13111         Apply `gnus-treat-article' after rotation.
13112
13113         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13114         doc string.
13115
13116 2005-02-22  Simon Josefsson  <jas@extundo.com>
13117
13118         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13119         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13120         <arne@arnested.dk>.
13121         (encrypt): Add password-cache and password-cache-expiry as group
13122         members.
13123
13124 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13125
13126         * smime.el (smime-ldap-host-list): Doc fix.
13127         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13128         cache) password.
13129         (smime-sign-region): Use it.
13130         (smime-decrypt-region): Use it.
13131         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13132         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13133         fails.
13134         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13135         certificate from DER to PEM format rather than calling openssl.
13136
13137         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13138
13139         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13140         for signing/encryption.
13141
13142         * mml.el (mml-parse-1): Use them.
13143
13144 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13145
13146         * nnrss.el (nnrss-verbose): Removed.
13147         (nnrss-request-group): Use `nnheader-message' instead.
13148
13149 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13150
13151         * nnrss.el (nnrss-verbose): New variable.
13152         (nnrss-request-group): Make it say nnrss is requesting a group.
13153
13154 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13157         Handle news URL with given port correctly.
13158
13159 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13162         containing special characters.
13163
13164         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13165
13166         * mml.el (mime-to-mml): Ditto.
13167
13168         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13169         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13170         (rfc2047-decode-region): Quote decoded words containing special
13171         characters when rfc2047-quote-decoded-words-containing-tspecials
13172         is non-nil.
13173
13174 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13175
13176         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13177
13178         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13179
13180 2005-02-15  Simon Josefsson  <jas@extundo.com>
13181
13182         * nnimap.el (nnimap-debug): Doc fix.
13183
13184         * imap.el (imap-debug): Doc fix.
13185
13186 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13189
13190 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13191
13192         * gnus.el (spam-contents): Improve docs for spam-contents
13193         parameter in its variable incarnation.
13194
13195 2005-02-14  Simon Josefsson  <jas@extundo.com>
13196
13197         * smime-ldap.el: Use require instead of load-library for ldap.
13198         (smime-ldap-search): Indent.
13199         (smime-ldap-search-internal): Shorten line.
13200
13201         * smime.el (smime-cert-by-dns): Add doc-string.
13202         (smime-cert-by-ldap-1): Indent.
13203
13204         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13205         mml-smime-get-dns-ldap.
13206         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13207
13208 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13209
13210         * smime.el: Require smime-ldap.
13211         (smime-ldap-host-list): New variable.
13212         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13213
13214         * mml-smime.el (mml-smime-encrypt-query): New function.
13215         (mml-smime-encrypt-query): Use it.
13216
13217         * smime-ldap.el: New file.
13218
13219 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13222
13223 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13226         argument in doc string.  Make query for type more clear.
13227
13228 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13229
13230         * gnus.el (gnus-group-startup-message): Search for gnus images in
13231         etc/images/gnus.
13232         * mm-util.el (mm-image-load-path): Likewise.
13233         * smiley.el (smiley-data-directory): Search for smilies in
13234         etc/images/smilies.
13235
13236 2005-02-09  Kim F. Storm  <storm@cua.dk>
13237
13238         Change Emacs release version from 21.4 to 22.1 throughout.
13239         Change Emacs development version from 21.3.50 to 22.0.50.
13240
13241 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13244
13245         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13246         non-Mule XEmacs as well.
13247         (mm-decompress-buffer): Signal an error intentionally if it does
13248         not decompress compressed data because auto-compression-mode is
13249         disabled.
13250
13251 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13252
13253         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13254         an ID in the registry even if it has no groups.
13255
13256 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13259         merge it into mm-decompress-buffer.
13260         (gnus-mime-copy-part): Use the MIME part charset, the value which
13261         a user specified or gnus-newsgroup-charset for decoding, like
13262         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13263         save-buffer what was used.  Suggested by Kevin Ryde
13264         <user42@zip.com.au>.
13265         (gnus-mime-inline-part): Allow the name parameter as well as the
13266         filename parameter; force decompressing of compressed data; always
13267         display contents being not decoded as unibyte.
13268
13269         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13270         as well as the filename parameter.
13271
13272         * mm-util.el (mm-decompress-buffer): Merge
13273         gnus-mime-jka-compr-maybe-uncompress.
13274         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13275         of compressed data.
13276
13277 2005-02-08  Simon Josefsson  <jas@extundo.com>
13278
13279         * imap.el (imap-log): Doc fix.
13280
13281 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13284         the coding cookies; decompress compressed parts.
13285
13286         * mml.el (mml-generate-mime-1): Add the charset parameter according
13287         to the value which a user specified manually or the coding cookie.
13288
13289         * mm-util.el (mm-string-to-multibyte): New function.
13290         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13291         (mm-coding-system-to-mime-charset): New function.
13292         (mm-decompress-buffer): New function.
13293         (mm-find-buffer-file-coding-system): New function.
13294
13295         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13296         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13297         parts.
13298
13299 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13300
13301         * mm-view.el (mm-display-inline-fontify): Decode a part according
13302         to the charset parameter.
13303
13304 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13307         prefix arg is neither nil nor a number, as info specifies.
13308
13309 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13312         timestamps.
13313
13314 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13315
13316         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13317         groups error checking and notify user.
13318
13319 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13320
13321         * message.el (message-send-mail-function): Check existence of
13322         sendmail-program first before using default value
13323         `message-send-mail-with-sendmail'.  Otherwise use more generic
13324         `smtpmail-send-it'.
13325
13326 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * nntp.el (nntp-request-update-info): Always return nil.
13329
13330 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13331
13332         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13333
13334 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13335
13336         * message.el (message-beginning-of-line): Change the behavior when
13337         invoked between BOL and : so that it first moves backward.
13338
13339 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13342         article buffer when editing of the article is discarded.
13343         (gnus-article-prepare): Revert.
13344
13345 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-art.el (gnus-article-prepare):
13348         Remove message-strip-forbidden-properties from the local hook.
13349
13350 2005-01-27  Simon Josefsson  <jas@extundo.com>
13351
13352         * password.el (password-cache-add): Only start one timer per key.
13353         Reported by Derek Atkins <warlord@MIT.EDU>.
13354
13355 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13356
13357         * run-at-time.el: Removed.  It is no longer needed as
13358         timer-funcs.el in the xemacs-base package has a working version of
13359         `run-at-time'.
13360
13361         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13362
13363         * password.el: Require timer-funcs instead of run-at-time in
13364         XEmacs.
13365         Remove `password-run-at-time' macro.
13366         (password-cache-add): Use `run-at-time' instead of
13367         `password-run-at-time'.
13368
13369         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13370         Remove `nnheader-cancel-function-timers' alias,
13371         `cancel-function-timers' exists in XEmacs in timer-funcs.
13372
13373         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13374         for `run-with-idle-timer'.
13375
13376         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13377         for `run-at-time'.
13378
13379         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13380         for `with-timeout'.
13381
13382         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13383         the same as for XEmacs 21.4.
13384         No need to ignore `run-with-idle-timer', this function exists in
13385         XEmacs now in timer-funcs.el in the xemacs-base package.
13386         (dgnushack-compile): No need to delete
13387         run-at-time.el from the list of files to compile because it
13388         doesn't exist anymore.
13389
13390 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13393         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13394
13395 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13396
13397         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13398         sensitively.
13399
13400 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13401
13402         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13403
13404 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13407         which will be inserted according to the multibyteness of a buffer
13408         rather than the type of contents.  Suggested by ARISAWA Akihiro
13409         <ari@mbf.ocn.ne.jp>.
13410
13411         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13412         of string which old xml.el may return rather than a string.
13413
13414 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13417
13418 2005-01-16  Simon Josefsson  <jas@extundo.com>
13419
13420         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13421         idn/idna.el isn't available.
13422         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13423         <michael@waxrat.com>.
13424
13425         * hashcash.el: Remove non-FSF copyright header.
13426
13427         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13428         (hashcash-generate-payment): Use it.
13429         (hashcash-generate-payment-async): Use it.
13430
13431 2005-01-15  Simon Josefsson  <jas@extundo.com>
13432
13433         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13434         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13435
13436         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13437         gnus-summary-idna-message.
13438         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13439         (gnus-summary-idna-message): New function.
13440
13441 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13444         gnus-novice-user.
13445
13446 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * nnrss.el (nnrss-request-delete-group): Delete entries in
13449         nnrss-group-alist as well.
13450         (nnrss-save-server-data): Insert newline.
13451
13452 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * gnus.el (gnus-user-agent): Use list of symbols instead of
13455         symbols.  Display full version number for (S)XEmacs.  Optionally
13456         display (S)XEmacs codename.
13457
13458         * gnus-util.el (gnus-emacs-version): Update for new
13459         `gnus-user-agent'.
13460
13461         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13462         Gnus version.
13463
13464 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13465
13466         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13467         which is unreadable in some setups.
13468
13469 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-spec.el (gnus-update-format-specifications): Flush the
13472         group format spec cache if it doesn't support decoded group names.
13473
13474 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13475
13476         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13477         Allow to apply decay on score files matching a regexp.
13478
13479 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13482         compatibility in %g and %c.
13483
13484 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13487         name for only %g and %c.
13488         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13489         of gnus-tmp-group to decoded group name.
13490         (gnus-group-make-rss-group): Exclude `/'s from group names.
13491
13492 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * nnrss.el (nnrss-get-encoding): Fix regexp.
13495
13496 2004-12-27  Simon Josefsson  <jas@extundo.com>
13497
13498         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13499         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13500         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13501
13502 2004-12-17  Kim F. Storm  <storm@cua.dk>
13503
13504         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13505
13506         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13507
13508 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13509
13510         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13511
13512 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * nnrss.el: Require rfc2047 and mml.
13515         (nnrss-file-coding-system): New variable.
13516         (nnrss-format-string): Redefine it as an inline function.
13517         (nnrss-decode-group-name): New function.
13518         (nnrss-string-as-multibyte): Remove.
13519         (nnrss-retrieve-headers): Decode group name; don't use
13520         nnrss-format-string.
13521         (nnrss-request-group): Decode group name.
13522         (nnrss-request-article): Decode group name; allow a Message-ID as
13523         well as an article number; don't use nnrss-format-string; encode a
13524         Message-ID string which may contain non-ASCII characters; use
13525         mml-to-mime to compose a MIME article.
13526         (nnrss-request-expire-articles): Decode group name.
13527         (nnrss-request-delete-group): Decode group name.
13528         (nnrss-fetch): Clarify error message.
13529         (nnrss-read-server-data): Use insert-file-contents instead of load;
13530         bind file-name-coding-system; use multibyte buffer.
13531         (nnrss-save-server-data): Bind coding-system-for-write to the
13532         value of nnrss-file-coding-system; bind file-name-coding-system;
13533         add coding cookie.
13534         (nnrss-read-group-data): Use insert-file-contents instead of load;
13535         bind file-name-coding-system; use multibyte buffer.
13536         (nnrss-save-group-data): Bind coding-system-for-write to the
13537         value of nnrss-file-coding-system; bind file-name-coding-system.
13538         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13539         make it work with non-ASCII text.
13540         (nnrss-find-el): Make it work with old xml.el as well.
13541
13542 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13543
13544         * nnrss.el (nnrss-get-encoding): New function.
13545         (nnrss-fetch): Use unibyte buffer initially; bind
13546         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13547         decode contents according to the encoding attribute.
13548         (nnrss-save-group-data): Add coding cookie.
13549         (nnrss-mime-encode-string): New function.
13550         (nnrss-check-group): Use it to encode subject and author.
13551
13552 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13553
13554         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13555         imaginary variable.
13556
13557 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13560         correctly even if there are wide characters.
13561
13562 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13563
13564         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13565         downcased symbol names; make a new cache instead of reusing
13566         bbdb-hashtable.
13567
13568 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13571         concatenating segments rather than before concatenating them.
13572         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13573
13574         * message.el (message-get-reply-headers): Bind `extra'.
13575
13576 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * message.el (message-extra-wide-headers): New variable.
13579         (message-get-reply-headers): Use it.
13580
13581 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13584         (gnus-agent-group-pathname): Ditto.
13585
13586         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13587
13588         * gnus-group.el (gnus-group-make-group): Decode group name.
13589         (gnus-group-make-rss-group): Register the group data after opening
13590         the nnrss group.
13591
13592 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13593
13594         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13595         by expiry now get marked as read.
13596
13597 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13600
13601 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13602
13603         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13604         unify Latin characters in XEmacs.
13605         (mm-find-mime-charset-region): Use it.
13606
13607 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-util.el (gnus-delete-directory): New function.
13610
13611         * gnus-agent.el (gnus-agent-delete-group): Use it.
13612
13613         * gnus-cache.el (gnus-cache-delete-group): Use it.
13614
13615 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13618         names.
13619
13620 2004-12-16  Simon Josefsson  <jas@extundo.com>
13621
13622         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13623
13624 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13627
13628         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13629         (gnus-group-set-current-level): Decode group name.
13630
13631 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13632
13633         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13634         failed.
13635
13636 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-group.el (gnus-group-delete-group): Decode group name.
13639         (gnus-group-make-rss-group): Encode group name.
13640         (gnus-group-catchup-current): Decode group name.
13641         (gnus-group-kill-group): Decode group name.
13642
13643 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13644
13645         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13646
13647 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-group.el (gnus-group-make-rss-group):
13650         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13651
13652         * gnus-start.el (gnus-setup-news): Honor user's setting to
13653         gnus-message-archive-method.  Suggested by Lute Kamstra
13654         <lute@gnu.org>.
13655
13656 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13657
13658         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13659         global counterparts of the buffer-local variables.
13660
13661 2004-11-16  Romain Francoise  <romain@orebokech.com>
13662
13663         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13664         counterparts of the buffer-local variables.
13665
13666 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13667
13668         * message.el (message-forbidden-properties): Fixed typo in doc
13669         string.
13670
13671 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-util.el (gnus-replace-in-string): Added doc string.
13674
13675         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13676         to avoid problems when splitting mails with many recipients.
13677
13678 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13679
13680         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13681         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13682
13683 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13684
13685         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13686         if there is no hashtable in memory or file modification time is
13687         newer than cached timestamp.
13688
13689 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13692         not-matching option.
13693
13694 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13697         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13698         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13699         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13700         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13701         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13702
13703 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * message.el (message-forward-make-body-mml): Remove headers
13706         according to message-forward-ignored-headers if a message is decoded.
13707
13708 2004-12-02  Romain Francoise  <romain@orebokech.com>
13709
13710         * message.el (message-forward-make-body-plain): Always remove
13711         headers according to message-forward-ignored-headers.
13712
13713 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * spam.el (spam-summary-prepare-exit): Remove the
13716         gnus-summary-limit pop for now, it has problems with ham marks for
13717         me.
13718
13719 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13720
13721         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13722         correctly.
13723
13724 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13725
13726         * format-spec.el (format-spec): Message the char.
13727
13728 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13729
13730         * gnus-art.el (gnus-split-methods): Reformat comments.
13731
13732         * spam.el (spam-summary-prepare-exit): Remove article limits
13733         before exiting the summary buffer.
13734
13735 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13738         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13739
13740         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13741         order to silence the byte compiler.
13742
13743         * spam.el: Fix the way to silence the byte compiler, which
13744         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13745         bbdb-search-simple, spam-BBDB-register-routine,
13746         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13747         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13748         spam-stat-buffer-is-spam, spam-stat-load,
13749         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13750         spam-stat-save and spam-stat-split-fancy.
13751
13752 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13755         which may confuse users.
13756         (canlock-password-for-verify): Ditto.
13757
13758         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13759
13760         * gnus-art.el (gnus-emphasis-alist): Ditto.
13761
13762         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13763
13764         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13765
13766         * gnus-start.el (gnus-save-killed-list): Ditto.
13767
13768         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13769         (gnus-sum-thread-tree-root): Ditto.
13770         (gnus-sum-thread-tree-false-root): Ditto.
13771         (gnus-sum-thread-tree-single-indent): Ditto.
13772
13773         * message.el (message-courtesy-message): Ditto.
13774         (message-archive-note): Ditto.
13775         (message-subscribed-address-file): Ditto.
13776         (message-user-fqdn): Ditto.
13777
13778         * spam-report.el (spam-report-gmane-regex): Ditto.
13779
13780         * spam.el (spam-blackhole-good-server-regex): Ditto.
13781
13782 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * mml.el (mml-preview): Widen the message buffer before copying
13785         the contents to the preview buffer; sort headers before previewing.
13786
13787         * message.el (message-hidden-headers): Fix the way to avoid a bug
13788         in the `repeat' widget in Emacs 21.3 or earlier.
13789
13790 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * message.el (message-hidden-headers): Default to "^References:".
13793         Improve customization type.  Suggested by Reiner Steib
13794         <Reiner.Steib@gmx.de>.
13795
13796 2004-11-25  Romain Francoise  <romain@orebokech.com>
13797
13798         * message.el (message-strip-forbidden-properties): Remove check for
13799         obsolete `message-hidden' text property, hidden headers are not
13800         accessible in the buffer anymore.
13801
13802 2004-11-22  Romain Francoise  <romain@orebokech.com>
13803
13804         * message.el (message-header-format-alist): Add `From' in list
13805         so that it can be sorted.
13806         (message-fix-before-sending): Widen and sort headers before
13807         sending.
13808         (message-hide-headers): Use narrowing to hide headers by moving
13809         them to the top of the buffer and narrowing to the region
13810         underneath.
13811
13812 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813
13814         * message.el (message-strip-forbidden-properties): Bind
13815         buffer-read-only (etc) to nil.
13816
13817 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13820         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13821
13822 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13823
13824         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13825
13826 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13827
13828         * dns.el (query-dns): Use sit-for to time instead of
13829         accept-process-output, since that doesn't seem to work on udp
13830         sockets.
13831
13832 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13835
13836 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13837
13838         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13839         doc string.  Improve doc string.
13840
13841 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * nntp.el (nntp-request-update-info): Return nil if
13844         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13845         may not call gnus-activate-group which uselessly issues the GROUP
13846         commands for all nntp groups and wastes time.  Reported by Romain
13847         Francoise <romain@orebokech.com>.
13848
13849         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13850
13851 2004-11-15  Simon Josefsson  <jas@extundo.com>
13852
13853         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13854         headers separately.
13855         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13856         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13857
13858 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13859
13860         * gnus-start.el (gnus-convert-old-newsrc):
13861         Assign legacy-gnus-agent to 5.10.7.
13862
13863 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13864
13865         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13866         start of the lines.
13867
13868 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13869
13870         * hashcash.el (hashcash-default-payment): Change default to 20.
13871         (hashcash-default-accept-payment): Change default to 20.
13872         (hashcash-process-alist): New variable.
13873         (hashcash-generate-payment-async): Add.
13874         (hashcash-already-paid-p): Add.
13875         (hashcash-insert-payment): Don't generate payments twice.
13876         (hashcash-insert-payment-async): Add.
13877         (hashcash-insert-payment-async-2): Add.
13878         (hashcash-cancel-async): Add.
13879         (hashcash-wait-async): Add.
13880         (hashcash-processes-running-p): Add.
13881         (hashcash-wait-or-cancel): Add.
13882         (mail-add-payment): New optional argument.  Conditionally start
13883         asynchronous calculation.
13884         (mail-add-payment-async): Add.
13885
13886         * message.el (message-send-mail): Wait for asynchronous hashcash
13887         results.  Don't clobber existing X-Hashcash headers.
13888         (message-setup-1): Call mail-add-payment-async when
13889         message-generate-hashcash is non-nil.
13890
13891 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13892
13893         * message.el (message-use-alternative-email-as-from): Examine the
13894         From header as well; use message-make-from in order to include a
13895         user's full name.
13896
13897 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13900         default; improve customization type.
13901         (gnus-emphasis-custom-with-format): New macro.
13902         (gnus-emphasis-custom-value-to-external): New function.
13903         (gnus-emphasis-custom-value-to-internal): New function.
13904
13905 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * dns.el (query-dns): Resolve reverse addresses.
13908
13909 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13910
13911         * gnus-group.el (gnus-group-get-new-news): Use it.
13912
13913         * gnus-start.el (gnus-check-reasonable-setup): New function.
13914
13915 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13918         "Args out of range" error.  Reported by Arnaud Giersch
13919         <arnaud.giersch@free.fr>.
13920
13921 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13922
13923         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13924
13925 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13926
13927         * spam.el (spam group): Add :version.
13928
13929         * pgg-def.el (pgg group): Add :version.
13930
13931 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-art.el (gnus-article-edit-article): Don't associate the
13934         article buffer with a draft file.  This is a temporary measure
13935         against the 2004-08-22 change to gnus-article-edit-mode.
13936
13937 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13938
13939         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13940         (html2text-format-tags): Remove unused variable `attr'.
13941
13942 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13943
13944         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13945
13946         * tls.el (tls-process-connection-type, tls-success)
13947         (tls-certtool-program): Add :version.
13948
13949         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13950         (starttls-extra-arguments, starttls-process-connection-type)
13951         (starttls-connect, starttls-failure, starttls-success): Add :version.
13952
13953         * spam-stat.el (spam-stat): Add :version.
13954
13955         * sieve.el (sieve): Add :version.
13956
13957         * sha1.el (sha1): Add :version.
13958         (sha1-use-external): Remove redundant version.
13959
13960         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13961         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13962         (nnmail-split-fancy-match-partial-words)
13963         (nnmail-split-lowercase-expanded): Add :version.
13964
13965         * nndiary.el (nndiary): Add :version.
13966
13967         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13968
13969         * mml-sec.el (mml-default-sign-method)
13970         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13971         Add :version.
13972
13973         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13974
13975         * mm-url.el (mm-url-use-external, mm-url-program)
13976         (mm-url-arguments): Add :version.
13977
13978         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13979         (mm-attachment-file-modes, mm-decrypt-option)
13980         (mm-w3m-safe-url-regexp): Add :version.
13981
13982         * message.el (message-cite-prefix-regexp)
13983         (message-sendmail-envelope-from, message-minibuffer-local-map)
13984         (message-user-fqdn, message-completion-alist): Add :version.
13985
13986         * gnus-win.el (gnus-configure-windows-hook)
13987         (gnus-use-frames-on-any-display): Add :version.
13988
13989         * gnus-art.el (gnus-article-address-banner-alist)
13990         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13991         (gnus-treat-from-picon, gnus-treat-mail-picon)
13992         (gnus-treat-x-pgp-sig): Add :version.
13993
13994         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13995         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13996         (gnus-summary-article-delete-hook)
13997         (gnus-summary-display-while-building): Add :version.
13998
13999         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14000         (gnus-get-top-new-news-hook): Add :version.
14001
14002         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14003         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14004
14005         * gnus-registry.el (gnus-registry): Add :version.
14006
14007         * gnus-spec.el (gnus-use-correct-string-widths)
14008         (gnus-make-format-preserve-properties): Add :version.
14009
14010         * gnus.el (gnus-group-charter-alist)
14011         (gnus-group-fetch-control-use-browse-url)
14012         (gnus-install-group-spam-parameters): Add :version.
14013
14014         * gnus-diary.el (gnus-diary): Add :version.
14015
14016         * gnus-delay.el (gnus-delay): Add :version.
14017
14018         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14019         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14020         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14021         Add :version.
14022
14023         * gnus-agent.el (gnus-agent-max-fetch-size)
14024         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14025         (gnus-agent-prompt-send-queue): Add :version.
14026
14027         * deuglify.el (gnus-outlook-deuglify): Add :version.
14028
14029         * html2text.el: Beautify code.  Improve doc strings.  Some
14030         checkdoc cleanup.
14031         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14032
14033 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14034
14035         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14036
14037 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14038
14039         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14040         when package is loaded.
14041
14042         * spam.el (spam-summary-score-preferred-header): Add global preference
14043         for people who want to override the default SpamAssassin over
14044         Bogofilter preference (when both are set).
14045         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14046         (spam-user-format-function-S): Check
14047         spam-summary-score-preferred-header.
14048         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14049         (spam-user-format-function-S): Format the score correctly.
14050
14051 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14054         signature file.  Suggested by Manoj Srivastava
14055         <srivasta@golden-gryphon.com>.
14056
14057         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14058         iso-2022-jp even in the Japanese language environment.
14059         Suggested by Jason Rumney <jasonr@gnu.org>.
14060
14061 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14064         use the same characters as the dummy marks; make it free from
14065         getting affected by the language environment.
14066         (gnus-summary-read-group-1): Update mark positions only when the
14067         format spec is updated.
14068
14069         * gnus-spec.el (gnus-update-format-specifications): Return a list
14070         of updated types.
14071
14072 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14075         of boundp to check if display-warning is available.
14076
14077 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14080
14081 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * nnspool.el (nnspool-spool-directory): Use news-path if the
14084         news-directory variable is not bound.
14085
14086         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14087         function instead of display-warning if it is not available.
14088
14089 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14090
14091         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14092         v5-10: Use `point-at-bol'.
14093
14094 2004-10-26  Simon Josefsson  <jas@extundo.com>
14095
14096         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14097         <chenggao@gmail.com>.
14098
14099 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14102         instead.
14103
14104 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14105
14106         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14107         to remove a server from the nnimap-server-buffer-alist.
14108         (nnimap-open-connection, nnimap-close-server): Use it.
14109
14110         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14111
14112 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14113
14114         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14115         running the major-mode function.
14116
14117 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14120         dummy marks in the right way.
14121
14122 2004-10-18  David Edmondson  <dme@dme.org>
14123
14124         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14125         excessively.
14126
14127 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14128
14129         * gnus-util.el (gnus-split-references): Accept a nil references
14130         string and go on blissfully.
14131
14132         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14133         cases where the references string is non-nil but has no references.
14134
14135         * encrypt.el: Add autoload tags.
14136
14137         * spam.el (spam-resolve-registrations-routine): Remove article
14138         from unregistration list too.  Reported by David Hanak
14139         <dhanak@isis.vanderbilt.edu>
14140
14141 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14142
14143         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14144         nil.  Changed custom type.
14145
14146 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14149
14150         * gnus-sum.el (gnus-summary-move-article): Use it.
14151
14152 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14153
14154         * encrypt.el: Add autoload cookies.
14155
14156         * spam.el (spam-backend-article-list-property)
14157         (spam-backend-get-article-todo-list)
14158         (spam-backend-put-article-todo-list)
14159         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14160         Resolve registrations separately.
14161         (spam-register-routine): Format comments.
14162         (spam-unregister-routine, spam-register-routine): Always call with
14163         specific-articles, no default list.
14164         (spam-summary-prepare-exit): Use the spam-classifications function.
14165
14166         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14167         gnus-encrypt.el.
14168
14169         * encrypt.el: Copied from gnus-encrypt.el.
14170
14171         * gnus-encrypt.el: Commented that it's obsolete.
14172
14173 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14176         (gnus-score-save): Use it.
14177
14178         * message.el (message-bury): Use `window-dedicated-p'.
14179
14180 2004-10-15  Simon Josefsson  <jas@extundo.com>
14181
14182         * pop3.el (top-level): Don't require nnheader.
14183         (pop3-read-timeout): Add.
14184         (pop3-accept-process-output): Add.
14185         (pop3-read-response, pop3-retr): Use it.
14186
14187 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14188
14189         * spam.el (spam-register-routine): Move comment.
14190         (spam-verify-bogofilter): Use 'unknown for the initial
14191         spam-bogofilter-valid state, not 'never.
14192
14193         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14194         for netrc-machine.
14195
14196         * nnimap.el (nnimap-open-connection): Use
14197         netrc-machine-user-or-password.
14198
14199 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14200
14201         * gnus-registry.el (gnus-registry-unload-hook):
14202         Set as a variable with add-hook.
14203
14204         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14205         of news-path.
14206
14207         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14208
14209         * spam.el: Delete duplicate `provide'.
14210         (spam-unload-hook): Set as a variable with add-hook.
14211
14212 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14213
14214         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14215         in the doc string.
14216
14217         * message.el (message-ignored-news-headers)
14218         (message-ignored-supersedes-headers)
14219         (message-ignored-resent-headers)
14220         (message-forward-ignored-headers): Improve custom type.
14221
14222 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * message.el (message-tokenize-header): Fix 2004-09-06 change
14225         which used point-min in the wrong place.
14226
14227 2004-10-12  Simon Josefsson  <jas@extundo.com>
14228
14229         * tls.el (tls-certtool-program): New variable.
14230         (tls-certificate-information): New function, based on
14231         ssl-certificate-information.
14232
14233 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * compface.el: Move the version of ELisp-based uncompface program
14236         to the contrib directory because of the copyright problem.
14237
14238 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14239
14240         * message.el (message-kill-buffer): Raise the current frame.
14241
14242 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14243
14244         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14245
14246         * gnus.el (message-y-or-n-p): Autoload.
14247
14248         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14249         (pop3-password-required, pop3-authentication-scheme)
14250         (pop3-leave-mail-on-server): Made customizable.
14251         (pop3): New custom group.
14252         (pop3-retr): Remove `sleep-for' statements.
14253         Suggested by Dave Love <fx@gnu.org>.
14254
14255         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14256         Windows/DOS.
14257
14258         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14259         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14260         Dave Love <fx@gnu.org>.
14261
14262         * mml.el (mml-minibuffer-read-disposition): Require match.
14263         Suggested by Dave Love <fx@gnu.org>.
14264
14265 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14268         doc string.
14269
14270 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14273
14274 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14275
14276         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14277         instead of calling `mm-insert-inline', to decode text/* parts
14278         before displaying them.
14279
14280 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * mm-uu.el (mm-uu-text-plain-type): New variable.
14283         (mm-uu-pgp-signed-extract-1): Use it.
14284         (mm-uu-pgp-encrypted-extract-1): Use it.
14285         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14286         bind mm-uu-text-plain-type with that value.
14287         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14288         mm-uu-dissect.
14289
14290 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * gnus-group.el (gnus-update-group-mark-positions):
14293         * gnus-sum.el (gnus-update-summary-mark-positions):
14294         * message.el (message-check-news-body-syntax):
14295         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14296         of string-as-multibyte.
14297
14298 2004-10-05  Juri Linkov  <juri@jurta.org>
14299
14300         * gnus-group.el (gnus-update-group-mark-positions):
14301         * gnus-sum.el (gnus-update-summary-mark-positions):
14302         * message.el (message-check-news-body-syntax):
14303         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14304         8-bit unibyte values to a multibyte string for search functions.
14305
14306 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14309         (mm-uu-dissect-text-parts): New function.
14310
14311         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14312         dissect text parts.
14313
14314         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14315         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14316
14317         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14318
14319         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14320         gnus-current-topics instead of gnus-current-topic.
14321
14322 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14323
14324         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14325
14326 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14327
14328         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14329         where approriate.
14330
14331         * nnml.el (nnml-generate-active-info): do.
14332
14333         * nndiary.el (nndiary-generate-active-info): do.
14334
14335         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14336         (gnus-topic-move): do.
14337
14338         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14339         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14340
14341         * gnus-srvr.el (gnus-server-prepare)
14342         (gnus-server-open-all-servers): do.
14343
14344         * gnus-msg.el (gnus-summary-cancel-article)
14345         (gnus-summary-resend-message)
14346         (gnus-summary-mail-crosspost-complaint): do.
14347
14348         * gnus-move.el (gnus-change-server): do.
14349
14350         * gnus-group.el (gnus-group-unmark-all-groups)
14351         (gnus-group-set-current-level): do.
14352
14353 2004-10-04  Simon Josefsson  <jas@extundo.com>
14354
14355         * message.el (message-generate-hashcash): Doc fix.
14356
14357 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14358
14359         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14360         avoid infinite recursion via gnus-get-function.
14361
14362 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14363
14364         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14365
14366         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14367
14368         * nnmail.el (nnmail-split-history): do.
14369
14370         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14371         (nnml-request-delete-group): do.
14372
14373         * nnslashdot.el (nnslashdot-read-groups): do.
14374
14375         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14376         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14377
14378         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14379         (nnspool-sift-nov-with-sed): Use last.
14380         (nnspool-retrieve-headers-with-nov): Use mapc.
14381         (nnspool-request-newgroups): Use dolist.
14382         (nnspool-request-group): Use last.
14383
14384         * nntp.el (nntp-read-server-type): Use dolist.
14385
14386         * nnvirtual.el (nnvirtual-create-mapping)
14387         (nnvirtual-update-read-and-marked): Use dolist.
14388         (nnvirtual-convert-headers): Simplify.
14389
14390 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14391
14392         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14393         support for sync'ing tick marks.
14394
14395 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14398         there's no visible header.
14399
14400 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14401
14402         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14403         necessary, pass full group name to gnus-request-set-marks.
14404
14405 2004-10-01  Simon Josefsson  <jas@extundo.com>
14406
14407         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14408         acroread.
14409
14410 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14411
14412         * spam-report.el (spam-report-gmane): Fix interactive.
14413
14414         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14415
14416         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14417         when writing file.
14418         (gnus-agent-synchronize-flags): Don't default to being
14419         interactive.
14420
14421 2004-09-30  Simon Josefsson  <jas@extundo.com>
14422
14423         * message.el (message-generate-hashcash): Add.
14424         (message-send-mail): Use it, call mail-add-payment.
14425
14426 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14427
14428         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14429
14430 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14431
14432         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14433         gnus-requst-update-info with explicit code to sync the in-memory
14434         info read flags with the marks being sync'd to the backend.
14435
14436         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14437
14438 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14439
14440         * spam.el (spam-verify-bogofilter): Add new function.
14441         (spam-check-bogofilter)
14442         (spam-bogofilter-register-with-bogofilter): Use it.
14443         (spam-verify-bogofilter): Add small fixes.
14444
14445 2004-09-28  Simon Josefsson  <jas@extundo.com>
14446
14447         * hashcash.el (hashcash-generate-payment): Revert.
14448
14449 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14450
14451         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14452         gnus-extract-references instead of gnus-split-references.
14453
14454         * gnus-util.el (gnus-extract-references): Add new function, analogous
14455         to gnus-split-references but extracts only the message-ID without
14456         anything extra.
14457
14458         * hashcash.el (hashcash-generate-payment)
14459         (hashcash-check-payment): Do the right thing if hashcash-path is
14460         nil (because the hashcash program could not be found).
14461
14462         * spam.el (spam-use-hashcash): Remove comment.
14463
14464 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14465
14466         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14467         (gnus-cache-enter-article, gnus-cache-remove-article)
14468         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14469
14470         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14471
14472         * gnus-art.el (article-hide-boring-headers)
14473         (article-translate-strings, article-display-face)
14474         (gnus-article-mime-match-handle-first)
14475         (gnus-article-highlight-headers)
14476         (gnus-article-add-buttons-to-head): do.
14477
14478 2004-09-27  Simon Josefsson  <jas@extundo.com>
14479
14480         * hashcash.el: New version, from
14481         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14482         ../contrib/.
14483
14484 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14487
14488 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14489
14490         * gnus-dup.el (gnus-dup-open): Use mapc.
14491         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14492
14493         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14494         Reported by Stefan Wiens <s.wi@gmx.net>.
14495
14496         * gnus.el (gnus-shutdown): Use dolist.
14497
14498         * gnus-undo.el (gnus-undo): Use mapc.
14499
14500         * nnrss.el (nnrss-generate-active): do.
14501
14502         * message.el (message-cite-original-without-signature)
14503         (message-cite-original): Use mapc.
14504         (message-do-actions, message-make-forward-subject): Use dolist.
14505
14506 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14507
14508         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14509         deletion to remove entire duplicate line.  Fixes merged article
14510         number bug.
14511
14512 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14513
14514         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14515         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14516         first ask if you want to open a server and then, even when you
14517         responded with no, asking if you want to synchronize the server's
14518         flags.
14519         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14520         multi-line expressions.
14521         (gnus-agent-synchronize-group-flags): New internal function.
14522         Updates marks in memory (in the info structure) AND in the
14523         backend.
14524
14525         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14526
14527         * nnagent.el (nnagent-request-set-mark): Use
14528         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14529         method, to ensure that synchronization updates marks in the
14530         backend and in the info (in memory) structure.
14531
14532 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14535         convention fully; don't miss the root article of a thread; make
14536         the X-Draft-From header with correct article numbers.
14537
14538 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14539
14540         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14541         unless plugged.  Disable the agent so that an open failure causes
14542         an error.
14543
14544         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14545         Reverted 2004-09-21 change.  The backend must be opened while
14546         synchronizing flags even when the backend stores the flags
14547         locally.
14548
14549 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14550
14551         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14552         in `header' match.  Reported by Svend Tollak Munkejord.
14553
14554         * message.el (message-cite-original): Fix use of
14555         `message-cite-articles-with-x-no-archive'.
14556
14557 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14560         (gnus-window-to-buffer): Ditto.
14561
14562         * mml.el (mml-preview-buffer): New variable.
14563         (mml-preview): Manage window layout with gnus-buffer-configuration.
14564
14565         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14566         X-Draft-From header even if those articles aren't quoted.
14567
14568 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14569
14570         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14571         (gnus-request-set-mark, gnus-request-update-mark): Use new
14572         g-s-t-u-l-m to decide to use backend even when unplugged.
14573
14574 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14577         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14578
14579 2004-09-20  Simon Josefsson  <jas@extundo.com>
14580
14581         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14582         "utf-16-le".
14583
14584 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14585
14586         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14587
14588 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14589
14590         * uudecode.el (uudecode-use-external): Add :version.
14591
14592         * smime.el (smime-CA-file, smime-encrypt-cipher)
14593         (smime-dns-server): Add :version.
14594
14595         * smiley.el (gnus-smiley-file-types): Add :version.
14596
14597         * sha1.el (sha1-use-external): Add :version.
14598
14599         * pgg-def.el (pgg-query-keyserver): Add :version.
14600
14601         * nnmail.el (nnmail-fancy-expiry-targets)
14602         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14603         Add :version.
14604
14605         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14606         (nnimap-retrieve-groups-asynchronous): Add :version.
14607         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14608
14609         * mml.el (mml-content-disposition-parameters)
14610         (mml-insert-mime-headers-always): Add :version.
14611
14612         * mm-util.el (mm-coding-system-priorities): Add :version.
14613
14614         * mm-decode.el (mm-inline-text-html-with-images)
14615         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14616         (mm-verify-option): Add :version.
14617         (mm-text-html-renderer): Change :version.
14618
14619         * message.el (message-fcc-externalize-attachments)
14620         (message-required-headers, message-draft-headers)
14621         (message-subject-trailing-was-query)
14622         (message-subject-trailing-was-ask-regexp)
14623         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14624         (message-mark-insert-end, message-archive-header)
14625         (message-archive-note, message-cross-post-default)
14626         (message-cross-post-note, message-followup-to-note)
14627         (message-cross-post-note-function, message-use-mail-followup-to)
14628         (message-subscribed-address-functions)
14629         (message-subscribed-address-file, message-subscribed-addresses)
14630         (message-subscribed-regexps, message-allow-no-recipients)
14631         (message-yank-cited-prefix, message-signature-insert-empty-line)
14632         (message-hidden-headers, message-hierarchical-addresses)
14633         (message-mail-user-agent, message-use-idna)
14634         (message-valid-fqdn-regexp)
14635         (message-strip-special-text-properties, message-header-synonyms)
14636         (message-beginning-of-line, message-tab-body-function): Add :version.
14637         (message-insert-canlock, message-wide-reply-confirm-recipients):
14638         Change :version.
14639
14640         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14641         and :version.
14642         (mail-source-delete-old-incoming-confirm)
14643         (mail-source-movemail-program): Add :version.
14644
14645         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14646         (gnus-agent-cache, gnus-agent): Change :version.
14647
14648         * gnus-util.el (gnus-use-byte-compile): Change :version.
14649
14650         * gnus-sum.el (gnus-summary-make-false-root-always)
14651         (gnus-summary-default-high-score)
14652         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14653         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14654         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14655         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14656         (gnus-sum-thread-tree-single-indent)
14657         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14658         (gnus-sum-thread-tree-leaf-with-other)
14659         (gnus-sum-thread-tree-single-leaf): Add :version.
14660         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14661         (gnus-article-loose-mime): Change :version.
14662
14663         * gnus-start.el (gnus-backup-startup-file)
14664         (gnus-save-startup-file-via-temp-buffer): Add :version.
14665
14666         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14667         (gnus-server-offline-face): Add :version.
14668
14669         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14670
14671         * gnus-msg.el (gnus-gcc-externalize-attachments)
14672         (gnus-debug-files, gnus-debug-exclude-variables)
14673         (gnus-discouraged-post-methods): Change :version.
14674         (gnus-confirm-mail-reply-to-news)
14675         (gnus-confirm-treat-mail-like-news): Add :version.
14676
14677         * gnus-int.el (gnus-server-unopen-status): Add :version.
14678
14679         * gnus-group.el (gnus-group-jump-to-group-prompt)
14680         (gnus-large-ephemeral-newsgroup)
14681         (gnus-fetch-old-ephemeral-headers): Add :version.
14682
14683         * gnus-fun.el (gnus-x-face-directory)
14684         (gnus-convert-pbm-to-x-face-command)
14685         (gnus-convert-image-to-x-face-command)
14686         (gnus-convert-image-to-face-command): Add :version.
14687
14688         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14689
14690         * gnus-cite.el (gnus-cite-blank-line-after-header)
14691         (gnus-article-boring-faces): Add :version.
14692
14693         * gnus-art.el (gnus-buttonized-mime-types)
14694         (gnus-inhibit-mime-unbuttonizing)
14695         (gnus-treat-display-face)
14696         (gnus-treat-body-boundary): Change :version.
14697         (gnus-body-boundary-delimiter, gnus-picon-databases)
14698         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14699         (gnus-treat-date-english, gnus-treat-fold-headers)
14700         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14701         (gnus-treat-mail-picon, gnus-treat-wash-html)
14702         (gnus-article-encrypt-protocol)
14703         (gnus-use-idna, gnus-article-over-scroll)
14704         (gnus-mime-display-multipart-alternative-as-mixed)
14705         (gnus-mime-display-multipart-related-as-mixed)
14706         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14707         (gnus-ctan-url, gnus-button-ctan-handler)
14708         (gnus-button-handle-ctan-bogus-regexp)
14709         (gnus-button-ctan-directory-regexp)
14710         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14711         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14712         (gnus-button-man-level, gnus-button-emacs-level)
14713         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14714
14715         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14716         (gnus-agent-go-online): Change :version.
14717         (gnus-agent-expire-unagentized-dirs)
14718         (gnus-agent-auto-agentize-methods): Add :version.
14719
14720         * flow-fill.el (fill-flowed-display-column)
14721         (fill-flowed-encode-column): Add :version.
14722
14723         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14724         (gnus-outlook-deuglify-unwrap-max)
14725         (gnus-outlook-deuglify-cite-marks)
14726         (gnus-outlook-deuglify-unwrap-stop-chars)
14727         (gnus-outlook-deuglify-no-wrap-chars)
14728         (gnus-outlook-deuglify-attrib-cut-regexp)
14729         (gnus-outlook-deuglify-attrib-verb-regexp)
14730         (gnus-outlook-deuglify-attrib-end-regexp)
14731         (gnus-outlook-display-hook): Add :version.
14732
14733         * binhex.el (binhex-use-external): Add :version.
14734
14735 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14738         and `invisible'.
14739
14740 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14741
14742         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14743         in gnus-registry-trim.
14744
14745 2004-09-13  Simon Josefsson  <jas@extundo.com>
14746
14747         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14748
14749         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14750
14751         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14752         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14753         <yamaoka@jpl.org>.
14754         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14755         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14756         <yamaoka@jpl.org>.
14757
14758         * sieve.el (sieve-manage-mode): Ditto.
14759
14760 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14763
14764 2004-09-11  Simon Josefsson  <jas@extundo.com>
14765
14766         * dns-mode.el: Add.
14767
14768         * mm-view.el (mm-display-dns-inline): Add.
14769
14770         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14771         (mm-automatic-display): Ditto.
14772
14773         * mailcap.el (mailcap-mime-data): Add text/dns.
14774         (mailcap-mime-extensions): Map .soa to text/dns.
14775
14776 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14777
14778         * gnus-art.el (article-decode-mime-words, article-babel)
14779         (gnus-article-highlight-signature, gnus-article-add-buttons)
14780         (gnus-signature-toggle): Remove unnecessary bindings of
14781         `inhibit-read-only' inherited from v5.10 merge.
14782
14783 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * nntp.el (nntp): New customization group.
14786         (nntp-authinfo-file): Add customization group.
14787
14788         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14789
14790         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14791
14792         * gnus.el (to-address, to-list, subscribed)
14793         (large-newsgroup-initial): Ditto.
14794
14795         * flow-fill.el (fill-flowed-display-column)
14796         (fill-flowed-encode-column): Ditto.
14797
14798 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14799
14800         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14801         Use point-min rather than 1.
14802         (message-send-mail): Use buffer-size rather than point-max.
14803
14804         * gnus-sum.el (gnus-summary-search-article-forward):
14805         Signal a specific `search-failed' rather than a generic `error'.
14806
14807         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14808         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14809         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14810
14811 2004-09-10  Simon Josefsson  <jas@extundo.com>
14812
14813         * nndb.el (require): Remove tcp and duplicate cl.
14814
14815 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-agent.el (directory-files-and-attributes): Move forward.
14818
14819 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14820
14821         * gnus-agent.el (directory-files-and-attributes): Optionally
14822         defined to support XEmacs.
14823
14824 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14825
14826         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14827         to avoid run-time CL dependencies.
14828         (gnus-agent-unfetch-articles): New function.
14829         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14830         article numbers even when local .overview file is missing.
14831         (gnus-agent-read-article-number): New function.  Only accepts
14832         27-bit article numbers.
14833         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14834         gnus-agent-read-article-number.
14835         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14836         from backend while recognizing that article numbers in .overview
14837         must be valid.
14838         (gnus-agent-update-files-total-fetched-for): Use
14839         directory-files-and-attributes to improve performance.
14840         * gnus-int.el (gnus-request-move-article): Use
14841         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14842         improve performance.
14843
14844         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14845         some users confused by references to .newsrc when they only have a
14846         .newsrc.eld file.
14847         (gnus-convert-mark-converter-prompt)
14848         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14849         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14850         New function.  Used internally to only display 'gnus converting
14851         files' message when actually necessary.
14852
14853         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14854         methods now autoloaded.
14855
14856 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14859         identifiers.
14860
14861 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14862
14863         * gnus-picon.el: Fix indentation and closing parenthesis.
14864
14865 2004-09-01  Simon Josefsson  <jas@extundo.com>
14866
14867         * message.el (message-canlock-generate): Require sha1, not
14868         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14869         to require within a function.  Sadly, if sha1.el isn't loaded, the
14870         let binding in m-c-g will hide the defcustom definition, which is
14871         bad.)
14872
14873         * canlock.el: Require sha1, not sha1-el.
14874
14875         * message.el: Don't autoload sha1 (there is a autoload cookie in
14876         sha1.el).
14877
14878         * sha1-el.el: Renamed to sha1.el.
14879
14880 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14881
14882         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14883
14884 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14885
14886         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14887
14888 2004-08-30  Kim F. Storm  <storm@cua.dk>
14889
14890         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14891
14892         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14893         Add :group 'nnimap.
14894
14895 2004-08-30  Andreas Schwab  <schwab@suse.de>
14896
14897         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14898         ?* and ?\;.
14899
14900         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14901         and ?\' to symbol instead of whitespace.
14902
14903 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14906
14907         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14908         instead of re-search-forward.
14909
14910         * gnus-uu.el (gnus-uu-save-article): Ditto.
14911         (gnus-uu-post-encode-uuencode): Ditto.
14912
14913         * html2text.el (html2text-clean-list-items): Ditto.
14914         (html2text-clean-dtdd): Ditto.
14915         (html2text-format-tags): Ditto.
14916
14917         * message.el (message-send-mail-with-sendmail): Fix regexp.
14918         (message-fill-field-general): Use search-forward instead of
14919         re-search-forward.
14920         (unbold-region): Ditto.
14921
14922         * nnrss.el (nnrss-request-article): Ditto.
14923
14924         * nnslashdot.el (nnslashdot-request-article): Ditto.
14925
14926         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14927
14928         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14929         "Unrecognized menu descriptor" error in XEmacs.
14930
14931 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14932
14933         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14934         parent article of a sparse article in the thread hashtb.
14935
14936 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14937
14938         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14939         (nnmail-expand-newtext): Lowercase expanded entries if
14940         nnmail-split-lowercase-expanded is non-nil.
14941
14942 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14945
14946         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14947         of gnus-tmp-news-method into string under XEmacs.  It will be
14948         passed to gnus-correct-length which takes only a string argument.
14949
14950 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-util.el (gnus-bind-print-variables): New macro.
14953         (gnus-prin1): Use it.
14954         (gnus-prin1-to-string): Use it.
14955         (gnus-pp): New function.
14956         (gnus-pp-to-string): New function.
14957
14958         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14959         Replace pp-to-string with gnus-pp-to-string.
14960         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14961         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14962         * gnus-msg.el (gnus-debug): Ditto.
14963         * gnus-score.el (gnus-score-save): Ditto.
14964         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14965         gnus-pp-to-string.
14966         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14967         with gnus-pp.
14968         * score-mode.el (gnus-score-pretty-print): Ditto.
14969         * webmail.el (webmail-debug): Ditto.
14970
14971 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14972
14973         * gnus-art.el (article-display-face, article-display-x-face):
14974         Use buffer-read-only.
14975
14976 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * gnus-art.el (article-hide-list-identifiers):
14979         Bind inhibit-read-only as t.
14980
14981 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14982
14983         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14984
14985 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14986
14987         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14988         (gnus-narrow-to-page): Don't assume point-min == 1.
14989         (gnus-article-edit-mode): Derive from message-mode.
14990
14991         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14992         point-min == 1.
14993
14994         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14995         Disable incorrect use of `assert'.
14996
14997         * message.el (message-mode): Set comment-start-skip.
14998
14999
15000 2004-08-22  Sam Steingold  <sds@gnu.org>
15001
15002         * pop3.el (pop3-leave-mail-on-server): New user variable.
15003         (pop3-movemail): Delete mail only when it is nil.
15004
15005 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15008
15009         * mml.el (mml-preview): Use `pop-to-buffer'.
15010
15011         * message.el (message-goto-mail-followup-to): Insert after "To".
15012         (message-carefully-insert-headers): Add comment.
15013
15014         * gnus.el: Remove unused variable `gnus-article-check-size'.
15015
15016         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15017
15018         * gnus-art.el (gnus-button-alist): Improve
15019         `gnus-button-handle-library' entry.
15020
15021 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15022
15023         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15024         downcase, since XEmacs capitalizes error messages differently.
15025
15026 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15027
15028         * nntp.el: Add (require 'gnus) due to reference to
15029         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15030
15031 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15032
15033         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15034         `mm-fill-flowed'.
15035
15036         * mm-decode.el (mm-dissect-singlepart): Check it.
15037
15038 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15039
15040         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15041         'imap' for netrc parsing.
15042
15043 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * mailcap.el (mailcap-mime-data): Mark as risky.
15046
15047 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15050         may be included in the encoded word.
15051         (rfc2047-encode): Don't append a space if the encoded word
15052         includes close parenthesis.
15053
15054 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15057         of text within parentheses.
15058
15059 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15060
15061         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15062         (gnus-encrypt-write-file-contents): Make the password key the file
15063         name PLUS the cipher, not just the cipher.  Also remove failed
15064         passwords from the cache.
15065
15066 2004-08-06  Simon Josefsson  <jas@extundo.com>
15067
15068         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15069         fix.
15070
15071 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15074         LWSP.
15075
15076 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15077
15078         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15079         to append in-reply-to: data to the references: header.
15080
15081         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15082         (netrc-parse): Use gnus-encrypt.el functions.
15083
15084         * gnus-encrypt.el: Add new file for encryption support; currently
15085         does only a few GPG ciphers and an internal XOR cipher.
15086
15087         * password.el: Add comments on using password-read-and-add.
15088         (password-read-and-add): Add function to read and add the
15089         password to the cache at once.
15090
15091 2004-07-28  Simon Josefsson  <jas@extundo.com>
15092
15093         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15094         parameter (but don't use it, for now).
15095
15096         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15097         instead of hard coding to nil.
15098
15099 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15102         as mm-inline-image-xemacs does.
15103
15104 2004-07-26  Simon Josefsson  <jas@extundo.com>
15105
15106         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15107         Revert part of 2004-07-17 change below.
15108
15109 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15112         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15113
15114 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15115
15116         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15117         quotes that actually start with ">" at the beginning of the
15118         lines.
15119
15120 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * rfc2047.el (rfc2047-encode-region): Fix last change.
15123         (rfc2047-encode-parameter): Remove useless concat.
15124
15125 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15128         encode special characters; fix some kind of misconfigured headers;
15129         signal a real error if debug-on-quit or debug-on-error is non-nil.
15130         (rfc2047-encode-max-chars): New variable.
15131         (rfc2047-encode-1): Use it.
15132         (rfc2047-encode-parameter): New function.
15133
15134         * mml.el (mml-insert-parameter): Remove an excessive space.
15135
15136 2004-07-17  Simon Josefsson  <jas@extundo.com>
15137
15138         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15139         Kai Grossjohann <kai@emptydomain.de>.
15140         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15141         (gnus-group-make-menu-bar): Ditto.
15142
15143         * gnus-util.el (gnus-group-server): Add.
15144
15145 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15146
15147         * message.el (message-clone-locals): Clone sendmail and smtp
15148         variables.
15149
15150 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * rfc2047.el (rfc2047-encode-region): Fix last change.
15153
15154 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15157         characters as non-special.
15158
15159 2004-07-09  Simon Josefsson  <jas@extundo.com>
15160
15161         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15162         Users will lose all flag changes made while unplugged with
15163         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15164         good default.  See numerous reports on ding mailing list.
15165
15166 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15169         add generate-head-function and generate-article-function to the
15170         rfc822-forward entry.
15171         (nndoc-rfc822-forward-generate-article): New function.
15172         (nndoc-rfc822-forward-generate-head): New function.
15173
15174         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15175
15176 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15177
15178         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15179         respect display group parameter and gnus-summary-expunge-below.
15180         (gnus-articles-to-read): Remove unused reference to display group
15181         parameter.
15182
15183 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15184
15185         * nnheader.el (nnheader-uniquify-message-id): New experimental
15186         variable.
15187         (nnheader-nov-read-message-id): Use it.
15188
15189         * spam-report.el (spam-report-gmane): Add interactive.
15190
15191 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15194         qp-or-base64 for the application/* types.
15195
15196 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15197
15198         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15199
15200 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15201
15202         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15203         trim value.
15204
15205 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15206
15207         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15208         New macro and function.
15209         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15210
15211 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15214         after-load-alist.
15215
15216 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15217
15218         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15219         update info that isn't there.
15220
15221 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15222
15223         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15224         entry.
15225
15226 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * mm-view.el (mm-inline-render-with-function): Use multibyte
15229         buffer; decode html source by charset.
15230
15231         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15232
15233         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15234         Mule-UCS is loaded under XEmacs.
15235         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15236
15237 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15238
15239         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15240
15241 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * mm-util.el (mm-coding-system-p): Return a coding-system.
15244         (mm-mime-mule-charset-alist): Use shift_jis instead of
15245         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15246         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15247         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15248         instead of japanese-shift-jis and iso-latin-1 respectively in
15249         order to share the default value with both Emacs and XEmacs-mule.
15250         (mm-mule-charset-to-mime-charset): Make
15251         mm-coding-system-priorities effective.
15252         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15253         while predicating of candidates upon the priorities.
15254
15255 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15256
15257         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15258         gnus-uu-invert-processable.
15259
15260         * gnus.el: Autoload gnus-uu-invert-processable.
15261
15262 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * mm-util.el (mm-with-multibyte-buffer): New macro.
15265
15266         * rfc2047.el (rfc2047-encode-string): Use it.
15267         (rfc2047-encode-region): Move point to the end of the region after
15268         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15269
15270 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15273         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15274
15275 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15278         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15279         Karl Chen <quarl@nospam.quarl.org>.
15280
15281 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15282
15283         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15284         invalid addresses.
15285
15286 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * spam.el: Change section markers, revise TODO list.
15289         (spam-backends): Make new master list of all installed backends.
15290         (spam-summary-exit-behavior): Add new variable to determine how
15291         messages moves are done at summary exit.
15292         (spam-move-spam-nonspam-groups-only)
15293         (spam-process-ham-in-nonham-groups)
15294         (spam-process-ham-in-spam-groups): Remove variables, the
15295         spam-summary-exit-behavior variable should be used to manage this
15296         behavior.
15297         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15298         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15299         and spam-old-spam-articles.
15300         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15301         Add empty variables, placeholders for the backends they represent.
15302         (spam-set-difference): Move, unchanged.
15303         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15304         unless the user has a processor variable.
15305         (spam-classifications, spam-classification-valid-p)
15306         (spam-backend-properties, spam-backend-property-valid-p)
15307         (spam-backend-function-type-valid-p)
15308         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15309         (spam-report-articles-gmane, spam-report-articles-resend):
15310         Remove functions, they are not needed.
15311         (spam-install-backend-super, spam-backend-list)
15312         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15313         (spam-backend-function, spam-backend-ham-registration-function)
15314         (spam-backend-spam-registration-function)
15315         (spam-backend-ham-unregistration-function)
15316         (spam-backend-spam-unregistration-function)
15317         (spam-backend-statistical-p, spam-backend-mover-p)
15318         (spam-install-backend-alias, spam-install-checkonly-backend)
15319         (spam-install-mover-backend, spam-install-nocheck-backend)
15320         (spam-install-backend, spam-install-statistical-backend)
15321         (spam-install-statistical-checkonly-backend): Add backend installation
15322         support.
15323         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15324         (spam-group-processor-p): Use the new backend code and respect the
15325         summary exit behavior.
15326         (spam-mark-spam-as-expired-and-move-routine): Remove.
15327         (spam-summary-prepare): Change to use the new spam-old-articles
15328         variable.
15329         (spam-copy-or-move-routine, spam-copy-spam-routine)
15330         (spam-move-spam-routine, spam-copy-ham-routine)
15331         (spam-move-ham-routine): Add code to copy/move ham or spam.
15332         (spam-fetch-field-fast): Improve doc and code, plus allow the
15333         'number request.
15334         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15335         variables.
15336         (spam-split, spam-find-spam): Use the new backend code.
15337         (spam-registration-functions): Remove variable.
15338         (spam-unregister-routine): Add convenience wrapper.
15339         (spam-log-undo-registration, spam-register-routine)
15340         (spam-log-processing-to-registry)
15341         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15342         where possible.
15343         (spam-check-gmane-xref, spam-check-regex-headers)
15344         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15345         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15346         (spam-check-bogofilter-headers, spam-check-spamoracle)
15347         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15348         (spam-check-crm114-headers): Use the spam-split-group that
15349         spam-split prepares, no need to determine it every time.
15350
15351         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15352         to the nnheader-parse-naked-head call.
15353
15354         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15355
15356         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15357         the nnheader-nov-read-message-id call.
15358
15359 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15362         gnus-activate-group twice.  Suggested by Markus Peter
15363         <warp@spin.de>.
15364
15365 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus-art.el (gnus-article-time-format): Exchange the order of
15368         day and month in the default value; fix customization type.
15369         (article-date-ut): Use add-text-properties.
15370         (article-make-date-line): Use message-make-date instead of
15371         current-time-string.
15372
15373         * message.el (message-fetch-field): Don't use set-text-properties.
15374         (message-make-date): Simplify.
15375
15376         * messagexmas.el (message-xmas-make-date): New function.
15377         (message-xmas-redefine): Defalias message-make-date to it.
15378
15379 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15382         (rfc2047-encode-region): Treat text within parentheses as special;
15383         show the original text when error has occurred.
15384
15385         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15386         already-computed method to gnus-activate-group.
15387
15388         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15389         same select-methods identical Lisp objects.
15390
15391         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15392         object when modifying the info.
15393
15394 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15397         gnus-opened-servers since it has never been opened with the new
15398         configuration yet.
15399
15400 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15403         arg to nnheader-generate-fake-message-id.
15404
15405 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15406
15407         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15408         number and build a fake message ID localized to a group and
15409         article number (so it's repeatable from that point on).
15410         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15411         ID format.
15412
15413         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15414         nnheader-generate-fake-message-id with the article number.
15415
15416 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15417
15418         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15419         end-of-buffer.
15420
15421 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15422
15423         * message.el (message-ignored-supersedes-headers): Add Approved.
15424
15425 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15426
15427         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15428         goto-char.
15429         (rfc2047-encode): Fold the line before encoding.
15430
15431 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15432
15433         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15434         folding -- not all headers can be folded, and this should be done
15435         by the message composition mode.  Probably.  I think.
15436
15437 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15438
15439         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15440         fast.
15441
15442         * gnus-ems.el (gnus-remove-image): Don't use
15443         message-text-with-property; remove only the image found first.
15444
15445         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15446         found first.
15447
15448 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15449
15450         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15451
15452 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * message.el (message-text-with-property): Make it fast and accept
15455         optional arguments.
15456         (message-strip-forbidden-properties): Use it.
15457         (message-fix-before-sending): Follow the m-t-w-p change.
15458
15459         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15460
15461 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * gnus-art.el (article-hide-headers): Don't change the buffer
15464         mistakenly when performing mml-preview even if
15465         gnus-single-article-buffer is nil.
15466
15467 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15468
15469         * message.el (message-expand-name-databases): New user option.
15470         (message-expand-name): Use it.
15471
15472 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * spam.el (spam-report-articles-resend)
15475         (spam-report-resend-register-routine): Allow ham reporting.
15476         (spam-report-resend-register-ham-routine): Add wrapper.
15477         (spam-registration-functions): Add ham resending functions.
15478         (spam-list-of-processors): Add ham resend processor.
15479
15480         * gnus.el (ham-resend-to): Add new group parameter.
15481         (spam-process): Add ham resend option.
15482
15483         * spam-report.el (spam-report-resend): Allow reporting ham.
15484         (spam-report-resend-ham): Add wrapper.
15485
15486 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15487
15488         * message.el (message-cite-articles-with-x-no-archive): New
15489         variable.
15490         (message-cite-original): Use it.
15491
15492 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15493
15494         * message.el (message-cite-original): Respect X-No-Archive.
15495
15496 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-art.el (article-hide-headers): Refer to the values for
15499         gnus-ignored-headers and gnus-visible-headers in the summary
15500         buffer since a user may have set them as group parameters.
15501
15502 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15503
15504         * assistant.el (assistant-node-name): Add convenience function.
15505         (assistant-render-text, assistant-render-node): Add error handling,
15506         plus handle multiple next nodes.
15507         (assistant-find-next-node): Comment out for now.
15508         (assistant-find-next-nodes): Add function, returns list of next
15509         nodes.
15510
15511 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15512
15513         * mail-source.el (mail-source-directory): Fix doc-string.
15514
15515 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15516
15517         * assistant.el (assistant-render-text, assistant-eval): Add :set
15518         widget type, which is different because it takes and returns a
15519         list.  Much hilarity ensues.
15520
15521 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15522
15523         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15524
15525         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15526         doc-string.
15527
15528         * gnus-start.el (gnus-activate-group): Added doc-string.
15529
15530 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15533
15534 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * assistant.el (assistant-render-text): Try to add a :set
15537         widget, more to come.
15538
15539         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15540         strings.
15541         (spam-report-articles-resend)
15542         (spam-register-routine): Do registration iff any articles warrant
15543         it.
15544         (spam-summary-prepare-exit): Change log message for nil group
15545         destinations.
15546
15547 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15548
15549         * spam.el (spam-report-resend-register-routine): Allow
15550         spam-report-resend-to to be a group parameter or a global value.
15551
15552 2004-05-26  Simon Josefsson  <jas@extundo.com>
15553
15554         * starttls.el: Merge with my GNUTLS based starttls.el.
15555         (starttls-gnutls-program, starttls-use-gnutls)
15556         (starttls-extra-arguments, starttls-process-connection-type)
15557         (starttls-connect, starttls-failure, starttls-success): New
15558         variables.
15559         (starttls-program, starttls-extra-args): Doc fix.
15560         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15561         functions.
15562         (starttls-negotiate, starttls-open-stream): Check
15563         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15564         function if it is set.
15565
15566 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15569         structured fields.
15570
15571 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15574
15575 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15578         variable.
15579         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15580         assigning the spam-mark to new messages.
15581
15582 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15583
15584         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15585
15586 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15589
15590         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15591         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15592         default.
15593
15594 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15595
15596         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15597         correct data.
15598
15599 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15600
15601         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15602         (spam-group-processor-p): Fix function.
15603         (spam-group-processor-multiple-p)
15604         (spam-group-spam-processor-report-gmane-p)
15605         (spam-group-spam-processor-report-resend-p)
15606         (spam-group-spam-processor-bogofilter-p)
15607         (spam-group-spam-processor-blacklist-p)
15608         (spam-group-spam-processor-ifile-p)
15609         (spam-group-ham-processor-ifile-p)
15610         (spam-group-spam-processor-spamoracle-p)
15611         (spam-group-spam-processor-crm114-p)
15612         (spam-group-ham-processor-bogofilter-p)
15613         (spam-group-spam-processor-stat-p)
15614         (spam-group-ham-processor-stat-p)
15615         (spam-group-ham-processor-whitelist-p)
15616         (spam-group-ham-processor-BBDB-p)
15617         (spam-group-ham-processor-spamoracle-p)
15618         (spam-group-ham-processor-copy-p): Remove functions with some
15619         prejudice against unneeded code.
15620         (spam-report-articles-resend)
15621         (spam-report-resend-register-routine): Allow the group/topic
15622         spam-resend-to value to override spam-report-resend-to.
15623         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15624         properly now.
15625
15626         * gnus.el (spam-resend-to): Add group/topic parameter.
15627         (spam-process): Move the OBSOLETE processors to the end of the
15628         choices.
15629
15630 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15631
15632         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15633         with resend-to set to nil, and then ask the user if necessary.
15634         (spam-report-resend): spam-report-resend takes a list of articles, not
15635         separate article numbers.
15636
15637 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15640         addition to emacs-w3m.
15641
15642 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643
15644         * assistant.el (assistant-authinfo-data): New function.
15645         (assistant-eval): Eval for entire assistant.
15646
15647         * netrc.el (netrc-services-file): New variable.
15648         (netrc-parse-services): New function.
15649         (netrc-find-service-name): New function.
15650         (netrc-find-service-number): New function.
15651         (netrc-port-equal): New function.
15652         (netrc-machine): Use it.
15653
15654         * nnimap.el (nnimap-open-connection): Use netrc.
15655
15656         * gnus-util.el (gnus-netrc-get): Remove aliases.
15657
15658         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15659
15660         * assistant.el (wid-edit): Fix compilation.
15661
15662         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15663
15664 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15665
15666         * gnus-util.el (gnus-set-file-modes): New function.  (small
15667         patch).
15668
15669 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15670
15671         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15672
15673         * assistant.el (assistant-render-node): Fix up rendering and
15674         read-only text.
15675         (assistant-render-node): Reset.
15676         (assistant-make-read-only): Not sticky.
15677
15678 2004-05-20  Danny Siu  <dsiu@adobe.com>
15679
15680         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15681         centered even when gnus-auto-center-summary is t.
15682
15683 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15684
15685         * dns.el (dns-get-txt-answer): New function.
15686         (dns-read-txt): Ditto.
15687         (query-dns): Use it.
15688
15689 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15692         active for foreign groups even if the group level is higher than
15693         the specified value.
15694
15695 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15696
15697         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15698         non-active groups.
15699
15700         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15701
15702 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15703
15704         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15705
15706 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15707
15708         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15709         (spam-crm114-header, spam-crm114-spam-switch)
15710         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15711         (spam-crm114-positive-spam-header)
15712         (spam-crm114-database-directory, spam-list-of-processors)
15713         (spam-group-spam-processor-crm114-p)
15714         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15715         (spam-generic-score, spam-list-of-checks)
15716         (spam-list-of-statistical-checks, spam-registration-functions)
15717         (spam-check-crm114-headers, spam-crm114-score)
15718         (spam-check-crm114, spam-crm114-register-with-crm114)
15719         (spam-crm114-register-spam-routine)
15720         (spam-crm114-unregister-spam-routine)
15721         (spam-crm114-register-ham-routine)
15722         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15723         asjo@koldfront.dk (Adam Sjøgren).
15724
15725         * gnus.el: Add spam-use-crm114.
15726
15727         * spam.el (spam-list-of-processors, spam-registration-functions):
15728         Add spam-use-resend.
15729         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15730         (spam-report-articles-gmane): Add doc fix.
15731         (spam-report-articles-resend, spam-report-resend-register-routine):
15732         Add wrappers around spam-report-resend-to.
15733
15734         * spam-report.el (spam-report-resend-to, spam-report-resend):
15735         Add support for resending spam.
15736         (spam-report-gmane): Fix line length >80.
15737
15738         * gnus.el (spam-process): Add spam-use-resend.
15739
15740 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15741
15742         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15743         number of processed spam messages.
15744         (spam-ham-copy-or-move-routine): Return the number of processed
15745         ham messages.
15746         (spam-summary-prepare-exit): Use the above values to decide
15747         whether status messages shouled be displayed.
15748
15749 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15752         `rfc2047-encoding-function-alist' in order to avoid conflicting
15753         with the old version.
15754         (rfc2047-encode-region): Concatenate words containing non-ASCII
15755         characters in structured fields; don't encode space-delimited
15756         ASCII words even in unstructured fields; don't break words at
15757         char-category boundaries.
15758         (rfc2047-encode-1): New function.
15759         (rfc2047-encode): Use it; encode text so that it occupies the
15760         maximum width within 76-column; work correctly on Q encoding for
15761         iso-2022-* charsets.
15762         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15763         sure not to break a line just after the header name.
15764         (rfc2047-b-encode-region): Removed.
15765         (rfc2047-b-encode-string): New function.
15766         (rfc2047-q-encode-region): Removed.
15767         (rfc2047-q-encode-string): New function.
15768
15769         * mm-util.el (mm-replace-in-string): New function.
15770
15771 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15772
15773         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15774         get it right.
15775         (gnus-inews-make-draft): Really.
15776
15777 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15778
15779         * nnmh.el (nnmh-request-list-1): Don't check the link count
15780         before descending.  (small patch)
15781
15782 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15783
15784         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15785         stuff.
15786
15787         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15788         on real group name.
15789
15790         * gnus-art.el (gnus-signature-limit): Doc fix.
15791
15792         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15793
15794         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15795
15796 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15797
15798         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15799         isn't a string.
15800
15801 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15802
15803         * gnus-draft.el (gnus-draft-send): Bind
15804         rfc2047-encode-encoded-words.
15805
15806         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15807         (rfc2047-encodable-p): Say that =? needs encoding.
15808         (rfc2047-encode-encoded-words): New variable.
15809
15810         * gnus-group.el (gnus-group-select-group): Doc fix.
15811
15812         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15813
15814         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15815         to nil.
15816
15817         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15818
15819         * nnheader.el (nnheader-get-lines-and-char): New function.
15820
15821 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * gnus-msg.el (gnus-summary-followup-with-original): Document
15824         yanking of region when active.
15825
15826 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15827
15828         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15829         groups if the group level is higher than the specified value.
15830
15831 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15832
15833         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15834         (gnus-group-jump-to-group): Added prefix argument using
15835         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15836         non-active group.
15837
15838         * compface.el (uncompface): Be verbose when changing
15839         `uncompface-use-external'.
15840
15841         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15842         handle manual section.
15843
15844 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15845
15846         * gnus-art.el (gnus-button-alist): Revert previous change.
15847
15848 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15849
15850         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15851
15852 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15853
15854         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15855         whether backend can accept message.
15856
15857         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15858
15859 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15860
15861         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15862         Avoid creating directory when nntp-marks-is-evil is true.
15863         Reported by Reiner Steib.
15864
15865 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15866
15867         * gnus-picon.el (gnus-picon-style): New variable.
15868         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15869         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15870         Jesper Harder <harder@ifa.au.dk>.
15871
15872 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15873
15874         * message.el (message-fill-field): Return point.
15875         (message-generate-headers): Go to end of field.
15876
15877         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15878         stuff for non-living groups.
15879
15880 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15881
15882         * gnus-art.el (gnus-article-followup-with-original)
15883         (gnus-article-reply-with-original): gnus-mark-active-p ->
15884         gnus-region-active-p.
15885
15886 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15887
15888         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15889         only when there is spam or ham to be processed.
15890
15891 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15892
15893         * mail-source.el (mail-source-delete-crash-box): Refactor.
15894         (mail-source-fetch): Use it.
15895         (mail-source-fetch-file): Ditto.
15896         (mail-source-fetch-directory): Run postscript in loop.
15897         (mail-source-fetch-pop): Delete.
15898         (mail-source-fetch-maildir): Ditto.
15899         (mail-source-fetch-imap): Ditto.
15900
15901         * imap.el (imap-authenticators): Comment out sasl.
15902
15903         * message.el (message-skip-to-next-address): New function.
15904         (message-fill-header-address): Refactor.
15905         (message-fill-address): Use it.
15906         (message-delete-address): Use it.
15907         (message-fill-header-general): Refactor.
15908         (message-fill-field-address): Rename.
15909         (message-narrow-to-field): Find the start of the header.
15910         (message-header-format-alist): Don't pre-fill.
15911         (message-fill-header): Removed.
15912         (message-insert-header): New function.
15913         (message-shorten-references): Use it.
15914
15915         * rfc2047.el (rfc2047-field-value): Strip props.
15916
15917         * mail-parse.el (mail-header-make-address): New alias.
15918
15919         * ietf-drums.el (ietf-drums-make-address): New function.
15920
15921         * imap.el: Add compiler directives.
15922
15923         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15924
15925         * gnus-art.el (article-decode-idna-rhs): Don't use
15926         message-idna-inside-rhs-p.
15927
15928 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15929
15930         * message.el (message-idna-inside-rhs-p): Removed.
15931         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15932
15933         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15934         false positives.
15935
15936 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15937
15938         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15939
15940 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15941
15942         * nneething.el (nneething-file-name): Don't create spurious
15943         files.
15944
15945         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15946         (gnus-inews-do-gcc): Remove sleep.
15947
15948         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15949         part under point.
15950
15951         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15952         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15953
15954 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * spam.el (spam-summary-prepare-exit): Fixed (length).
15957
15958 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15959
15960         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15961         as expired without moving it" message when there are spam
15962         messages left.
15963
15964 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15965
15966         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15967         header is not nil.
15968
15969 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15970
15971         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15972         nntp-possibly-create-directory, not nntp-possibly-change-group.
15973         (nntp-marks-changed-p): New arg SERVER.
15974         (nntp-request-update-info): Adjust caller.
15975
15976 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15977
15978         * nntp.el (nntp-save-marks): Pass missing arg.
15979
15980 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15981
15982         * nntp.el: Support marks.
15983         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15984         (nntp-marks-modtime, nntp-marks-directory): New variables.
15985         (nntp-request-set-mark, nntp-request-update-info)
15986         (nntp-possibly-create-directory, nntp-marks-changed-p)
15987         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15988         functions.
15989
15990 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15991
15992         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15993         (gnus-xmas-redefine): Rename.
15994
15995         * gnus-score.el (gnus-score-insert-help): Use
15996         gnus-select-lowest-window.
15997
15998         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15999         appt-select-lowest-window and rename to gnus-select-lowest-window.
16000
16001         * gnus.el: do.
16002
16003 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16004
16005         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16006         encodings of MIME-encoded words, in order to improve
16007         interoperability with several broken MUAs.
16008
16009 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16010
16011         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16012         tags, only when charsets are not specified in headers.
16013         (mm-inline-text-html-render-with-w3m): Ditto.
16014
16015         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16016         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16017
16018 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16019
16020         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16021         instead of MIME-decoded from fields when checking
16022         `gnus-article-address-banner-alist'.
16023
16024 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16025
16026         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16027         description rather than subject.
16028
16029 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16030
16031         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16032
16033 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16034
16035         * gnus.el (gnus-version-number): Bump.
16036
16037 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16038
16039         * gnus.el: No Gnus v0.2 is released.
16040
16041 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16042
16043         * gnus-agent.el (gnus-agent-read-agentview): Inline
16044         gnus-uncompress-range.
16045
16046 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16047
16048         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16049         `exec-installed-p'.
16050
16051 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16052
16053         * gnus.el (spam-process, spam-autodetect-methods): Add
16054         bsfilter and bsfilter-headers.
16055
16056         * spam.el (spam-bsfilter): New customize group.
16057         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16058         (spam-bsfilter-header, spam-bsfilter-probability-header)
16059         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16060         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16061         (spam-bsfilter-database-directory): New options.
16062         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16063         (spam-list-of-statistical-checks, spam-registration-functions):
16064         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16065         (spam-bsfilter-score): New command.
16066         (spam-check-bsfilter-headers, spam-check-bsfilter)
16067         (spam-bsfilter-register-with-bsfilter)
16068         (spam-bsfilter-register-spam-routine)
16069         (spam-bsfilter-unregister-spam-routine)
16070         (spam-bsfilter-register-ham-routine)
16071         (spam-bsfilter-unregister-ham-routine): New functions.
16072         (spam-generic-score): Support bsfilter; Accept an optional argument
16073         to recalcurate spam score even if scoring header has already been
16074         added.
16075         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16076         optional argument to recalcurate spam score even if scoring header
16077         has already been added.
16078
16079 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16080
16081         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16082         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16083         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16084         link is missing.
16085
16086 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16087
16088         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16089         (html2text-get-attr): Rewrite.
16090
16091         * message.el (message-setup-1): Remove redundant put-text-property
16092         on mail-header-separator.
16093
16094 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16095
16096         * gnus-registry.el (gnus-registry-cache-whitespace)
16097         (gnus-registry-action, gnus-registry-spool-action)
16098         (gnus-registry-split-fancy-with-parent): Change message levels
16099         from 5 to 3 or 7, as needed.
16100
16101         * spam.el (spam-summary-prepare-exit)
16102         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16103         (spam-split, spam-find-spam, spam-log-undo-registration)
16104         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16105         level from 5 to 6.
16106
16107 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16108
16109         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16110         2004-03-04 change).
16111
16112 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16113
16114         * sieve-manage.el (sieve-manage-open):
16115         * nnweb.el (nnweb-insert-html):
16116         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16117         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16118         * nnspool.el (nnspool-request-group):
16119         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16120         * nnml.el (nnml-request-update-info):
16121         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16122         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16123         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16124         (nnimap-request-set-mark):
16125         * nnfolder.el (nnfolder-request-update-info):
16126         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16127         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16128         * gnus-uu.el (gnus-uu-find-articles-matching):
16129         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16130         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16131         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16132         * gnus-nocem.el (gnus-nocem-scan-groups):
16133         * gnus-int.el (gnus-start-news-server):
16134         * gnus-group.el (gnus-group-make-kiboze-group)
16135         (gnus-group-browse-foreign-server):
16136         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16137         Use mapc when appropriate.
16138
16139 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16140
16141         FIXME: Make separate entries for each person.
16142
16143         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16144         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16145         <shields@msrl.com>:
16146
16147         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16148         may need for spam sorting and scoring.
16149         (spam-user-format-function-S): Add user format function suitable for
16150         general use.
16151         (spam-article-sort-by-spam-status): Add sorting function for summary
16152         sorting.
16153         (spam-extra-header-to-number): Add function to get a score from a
16154         header.
16155         (spam-summary-score): Add function to get a numeric score from the
16156         headers.
16157         (spam-generic-score): Fix function doc, was in wrong place.
16158         (spam-initialize): Take symbols when it's run, and install the
16159         extra headers that spam-necessary-extra-headers thinks we need.
16160
16161 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16162
16163         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16164         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16165
16166 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16167
16168         * gnus-sum.el (gnus-set-global-variables)
16169         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16170         (gnus-article-get-xrefs, gnus-summary-best-group)
16171         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16172         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16173         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16174         Use with-current-buffer.
16175
16176 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16177
16178         * spam.el (spam-summary-prepare-exit): Simplify logic.
16179         (spam-fetch-article-header): Read the article header if it's not
16180         available.
16181         (spam-list-articles): Simplify logic.
16182         (spam-filelist-register-routine): Fix bug with unregister-list.
16183
16184         * gnus-registry.el: Fix comments at beginning.
16185
16186 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16187
16188         * message.el (message-cater-to-broken-inn): Remove.
16189         (message-shorten-references): Make sure the total folded length of
16190         References is shorter than 998 characters to cater to a bug in INN
16191         2.3.  Also, don't pretend that references aren't folded -- this
16192         hasn't worked for a while.
16193
16194 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16195
16196         * gnus-agent.el (gnus-agentize):
16197         gnus-agent-send-mail-real-function no longer set to current value
16198         of message-send-mail-function but rather a lambda that calls
16199         message-send-mail-function.  The change makes the agent real-time
16200         responsive to user changes to message-send-mail-function.
16201
16202 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16203
16204         * legacy-gnus-agent.el
16205         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16206         help from Florian Weimer <fw@deneb.enyo.de>
16207
16208 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * nnmail.el (nnmail-cache-insert): Revert last change.
16211
16212 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * nnmail.el (nnmail-cache-insert): Always check whether
16215         nnmail-cache-ignore-groups matches a group name.
16216
16217 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16218
16219         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16220         (spam-find-spam, spam-log-processing-to-registry)
16221         (spam-log-registered-p, spam-log-unregistration-needed-p)
16222         (spam-log-undo-registration): Use gnus-message instead of
16223         gnus-error, none of these errors are fatal.
16224
16225         * gnus-registry.el (gnus-registry-clean-empty-function)
16226         (gnus-registry-clean-empty): Remove only empty entries without
16227         extra data.
16228
16229 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16230
16231         * spam-stat.el (spam-stat-buffer-change-to-spam)
16232         (spam-stat-buffer-change-to-non-spam): Change (error) to
16233         (gnus-message 8) invocation.
16234
16235 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16236
16237         * nntp.el (nntp-via-netcat-command): New variable.
16238         (nntp-via-netcat-switches): New variable.
16239         (nntp-open-via-rlogin-and-netcat): New function.
16240         (nntp-open-connection-function): Doc fix.
16241         (nntp-telnet-command): Doc fix.
16242         (nntp-end-of-line): Doc fix.
16243         (nntp-via-rlogin-command): Doc fix.
16244         (nntp-via-user-name): Doc fix.
16245         (nntp-via-address): Doc fix.
16246
16247 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16250         error in Emacs 21.1.
16251
16252 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16253
16254         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16255
16256 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16257
16258         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16259         (gnus-agent-with-refreshed-group): New macro.
16260         (gnus-agent-rename-group): New function.
16261         (gnus-agent-delete-group): New function.
16262         (gnus-agent-save-group-info): Use gnus-command-method when
16263         `method' parameter is nil.  Don't write nil entries into the
16264         active file.
16265         (gnus-agent-get-group-info): New function.
16266         (gnus-agent-fetch-articles): Use
16267         gnus-agent-update-files-total-fetched-for to increment disk space
16268         used.
16269         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16270         gnus-agent-update-view-total-fetched-for to increment disk space
16271         used.
16272         (gnus-agent-get-local): Added optional parameters to avoid calling
16273         gnus-group-real-name and gnus-find-method-for-group.
16274         (gnus-agent-set-local): Delete stored entry if either min, or max,
16275         are nil.
16276         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16277         quit, use gnus-agent-regenerate-group to record existance of any
16278         articles fetched to disk before the quit occurred.
16279         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16280         gnus-agent-update-view-total-fetched-for, and
16281         gnus-agent-update-files-total-fetched-for to decrement disk space
16282         used.
16283         (gnus-agent-retrieve-headers): Use
16284         gnus-agent-update-view-total-fetched-for to increment disk space
16285         used.
16286         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16287         with gnus-agent-update-files-total-fetched-for to decrement disk
16288         space and fresh group buffer.
16289         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16290         (gnus-agent-need-update-total-fetched-for): New variable.
16291         (gnus-agent-update-files-total-fetched-for): New function.
16292         (gnus-agent-update-view-total-fetched-for): New function.
16293         (gnus-agent-total-fetched-for): New function.
16294
16295         * gnus-cache.el (gnus-cache-save-buffers): Use
16296         gnus-cache-update-overview-total-fetched-for to change disk space
16297         used by this group.
16298         (gnus-cache-possibly-enter-article): Use
16299         gnus-cache-update-file-total-fetched-for to increment disk space
16300         used by this group.
16301         (gnus-cache-possibly-remove-article): Use
16302         gnus-cache-update-file-total-fetched-for to decrement disk space
16303         used by this group.
16304         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16305         (gnus-cache-rename-group): New function.
16306         (gnus-cache-delete-group): New function.
16307         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16308         (gnus-cache-need-update-total-fetched-for): New variable.
16309         (gnus-cache-with-refreshed-group): New macro.
16310         (gnus-cache-update-file-total-fetched-for): New function.
16311         (gnus-cache-update-overview-total-fetched-for): New function.
16312         (gnus-cache-rename-group-total-fetched-for): New function.
16313         (gnus-cache-delete-group-total-fetched-for): New function.
16314         (gnus-cache-total-fetched-for): New function.
16315
16316         * gnus-group.el: Require gnus-sum and autoload functions to
16317         resolve warnings when gnus-group.el compiled alone.
16318         (gnus-group-line-format): Documented new %F.
16319         (size of Fetched data) group line format; identifies disk space
16320         used by agent and cache.
16321         (gnus-group-line-format-alist): Defined new F format.
16322         (gnus-total-fetched-for): New function.
16323         (gnus-group-delete-group): No longer update
16324         gnus-cache-active-altered as gnus-request-delete-group now keeps
16325         the cache in sync.
16326         (gnus-group-list-active): Let the agent store a server's active
16327         list if currently plugged.
16328
16329         * gnus-int.el (gnus-request-delete-group):
16330         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16331         local disk in sync with the server.
16332         (gnus-request-rename-group):
16333         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16334         local disk in sync with the server.
16335
16336         * gnus-start.el (gnus-get-unread-articles):
16337         Cosmetic simplification to logic.
16338
16339         * gnus-util.el (gnus-rename-file): New function.
16340
16341 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16342
16343         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16344
16345 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16346
16347         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16348         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16349
16350 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16351
16352         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16353         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16354
16355 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16356
16357         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16358
16359 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16360
16361         * spam.el (spam-set-difference): Add function to replace
16362         gnus-set-difference in spam.el.
16363         (spam-summary-prepare-exit): Use spam-set-difference.
16364
16365 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16366
16367         * gnus-registry.el (gnus-registry-cache-file): Update to use
16368         gnus-dribble-directory OR gnus-home-directory OR ~.
16369         (gnus-registry-split-fancy-with-parent): Fix doc.
16370
16371 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * message.el (message-exchange-point-and-mark): Use
16374         message-mark-active-p.  Suggested by Jesper Harder
16375         <harder@ifa.au.dk>.
16376
16377 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * message.el (message-exchange-point-and-mark): Don't activate
16380         region if it was inactive.  Suggested by Hiroshi Fujishima
16381         <pooh@nature.tsukuba.ac.jp>.
16382
16383 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16384
16385         * gnus-art.el (article-display-face): Display Faces in the same
16386         order as X-Faces.
16387
16388 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16391
16392 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16395         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16396         (gnus-article-mime-hierarchy): Remove.
16397         (gnus-article-mime-hierarchy-next): Remove.
16398         (gnus-article-mode): Revert 2004-03-19 change.
16399         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16400         (gnus-insert-mime-button): Revert 2004-03-19 change.
16401         (gnus-mime-accumulate-hierarchy): Remove.
16402         (gnus-mime-enter-multipart): Remove.
16403         (gnus-mime-leave-multipart): Remove.
16404         (gnus-mime-display-part): Revert 2004-03-19 change.
16405         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16406
16407         * mml.el (mml-preview): Revert 2004-03-19 change.
16408
16409 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16410
16411         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16412
16413 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16416         t while entering a file name using the mm-with-multibyte macro.
16417         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16418
16419         * mm-util.el (mm-with-multibyte): New macro.
16420
16421 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16424         user option.
16425         (gnus-mime-multipart-functions): Doc and customization fix.
16426         (gnus-article-mime-hierarchy): New variable.
16427         (gnus-article-mime-hierarchy-next): New variable.
16428         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16429         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16430         gnus-article-mime-hierarchy-next to nil.
16431         (gnus-insert-mime-button): Show hierarchy numbers.
16432         (gnus-mime-accumulate-hierarchy): New function.
16433         (gnus-mime-enter-multipart): New function.
16434         (gnus-mime-leave-multipart): New function.
16435         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16436         (gnus-mime-display-alternative): Show hierarchy numbers.
16437
16438         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16439         gnus-article-mime-hierarchy-next to nil.
16440
16441 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16442
16443         * dns.el: Don't require gnus-xmas.
16444
16445 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16446
16447         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16448         inline PGP.
16449         (mml-menu): Disable mml-quote-region if mark is inactive.
16450
16451 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16452
16453         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16454         when the group's active is not available.
16455
16456 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16459         error.
16460
16461 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16462
16463         * imap.el (imap-store-password): New variable.
16464         (imap-interactive-login): Use it.
16465         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16466
16467 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16470         window-start and hscroll to summary window.
16471
16472 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16473
16474         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16475         conversion message to newsrc-dribble when an actual conversion is
16476         performed.
16477
16478 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16479
16480         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16481
16482 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * mm-decode.el (mm-complicated-handles): New function reviving
16485         former definition of mm-multiple-handles.
16486
16487         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16488         (gnus-mime-delete-part): Use it.
16489
16490 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16491
16492         * gnus-agent.el (gnus-agent-read-local): Bind
16493         nnheader-file-coding-system to gnus-agent-file-coding-system to
16494         avoid the implicit assumption that they will always be equal.
16495         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16496         coding-system-for-write, as the with-temp-file macro first prints
16497         to a buffer then saves the buffer.
16498
16499 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-art.el (gnus-article-edit-part): New function.
16502         (gnus-mime-save-part-and-strip): Use it; do query instead of
16503         signaling an error; don't use mm-multiple-handles.
16504         (gnus-mime-delete-part): Ditto.
16505
16506 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16507
16508         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16509         old file versions.
16510         (gnus-group-prepare-hook): Removed function that converted list
16511         form of gnus-agent-expire-days to group properties.
16512
16513         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16514         (gnus-request-accept-article): Re-indented.
16515
16516         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16517         converters to handle old agent file formats.  Added logic for a
16518         "backup before upgrading warning".
16519         (gnus-convert-mark-converter-prompt): Developers can mark
16520         functions as needing (default), or not needing,
16521         gnus-convert-old-newsrc's "backup before upgrading warning".
16522         (gnus-convert-converter-needs-prompt): Tests whether the user
16523         should be protected from potentially irreversable changes by the
16524         function.
16525
16526         * legacy-gnus-agent.el: New.  Provides converters that are only
16527         loaded when gnus-convert-old-newsrc needs to call them.
16528
16529 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16530
16531         * mail-source.el (mail-source-touch-pop): Doc fix.
16532
16533         * message.el (message-smtpmail-send-it): Doc fix.
16534
16535 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16536
16537         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16538
16539         * nnmail.el (nnmail-split-fancy): do.
16540
16541         * gnus-kill.el (gnus-kill, gnus-execute): do.
16542
16543 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16544
16545         * gnus-sum.el (gnus-widget-reversible-match)
16546         (gnus-widget-reversible-to-internal)
16547         (gnus-widget-reversible-to-external): New functions.
16548         (gnus-widget-reversible): New widget.
16549         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16550
16551 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16552
16553         * gnus-sum.el (gnus-thread-sort-functions)
16554         (gnus-article-sort-functions): Document `(not F)' items.
16555
16556 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16557
16558         * spam.el (spam-use-gmane-xref): Add new backend.
16559         (spam-gmane-xref-spam-group): Add variable to control the name of the
16560         Gmane spam group.
16561         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16562         (spam-regex-headers-spam, spam-regex-headers-ham)
16563         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16564         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16565         backends and checks.
16566         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16567
16568         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16569         an autodetect method.
16570
16571 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16572
16573         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16574         articles are being added to a group.
16575         (gnus-request-replace-article): Inform the agent that articles
16576         need to be uncached as the cached contents are no longer valid.
16577
16578 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * binhex.el: Don't autoload executable-find.
16581
16582         * canlock.el: Don't autoload mail-fetch-field.
16583
16584         * dgnushack.el: Autoload c-mode for XEmacs.
16585
16586         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16587
16588         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16589         rmail-dont-reply-to and rmail-output.
16590
16591         * gnus-score.el: Don't autoload ffap-string-at-point.
16592
16593         * gnus-setup.el: Don't autoload sc-cite-original.
16594
16595         * imap.el: Don't autoload base64-decode-string,
16596         base64-encode-string and md5.
16597
16598         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16599         and rmail-msg-restore-non-pruned-header.
16600
16601         * mm-decode.el: Don't autoload executable-find.
16602
16603         * mm-url.el: Don't autoload executable-find.
16604
16605         * mm-view.el: Don't autoload diff-mode.
16606
16607         * nndb.el: Don't autoload news-reply-mode, news-setup,
16608         cancel-timer and telnet.
16609
16610         * password.el: Don't autoload run-at-time for Emacs.
16611
16612         * sha1-el.el: Don't autoload executable-find.
16613
16614         * sieve-mode.el: Don't autoload c-mode.
16615
16616         * uudecode.el: Don't autoload executable-find.
16617
16618 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16619
16620         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16621         (gnus-agent-possibly-alter-active): Avoid null in numeric
16622         comparison.
16623         (gnus-agent-set-local): Refuse to save null in local object table.
16624         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16625         list of articles that will be marked as unread.
16626
16627 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16628
16629         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16630
16631 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16632
16633         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16634         language tags.
16635
16636 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16637
16638         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16639         Don't bind "obarray".
16640
16641         * gnus-sum.el (gnus-thread-sort-functions): Added
16642         `gnus-thread-sort-by-most-recent-number' and
16643         `gnus-thread-sort-by-most-recent-date'.
16644         Reported by Kai Grossjohann <kai@emptydomain.de>.
16645
16646 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16649
16650 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16651
16652         * gnus-cus.el (gnus-agent-customize-category): Removed
16653         ignore-errors macro reference that required cl to be loaded at
16654         run-time.
16655
16656         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16657         single-interval range of the form (min . max).  Previously the
16658         range had to look like ((min . max)).  Likewise, return
16659         (min . max) rather than ((min . max)).
16660         (gnus-range-map): Use gnus-range-normalize to accept
16661         single-interval range.
16662
16663         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16664         the cache, but not the agent, now appear with their usual face.
16665
16666         * dgnushack.el (loaddir): New variable that is bound to the
16667         directory containing the dgnushack.el file. Use loaddir, rather
16668         than srcdir, to update load-path. Change lets dgnushack compile
16669         code in directories other than GNUS/lisp.
16670
16671 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * lpath.el: Don't bind w3m-safe-url-regexp.
16674
16675         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16676         w3m-safe-url-regexp variable buffer-local.
16677
16678         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16679
16680 2004-02-27  Simon Josefsson  <jas@extundo.com>
16681
16682         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16683         gnus-group-real-prefix.
16684         (gnus-summary-move-article): Use it, instead of
16685         gnus-group-real-prefix.
16686
16687 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16688
16689         * lpath.el: Bind w3m-safe-url-regexp.
16690
16691         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16692         w3m-safe-url-regexp variable buffer-local and set it as the value
16693         of mm-w3m-safe-url-regexp.
16694
16695         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16696
16697         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16698         parsing gnus-posting-styles when the message is not for replying.
16699
16700         * dgnushack.el: Autoload sgml-mode for XEmacs.
16701
16702         * nnrss.el (nnrss-opml-export): Use
16703         mm-set-buffer-file-coding-system instead of
16704         set-buffer-file-coding-system.
16705
16706 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16707
16708         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16709         of checkdoc.el).
16710         * nnrss.el: do.
16711         * gnus-mlspl.el: do.
16712         * gnus-ml.el: do.
16713         * gnus-srvr.el: do.
16714
16715         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16716
16717 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16718
16719         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16720         Corrections to custom-manual links.
16721
16722         * gnus-art.el (gnus-article): Ditto.
16723
16724         * mm-decode.el (mime-display, mime-security): Ditto.
16725
16726 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16727
16728         * flow-fill.el: Typo.
16729
16730 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16731
16732         * spam-wash.el: New file.
16733
16734 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16735
16736         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16737
16738 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16739
16740         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16741         to be run with new-articles as LIST1, not LIST2.
16742         (spam-registration-functions): Add spam-use-ham-copy as a nil
16743         registration backend.
16744
16745 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * spam-stat.el (spam-stat-washing-hook): New option.
16748         (spam-stat-buffer-words): Use it.
16749         (spam-stat-process-directory, spam-stat-test-directory): Use
16750         insert-file-contents-literally.
16751         (spam-stat-coding-system): New variable.
16752         (spam-stat-load, spam-stat-save): Use it.
16753
16754 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * spam-report.el (spam-report-plug-agent): Quote
16757         spam-report-url-to-file and spam-report-url-ping-plain.
16758
16759 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16760
16761         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16762         / in mailto URLs.
16763
16764 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16765
16766         * spam-report.el (spam-report-process-queue): Fix interactive use.
16767         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16768         (spam-report-unplug-agent): Doc fixes.
16769         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16770         (spam-report-agentize, spam-report-deagentize): Autoload.
16771
16772 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16775
16776         * message.el (message-setup-fill-variables): Add mml tags to
16777         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16778         <ajk@iu.edu>.
16779         (message-mode): Don't modify paragraph-separate there.
16780
16781 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16782
16783         * compface.el (uncompface-use-external): Default to undecided.
16784         (uncompface-use-external-threshold): New variable.
16785         (uncompface-float-time): New macro.
16786         (uncompface): Determine whether to use the external decoder if
16787         uncompface-use-external is undecided.
16788
16789 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16790
16791         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16792         after images.
16793
16794         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16795
16796 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16797
16798         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16799
16800         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16801
16802         * gnus-sum.el (gnus-summary-limit-to-age)
16803         (gnus-summary-limit-children): do.
16804
16805         * gnus-int.el (gnus-request-scan): do.
16806
16807         * gnus-group.el (gnus-group-suspend): do.
16808
16809         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16810
16811         * gnus-cite.el (gnus-cite-parse-attributions): do.
16812
16813         * gnus-agent.el (gnus-summary-set-agent-mark)
16814         (gnus-agent-regenerate-group): do.
16815
16816         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16817
16818         * binhex.el (binhex-decode-region-internal): do.
16819
16820 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * gnus-fun.el (gnus-face-properties-alist): New user option.
16823         (gnus-display-x-face-in-from): Use it.
16824
16825         * gnus-art.el (article-display-face): Ditto.
16826
16827         * compface.el (uncompface-use-external): Default to nil.
16828
16829 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16830
16831         * nntp.el (nntp-erase-buffer): New function.
16832         (nntp-retrieve-data, nntp-send-command)
16833         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16834         (nntp-possibly-change-group): Use it.
16835
16836         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16837         with-current-buffer.
16838
16839 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16840
16841         * compface.el: Merge the ELisp-based uncompface program.
16842         (compface): New customization group.
16843         (uncompface-use-external): New user option.
16844         (uncompface): Call uncompface-internal if uncompface-use-external
16845         is nil.
16846         (uncompface-internal): New function.  Note that there are also
16847         some other functions and variables added for this function.
16848
16849 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16850
16851         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16852         if necessary.
16853
16854 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16855
16856         * spam-report.el (spam-report-unplug-agent)
16857         (spam-report-plug-agent, spam-report-deagentize)
16858         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16859         Add support for the Agent in spam-report: when unplugged, report to a
16860         file; when plugged, submit all the requests.
16861
16862         * spam.el (spam-register-routine): Fix message about
16863         registration.
16864
16865 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16868         dependencies.
16869         (rfc2047-encode): Use it.
16870
16871         * gnus-art.el (gnus-button-marker-list): Move before first
16872         reference.
16873
16874         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16875         (imap-parse-body): Fix format string mismatch.
16876
16877         * gnus-score.el (gnus-summary-increase-score): do.
16878
16879         * nnrss.el (nnrss-close): New function.
16880
16881 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * nnrss.el (nnrss-make-filename): New function.
16884         (nnrss-request-delete-group, nnrss-read-server-data)
16885         (nnrss-save-server-data, nnrss-read-group-data)
16886         (nnrss-save-group-data): Use it.
16887         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16888         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16889         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16890
16891 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16894
16895 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16896
16897         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16898         files.
16899
16900         * message.el (message-generate-headers-first): Don't quote nil
16901         and t in docstrings.
16902
16903         * imap.el (imap-id): do.
16904
16905         * gnus-agent.el (gnus-agent-consider-all-articles)
16906         (gnus-agent-queue-mail): do.
16907
16908 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16909
16910         * spam-report.el (spam-report-process-queue): New function.
16911         Process requests from `spam-report-requests-file'.
16912         (spam-report-process-queue): Doc fix.
16913
16914 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16915
16916         * spam.el (spam-register-routine)
16917         (spam-log-processing-to-registry, spam-log-registered-p)
16918         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16919         Change "check" to "spam-check" for semi-clarity.
16920
16921 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16922
16923         * pop3.el: Require nnheader.
16924
16925         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16926
16927         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16928
16929         * gnus-picon.el: Require cl.
16930
16931         * gnus-fun.el: Require gnus-ems and gnus-util.
16932
16933         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16934
16935         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16936
16937         * gnus-art.el (gnus-article-edit-mode): Define before first
16938         reference.
16939
16940 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16941
16942         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16943         (gnus-uu-post-encoded): Use point-at-bol.
16944
16945         * gnus-topic.el (gnus-group-active-topic-p): do.
16946
16947         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16948
16949         * gnus-group.el (gnus-group-kill-region): do.
16950
16951         * gnus-art.el (article-date-ut): do.
16952
16953         * message.el (message-fetch-field): Remove redundant
16954         case-fold-search binding.
16955         (message-narrow-to-field): Simplify.
16956
16957 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16958
16959         * spam.el (spam-directory): Derive from `gnus-directory'.
16960
16961         * spam-report.el (spam-report-url-to-file)
16962         (spam-report-requests-file): New function and variable for offline
16963         reporting.
16964         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16965         and user defined function.
16966         (spam-report-url-ping-mm-url): Remove doubled slash.
16967
16968 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16969
16970         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16971
16972 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16973
16974         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16975         format string mismatch.
16976
16977         * sieve.el (sieve-deactivate-all): do.
16978
16979         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16980
16981         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16982
16983         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16984
16985         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16986
16987 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16988
16989         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16990         the list of checks.
16991
16992 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16993
16994         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16995         padding.
16996
16997 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16998
16999         * mm-view.el (mm-fill-flowed): New variable.
17000         (mm-inline-text): Use it.
17001
17002 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * spam.el (spam-spamassassin-register-ham-routine)
17005         (spam-spamassassin-register-spam-routine): Fix function names.
17006
17007 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus.el (gnus-tmp-grouplens): Remove.
17010         (gnus-summary-line-format): Remove grouplens.
17011
17012         * gnus-group.el (gnus-group-line-format): Ditto.
17013
17014         * gnus-spec.el (gnus-format-specs): Ditto.
17015         (gnus-update-format-specifications): Flush the group format spec
17016         cache if there's the grouplens stuff.
17017         (gnus-parse-simple-format): Replace %l with the empty string.
17018
17019 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17020
17021         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17022         omission.
17023
17024 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17027         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17028
17029 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17030
17031         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17032         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17033         New macros and functions.
17034         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17035         Handle > NLINK_MAX messages.
17036         * nnmaildir.el (nnmaildir-request-set-mark): Use
17037         nnmaildir--emlink-p and nnmaildir--eexist-p.
17038
17039 2004-01-25  Alex Schroeder  <alex@gnu.org>
17040
17041         * spam-stat.el (spam-stat-process-directory-age): New option.
17042         (spam-stat-process-directory): Use it.
17043
17044 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17045
17046         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17047         (spam-stat-save): Accept prefix argument.
17048
17049 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17050
17051         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17052         links" error.
17053
17054 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17055
17056         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17057         the rest of the and/or forms.
17058
17059 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17060
17061         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17062         compatibility with old .newsrc.eld files.
17063
17064         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17065
17066         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17067
17068         * gnus-start.el (gnus-1): do.
17069
17070         * gnus-group.el (gnus-group-line-format-alist): do.
17071
17072         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17073
17074         * gnus-gl.el: Remove.
17075
17076 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17077
17078         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17079         marks consisting of a single range {for example, (3 . 5)} rather
17080         than a list of a single range { ((3 . 5)) }.
17081
17082 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17083
17084         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17085         with-current-buffer.
17086         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17087         avoid consing a string.
17088
17089         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17090         Remove obsolete entries for big5 and gb2312.
17091
17092 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17093
17094         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17095         uncompressed list.
17096
17097 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17098
17099         * spam-stat.el (spam-stat-strip-xref): New function.
17100         (spam-stat-process-directory): Use it.
17101
17102         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17103         here -- it's done in message-fetch-field.
17104
17105 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17106
17107         * gnus-agent.el (gnus-agent-queue-mail)
17108         (gnus-agent-prompt-send-queue): New variables.
17109         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17110         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17111         "nndraft:queue" along to gnus-draft-send.  Use
17112         gnus-agent-prompt-send-queue.
17113         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17114         is "nndraft:queue".  Suggested by Gaute Strokkenes
17115         <gs234@srcf.ucam.org>
17116
17117         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17118         (agent-enable-undownloaded-faces): Added.
17119         (gnus-agent-cat-groups): Use eval-and-compile, not
17120         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17121         method of gnus-agent-cat-groups even when the buffer has been
17122         evaled.
17123         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17124         delete gnus-agent-save-active-1.
17125         (gnus-agent-save-groups): Deleted.  Identical to
17126         gnus-agent-save-active.
17127         (gnus-agent-write-active): No longer adjust agent's copy of active
17128         file as agent's adjustments are now stored in their own
17129         file.  Removed optional parameter.
17130         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17131         servers.  Add use of min/max range limits from server's local
17132         file.
17133         (gnus-agent-save-alist): Removed unused optional argument.
17134         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17135         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17136         (gnus-agent-set-local): A per-server file that keeps min/max range
17137         limits for articles known to the agent.  Provides a fast mechanism
17138         for altering many active ranges.
17139         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17140         active file (local makes it unnecessary).
17141         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17142
17143         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17144         (agent-enable-undownloaded-faces): Added.
17145
17146         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17147         disable it when sending to "nndraft:queue".
17148         (gnus-group-send-queue): Add safety check to avoid sending queue
17149         when unplugged.
17150
17151         * gnus-group.el (gnus-group-catchup): Use new
17152         gnus-sequence-of-unread-articles, not
17153         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17154         numbers of articles.  Use gnus-range-map to avoid having to
17155         uncompress the unread list.
17156         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17157         Fixed invalid ange-ftp reference.
17158
17159         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17160         (gnus-sorted-range-intersection): Intersection of two ranges
17161         without requiring that they first be uncompressed.
17162
17163         * gnus-start.el (gnus-activate-group): Unless blocked by the
17164         caller, possibly expand the active range to include both cached
17165         and agentized articles.
17166         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17167         multiple version-dependent converters.
17168         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17169         gnus-agent-save-active.
17170         (gnus-save-newsrc-file): Save dirty agent range limits.
17171
17172         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17173         gnus-agent-possibly-alter-active.
17174         (gnus-adjust-marked-articles): Faster handling of simple lists.
17175
17176 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17177
17178         * spam-stat.el (spam-stat-test-directory): New optional argument
17179         displays a list of files detected.  Suggested by Andrew Cohen
17180         <cohen@andy.bu.edu>.
17181         (spam-stat-buffer-words-with-scores): Don't narrow and change
17182         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17183
17184 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17185
17186         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17187         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17188         (spam-spamassassin-arguments)
17189         (spam-spamassassin-spam-flag-header)
17190         (spam-spamassassin-positive-spam-flag-header)
17191         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17192         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17193         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17194         (spam-list-of-processors, spam-list-of-checks)
17195         (spam-list-of-statistical-checks, spam-registration-functions)
17196         (spam-check-spamassassin-headers, spam-check-spamassassin)
17197         (spam-spamassassin-score)
17198         (spam-spamassassin-register-with-sa-learn)
17199         (spam-spamassassin-register-spam-routine)
17200         (spam-spamassassin-register-ham-routine)
17201         (spam-assassin-register-spam-routine)
17202         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17203         (spam-bogofilter-score): Fix to show article before scoring.
17204
17205 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17206
17207         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17208         default scoring function.
17209         (spam-generic-score): Call spam-spamassassin-score if
17210         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17211         spam-bogofilter-score otherwise.
17212
17213         * gnus.el (spam-process, spam-autodetect-methods): Add
17214         spamassassin and spamassassin-headers.
17215
17216 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17217
17218         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17219         Suppress unnecessary messages.
17220
17221 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17222
17223         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17224         make-hash-table.
17225
17226 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * canlock.el (base64-encode-string): Don't autoload it.
17229
17230 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17231
17232         * run-at-time.el: Remove useless (require 'itimer),
17233         eval-and-compile and (featurep 'xemacs).
17234
17235 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17236
17237         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17238         GROUP is a virtual group.
17239
17240 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17241
17242         * gnus.el: Autoload `message-y-or-n-p'.
17243
17244 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17245
17246         * pgg-parse.el: Remove unnecessary (require 'custom).
17247
17248         * pgg-def.el: do.
17249
17250         * nnmail.el: do.
17251
17252         * gnus-undo.el: do.
17253
17254         * gnus-picon.el: do.
17255
17256         * gnus-util.el: do.
17257
17258 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17259
17260         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17261
17262 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17265         handle, as well as a list.
17266
17267         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17268         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17269         (mm-w3m-cid-retrieve): Simplify.
17270
17271 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17272
17273         * message.el (message-kill-to-signature): Allow prefix arg to
17274         specify number of lines to keep before signature.
17275
17276 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17277
17278         * message.el (message-kill-to-signature): Change docstring.
17279
17280 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * canlock.el: Always require sha1-el.
17283         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17284
17285         * message.el: Autoload sha1 only when compiling.
17286
17287         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17288         eudc-expand-inline for XEmacs.
17289
17290 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17291
17292         * message.el (message-canlock-generate): Require sha1-el.
17293
17294 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17295
17296         * message.el (message-expand-name): Silence the byte compiler.
17297
17298         * lpath.el: Add detect-coding-system.
17299
17300         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17301         cus-edit.
17302
17303 2004-01-13  Simon Josefsson  <jas@extundo.com>
17304
17305         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17306         Invoke gnus-score-mode.  Reported by
17307         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17308
17309         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17310         Jim Blandy <jimb@redhat.com> (tiny change).
17311
17312 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17313
17314         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17315
17316 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17317
17318         * spam.el (spam-get-article-as-string): Update to use
17319         gnus-request-article-this-buffer, much simpler.
17320         (spam-get-article-as-buffer): Remove.
17321
17322 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17323
17324         * message.el (message-expand-name): Use EUDC if the user uses that.
17325
17326 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17329         character for the encoding to avoid consing a string.
17330
17331         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17332         unnecessarily.
17333
17334         * mm-util.el (mm-replace-chars-in-string): Remove.
17335
17336         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17337         of mm-replace-chars-in-string.
17338
17339 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17342
17343         * mm-util.el (mm-subst-char-in-string): Support inplace.
17344
17345         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17346         a new string in every iteration.  Use shy groups.
17347
17348 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17351         * gnus-soup.el (gnus-soup-group-brew):
17352         * gnus-msg.el (gnus-put-message):
17353         * gnus-move.el (gnus-group-move-group-to-server):
17354         * gnus-kill.el (gnus-batch-score):
17355         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17356         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17357         (gnus-group-update-group, gnus-group-read-group)
17358         (gnus-group-make-group, gnus-group-make-help-group)
17359         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17360         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17361         (gnus-group-sort-by-unread, gnus-group-catchup)
17362         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17363         (gnus-group-yank-group, gnus-group-set-info)
17364         (gnus-group-list-groups):
17365         * gnus.el (gnus-generate-new-group-name):
17366         * gnus-delay.el (gnus-delay-send-queue):
17367         * nnvirtual.el (nnvirtual-catchup-group):
17368         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17369         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17370         (gnus-group-prepare-topics, gnus-topic-check-topology):
17371         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17372         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17373         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17374         (gnus-group-make-articles-read):
17375         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17376         (gnus-group-change-level, gnus-kill-newsgroup)
17377         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17378         (gnus-get-unread-articles, gnus-make-articles-unread)
17379         (gnus-make-ascending-articles-unread): Use accessor
17380         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17381         to get group information for improved readability.
17382
17383
17384 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * gnus-art.el (article-decode-mime-words, article-babel)
17387         (gnus-article-highlight-signature, gnus-article-add-buttons)
17388         (gnus-signature-toggle): Use gnus-with-article-buffer.
17389
17390         * gnus-art.el (gnus-article-highlight-headers)
17391         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17392
17393         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17394         (gnus-article-set-globals, gnus-request-article-this-buffer)
17395         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17396         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17397         (gnus-mime-display-alternative): Use with-current-buffer.
17398
17399 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17400
17401         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17402         also under 80 char limit, and call gnus-error if needed.
17403         (spam-fetch-article-header): Fix - it was a
17404         buffer-local variable (gnus-newsgroup-data).
17405         (spam-find-spam): Use spam-generate-fake-headers, forget about
17406         spam-insert-fake-headers.
17407         (spam-insert-fake-headers): Remove.
17408
17409 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17410
17411         * deuglify.el (gnus-article-outlook-unwrap-lines)
17412         (gnus-outlook-rearrange-article)
17413         (gnus-outlook-repair-attribution-outlook)
17414         (gnus-outlook-repair-attribution-block)
17415         (gnus-outlook-repair-attribution-other): Remove redundant
17416         save-excursion.
17417
17418 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17419
17420         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17421         (spam-fetch-field-subject-fast)
17422         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17423         (spam-fetch-article-header): Add functions to deal with Gnus
17424         internals for fast retrieval of article header data.
17425         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17426
17427 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17428
17429         * pop3.el (pop3-md5): Remove.
17430         (pop3-apop): Replace pop3-md5 with md5.
17431
17432         * mm-bodies.el: base64 is always built-in.
17433
17434         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17435         with-current-buffer.
17436
17437 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17438
17439         * canlock.el (canlock-insert-header): Remove excessive grouping in
17440         regexp.
17441
17442         * gnus-sum.el (gnus-summary-read-document): Ditto.
17443
17444         * gnus-uu.el (gnus-uu-part-number): Ditto.
17445
17446         * html2text.el (html2text-remove-tags): Ditto.
17447         (html2text-format-tags): Ditto.
17448         (html2text-format-single-elements): Ditto.
17449
17450         * mml.el (mml-parse-1): Ditto.
17451
17452 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17453
17454         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17455
17456         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17457
17458         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17459
17460         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17461
17462 2003-11-15  Simon Josefsson  <jas@extundo.com>
17463
17464         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17465         (pgg-gpg-lookup-key): Use regexp match instead of
17466         split-string (split-string is different between emacs 21.2 and
17467         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17468
17469 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17470
17471         * gnus-art.el (gnus-mime-view-all-parts)
17472         (gnus-article-part-wrapper, gnus-article-view-part): Use
17473         with-current-buffer.
17474
17475 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17476
17477         * spam.el (spam-disable-spam-split-during-ham-respool)
17478         (spam-spamoracle-database, spam-cache-lookups)
17479         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17480         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17481         (spam-group-ham-marks, spam-group-spam-marks)
17482         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17483         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17484         also add spam-use-blackholes to the statistical checks.
17485         (spam-fetch-field-fast): Add interface to fetching fields, may
17486         become a macro.
17487         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17488         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17489         (spam-insert-fake-headers): Fake an article when needed.
17490         (spam-find-spam): Fake article when possible.
17491         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17492         (spam-check-bogofilter-headers): Use message-fetch-field instead
17493         of nnmail-fetch-field.
17494
17495 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17496
17497         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17498
17499 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17500
17501         * spam.el (spam-split): Do not require spam-use-CHECK to be
17502         enabled if that check is passed to spam-split explicitly; also
17503         fix so 'spam doesn't get converted to spam-split-group when
17504         spam-split-symbolic-return is t.
17505         (spam-find-spam): Find registrations of the article and use those
17506         instead of re-running spam-split to find the spam/ham
17507         classification of the article.
17508         (spam-log-processing-to-registry, spam-log-registered-p)
17509         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17510         Use gnus-error instead of gnus-message.
17511         (spam-log-registration-type): Add function to determine the
17512         classification of a message based on registry entries; will
17513         return nil if both 'spam and 'ham are found.
17514         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17515         a reasonably fast local cache without the loading errors.
17516         (spam-cache-lookups): Set to t by default.
17517         (spam-find-spam): Don't try to guess spam-cache-lookups.
17518         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17519         spam-caches entry.
17520         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17521         caching of whitelist/blacklist entries.
17522         (spam-check-whitelist, spam-check-blacklist): Invoke
17523         spam-from-listed-p with a type, not a cache variable.
17524         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17525
17526 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17527
17528         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17529
17530         * nnmail.el (nnmail-split-fancy): do.
17531
17532         * mml.el (mml-parse): do.
17533
17534         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17535         (gnus-score-adaptive): do.
17536
17537 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17540         (gnus-mime-button-map): Don't set keymap parent.
17541         (gnus-button-ctan-directory-regexp): Use shy grouping.
17542         (gnus-prev-page-map): Don't set keymap parent.
17543         (gnus-prev-page-map): Remove duplicated one.
17544         (gnus-next-page-map): Don't set keymap parent.
17545         (gnus-mime-security-button-map): Ditto.
17546
17547         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17548         version number.
17549
17550         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17551
17552 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17553
17554         * canlock.el (canlock-sha1-function): Remove.
17555         (canlock-sha1-function-for-verify): Remove.
17556         (canlock-openssl-program): Remove.
17557         (canlock-openssl-args): Remove.
17558         (canlock-ignore-errors): Remove.
17559         (canlock-sha1-with-openssl): Remove.
17560         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17561         (canlock-verify): Don't use canlock-ignore-errors.
17562
17563         * sha1-el.el (sha1-string-external): Make it can return a string
17564         in binary form.
17565         (sha1-region-external): Ditto.
17566         (sha1-string-internal): Ditto.
17567         (sha1-region-internal): Ditto.
17568         (sha1-region): Ditto.
17569         (sha1-string): Ditto.
17570         (sha1): Ditto.
17571
17572 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17573
17574         * spam.el (spam-report-articles-gmane): New command.
17575
17576 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17577
17578         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17579
17580         * run-at-time.el (run-at-time-saved): Remove.
17581         (run-at-time): Doc fix.
17582
17583 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17584
17585         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17586         (gnus-summary-limit-map): Add it.
17587         (gnus-summary-make-menu-bar): do.
17588
17589 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17590
17591         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17592         Make attempt at some caching support (done for BBDB only now).
17593         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17594         addresses to be checked.
17595         (spam-clear-cache-BBDB): Add function, to be invoked by
17596         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17597         (spam-check-BBDB): Check and use the caches, if
17598         spam-cache-lookups is on, remove superfluous (provide).
17599
17600 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17601
17602         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17603
17604 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17605
17606         * run-at-time.el (run-at-time-saved): Move to after the definition
17607         of `run-at-time'.
17608
17609         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17610
17611 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17614         mm-w3m-local-map-property.
17615
17616         * mm-view.el (mm-w3m-mode-map): Remove.
17617         (mm-w3m-local-map-property): Remove.
17618         (mm-inline-text-html-render-with-w3m): Don't use
17619         mm-w3m-local-map-property.
17620
17621 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17622
17623         * run-at-time.el: New file.
17624
17625         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17626         under Emacs.
17627
17628         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17629         of gnus-set-text-properties.
17630
17631         * gnus-uu.el (gnus-uu-save-article): Ditto.
17632
17633         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17634
17635         * gnus-cite.el (gnus-cite-parse): Ditto.
17636
17637         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17638         of gnus-.
17639
17640         * gnus-xmas.el (run-at-time): Require run-at-time.
17641
17642         * gnus.el: Changed calls to nnheader-run-at-time and
17643         password-run-at-time throughout to use run-at-time directly.
17644
17645         * password.el: Removed definition of run-at-time.
17646
17647         * nnheaderxm.el: Remove definition of run-at-time.
17648
17649 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17650
17651         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17652         in prompt.
17653
17654 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17655
17656         * messagexmas.el (message-xmas-redefine): Alias
17657         `message-make-caesar-translation-table' to
17658         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17659         version.
17660
17661         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17662         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17663         `gnus-xmas-set-text-properties'.
17664         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17665         `gnus-xmas-completing-read'.
17666         (gnus-xmas-completing-read): Removed.
17667         (gnus-xmas-open-network-stream): Removed.
17668
17669         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17670         XEmacs version.
17671
17672         * dns.el (dns-make-network-process): Use `open-network-stream'
17673         instead of `gnus-xmas-open-network-stream'.
17674
17675         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17676
17677         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17678
17679 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17680
17681         * gnus-art.el (gnus-mime-display-alternative)
17682         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17683         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17684         Don't use gnus-local-map-property.
17685
17686         * gnus-util.el (gnus-local-map-property): Remove.
17687
17688         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17689         gnus-completing-read-maybe-default with completing-read.
17690
17691         * gnus-util.el (gnus-completing-read): do.
17692         (gnus-completing-read-maybe-default): Remove.
17693
17694 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17695
17696         * password.el: Only autoload `run-at-time' if not XEmacs.
17697         Only autoload the itimer functions if XEmacs.
17698
17699 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17700
17701         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17702         XEmacsen.
17703
17704         * dgnushack.el: Autoload executable-find for XEmacs.
17705
17706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17707
17708         * gnus-art.el (gnus-read-string): Remove.
17709         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17710         read-string.
17711
17712 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17713
17714         * netrc.el: Autoload password-read.
17715         (netrc): Add configuration group.
17716         (netrc-encoding-method, netrc-openssl-path): Add
17717         variables for encoding and decoding of files with symmetric
17718         ciphers.
17719         (netrc-encode): Add assistant function to encode a file with
17720         netrc-encoding-method.
17721         (netrc-parse): Add interactive parameter, added optional
17722         decoding if netrc-encoding-method is non-nil but otherwise
17723         behavior is standard.
17724         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17725         Do s/encode/encrypt/ everywhere.
17726
17727         * spam.el: Remove executable-find autoload.
17728
17729 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17730
17731         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17732
17733         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17734
17735 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17736
17737         * gnus-art.el (gnus-treat-ansi-sequences)
17738         (article-treat-ansi-sequences): New variable and function.
17739         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17740
17741         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17742         Use it.
17743
17744 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17745
17746         * mm-util.el (mm-quote-arg): Remove.
17747
17748         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17749         shell-quote-argument.
17750
17751         * gnus-uu.el (gnus-uu-command): do.
17752
17753         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17754
17755         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17756         with make-char.
17757
17758         * mm-util.el (mm-make-char): Remove.
17759
17760         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17761         add-minor-mode.
17762
17763         * gnus-undo.el (gnus-undo-mode): do.
17764
17765         * gnus-topic.el (gnus-topic-mode): do.
17766
17767         * gnus-sum.el (gnus-dead-summary-mode): do.
17768
17769         * gnus-start.el (gnus-slave-mode): do.
17770
17771         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17772
17773         * gnus-ml.el (gnus-mailing-list-mode): do.
17774
17775         * gnus-gl.el (gnus-grouplens-mode): do.
17776
17777         * gnus-draft.el (gnus-draft-mode): do.
17778
17779         * gnus-dired.el (gnus-dired-mode): do.
17780
17781         * gnus-ems.el (gnus-add-minor-mode): Remove.
17782
17783         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17784         Replace gnus-char-width with char-width.
17785
17786         * gnus-ems.el (gnus-char-width): Remove.
17787
17788         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17789         Replace gnus-char-width with char-width.
17790
17791         * gnus-ems.el (gnus-char-width): Remove.
17792
17793         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17794         definition.
17795         Remove Emacs 20 hash table compatibility code.
17796
17797         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17798         20 compatibility code.
17799
17800         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17801
17802         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17803
17804         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17805         with point-at-{eol,bol}.
17806
17807         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17808
17809         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17810
17811         * flow-fill.el (fill-flowed-point-at-bol)
17812         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17813
17814         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17815         Replace with point-at-{eol,bol} throughout all files.
17816
17817 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * ntlm.el (ntlm-string-as-unibyte): New macro.
17820         (ntlm-build-auth-response): Use it.
17821
17822         Remove Emacs 20 stuff:
17823         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17824         (butlast, mapc, remove): Remove the compiler macros.
17825         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17826         of delq and copy-sequence.
17827         * gnus-art.el (popup-menu): Remove the compiler macro.
17828         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17829         Emacs 20.
17830
17831 2004-01-05  Simon Josefsson  <jas@extundo.com>
17832
17833         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17834         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17835         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17836         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17837         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17838         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17839         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17840         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17841         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17842         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17843         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17844         string-xor into ntlm-string-xor.  Suggested by
17845         Jesper Harder <harder@myrealbox.com>.
17846
17847         * ntlm.el: Don't include poem.
17848
17849         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17850         Jesper Harder <harder@myrealbox.com>.
17851
17852         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17853
17854         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17855         probably breaks emacs with DL patch, but do we care? Is anyone
17856         still using the DL stuff?)
17857
17858         * sieve-manage.el: Use the password package.
17859         (sieve-manage-read-passwd): Remove.
17860         (sieve-manage-interactive-login): Use password.  Re-add
17861         condition-case around loop.
17862
17863         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17864         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17865         the password package.
17866
17867 2003-02-19  Simon Josefsson  <jas@extundo.com>
17868
17869         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17870         token.
17871
17872 2002-08-07  Simon Josefsson  <jas@extundo.com>
17873
17874         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17875         (sieve-manage-authenticators):
17876         (sieve-manage-authenticator-alist): Add some SASL mechs.
17877         (sieve-sasl-auth): New function.
17878         (sieve-manage-cram-md5-auth):
17879         (sieve-manage-plain-auth): Rewrite using SASL library.
17880         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17881         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17882         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17883         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17884
17885 2004-01-05  Simon Josefsson  <jas@extundo.com>
17886
17887         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17888         New files.
17889
17890 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17891
17892         * gnus-group.el (gnus-no-groups-message): Update.
17893
17894         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17895
17896 2003-11-09  Simon Josefsson  <jas@extundo.com>
17897
17898         * imap.el: Support for ID IMAP extension (RFC 2971).
17899         (imap-local-variables): Add imap-id.
17900         (imap-id): New variable.
17901         (imap-id): New function.
17902         (imap-parse-response): Parse untagged ID response.
17903         * nnimap.el (nnimap-id): New variable.
17904         (nnimap-open-connection): Use it.
17905
17906 2003-12-28  Simon Josefsson  <jas@extundo.com>
17907
17908         * gnus-score.el (gnus-score-edit-all-score): New.
17909         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17910
17911 2004-01-04  Simon Josefsson  <jas@extundo.com>
17912
17913         * password.el: Add.
17914
17915 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17916
17917         * dns.el (dns-query-types): Fix typo.
17918         (dns-query-types): New function.
17919         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17920         PTR and SOA replies, see RFC 1035.
17921
17922 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17923
17924         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17925
17926         * Moved to Changelog.2.
17927
17928 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17929
17930         * gnus.el (gnus-version-number): Bump version.
17931
17932 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17933
17934         * gnus.el: No Gnus v0.1 is released.
17935
17936 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17937
17938         * gnus.el: No Gnus v0.0 is released.
17939
17940 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17941
17942         * gnus.el (gnus-version-number): Bump.
17943         (gnus-version): No.
17944
17945 See ChangeLog.2 for earlier changes.
17946
17947     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17948       Free Software Foundation, Inc.
17949
17950   This file is part of GNU Emacs.
17951
17952   GNU Emacs is free software: you can redistribute it and/or modify
17953   it under the terms of the GNU General Public License as published by
17954   the Free Software Foundation, either version 3 of the License, or
17955   (at your option) any later version.
17956
17957   GNU Emacs is distributed in the hope that it will be useful,
17958   but WITHOUT ANY WARRANTY; without even the implied warranty of
17959   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17960   GNU General Public License for more details.
17961
17962   You should have received a copy of the GNU General Public License
17963   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17964
17965 ;; Local Variables:
17966 ;; coding: utf-8
17967 ;; fill-column: 79
17968 ;; add-log-time-zone-rule: t
17969 ;; End: