Reference mm-shr in various places
[gnus] / lisp / ChangeLog
1 2010-10-08  Julien Danjou  <julien@danjou.info>
2
3         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4
5 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8
9         * gnus-sum.el (gnus-mark-article-as-unread)
10         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
11         (gnus-summary-set-bookmark): Use it.
12
13         * gnus-msg.el (gnus-setup-message): Use it.
14
15         * gnus-demon.el (gnus-demon-remove-handler): Use it.
16
17         * gnus.el (gnus-group-remove-parameter): Use it.
18
19         * gnus-group.el (gnus-group-make-web-group): Use it.
20
21         * gnus-demon.el (gnus-demon-remove-handler): Use it.
22
23         * nnregistry.el: Update docs to mention manual.
24
25         * gnus-registry.el: Update docs to mention nnregistry.el.
26         (gnus-registry-initialize): Don't install nnregistry refer method
27         automatically.
28         (gnus-registry-install-nnregistry): Remove it.
29
30 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * shr.el (shr-insert): Don't insert double spaces.
33
34 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * gnus-gravatar.el (gnus-treat-from-gravatar)
37         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
38         called interactively.
39
40         * gnus-art.el (gnus-mime-view-part-externally)
41         (gnus-mime-view-part-internally): Make predicate function passed to
42         gnus-mime-view-part-as-type assume argument is a mime type, not a list
43         of a mime type.
44
45         * shr.el (shr-table-widths): Don't use cl function `reduce'.
46
47 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * shr.el (require): Require cl when compiling.
50         (shr-tag-hr): New function.
51
52         * nnimap.el (nnimap-update-info): Remove double setting of high.
53         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
54         makes nnimap work properly on Courier again.
55
56         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
57         the variable for backwards compatability.
58
59         * mm-decode.el (mm-save-part): If given a non-directory result, expand
60         the file name before using to avoid setting mm-default-directory to
61         nil.
62
63         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
64         bidning gnus-agent variables.
65
66         * shr.el (shr-render-td): Use a cache for the table rendering function
67         to avoid getting an exponential rendering behaviour in nested tables.
68         (shr-insert): Rework the line-breaking algorithm.
69         (shr-insert): Don't leave trailing spaces.
70         (shr-insert-table): Also insert empty TDs.
71         (shr-tag-blockquote): Ensure paragraphs after </ul>.
72
73 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
74
75         * gnus-sum.el (gnus-number): Rename from `number'.
76         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
77         (gnus-summary-limit-children): Update uses correspondingly.
78
79 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
80
81         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
82         (gnus-gravatar-transform-address): Don't show avatars of people of
83         which mail addresses match gnus-gravatar-too-ugly.
84
85 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
86
87         * shr.el (shr-table-widths): Expand TD elements to fill available
88         space.
89
90 2010-10-07  Julien Danjou  <julien@danjou.info>
91
92         * nnimap.el (nnimap-request-rename-group): Add this method.
93
94 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
97         name from XEmacs' function-arglist.
98
99         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
100         gravatar under XEmacs.
101
102 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * auth-source.el: Update docs with TODO items.
105
106         * gnus-sync.el: Update docs to explain state and plans.
107
108         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
109         Hooks for mark updates.
110         (gnus-request-set-mark, gnus-request-update-mark): Use them.
111
112         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
113         hooks with arguments, which is needed for mark update hooks.
114
115 2010-10-06  Julien Danjou  <julien@danjou.info>
116
117         * gnus.el (gnus-expand-group-parameter): Only return and act on what
118         was matched.
119
120         * sieve-manage.el: Update example in `Commentary'.
121
122         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
123
124         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
125         not 2000.
126         (sieve-manage-authenticate): Re-add function.
127
128 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * shr.el (shr-insert): Get 'space transition right.
131         (shr-render-td): Only delete space at the end of the TD.
132
133         * nnimap.el (nnimap-open-connection): Prepare to support
134         open-gnutls-stream.
135
136         * shr.el: Rearrange function order to be more logical.
137
138 2010-10-06  Julien Danjou  <julien@danjou.info>
139
140         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
141         (nnrss-discover-feed): Remove 404 URL in docstring.
142
143         * nnir.el: Fix Swish-E URL.
144         Fix Namazu URL.
145
146         * message.el (message-change-subject): Remove 404 URL in a comment.
147
148 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
151         called interactively.
152
153         * gnus-util.el (gnus-remove-if): Allow hash table.
154         (gnus-remove-if-not): New function.
155
156         * gnus-art.el (gnus-mime-view-part-as-type)
157         * gnus-score.el (gnus-summary-score-effect)
158         * gnus-sum.el (gnus-read-move-group-name):
159         Replace remove-if-not with gnus-remove-if-not.
160
161         * gnus-group.el (gnus-group-completing-read):
162         Regard collection as a hash table if it is not a list.
163
164 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * shr.el (shr-render-td): Allow blank/missing <TD>s.
167
168         * shr.el: Document the table-rendering algorithm.
169
170 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
173         for Emacsen having no `libxml-parse-html-region' support.
174
175 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
176
177         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
178         invalid URLs.
179
180         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
181         line-broken.
182         (shr-tag-img): Ignore image fetching errors.
183         (shr-overlays-in-region): Compute overlay positions correctly.
184
185         * mm-decode.el (mm-shr): Require shr.
186
187         * gnus-art.el (gnus-blocked-images): Move variable here.
188
189         * shr.el (shr-insert-table): Bind free variable.
190
191         * mm-decode.el (mm-shr): Bind shr-content-function.
192
193         * shr.el (shr-content-function): New variable.
194
195         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
196         added for symmetry.
197
198         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
199
200         * gnus-group.el (gnus-group-make-group): Doc fix.
201
202         * nnimap.el (nnimap-request-newgroups): Return success.
203
204         * shr.el (shr-find-elements): New function.
205         (shr-tag-table): Put all the images after the table.
206         (shr-tag-table): Really inhibit images inside the table.
207         (shr-collect-overlays): Copy over overlays from the TD elements to the
208         main document.
209
210         * mm-decode.el (mm-shr): Bind shr-blocked-images to
211         gnus-blocked-images.
212
213 2010-10-05  Julien Danjou  <julien@danjou.info>
214
215         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
216
217         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
218         (gnus-html-maximum-image-size): Add this function.
219         (gnus-html-put-image): Use gnus-html-maximum-image-size.
220
221         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
222         server-value of the capability is nil.
223
224 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * shr.el (shr-tag-em): Add <EM> tag.
227
228 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
229
230         * sieve-manage.el (sieve-manage-default-stream): Make default stream
231         customizable.
232
233         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
234         handing broken links to browse-url.
235
236 2010-10-05  Julien Danjou  <julien@danjou.info>
237
238         * gnus-util.el (gnus-emacs-completing-read)
239         (gnus-iswitchb-completing-read): Use autoload rather than require.
240
241 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
244         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
245         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
246         iswitchb-temp-buflist for XEmacs.
247
248         * gnus-util.el (gnus-completing-read-function): Exclude
249         gnus-icompleting-read and gnus-ido-completing-read from candidates for
250         XEmacs since iswitchb.el is very old and ido.el is unavailable in
251         XEmacs.
252
253         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
254         not to use `delete-dups' that is unavailable in XEmacs 21.4.
255
256         * gnus-html.el: Don't require help-fns under XEmacs.
257         (gnus-html-schedule-image-fetching): Work for XEmacs.
258
259         * mm-decode.el (mm-shr): Decode contents by charset.
260
261 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
264         unknown.
265
266         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
267         (shr-get-image-data): Ensure against the cache file missing.
268
269         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
270         for data.
271
272         * spam-report.el (spam-report-url-ping-plain): Don't query about
273         killing the process.
274
275         * shr.el (shr-render-td): Protect against too-wide text.
276
277 2010-10-04  Julien Danjou  <julien@danjou.info>
278
279         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
280         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
281
282         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
283         retrieved.
284
285 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * shr.el (browse-url): Required.
288         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
289         lines.
290         (shr-show-alt-text, shr-browse-image): New commands.
291         (shr-browse-url, shr-copy-url): New commands.
292
293         * gnus-sum.el (gnus-widen-article-window): New variable.
294         (gnus-summary-select-article-buffer): Use it.
295
296         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
297         without @ signs.
298
299 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
300
301         * nnir.el (nnir-run-imap): Remove spurious space in search string.
302
303 2010-10-04  Julien Danjou  <julien@danjou.info>
304
305         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
306         for XEmacs.
307
308 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
311
312         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
313         (nnimap-close-server): Implement.
314
315         * dgnushack.el (iswitchb): Require to shut up the compiler.
316
317         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
318         (shr-insert): Tweak line breaking.
319         (shr-insert): Handle <pre> better.
320         (shr-tag-li): Get <li> indentation right.
321         (shr-tag-li): Get <li> indentation even righter.
322         (shr-tag-blockquote): Ensure paragraph start.
323         (shr-make-table): Tweak table generation.
324         (shr-make-table): Fix typo.
325
326         * shr.el: Implement table rendering.
327
328 2010-10-04  Julien Danjou  <julien@danjou.info>
329
330         * gnus-html.el (gnus-html-put-image): Fix resize image code.
331
332 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * shr.el (shr-insert): Use string anchors instead of line anchors.
335
336 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * shr.el: Add headings.
339         (shr-ensure-paragraph): Actually work.
340         (shr-tag-li): Make <ul> prettier.
341         (shr-insert): Get white space at the beginning/end of elements right.
342         (shr-tag-p): Collapse subsequent <p>s.
343         (shr-ensure-paragraph): Don't insert double line feeds after blank
344         lines.
345         (shr-insert): \t is also space.
346         (shr-tag-s): Fix "s" tag name function.
347         (shr-tag-s): Fix face prop name.
348
349 2010-10-03  Julien Danjou  <julien@danjou.info>
350
351         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
352
353         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
354         gnus-window-inside-pixel-edges.
355
356         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
357         gnus-ems.
358
359         * mm-view.el (mm-inline-image-emacs): Support image resizing.
360
361         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
362         function.
363
364         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
365         resize choice.
366
367 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
370         beginning of the buffer.
371
372         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
373         article buffer again.
374
375         * shr.el (shr-tag-p): Don't insert newlines at the start of the
376         buffer.
377
378         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
379         when it's at the start of the buffer.
380
381         * shr.el (shr-tag-blockquote): Convert name.
382         (shr-rescale-image): Use the right image-size variant.
383
384         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
385         buffer isn't shown, then select the current article first instead of
386         bugging out.
387         (gnus-summary-select-article-buffer): Show both the article and summary
388         buffers again.
389
390         * shr.el (shr-fontize-cont): Protect against regions with no text.
391         Rename tag functions to shr-tag-* for enhanced security.
392         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
393
394 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
395
396         * shr.el (shr-insert):
397         * pop3.el (pop3-movemail):
398         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
399         loaded.
400
401 2010-10-03  Glenn Morris  <rgm@gnu.org>
402
403         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
404
405         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
406
407         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
408
409         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
410
411         * gnus-util.el (gnus-make-local-hook): Simplify.
412
413 2010-10-02  Julien Danjou  <julien@danjou.info>
414
415         * gnus-util.el (gnus-iswitchb-completing-read): New function.
416         (gnus-ido-completing-read): New function.
417         (gnus-emacs-completing-read): New function.
418         (gnus-completing-read): Use gnus-completing-read-function.
419         Add gnus-completing-read-function.
420
421 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * shr.el (shr-insert-document): Autoload.
424         (shr-img): Be silent.
425         (shr-insert): Add a newline after every picture before text.
426         (shr-add-font): Use overlays for combining faces.
427         (shr-insert): Pass upwards the text start point.
428
429         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
430         possible.
431         (mm-shr): New function.
432
433 2010-10-02  Julien Danjou  <julien@danjou.info>
434
435         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
436         should go backward.
437
438 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
439
440         * shr.el (shr): Fix typo in provide call.
441
442 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
443
444         * shr.el: New file.
445
446         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
447
448         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
449         completing read.
450
451 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
454         we're being queried about.  Suggested by Dan Jacobson.
455
456         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
457         by Jason Eisner.
458
459         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
460         table, too.  Suggested by Stefan Wiens.
461         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
462         the table unnecessary.  Suggested by Stefan Wiens.
463
464         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
465         longer needed, and probably doesn't work either, as pointed out by
466         Stefan Wiens.
467         (gnus-summary-exit): Remove call to the clearing function.
468         (gnus-summary-exit-no-update): Ditto.
469
470         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
471         instead of gnus-eval-in-buffer-window to avoid popping up frames.
472         Reported by Stefan Monnier.
473         (gnus-summary-save-in-rmail): Ditto.
474
475         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
476         article buffer, instead of both the article buffer and the summary
477         buffer.  Sort of suggested by Dan Jacobson.
478
479         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
480
481         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
482         Suggested by Dan Jacobson.
483
484         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
485         documentation clearer.
486
487         * message.el (message-shorten-references): Comment on the number "21".
488         Suggested by Stefan Monnier.
489
490         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
491         Suggested by Dan Jacobson.
492
493         * gnus.el (gnus-large-newsgroup): Mention
494         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
495
496         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
497         externalize attachments.  Bug reported by Steve Wen.
498
499         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
500         really message anything to the user.
501
502         * nnmail.el (nnmail-article-group): Allow using the fancy split method
503         directly.
504
505         * nnimap.el (nnimap-request-group): Low higher than high to signal no
506         messages in empty groups.
507
508 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
509
510         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
511         non-UIDNEXT group.
512
513 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
516         not the value from the collection.
517
518         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
519         values.  This sometimes happens on some groups that have no info.
520         (nnimap-request-newgroups): New function.
521
522 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
525         check into `gnus-registry-initialize'.
526         (gnus-registry-initialize): Ditto.
527         Fix and extend header docs.
528
529 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
532         regexp backtrace overflows.
533
534         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
535         for starttls that tls.el implements; i.e. openssl.
536
537         * tls.el (tls-starttls-switches): Give up on using starttls with
538         gnutls-cli.
539         (tls-program): Add --insecure to be consistent with the defaults from
540         openssl s_client.  Now all three commands are insecure.
541
542 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * lpath.el: Bind completion-styles-alist for XEmacs.
545
546         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
547         (gravatar-create-image): New function that's an alias to
548         gnus-xmas-create-image, gnus-create-image, or create-image.
549         (gravatar-data->image): Use it.
550
551 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
552
553         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
554         install the nnregistry refer method.
555         (gnus-registry-install-hooks): Use it.
556         (gnus-registry-unfollowed-groups): Add nnmairix to the default
557         unfollowed groups.
558
559 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
560
561         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
562         expanding threads.
563
564 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * nnir.el: Use the server names without suffixes (bug #7009).
567
568         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
569         unencrypted to STARTTLS, if possible.
570
571 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
572
573         * message.el (message-ignored-supersedes-headers): Strip Injection-*
574         headers before superseding.
575
576 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * nnrss.el (nnrss-use-local): Add documentation.
579
580         * nnimap.el (nnimap-extend-tls-programs): New function.
581         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
582         (nnimap-wait-for-connection): Accept the greeting from the stupid
583         output from openssl s_client -starttls, too.
584
585         * tls.el (tls-starttls-switches): New variable.
586         (tls-find-starttls-argument): Use it.
587         (open-tls-stream): Ditto.
588
589         * netrc.el (netrc-credentials): Return the value of the "default"
590         entry.
591         (netrc-machine): Ditto.
592
593         * nnimap.el (nnimap-find-article-by-message-id): Really return the
594         article number.
595         (nnimap-split-fancy): New variable.
596         (nnimap-split-incoming-mail): Use it.
597
598         * nntp.el (nntp-server-list-active-group): Document.
599
600         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
601         SELECT to get the message-id.
602
603         * mail-source.el (mail-sources): Removed webmail support.
604         (defvar): Ditto.
605         (mail-source-fetcher-alist): Ditto.
606         (mail-source-fetch-webmail): Removed.
607
608         * webmail.el: Removed -- doesn't seem relevant any more.
609
610         * gnus.el: Fix up make-obsolete-variable declarations throughout.
611
612         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
613         the \r.
614
615 2010-09-30  Julien Danjou  <julien@danjou.info>
616
617         * gnus-agent.el (gnus-agent-add-group): Fix call to
618         gnus-completing-read.
619
620 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * nndoc.el (nndoc-retrieve-groups): New function.
623
624         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
625         `default', use nnmail-split-methods.
626         (nnimap-request-article): Downcase the NILs so that they are nil.
627
628         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
629         symbol.
630
631         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
632         code, since if the user has requested network, that's what they ought
633         to get.
634         (nnimap-request-set-mark): Erase the buffer before issuing commands.
635         (nnimap-split-rule): Mark as obsolete.
636
637         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
638         variable.
639
640         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
641         correct slot, too.
642
643 2010-09-29  Julien Danjou  <julien@danjou.info>
644
645         * gnus.el (gnus-local-domain): Declare variable obsolete.
646
647         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
648         computing.
649         (gnus-ido-completing-read): Require ido.
650
651 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
652
653         * gnus-registry.el: Don't prompt on load, which makes it impossible to
654         build Gnus.
655
656         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
657         when interpreting the structures.
658         (nnimap-request-accept-article): Add \r\n to the lines to make this
659         work with Cyrus.
660
661         * nndraft.el (nndraft-request-expire-articles): Use the group name
662         instead if "nndraft".  Fix found by Nils Ackermann.
663
664 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
665
666         * nnregistry.el: Added.
667
668 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
669
670         * nnmail.el (group, group-art-list, group-art):
671         Remove unneeded directives.
672
673 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
676         (mm-mime-charset)
677         * rfc2047.el (rfc2047-syntax-table)
678         * utf7.el (utf7-utf-16-coding-system): Comment fix.
679
680         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
681         rather than `insert-file-contents' and `eval-region'.
682
683         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
684         construction.
685
686         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
687
688         * time-date.el: No need to require cl for Emacs 21.
689
690 2010-09-29  Julien Danjou  <julien@danjou.info>
691
692         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
693         replacement of `gnus-gravatar-relief' to mimic
694         `gnus-faces-properties-alist'.
695         Add :version property.
696
697 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
698
699         * mail-source.el (mail-source-report-new-mail)
700         * message.el (message-default-mail-headers)
701         * mm-decode.el (mm-valid-image-format-p): Comment fix.
702
703         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
704
705 2010-09-28  Julien Danjou  <julien@danjou.info>
706
707         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
708         mail-address contains the same string as real-name.
709
710         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
711         non-blank in header, otherwise it'll get stripped.
712
713         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
714         real-name, and then for mail address rather than doing : or , search.
715
716 2010-09-27  Julien Danjou  <julien@danjou.info>
717
718         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
719         (gnus-server-goto-server): Use gnus-completing-read.
720
721         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
722
723         * mm-util.el (defalias): Use gnus-completing-read.
724         (mm-codepage-setup): Use gnus-completing-read.
725
726         * smime.el (smime-sign-buffer): Use gnus-completing-read.
727         (smime-decrypt-buffer): Use gnus-completing-read.
728
729         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
730
731         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
732         (mml-minibuffer-read-disposition): Use gnus-completing-read.
733         (mml-insert-multipart): Use gnus-completing-read.
734
735         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
736
737         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
738
739         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
740
741         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
742
743         * gnus.el (gnus-read-method): Use gnus-completing-read.
744
745         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
746
747         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
748         (gnus-mime-action-on-part): Use gnus-completing-read.
749         (gnus-article-encrypt-body): Use gnus-completing-read.
750
751         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
752         (gnus-topic-move-matching): Use gnus-completing-read.
753         (gnus-topic-copy-matching): Use gnus-completing-read.
754         (gnus-topic-sort-topics): Use gnus-completing-read.
755         (gnus-topic-move): Use gnus-completing-read.
756
757         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
758         (gnus-agent-add-group): Use gnus-completing-read.
759
760         * nnmairix.el (nnmairix-create-server-and-default-group): Use
761         gnus-completing-read.
762         (nnmairix-update-groups): Use gnus-completing-read.
763         (nnmairix-get-server): Use gnus-completing-read.
764         (nnmairix-backend-to-server): Use gnus-completing-read.
765         (nnmairix-goto-original-article): Use gnus-completing-read.
766         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
767
768         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
769
770         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
771         (gnus-group-make-useful-group): Use gnus-completing-read.
772         (gnus-group-make-web-group): Use gnus-completing-read.
773         (gnus-group-add-to-virtual): Use gnus-completing-read.
774         (gnus-group-browse-foreign-server): Use gnus-completing-read.
775
776         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
777         (gnus-summary-limit-to-extra): Use gnus-completing-read.
778         (gnus-summary-execute-command): Use gnus-completing-read.
779         (gnus-summary-respool-article): Use gnus-completing-read.
780         (gnus-read-move-group-name): Use gnus-completing-read.
781
782         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
783         (gnus-summary-score-effect): Use gnus-completing-read.
784
785         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
786
787         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
788         right completing-read function.
789         (gnus-use-ido): New variable
790         (gnus-completing-read-with-default): Remove.
791
792 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
793
794         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
795         x-focus-frame.
796
797         * nnimap.el (auth-source-forget-user-or-password)
798         (auth-source-user-or-password): Autoload.
799
800         * message.el (message-from-style, message-interactive)
801         (message-cite-prefix-regexp, message-sendmail-envelope-from)
802         (message-yank-prefix, message-indentation-spaces, message-signature)
803         (message-signature-file): Add comment.
804
805 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
808         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
809         new articles.
810
811         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
812         parts.
813         (nnimap-request-article): Work with the t setting, too.
814
815         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
816         that you don't get flashes of other buffers.
817         (gnus-summary-show-complete-article): Intern before setting.
818
819 2010-09-27  David Engster  <dengste@eml.cc>
820
821         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
822         well as HEADERS.
823         (nnmairix-retrieve-headers): Provide new argument for the above.
824
825 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-sum.el (gnus-summary-move-article): Don't alter
828         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
829         group.
830
831         * nnimap.el (nnimap-update-info): Don't destructively alter active.
832
833         * message.el (message-cite-prefix-regexp): Revert my last edit.
834
835         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
836         variable instead of the Gnus variable.
837
838         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
839
840         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
841         again.
842
843         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
844         since some servers don't like it.
845         (nnimap-open-connection): Forget credentials if the server says the
846         password was wrong.
847         (nnimap-parse-line): Protect against invalid data.
848
849         * gnus-sum.el (gnus-summary-move-article): Add comment.
850         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
851         nothing alters it while scanning for new messages.
852
853         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
854         which may or may not help.
855         (nnimap-open-connection): If we're doing a stream connection, and then
856         discover we're on a STARTTLS-capable server, then open a STARTTLS
857         connection instead.
858
859 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * nnimap.el (utf7): Required.
862
863         * message.el (message-cite-prefix-regexp): Remove "}" from citation
864         prefix.
865
866 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
867
868         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
869
870 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * nnimap.el (nnimap-request-accept-article): Message the error on
873         error.
874
875 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
876
877         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
878
879 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * nndoc.el (nndoc-request-list): Return success always.
882
883         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
884         `fetch-old' -- we only want to fetch the articles we've requested.  The
885         rest are in the agent, probably.
886         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
887         disappeared server" to something low.  It's not important.
888
889         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
890         arrived before the FETCH data.
891
892         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
893         target here, because we don't know the Gnus name of the group.
894
895         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
896         for the correct group.
897
898         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
899
900         * gnus.el (gnus): Give a final warning after startup.
901
902         * gnus-util.el (gnus-action-message-log): New variable.
903         (gnus-message): Use it.
904         (gnus-final-warning): New function.
905
906         * nnimap.el (nnimap-open-connection): Record the greeting.
907         (nnimap): Add greeting.
908
909 2010-09-26  Julien Danjou  <julien@danjou.info>
910
911         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
912         arguments.
913         (gnus-html-wash-images): Fix spec computing to include start/end.
914
915         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
916
917 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
920         deletion.
921         (nnimap-retrieve-headers): Don't select the group, because that's
922         already done by nnimap-possibly-change-group.
923
924         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
925         (gnus-picon-transform-address): Use it.
926
927         * mail-source.el (mail-source-value): Revert previous patch.
928
929         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
930         on failure.
931         (nnimap-open-connection): Look up both virtual and physical server name
932         credentials.
933
934         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
935
936 2009-02-07  Dave Love  <fx@gnu.org>
937
938         * tls.el (open-tls-stream): Don't query killing process.
939
940 2009-02-08  Dave Love  <fx@gnu.org>
941
942         * gnus-win.el (gnus-window-to-buffer-helper,
943         gnus-all-windows-visible-p): Function needn't be a symbol.
944
945         * mail-source.el (mail-source-value): Function needn't be a symbol.
946
947 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
948
949         * message.el (message-cite-prefix-regexp): Remove } from the cite
950         prefix.
951
952         * gnus-art.el (gnus-treatment-function-alist): Do picons before
953         highlight again, so that the highlight is correct.
954
955         * gnus-picon.el (gnus-picon): Remove again.
956         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
957
958         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
959         doing the header highlightling, so that the background colour of the
960         picon is correct.
961
962         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
963         (gnus-picon): Ditto.
964         (gnus-picon): Reinstate.  The background colour for picons is white.
965         (gnus-picon-insert-glyph): Make the background white.
966
967         * nnml.el (nnml-open-nov): Don't return dead buffers.
968
969         * auth-source.el (auth-source-create): Query the user for whether to
970         store the credentials.
971
972         * netrc.el (netrc-store-data): New function.
973
974         * auth-source.el (auth-source-user-or-password): Use the existing auth
975         sources, if any, for creation.
976
977         * gnus.el (gnus-group-fast-parameter): Return the last matching
978         parameter instead of the first matching parameter.
979
980 2010-09-26  Julien Danjou  <julien@danjou.info>
981
982         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
983
984 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
985
986         * mml2015.el (mml2015-use): Remove gpg support.
987
988         * mml1991.el (mml1991-function-alist): Remove gpg function.
989         (mml1991-gpg-sign): Removed.
990
991 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
992
993         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
994         (gnus-browse-unsubscribe-current-group): Document it.
995         (gnus-browse-unsubscribe-group): Use it.
996
997 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1000         address to the To list for easier response.
1001
1002         * gnus.el (gnus-play-startup-jingle): Removed.
1003         (gnus-splash): Don't play jingle.
1004         (gnus): Silence gnus-load message.
1005
1006         * gnus-art.el (gnus-treat-play-sounds): Removed.
1007
1008         * gnus.el (gnus-play-jingle): Remove audio support.
1009
1010         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1011
1012         * earcon.el: Removed -- no users.
1013
1014         * gnus-audio.el: Removed -- no users of this package.
1015
1016         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1017
1018         * gnus-start.el (gnus-setup-news): Remove nocem support.
1019
1020         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1021
1022         * gnus.el (gnus-use-nocem): Removed.
1023
1024         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1025         Removed.
1026
1027         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1028         uses NoCeM any more.
1029
1030         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1031         (gnus-button-ctan-handler): Ditto.
1032         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1033         (gnus-button-ctan-directory-regexp): Ditto.
1034         (gnus-button-handle-ctan): Ditto.
1035         (gnus-button-tex-level): Ditto.
1036         (gnus-button-alist): Removed CTAN stuff.
1037
1038 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1041         nnimap-streaming test.
1042
1043         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1044         servers twice.
1045
1046         * nnimap.el (nnimap-open-connection): Add more error reporting when
1047         nnimap fails early.
1048
1049         * nnheader.el (nnheader-get-report-string): New function.
1050         (nnheader-get-report): Use it.
1051
1052         * gnus-int.el (gnus-check-server): Say what the error was when opening
1053         failed.
1054
1055         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1056         using streaming.
1057
1058 2010-09-25  Julien Danjou  <julien@danjou.info>
1059
1060         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1061         gnus-window-inside-pixel-edges.
1062
1063 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1066
1067         * mm-decode.el (mm-save-part): Allow saving to other directories the
1068         normal Emacs way.
1069
1070         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1071         by Jay Berkenbilt.
1072
1073         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1074         there isn't a single byte.
1075
1076         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1077         just do it.  It doesn't really seem to matter what the user responds
1078         here, I think, so it's just a confusing question.
1079
1080         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1081         non-streaming case.
1082
1083         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1084         (gnus-article-encrypt-body): Use it.
1085
1086         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1087         keystroke.
1088
1089         * nnimap.el (nnimap-find-wanted-parts-1): Use
1090         gnus-fetch-partial-articles.
1091
1092         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1093
1094         * nnimap.el (nnimap-insert-partial-structure): New function.
1095         (nnimap-get-partial-article): New function.
1096         (nnimap-request-article): Use it.
1097         (nnimap-wait-for-response): Return whether the wait was successful.
1098         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1099         retrieval wasn't successful.
1100         (nnimap-retrieve-group-data-early): Allow throttling servers.
1101         (nnimap-streaming): New variable.
1102         (nnimap-fetch-partial-articles): Removed.
1103
1104         * mm-decode.el (mm-with-part): Protect against killed buffers.
1105
1106         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1107         for prettier summary display.
1108
1109 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1110
1111         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1112         directly.
1113
1114 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1117         apparently third-party libraries depend on it.
1118
1119         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1120         before starting negotiation.
1121
1122         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1123         privacy reasons.
1124         (gnus-treat-mail-gravatar): Ditto.
1125
1126         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1127         buffer when inserting images.  Inserting text into the headers, for
1128         instance, can make them invalid.
1129
1130 2010-09-25  Julien Danjou  <julien@danjou.info>
1131
1132         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1133         variables.
1134
1135         * nnheader.el: Remove useless variables news-reply-yank-from and
1136         news-reply-yank-message-id.
1137
1138         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1139         variables.
1140
1141         * mml1991.el: Remove useless mml1991-verbose.
1142
1143         * gnus.el: Remove useless variable gnus-use-generic-from.
1144         Remove obsolete variable gnus-topic-indentation.
1145
1146         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1147
1148         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1149
1150         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1151
1152         * gnus-group.el: Remove useless gnus-group-icon-cache.
1153         Remove useless gnus-ephemeral-group-server.
1154
1155         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1156
1157         * mml2015.el: Remove useless mml2015-verbose.
1158
1159         * mml-smime.el: Remove useless mml-smime-verbose.
1160
1161         * gnus.el: Remove useless gnus-local-domain.
1162
1163         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1164         gnus-gravatar-size.
1165
1166         * gnus-art.el: Remove useless gnus-treat-translate.
1167
1168 2010-09-24  Julien Danjou  <julien@danjou.info>
1169
1170         * gnus-sum.el: Add support for Gravatars.
1171
1172         * gnus-art.el: Add support for Gravatars.
1173
1174         * gnus-gravatar.el: Add this file.
1175
1176         * gravatar.el: Add this file.
1177
1178 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1181
1182         * gnus-group.el (gnus-group-fetch-faq): Removed.
1183
1184         * gnus.el (gnus-group-faq-directory): Removed.
1185
1186         * gnus-group.el (gnus-group-fetch-charter): Removed.
1187
1188         * gnus.el (gnus-group-charter-alist): Removed.
1189
1190         * gnus-group.el (gnus-group-archive-directory): Removed.
1191         (gnus-group-recent-archive-directory): Ditto.
1192         (gnus-group-make-archive-group): Removed.
1193
1194         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1195
1196         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1197         use the same article number for all the cached articles.
1198
1199         * nnimap.el (nnimap-command): Register the last command time so
1200         that we can use it for idling NOOPs.
1201         (nnimap-open-connection): Start the keeplive timer.
1202         (nnimap-make-process-buffer): Store all the process buffers.
1203         (nnimap-keepalive): New function.
1204
1205         * starttls.el: (starttls-open-stream): Add autoload cookie.
1206
1207 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1208
1209         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1210         handling.
1211
1212 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1213
1214         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1215         its data structures.
1216
1217         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1218         instead of the cl.el copy-list.
1219         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1220         equalp.
1221
1222 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1225         and tool-bar-local-item-from-menu.
1226
1227         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1228         mode-line-highlight face for Emacs.
1229
1230         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1231         loading gnus-sum.elc; fix comment for canlock-verify.
1232         (gnus-article-jump-to-part): Use read-number.
1233         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1234         Emacs pre-21 compatible code for help-echo.
1235         (gnus-article-next-page-1): No need to adjust the number of lines.
1236         (gnus-article-describe-bindings): Always use help-buffer.
1237
1238         * gnus-audio.el (gnus-audio-inline-sound)
1239         * gnus-cus.el (gnus-custom-mode)
1240         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1241
1242         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1243
1244         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1245         compatible code.
1246
1247 2010-09-24  Glenn Morris  <rgm@gnu.org>
1248
1249         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1250         visiting the fcc file in rmail-mode.
1251
1252         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1253
1254 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * nnir.el: Silence the byte compiler.
1257
1258         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1259         alias to browse-url-url-encode-chars if any.
1260         (gnus-html-encode-url): Use it.
1261
1262 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * gnus-start.el (gnus-use-backend-marks): New variable.
1265         (gnus-get-unread-articles-in-group): Use it.
1266
1267         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1268         makeover.
1269
1270 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1271
1272         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1273
1274 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1275
1276         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1277         Removed.
1278         (gnus-setup-news-hook): Removed
1279         gnus-fixup-nnimap-unread-after-getting-new-news.
1280
1281         * gnus-int.el (gnus-request-update-info): Protect against backends not
1282         having the function.
1283
1284         * nnimap.el (nnimap-stream): Mention starttls.
1285         (nnimap-open-connection): Add starttls support.
1286
1287 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1288
1289         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1290
1291 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1294         BODYSTRUCTUREs.
1295         (nnimap-transform-headers): Unfold quoted {42} headers.
1296
1297         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1298         the info.
1299         (gnus-get-unread-articles): Only call updatep on backends that support
1300         it.
1301
1302         * nnweb.el (nnweb-request-update-info): NOOP.
1303
1304         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1305
1306         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1307         since it only deals with marks.
1308
1309         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1310         gnus-request-marks, and make a new gnus-request-update-info.
1311
1312         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1313         the active instead of the high number, which is usually too low.
1314
1315 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1316
1317         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1318         * encrypt.el: Removed.
1319
1320 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1323         server in symbolic form.
1324
1325         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1326         0.9.
1327
1328 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1331         (nnimap-update-info): Fix up code slightly.
1332
1333         * gnus-int.el (gnus-open-server): Add tracing for performance
1334         debugging.
1335
1336         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1337         (gnus-group-insert-group-line): Pass the real group name so that it
1338         gets the right data.
1339
1340         * gnus-start.el (gnus-get-unread-articles): Don't have
1341         `gnus-get-unread-articles-in-group' update info, since that can be
1342         really slow and doesn't seem to be needed?
1343
1344 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1345
1346         * time-date.el (date-to-time): Try using parse-time-string first before
1347         using the slower timezone-make-date-arpa-standard.
1348
1349 2010-09-22  Julien Danjou  <julien@danjou.info>
1350
1351         * gnus-group.el (gnus-group-insert-group-line): Call
1352         gnus-group-highlight-line.
1353         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1354         default hook list.
1355         (gnus-group-update-eval-form): Add new function.
1356         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1357         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1358
1359 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1362         immediate, then expire all articles.
1363         (nnimap-update-info): Fix off-by-one errors.
1364         (nnimap-flags-to-marks): Would return no marks lists for group with no
1365         flags.  Instead return the other data.
1366
1367 2010-09-22  Julien Danjou  <julien@danjou.info>
1368
1369         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1370         Only return an icon.
1371         (gnus-group-insert-group-line): Compute icon to return.
1372
1373         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1374         variable.
1375         (gnus-html-image-fetched): Only cache if
1376         gnus-html-image-automatic-caching is set.
1377         (gnus-html-image-fetched): Check for errors.
1378
1379 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1382         once per method on `g'.  This ensures that backends like nnfolder don't
1383         open all their folders.
1384
1385         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1386         (nnimap-request-list): Nix out group in the correct buffer.
1387         (nnimap-parse-flags): Implement by using `read' instead of
1388         hand-parsing.
1389         (nnimap-flags-to-marks): Pass on permanent-flags.
1390         (nnimap-make-process-buffer): Record the server name.
1391         (nnimap-parse-flags): Fix typo.
1392         (nnimap-request-scan): Run split on the server in general, not just a
1393         single group.
1394
1395         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1396         parameter, and propagate this downwards.
1397
1398         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1399         since EXAMINE changes it on the server.
1400
1401         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1402         this command might take a while.
1403
1404 2010-09-22  Julien Danjou  <julien@danjou.info>
1405
1406         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1407         harmful if you have 2 images side-by-side, they can't be properly
1408         update on text deletion.  Using text-property is safer here.
1409         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1410         data.
1411
1412 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * nnimap.el (nnimap-expunge-inbox): Removed.
1415         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1416         (nnimap-expunge): Flip default to t.
1417
1418         * gnus.el (gnus-method-to-server): Don't push things to the cache
1419         unless it's unique.
1420         (gnus-server-to-method): Ditto.
1421
1422 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1423
1424         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1425
1426 2010-09-22  Julien Danjou  <julien@danjou.info>
1427
1428         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1429         get the start of data.
1430         (gnus-html-encode-url): Add this function to encode special chars in
1431         URL.
1432         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1433         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1434
1435         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1436         default.
1437         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1438
1439         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1440         images alt-text.
1441         (gnus-html-put-image): Put alt-text as help-echo.
1442
1443 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1444
1445         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1446         * mm-util.el (mm-decompress-buffer)
1447         * nnir.el (nnir-run-find-grep)
1448         * pop3.el (pop3-list): Use 3rd arg of split-string.
1449
1450         * time-date.el (format-seconds): Comment fix.
1451
1452         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1453         and byte-optimize-form-code-walker.
1454         (dgnushack-make-auto-load): Don't advise make-autoload.
1455
1456         * lpath.el: Remove Emacs 21 stuff.
1457
1458 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1461         outside the active range.  Suggested by Dan Christensen.
1462
1463         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1464         slightly later to avoid double-getting it.
1465
1466         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1467         previous patch.
1468
1469         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1470
1471 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1472
1473         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1474
1475 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * gnus-int.el (gnus-open-server): Give a better error message in the
1478         "go offline" case.
1479
1480         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1481         marks for nnimap, which is seldom the right thing to do.
1482
1483         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1484         (gnus-same-method-different-name): New function.
1485
1486         * nnimap.el (parse-time): Require.
1487
1488         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1489         method in the presence of many similar methods.
1490
1491         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1492
1493         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1494         nnml-inhibit-expiry.
1495
1496         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1497         find out whether methods are equal.
1498
1499         * nnimap.el (nnimap-find-expired-articles): New function.
1500         (nnimap-process-expiry-targets): New function.
1501         (nnimap-request-move-article): Request the article before looking at
1502         what the Message-ID is.  Fix found by Andrew Cohen.
1503         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1504
1505         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1506         for oldness in addition to being a predicate.
1507
1508         * nnimap.el (nnimap-request-group): When we have zero articles, return
1509         the right data to Gnus.
1510         (nnimap-request-expire-articles): Only delete articles immediately if
1511         the target is 'delete.
1512
1513         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1514         method, this would bug out.
1515
1516         * gnus-group.el (gnus-group-expunge-group): Renamed from
1517         gnus-group-nnimap-expunge, and implemented as a normal interface
1518         function.
1519
1520         * gnus-int.el (gnus-request-expunge-group): New function.
1521
1522         * nnimap.el (nnimap-request-create-group): Implement.
1523         (nnimap-request-expunge-group): New function.
1524
1525 2010-09-21  Julien Danjou  <julien@danjou.info>
1526
1527         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1528         (gnus-html-cache-expired): Add new function.
1529         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1530         wethever we should display image for fetch it.
1531         Compute alt-text earlier to pass it to the fetching function too.
1532         (gnus-html-schedule-image-fetching): Change function argument to only
1533         get one image at a time, not a list.
1534         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1535         cache.
1536         (gnus-html-get-image-data): New function to retrieve image data from
1537         cache.
1538         (gnus-html-put-image): Change buffer argument to use image data rather
1539         than file, and place image above region rather than inserting a new
1540         one. Do not take alt-text as argument, since it's useless now: we place
1541         the image above alt-text.
1542         (gnus-html-prune-cache): Remove.
1543         (gnus-html-show-images): Start to fetch image when we find one, do not
1544         push into a temporary list.
1545         (gnus-html-prefetch-images): Only fetch image if they have expired.
1546         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1547         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1548
1549 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1552
1553 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1556         spec inser "*" if the group isn't active instead of 0.
1557
1558         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1559         opening the server.
1560         (nnimap-request-delete-group): Implement group deletion.
1561         (nnimap-transform-headers): Return the size of the entire message in
1562         the Bytes header, not just the size of the first part.
1563         (nnimap-request-move-article): When moving an article from nnimap,
1564         request the article first so the accepting form has an article to
1565         accept.  Reported by Dan Christensen.
1566         (nnimap-command): Make sure that the error message doesn't error out.
1567
1568 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1569
1570         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1571         we haven't requested anything.
1572
1573 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1576         "".  Fix found by Andrew Cohen.
1577
1578         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1579         instead of -encode-string.
1580
1581 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1584
1585         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1586         by mm-subst-char-in-string.
1587
1588 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1591         waiting for the connection string.
1592
1593         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1594         arriving.
1595
1596         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1597         bogus characters.  This allows selecting certain Gmail groups.
1598
1599         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1600         (nnimap-fetch-partial-articles): New variable.
1601         (nnimap-open-connection): When looking for credentials, also use the
1602         nnimap-server-port.
1603         (nnimap-request-article): Return the group/article number, so that Gnus
1604         `^' works as expected.
1605         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1606         them.
1607
1608         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1609         comments.
1610         (gnus-methods-sloppily-equal): New function.
1611         (gnus): When using the development version of Gnus, load the gnus-load
1612         file.
1613
1614         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1615         `gnus-open-server' on each method before trying to scan them etc.  This
1616         ensures that all the backend parameters are set correctly.
1617
1618         * nnimap.el (nnimap-authenticator): New variable.
1619         (nnimap-open-connection): Allow anonymous login.
1620         (nnimap-transform-headers): The chars header is called Chars not
1621         Bytes.
1622         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1623         drops.
1624
1625         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1626         patch, found by Knut Anders Hatlen.
1627
1628 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1629
1630         * gnus-agent.el (gnus-agent-batch-confirmation)
1631         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1632         to gnus-message.
1633         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1634         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1635         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1636         * gnus-int.el (gnus-open-server): Likewise.
1637         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1638         (gnus-score-check-syntax): Likewise.
1639         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1640         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1641         Likewise.
1642         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1643
1644 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1647         calling conventions so that prefetch doesn't bug out.
1648
1649 2010-09-19  Julien Danjou  <julien@danjou.info>
1650
1651         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1652         rather than `subst-char-in-region' in order to be able to replace ASCII
1653         char by UTF-8 ones.
1654
1655         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1656         than curl.
1657         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1658         the right URL and ALT text on images.
1659         (gnus-html-wash-tags): Fix tag case.
1660         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1661         (gnus-article-html): Add -o display_ins_del=2 option.
1662         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1663
1664 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1665
1666         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1667         the extra mail headers, which sometimes seem to happen for unknown
1668         reasons.
1669
1670         * mail-parse.el (mail-header-encode-parameter): Define as
1671         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1672         (or most, perhaps?) mail readers don't understand the latter, but do
1673         understand the former.
1674
1675         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1676         to nil, so that no methods are automatically agentized.  I think this
1677         is probably what most users want.
1678
1679         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1680         from url-retrieve, for instance about invalid URLs.
1681
1682         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1683         groups that have no articles.
1684         (nnimap-request-article): Check that we really got an article when we
1685         requested one.
1686
1687         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1688         doesn't exist.
1689
1690         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1691         nntp buffer so the agent can save it.
1692         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1693         that CRLF doesn't get translated to \n.
1694         (nnimap-open-connection): Don't make 'shell commands only send \n.
1695
1696 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1697
1698         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1699         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1700         Update var name.
1701         (nnml-generate-nov-file): Use dolist.
1702         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1703         Use with-current-buffer.
1704
1705 2010-09-18  Julien Danjou  <julien@danjou.info>
1706
1707         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1708         parallel.
1709
1710 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1713         the range update right.
1714         (nnimap-request-group): Don't make `M-g' bug out on group with no
1715         marks.
1716         (nnoo): Required, so that other packages can require nnimap.
1717         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1718         command we're looking for.  This helps when the server sends more
1719         responses after we've gotten everything we expected.
1720         (nnimap): Add a `newlinep' field to keep track of end-of-line
1721         conventions.
1722         Don't send CRLF to things that don't want it.
1723         (nnimap-request-accept-article): Ditto.
1724
1725 2010-09-18  Julien Danjou  <julien@danjou.info>
1726
1727         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1728         than curl to retrieve images.
1729
1730 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1733         the marks.
1734         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1735         (nnimap-wait-for-connection): New function.
1736         (nnimap-open-connection): If we have PREAUTH, don't query for login
1737         credentials.
1738         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1739         when doing a partial update.
1740
1741 2010-09-18  Julien Danjou  <julien@danjou.info>
1742
1743         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1744         tags.
1745
1746 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * nnimap.el (nnimap-credentials): New function.
1749         (nnimap-open-connection): Use the new function to look for credentials
1750         also on the numeric equivalents of "imap" and "imaps".
1751
1752         * gnus-start.el (gnus-activate-group): Send the info to
1753         gnus-request-group.
1754
1755         * nnimap.el (nnimap-request-group): Have the "check" version of the
1756         function parse flags and update the info, so that a `M-g' get a total
1757         resync of all flags from the group.
1758
1759         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1760         to allow backends to alter the info on group selection.  Also alter all
1761         the backend -request-group functions to take the parameter.
1762
1763         * nnimap.el (nnimap-store-info): New function.
1764         (nnimap-update-info): Store the info for later usage.
1765         (nnimap-request-group): Use the stored info for the dont-check case, so
1766         that we don't retrieve all marks when we enter a group.
1767
1768         * nnimap.el: Use deffoo instead of defun for interface functions.
1769
1770         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1771         update the group info.  This makes the nndraft groups, for instance, go
1772         back to their old behaviour.
1773
1774         * gnus-sum.el (gnus-select-newsgroup): Indent.
1775
1776         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1777         in.
1778         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1779         nothing.
1780
1781         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1782         from methods that are denied.
1783
1784         * gnus-int.el (gnus-method-denied-p): New function.
1785
1786         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1787         store the password instead of netrc.
1788         (nnimap-open-connection): Don't error out when we can't make a
1789         connections.
1790
1791         * auth-source.el (auth-source-create): In the password prompt, say what
1792         we're querying for.  Also prompt for user name if that hasn't been
1793         given.
1794
1795         * nnimap.el (nnimap-with-process-buffer): Removed.
1796
1797 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1800         method when we're reading from the agent.
1801
1802         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1803
1804         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1805         that's probably most useful for users.
1806
1807         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1808         "failed" all the time.
1809
1810         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1811         ...)) with (with-current-buffer ... ).
1812
1813         * nntp.el (nntp-open-server): Return whether the open was successful or
1814         not.
1815
1816         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1817         select an unread unseen article first.
1818
1819         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1820         /etc/services, supply some sensible port defaults.
1821
1822         * dgnushack.el: Define netrc-credentials.
1823
1824 2010-09-17  Julien Danjou  <julien@danjou.info>
1825
1826         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1827
1828 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1829
1830         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1831         doesn't have any parameters.
1832
1833 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1836         only upcased checks.
1837
1838         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1839
1840         * nnimap.el (nnimap-open-shell-stream): New function.
1841         (nnimap-open-connection): Use it.
1842         (nnimap-transform-headers): Get the number of lines in each message.
1843         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1844         number of lines.
1845         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1846         problem.
1847
1848         * utf7.el (utf7-encode): Autoload.
1849
1850         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1851         to allow the mail splitting to not return a default group.  This is
1852         useful for nnimap, which will leave unmatched mail in the inbox.
1853
1854         * nnimap.el: Rewritten.
1855
1856         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1857         nnimap usage.
1858
1859         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1860         if the move is internal, so that nnimap can do fast internal moves.
1861
1862         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1863         data.
1864         (gnus-read-active-for-groups): Support finishing the early retrieval of
1865         data.
1866
1867         * gnus-range.el (gnus-range-nconcat): New function.
1868
1869         * gnus-int.el (gnus-finish-retrieve-group-infos)
1870         (gnus-retrieve-group-data-early): New functions.
1871
1872 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1873
1874         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1875         (nnrss-retrieve-groups):
1876         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1877         (pop3-quit): Use with-current-buffer.
1878
1879 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1882         instead of nnheader-accept-process-output.
1883
1884         * dgnushack.el (dgnushack-compile): Add comment.
1885
1886         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1887
1888         * gnus-html.el (gnus-html-schedule-image-fetching)
1889         (gnus-html-prefetch-images): Replace process-kill-without-query by
1890         gnus-set-process-query-on-exit-flag.
1891
1892 2010-09-16  Romain Francoise  <romain@orebokech.com>
1893
1894         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1895
1896 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1897
1898         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1899         parameter to unintern is mandatory-ish in Emacs 24.
1900
1901         * gnus-html.el (gnus-html-schedule-image-fetching)
1902         (gnus-html-prefetch-images): Check for curl before using it.
1903
1904         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1905         depend on curl, which isn't essential.
1906
1907         * imap.el: Revert back to version
1908         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1909         seem problematic.
1910
1911 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1912
1913         * gnus-registry.el (gnus-registry-install-shortcuts):
1914         Explicitly pass `obarray' to `unintern' to avoid a warning.
1915
1916 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1919         change.
1920
1921         * nnrss.el (nnrss-request-list): Removed this function and related
1922         functions, including the moreover stuff.
1923
1924 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * nnrss.el (nnrss-retrieve-groups): New function.
1927
1928 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1929
1930         * .dir-locals.el: Add no-byte-compile cookie.
1931
1932 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1933
1934         * time-date.el (format-seconds): Comment fix.
1935
1936         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1937         for back end that doesn't support request-scan.
1938
1939 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1942         then do request scans from the backends.
1943
1944         * netrc.el (netrc-credentials): New conveniency function.
1945
1946         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1947         avoid running a hook per line, since this takes a lot of time,
1948         profiling shows.
1949         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1950         directly if gnus-visual-p is true.
1951
1952 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1953
1954         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1955         groups; replace mapcar with dolist which is a bit faster; pass groups
1956         info to gnus-read-active-file-1.
1957         (gnus-read-active-file-1): Scan only specified groups if the new
1958         optional arg `infos' is given.
1959
1960 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1963
1964         * pop3.el (pop3-movemail): Removed.
1965         (pop3-streaming-movemail): Renamed to pop3-movemail.
1966
1967         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1968         don't restrict end-tag searches to the end of the line.
1969
1970 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1971
1972         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1973         articles of every unchecked group to t, which means unknown since the
1974         server has never been opened.
1975
1976 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * gnus-html.el (gnus-html-show-alt-text): New command.
1979         (gnus-html-browse-image): Ditto.
1980         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1981         to browse the image directly.
1982         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1983         better.
1984
1985         * gnus-async.el (gnus-async-article-callback): Call
1986         `gnus-html-prefetch-images' unconditionally.
1987
1988         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1989         before feeding URLs to curl.
1990
1991 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1994         internal images as deletable by `W D D'.
1995
1996         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1997         (gnus-async-article-callback): Fix typo.
1998
1999 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2002         current line to work around bugs in the output from w3m.
2003
2004         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2005         for groups that want that.
2006
2007         * nntp.el (nntp-wait-for-string): Supply a timeout for
2008         accept-process-output to ensure progress.
2009
2010         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2011         level to get unread articles from, then use that for foreign groups,
2012         too.
2013
2014         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2015         confuses the rest of the function.
2016
2017         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2018         for the methods that support -retrieve-groups, too.
2019
2020         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2021
2022 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2025         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2026
2027         * pop3.el: Require cl when compiling.
2028         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2029
2030 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2031
2032         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2033         that aren't going to be activated.
2034         (gnus-get-unread-articles): Fix up the last commit.
2035
2036         * gnus-html.el (gnus-article-html): Allow calling without specifying
2037         the handle.  In that case, dissect the buffer first.
2038
2039         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2040
2041         * nnimap.el (nnimap-open-connection): Revert the change that would look
2042         into authinfo for imaps instead of imap.
2043
2044         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2045         say that you don't want to call gnus-request-group with don-check, but
2046         do check the reponse.  This is for virtual groups only.
2047         (gnus-get-unread-articles): Count the archive groups as secondary, so
2048         that they're activated the same way as before.
2049
2050         * imap.el (imap-message-map): Removed optional buffer parameter, since
2051         no callers use it.
2052         (imap-message-get): Ditto.
2053         (imap-message-put): Ditto.
2054         (imap-mailbox-map): Ditto.
2055         (imap-mailbox-put): Ditto.
2056         (imap-mailbox-get): Ditto.
2057         (imap-mailbox-get): Revert last change for this function.
2058
2059         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2060         case-insensitively.
2061         (nnimap-debug): Removed.
2062
2063         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2064         to use `imap-fetch' instead.  According to the comments, this should be
2065         safe, since all other IMAP clients use the 1:* syntax.
2066         (imap-enable-exchange-bug-workaround): Removed.
2067         (imap-debug): Removed -- doesn't seem very useful.
2068
2069         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2070         mail from a file, and the file doesn't exist.
2071
2072         * imap.el (imap-log): New convenience function used throughout instead
2073         of repeating the same code all over the place.
2074
2075         * pop3.el (pop3-streaming-movemail): Return t for success.
2076
2077         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2078         .authinfo if we're using ssl connection.
2079
2080         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2081         already have if we're in a main Gnus `g' run.
2082
2083         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2084
2085 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2088
2089         * nnmh.el (nnmh-request-list-1): Bind `file'.
2090
2091         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2092         alias to set-process-query-on-exit-flag or process-kill-without-query.
2093         (pop3-open-server): Use it.
2094
2095 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2098         box to the Incoming file.  Fixes mistake in previous checkin.
2099
2100         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2101         request loop (for debugging purposes) removed.
2102
2103         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2104         culprit is more visible.
2105         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2106         (nnml-add-incremental-nov): New functions to do "incremental" nov
2107         updates, where we just append to the end of the existing nov files
2108         without reading/writing them in full.
2109
2110         * mail-source.el (mail-source-delete-crash-box): Really only check the
2111         incoming files once in a while.
2112
2113         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2114
2115         * mail-source.el (mail-source-delete-crash-box): Only check the
2116         incoming files for deletion once per day to save a lot of file
2117         accesses.
2118
2119         * pop3.el (pop3-logon): Fix up unbound variable typo.
2120
2121         * mail-source.el (pop3-streaming-movemail): Autoload.
2122
2123         * pop3.el (pop3-streaming-movemail): Respect
2124         pop3-leave-mail-on-server.
2125
2126         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2127         retrieval.
2128
2129         * pop3.el (pop3-process-filter): Removed unused function.
2130         (pop3-streaming-movemail, pop3-send-streaming-command)
2131         (pop3-wait-for-messages, pop3-write-to-file)
2132         (pop3-number-of-responses): New functions for streaming pop3
2133         retrieval.
2134
2135         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2136         come from no known methods.
2137         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2138         list.
2139
2140         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2141         message sizes.
2142         (pop3-movemail): Use erase-buffer instead of looping and deleting
2143         regions, which seems rather odd.
2144
2145         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2146         file once per `g' run.
2147
2148         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2149         directories.  This makes the draft queue directory work.
2150
2151         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2152         data from the backends, so that we only request the list of groups from
2153         each method once.  This should speed things up considerably.
2154
2155         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2156         detect that it's not implemented.
2157
2158         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2159         we actually do recurse down into the tree, but don't stat all leaf
2160         nodes.
2161
2162         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2163         then say so instead of bugging out.
2164
2165         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2166         files exist before trying to read them.
2167
2168         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2169         around <pre_int>.
2170
2171         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2172
2173         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2174
2175 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * mm-util.el (mm-image-load-path): Just return the image directories,
2178         not all directories in the path in addition to the image directories.
2179         (mm-image-load-path): Maintain a cache of the image directories so that
2180         the `g' command in Gnus doesn't have to stat dozens of directories each
2181         time.
2182
2183         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2184         (gnus-html-wash-tags): Add a new `i' command to insert images.
2185         (gnus-html-insert-image): New command and keystroke.
2186         (gnus-html-redisplay-with-images): New command and keystroke.
2187         (gnus-html-show-images): Renamed command.
2188         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2189         spacers.
2190         (gnus-html-wash-tags): Decode entities at the end, so that entities
2191         inside the tags don't mess up the rest of the "parsing".
2192
2193         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2194         so that nnimap methods aren't agentized by default.  There's apparently
2195         many problems related to agent/imap behaviour.
2196
2197         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2198
2199         * gnus-html.el: Doc fix.
2200
2201 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2204         specifier-spec-list for Emacs 21.
2205
2206         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2207         glyph-width and glyph-height instead of display-graphic-p and
2208         image-size; make avoidance of displaying small images work for XEmacs.
2209
2210         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2211         for XEmacs.
2212
2213         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2214         of symbol that holds plist data.
2215         (gnus-process-plist): Remove plist of process after getting it.
2216
2217 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * message.el (message-generate-hashcash): Change default to
2220         'opportunistic if hashcash is installed.
2221
2222         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2223         (gnus-html-put-image): Only call image-size once, since it's somewhat
2224         time-consuming on remote X servers.
2225
2226 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2227
2228         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2229         type on data, not a file name.
2230
2231         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2232         window-pixel-edges for Emacs 21.
2233
2234         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2235         decoded contents.
2236         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2237
2238 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2241         group line format, since it isn't very interesting.
2242
2243         * gnus-agent.el (gnus-agent-short-article),
2244         (gnus-agent-long-article): Increase values for these two variables,
2245         since most people are likely to have more network connection and
2246         storage than before.
2247
2248         * gnus.el (gnus-refer-article-method): Change default to 'current.
2249         When referring an article, the common behaviour is to refer it from the
2250         current select method, not the native select method.  The chances of
2251         the native select method having the message in question is rather slim
2252         these days.
2253
2254         * gnus-sum.el (gnus-auto-select-subject): Change default to
2255         `unseen-or-unread'.  I think it's likely that most people want to
2256         select an unseen article over a previously seen, but unread one.
2257
2258         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2259         means that in the article buffer none of the minor mode elements will
2260         be shown, usually, and this is not desirable in most cases.
2261
2262         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2263         that commands like `d' (and the like) go to the next line in the
2264         buffer, instead of the next unread article.  I think this is the
2265         behaviour that is most natural for most users.
2266         (gnus-single-article-buffer): Change default to nil, so that people can
2267         have as many article buffers open as they have summary buffer.  I think
2268         this is the most natural way for the groups to behave.
2269
2270         * message.el (message-generate-new-buffers): Change default to
2271         `unsent', so that all new message buffers start their names with the
2272         string "*unsent", and it's easier to find the buffers if you move from
2273         them.
2274
2275 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2276
2277         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2278         small.  They're probably tracking images.
2279         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2280         (gnus-html-rescale-image): Yet another try at getting the image sizing
2281         right.
2282
2283         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2284         nntp-marks-file-name is nil.
2285
2286 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * gnus-html.el (gnus-html-wash-tags)
2289         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2290         Better logging.
2291
2292 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2293
2294         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2295
2296         * gnus-html.el (gnus-html-wash-tags): Check the value of
2297         gnus-blocked-images in the summary buffer.
2298
2299 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2300
2301         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2302
2303 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2306         like "a", it seems like.
2307         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2308         since it needs to be picked from the correct buffer.
2309
2310         * nnwfm.el: Removed.
2311
2312         * nnlistserv.el: Removed.
2313
2314 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2315
2316         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2317         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2318
2319 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * nnkiboze.el: Removed.
2322
2323         * nndb.el: Removed.
2324
2325         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2326         alt text.
2327         (gnus-html-rescale-image): Try to get the rescaling logic right for
2328         images that are just wide and not tall.
2329
2330         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2331         overshadow variable bindings.
2332
2333 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2334
2335         * gnus-html.el (gnus-html-wash-tags)
2336         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2337         extra logging.
2338
2339 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2342         (gnus-max-image-proportion): New variable.
2343         (gnus-html-rescale-image): New function.
2344         (gnus-html-put-image): Rescale images.
2345
2346 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2347
2348         Fix up some byte-compiler warnings.
2349         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2350         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2351         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2352         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2353         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2354         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2355         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2356
2357 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-html.el (gnus-article-html): Decode contents by charset.
2360
2361 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2362
2363         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2364         (gnus-html-frame-width, gnus-blocked-images)
2365         * message.el (message-prune-recipient-rules): Add custom version.
2366         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2367
2368         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2369         functions.
2370
2371         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2372         gnus-process-get.
2373
2374 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2375
2376         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2377         instead of lsub directly.
2378
2379 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * nnwarchive.el: Removed.
2382
2383         * gnus-soup.el: Removed.
2384
2385         * nnsoup.el: Removed.
2386
2387         * nnultimate.el: Removed.
2388
2389         * gnus-html.el (gnus-blocked-images): New variable.
2390
2391         * message.el (message-prune-recipients): New function.
2392         (message-prune-recipient-rules): New variable.
2393
2394         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2395         guess whether a long line is natural text or not.
2396
2397         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2398         gnus-process-plist and friends for compatibility.
2399
2400 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2401
2402         * gnus-html.el: Require packages that define macros used in this file.
2403         (gnus-article-mouse-face): Declare to silence byte-compiler.
2404         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2405         process-get.
2406         (gnus-html-put-image): Use plist-get to avoid getf.
2407         (gnus-html-prefetch-images): Use with-current-buffer.
2408
2409 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus-ems.el: Provide compatibility functions for
2412         gnus-set-process-plist.
2413
2414         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2415         header-line-format for XEmacs 21.4.
2416
2417         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2418         * gnus.el (gnus-valid-select-methods)
2419         * message.el (message-send-mail-partially-limit)
2420         * mm-decode.el (mm-text-html-renderer)
2421         * mml.el (mml-insert-mime-headers-always)
2422         * smiley.el (smiley-regexp-alist): Bump custom version.
2423
2424 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-html.el: require mm-url.
2427         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2428         with the url to `url'.
2429         (gnus-html-wash-tags): Support cid: URLs/images.
2430
2431 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2434         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2435         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2436
2437         * gnus-move.el: Removed file, since it doesn't really work.
2438
2439         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2440         UTF-8.  This seems to fix problems with some German web feeds.
2441
2442         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2443         at the top so that the proper colours are applied.
2444
2445         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2446         don't have dots in their names.
2447
2448         * gnus-art.el (gnus-article-view-part): Doc fix.
2449
2450         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2451         XEmacs-compatible.
2452         (gnus-html-put-image): Don't do images on non-graphic displays.
2453
2454         * nnslashdot.el: Removed this unused backend.
2455
2456         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2457         actions.
2458         (gnus-undo-register-1): Revert last change.
2459
2460         * gnus-group.el (gnus-group-completing-read): Protect against not
2461         having completion-styles bound.
2462
2463         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2464         make broken recipients happier.
2465
2466         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2467
2468         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2469         point parameter.
2470
2471         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2472
2473         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2474         completion-styles for group selection.
2475
2476 2009-02-04  Andreas Schwab  <schwab@suse.de>
2477
2478         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2479         headers and regexp-quote the match if necessary.
2480
2481 2009-03-24  Miles Bader  <miles@gnu.org>
2482
2483         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2484         the blinking smiley.
2485
2486 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2487
2488         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2489         blink smiley.
2490
2491 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2494         where the dribbel file lives exists.
2495
2496         * message.el (message-send-mail-partially-limit): Change the default to
2497         nil, since most people don't want this.
2498
2499         * mm-url.el (mm-url-decode-entities): Also decode entities like
2500         &#x3212.
2501
2502 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2503
2504         * gnus-sum.el (gnus-summary-idna-message):
2505         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2506         Hyperlink urls in docstrings with URL `...'.
2507
2508 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2509
2510         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2511         functions.
2512
2513 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2516         say what the mouseover text should be.
2517
2518         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2519         version of the mm-w3m-safe-url-regexp variable to only download images
2520         in the groups where we want that to happen.
2521
2522         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2523
2524         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2525         easier debugging.
2526         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2527         big pictures in the article buffer.
2528
2529         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2530         gnus-article-html.
2531         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2532         w3m.
2533
2534         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2535
2536 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2539         which doesn't exist.
2540
2541         * message.el (message-inhibit-ecomplete): New variable to allow some
2542         function to inhibit ecomplete address storage.
2543         (message-resend): Disable ecomplete message storage when resending
2544         messages.
2545
2546         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2547
2548 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2551         Save excursion while copying, moving, and deleting articles in order to
2552         prevent the cursor from jumping to unforeseen place.
2553
2554 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * lpath.el: No need to bind bookmark-current-buffer,
2557         bookmark-yank-point and bookmark-make-record-function.
2558
2559 2010-08-17  Glenn Morris  <rgm@gnu.org>
2560
2561         * gnus-sync.el: Require gnus components whose functions are used.
2562
2563         * gnus-art.el (bookmark-make-record-function):
2564         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2565         Declare for compiler.
2566
2567         * mm-url.el (mml-compute-boundary): Autoload.
2568
2569 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2572
2573 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         Typo fix "hoo4a" -> "hook".
2576
2577         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2578
2579 2010-08-14  Glenn Morris  <rgm@gnu.org>
2580
2581         * gnus-sync.el (gnus-sync): Fix defgroup version.
2582
2583 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2584
2585         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2586
2587         * gnus-sync.el: Fix docs.
2588         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2589         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2590
2591 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2592
2593         Optimizations for gnus-sync.el.
2594
2595         * gnus-sync.el: Add docs about gnus-sync-backend
2596         possibilities.
2597         (gnus-sync-save): Remove unnecessary message.
2598         (gnus-sync-read): Optimize and show what groups were skipped.
2599
2600 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2601
2602         Minor bug fixes for gnus-sync.el.
2603
2604         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2605         read the sync on get-new-news.
2606
2607         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2608         quiet.
2609
2610         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2611
2612 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2613
2614         Make saving and restoring of hidden threads work with overlays.
2615         Patch applied by Ted Zlatanov.
2616
2617         * gnus-sum.el (gnus-hidden-threads-configuration)
2618         (gnus-restore-hidden-threads-configuration): Update to deal with text
2619         properties, rather than searching for a magic character.
2620
2621 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         New gnus-sync.el library for synchronization of marks.
2624
2625         * gnus-sync.el: New library for synchronization of marks.
2626
2627         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2628         renamed from `gnus-registry-grep-in-list'.
2629
2630         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2631
2632         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2633
2634 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2637         determining charset of text fails.
2638
2639 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * nnmail.el (nnmail-get-new-mail-1): Revert.
2642
2643         * nnml.el (nnml-active-number): Make sure names of newly created groups
2644         in nnml-group-alist are encoded.
2645
2646 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2649         containing non-ASCII characters in active file for nnml back end.
2650
2651 2010-07-24  David Engster  <dengste@eml.cc>
2652
2653         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2654         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2655
2656 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2657
2658         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2659         tag (Bug#6654).
2660
2661 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2662
2663         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2664         the article buffer, not the summary buffer.
2665
2666 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2669         Emacs 23 as well.
2670
2671 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2674         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2675
2676 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2677
2678         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2679         Patch applied by Karl Fogel.
2680
2681         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2682         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2683
2684 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2685
2686         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2687         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2688         C-w still not working correctly from Article buffers; Thierry's
2689         patch to fix that will be applied after this.
2690
2691         * gnus-art.el (bookmark-make-record-function): New local variable.
2692
2693         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2694         article buffer.
2695         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2696
2697 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2698
2699         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2700         on changes in bookmark.el.
2701
2702 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2705         `no-log' instead of message not to log prompt string.
2706
2707 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2708
2709         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2710         the *other* type of HTML form submission.
2711
2712 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2713
2714         * auth-source.el (auth-source-pick): If choice does not contain a
2715         questioned keyword, set the check to t.
2716
2717 2010-06-12  Romain Francoise  <romain@orebokech.com>
2718
2719         * gnus-util.el (gnus-date-get-time): Move up before first use.
2720
2721 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2724         (gnus-article-edit-part): Bind it to make last part that is substituted
2725         or deleted visible.
2726         (gnus-mime-display-single): Buttonize part of which id equals to
2727         gnus-mime-buttonized-part-id.
2728
2729 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2730
2731         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2732         (gnus-dd-mmm): Use gnus-date-get-time.
2733         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2734         simplify logic.
2735         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2736         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2737
2738 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2739
2740         * auth-source.el (top): Autoload `secrets-list-collections',
2741         `secrets-create-item', `secrets-delete-item'.
2742         (auth-sources): Fix tag string.
2743         (auth-get-source, auth-source-retrieve, auth-source-create)
2744         (auth-source-delete): New defuns.
2745         (auth-source-pick): Rewrite in order to avoid 2 passes.
2746         (auth-source-forget-user-or-password): New parameter USERNAME.
2747         (auth-source-user-or-password): New parameters CREATE-MISSING and
2748         DELETE-EXISTING.  Retrieve password interactively, if needed.
2749
2750 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2751
2752         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2753         deleting unused directories when gnus-expert-user is t.
2754
2755 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2758         for each temp file when gnus-article-browse-delete-temp is ask.
2759
2760 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2761
2762         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2763         Lisp calls to delete-backward-char by calls to delete-char.
2764
2765 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2766
2767         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2768
2769 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2770
2771         * password-cache.el (password-cache-remove): Fix docstring.
2772
2773 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2776         article unless decoding article to be saved.
2777
2778 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2781         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2782         generated within the mm-with-unibyte-current-buffer macro.
2783
2784 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2785
2786         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2787         to nil when we're in a mml-preview buffer and no group is selected.
2788
2789 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2790
2791         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2792         when catching the `C-g'.  Reported by "Leo".
2793
2794 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * message.el (message-forward-make-body-plain)
2797         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2798         multibyte-string-p.
2799
2800         * lpath.el: Revert.
2801
2802 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * message.el (message-forward-make-body-mml): Assume original message
2805         is multibyte string; error on unibyte.
2806         (message-forward-make-body-plain): Ditto; don't add excessive newline
2807         in body end.
2808
2809         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2810
2811 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2812
2813         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2814         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2815
2816 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * mm-extern.el (mm-extern-url): Don't use
2819         mm-with-unibyte-current-buffer.
2820         (mm-extern-cache-contents): Use with-current-buffer instead of
2821         save-excursion + set-buffer.
2822
2823 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * mm-util.el (mm-emacs-mule): Remove.
2826
2827 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2828
2829         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2830         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2831         change.
2832
2833 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2836         bind the default value of enable-multibyte-characters to nil.
2837
2838 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * message.el (message-forward-make-body-plain)
2841         (message-forward-make-body-mml):
2842         Don't use mm-with-unibyte-current-buffer.
2843
2844 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2845
2846         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2847
2848 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2849
2850         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2851         (Bug#5592).
2852
2853 2010-05-07  Julien Danjou  <julien@danjou.info>
2854
2855         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2856         it to mm-pipe-part.
2857
2858         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2859         it is given.
2860
2861 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * binhex.el (binhex-decode-region-internal)
2864         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2865         (dns-query)
2866         * nnweb.el (nnweb-gmane-search)
2867         * pgg-parse.el (pgg-parse-armor)
2868         * pgg.el (pgg-verify-region)
2869         * sha1.el (sha1-string-external)
2870         * uudecode.el (uudecode-decode-region-internal)
2871         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2872         XEmacs.
2873
2874         * gnus-art.el (gnus-article-browse-html-parts)
2875         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2876         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2877         make-temp-file.
2878
2879         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2880         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2881         compiling.
2882
2883         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2884         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2885         XEmacs when compiling.
2886
2887         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2888         gnus-pick-mode-off-hook for XEmacs when compiling.
2889         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2890         gnus-binary-mode-off-hook for XEmacs when compiling.
2891
2892         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2893         nil if char-charset is not available.
2894
2895         * imap.el (imap-disable-multibyte)
2896         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2897         macros.
2898
2899         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2900         instead of encode-coding-string.
2901
2902         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2903         'xemacs) instead of mm-emacs-mule to switch function definitions.
2904         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2905
2906         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2907         bind temporary-file-directory for XEmacs;
2908         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2909         timer-set-function for XEmacs 21.4 and SXEmacs;
2910         bind timer-list for XEmacs 21.4 and SXEmacs;
2911         fbind char-charset and find-charset-region for non-Mule XEmacs;
2912         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2913         encode-coding-region and encode-coding-string for XEmacs having no
2914         file-coding feature.
2915
2916 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2917
2918         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2919
2920 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2923         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2924
2925 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2926
2927         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2928         alias `jka-compr-delete-temp-file' no longer exists.
2929
2930 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2931
2932         Use define-minor-mode in Gnus where applicable.
2933         * mml.el (mml-mode): Use define-minor-mode.
2934         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2935         (gnus-undo-mode): Use define-minor-mode.
2936         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2937         (gnus-dead-summary-mode): Use define-minor-mode.
2938         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2939         Initialize in declaration.
2940         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2941         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2942         (gnus-mailing-list-mode): Use define-minor-mode.
2943         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2944         (gnus-draft-mode): Use define-minor-mode.
2945         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2946         (gnus-dired-mode): Use define-minor-mode.
2947
2948 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2949
2950         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2951         handles on recursive mml-to-mime translation and check them for
2952         boundary delimiter collisions.  Reported by Greg Troxel.
2953
2954 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2957
2958 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2959
2960         * mm-util.el (mm-find-buffer-file-coding-system):
2961         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2962
2963 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2964
2965         * message.el (message-generate-headers): Record insertion of optional
2966         headers as well.  Otherwise the check to prevent repeated insertion of
2967         optional headers is a no-op.
2968
2969 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2970
2971         * smime.el: Don't mention CVS.
2972
2973         * nnrss.el (nnrss-fetch): Don't mention CVS.
2974
2975         * nnir.el: Don't mention CVS.
2976
2977 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2978
2979         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2980
2981 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * lpath.el: Fbind bookmark-default-handler,
2984         bookmark-get-bookmark-record, bookmark-make-record-default,
2985         bookmark-prop-get for Emacs <23 and XEmacs.
2986
2987 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2988
2989         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2990         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2991         Use with-current-buffer to silence the byte-compiler.
2992         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2993         bother to require `gnus'.
2994         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2995
2996 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2997
2998         * gnus-sum.el (gnus-summary-bookmark-make-record)
2999         (gnus-summary-bookmark-jump): New functions.
3000         (gnus-summary-mode): Setup bookmark support.
3001
3002 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3003
3004         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3005         if set.
3006
3007 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3008
3009         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3010         gnus-article-browse-html-save-cid-image; make it work recursively for
3011         forwarded messages as well.
3012         (gnus-article-browse-html-parts): Work when prefix arg is given.
3013         (gnus-article-browse-html-article): Doc fix.
3014
3015 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3016
3017         * message.el (message-default-mail-headers):
3018         (message-default-headers): Carry the value mail-default-headers over
3019         into message-default-mail-headers, rather than message-default-headers.
3020
3021 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3022
3023         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3024         charset.
3025
3026         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3027         charset into the <meta> tag when the article is encoded to utf-8.
3028
3029 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3032         directories as well.
3033         (gnus-article-browse-html-parts): Work for images that do not specify
3034         file names; delete temp directory when quitting; insert header at the
3035         right place; use file: scheme for image files.
3036
3037 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3038
3039         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3040         (gnus-article-browse-html-parts): Use it to make temporary cid image
3041         files in addition to html file so that browser may display them.
3042
3043 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3044
3045         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3046
3047 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3050
3051 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3052
3053         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3054         about Secret Service API sources.  Improve Customize options.
3055         (auth-source-pick): Change to accept any number of search parameters.
3056         Implement fallbacks iteratively, not recursively.  Add scoring on the
3057         second pass and sort by score.  Call Secret Service API when needed.
3058         (auth-source-user-or-password): Use it.  Call Secret Service API
3059         directly when needed to get the user name and the password.
3060
3061 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3062
3063         * message.el (message-interactive): Doc fix.
3064         (message-qmail-inject-args): Reflow.
3065         (message-kill-to-signature): Fix typo in docstring.
3066
3067         * smiley.el (smiley-buffer): Fix typo in docstring.
3068
3069 2010-03-24  Glenn Morris  <rgm@gnu.org>
3070
3071         * mail-source.el (gnus-message): Declare.
3072         (mail-source-delete-old-incoming): Require gnus-util.
3073
3074 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3075
3076         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3077
3078         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3079
3080         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3081         password-cache's default if it is not bound.
3082         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3083         password-cache-expiry's default if it is not bound.
3084
3085         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3086         available in Emacs 21.
3087
3088         * lpath.el: Suppress compiler warnings for:
3089         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3090         XEmacs;
3091         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3092         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3093         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3094
3095 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3096
3097         * auth-source.el (auth-sources): Fix up definition so extra parameters
3098         are always inline.
3099
3100 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3101
3102         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3103         wasn't updated after mismatch.  Clear cached mailbox info correctly
3104         when uidvalidity changes.
3105         (nnimap-group-prefixed-name): New function to avoid some code
3106         duplication.
3107         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3108         (nnimap-request-group): Use it.
3109         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3110         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3111         with many imap folders.  This is done by caching the group status from
3112         the imap server persistently in a group parameter `imap-status'.  (This
3113         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3114         but not persistently, so every Gnus startup was still very slow.)
3115
3116 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3119         delete the extra newline.  Otherwise editing of :string and :number
3120         types don't work.
3121
3122 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3125         secrets.el dependency.
3126         (auth-sources): Add optional user name.  Add secrets.el configuration
3127         choice (unused right now).
3128
3129 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3130
3131         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3132         `gnus-registry-install-shortcuts' fill in the functions.
3133
3134         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3135         warnings.
3136         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3137         (gnus-registry-install-shortcuts): Populate and use it in a
3138         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3139
3140 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3141
3142         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3143         In-place substitutions for the group name encoding/decoding.
3144         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3145         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3146         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3147         (nnimap-update-unseen, nnimap-request-list)
3148         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3149         (nnimap-request-set-mark, nnimap-split-to-groups)
3150         (nnimap-split-articles, nnimap-request-newgroups)
3151         (nnimap-request-create-group, nnimap-request-accept-article)
3152         (nnimap-request-delete-group, nnimap-request-rename-group)
3153         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3154         `encoded-mbx' for consistency.
3155         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3156         variable `imap-current-mailbox'.
3157
3158         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3159         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3160
3161 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3162
3163         * pop3.el (pop3-display-message-size-flag): Display message size byte
3164         counts during POP3 download.
3165         (pop3-movemail): Use it.
3166         (pop3-list): Implement listing of available messages.
3167
3168 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3169
3170         * nnir.el (nnir-get-article-nov-override-function): New function to
3171         override the normal NOV retrieval.
3172         (nnir-retrieve-headers): Use it.
3173
3174 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3175
3176         * auth-source.el (netrc-machine-user-or-password): Autoload.
3177
3178 2010-03-19  Glenn Morris  <rgm@gnu.org>
3179
3180         Stop message.el from loading about 40 libraries it doesn't always need.
3181         The general approach is to autoload rather than require, and to
3182         require in the specific functions rather than the file.  (Bug#5642)
3183
3184         * gmm-utils.el: Don't require wid-edit.
3185         (widget-create-child-value, widget-convert, widget-default-get):
3186         Autoload.
3187
3188         * gnus-util.el: Don't require time-date, netrc.
3189         (message-fetch-field, gnus-group-name-decode): Declare rather than
3190         autoloading.
3191         (gnus-fetch-field): Require message.
3192         (gnus-decode-newsgroups): Require gnus-group.
3193
3194         * ietf-drums.el: Don't require time-date.
3195
3196         * message.el: Don't require hashcash, canlock, ecomplete.
3197         Do require mail-utils.  Require nnheader only when compiling.
3198         (smtpmail-default-smtp-server): Remove declaration.
3199         (message-send-mail-function): Check smtpmail-default-smtp-server
3200         is bound rather than requiring smtpmail.
3201         (message-auto-save-directory, message-insert-signature): Use
3202         expand-file-name rather than nnheader-concat.
3203         (nnheader-insert-file-contents): Autoload.
3204         (hashcash-wait-async): Declare.
3205         (message-send-mail): Only call gnus-setup-posting-charset if
3206         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3207         (message-send-mail-with-sendmail): Require sendmail.
3208         (canlock-password, canlock-password-for-verify): Declare.
3209         (message-canlock-password): Require canlock.
3210         (nnheader-get-report): Autoload.
3211         (gnus-setup-posting-charset): Declare.
3212         (message-send-news): Require gnus-msg.
3213         (message-make-references, message-make-in-reply-to): Use mail-header-id
3214         rather than the alias mail-header-message-id.
3215         (ecomplete-add-item, ecomplete-save): Declare.
3216         (message-put-addresses-in-ecomplete): Require ecomplete.
3217         (ecomplete-display-matches): Autoload.
3218
3219         * mm-decode.el: Don't require mailcap, gnus-util.
3220         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3221         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3222         Autoload.
3223         (mailcap-mime-extensions): Declare.
3224
3225         * mm-encode.el: Don't require mailcap.
3226         (mailcap-extension-to-mime): Autoload.
3227
3228         * mml-sec.el: Don't require password-cache.
3229
3230         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3231         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3232         (mml-minibuffer-read-type): Require mailcap.
3233         (mml-preview): Require gnus-msg.
3234
3235         * mml1991.el: Require password-cache.
3236         (password-cache-expiry): Remove declaration.
3237
3238         * mml2015.el: Require password-cache.
3239         (password-cache-expiry): Remove declaration.
3240
3241         * nneething.el (mailcap): Require mailcap.
3242
3243         * nnheader.el (declare-function): Add compatibility stub.
3244         (message-remove-header): Declare rather than autoload.
3245         (nnheader-replace-header): Require message.
3246
3247         * nnimap.el (declare-function): Add compatibility stub.
3248         (netrc-parse, netrc-machine-user-or-password): Declare.
3249         (nnimap-open-connection): Require netrc.
3250
3251         * nntp.el (declare-function): Add compatibility stub.
3252         (netrc-parse, netrc-machine, netrc-get): Declare.
3253         (nntp-send-authinfo): Require netrc.
3254
3255         * rfc2047.el: Don't require qp.
3256         (quoted-printable-encode-region, quoted-printable-decode-string):
3257         Autoload.
3258
3259         * sieve-mode.el: Don't require easymenu.
3260         (easy-menu-add-item): Autoload it.
3261
3262         * spam-stat.el (time-to-number-of-days): Autoload it.
3263
3264 2010-03-19  Glenn Morris  <rgm@gnu.org>
3265
3266         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3267
3268 2010-03-18  Glenn Morris  <rgm@gnu.org>
3269
3270         * hashcash.el (declare-function): Remove duplicate definition.
3271
3272 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3273
3274         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3275         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3276         value if any backslash escapes).
3277
3278 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3281         if it is available.  (bug#5647)
3282
3283         * lpath.el: Suppress compiler warning for coding-system-from-name for
3284         Emacs 21 and XEmacs.
3285
3286 2010-03-14  Juri Linkov  <juri@jurta.org>
3287
3288         * hmac-def.el:
3289         * hmac-md5.el:
3290         * netrc.el: Fix keywords.
3291
3292 2010-02-26  Glenn Morris  <rgm@gnu.org>
3293
3294         * message.el (message-send-mail-function): Change the default, so that
3295         it inherits from a customized send-mail-function.  (Bug#5643)
3296
3297 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3298
3299         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3300         shell-command-to-string signals an error (bug#5299).
3301
3302 2010-02-24  Glenn Morris  <rgm@gnu.org>
3303
3304         * message.el (message-smtpmail-send-it)
3305         (message-send-mail-with-mailclient): Doc fixes.
3306
3307 2010-02-16  Glenn Morris  <rgm@gnu.org>
3308
3309         * message.el (message-default-mail-headers): Change the default value
3310         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3311
3312 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3315         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3316
3317 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3318
3319         * time-date.el (date-to-time): Doc fix (Bug#5408).
3320
3321 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3322
3323         * message.el (message-mail): Just pass yank-action on to message-setup.
3324         (message-setup): Handle (FUN . ARGS) form of yank-action.
3325         (message-with-reply-buffer, message-widen-reply)
3326         (message-yank-original): Handle non-buffer values of
3327         message-reply-buffer (Bug#4080).
3328         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3329
3330 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3331
3332         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3333         Fix typo in docstring.
3334
3335 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3336
3337         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3338         response.
3339
3340 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3343
3344         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3345
3346         * message.el (message-check-news-header-syntax): Protect against a
3347         string that `rfc822-addresses' returns when parsing fails.
3348
3349 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3352         (gnus-previous-char-property-change): New functions.
3353
3354         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3355
3356 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3357
3358         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3359         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3360
3361 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3362
3363         * message.el (message-exchange-point-and-mark): Rework last change to
3364         avoid using optional arg of exchange-point-and-mark, for backward
3365         compatibility.
3366
3367 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3368
3369         * message.el (message-exchange-point-and-mark): Call
3370         exchange-point-and-mark with an argument rather than setting
3371         mark-active by hand (Bug#5175).
3372
3373 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * nntp.el (nntp-service-to-port): Work for service expressed with
3376         numeric string; replace [:digit:] with [0-9] for XEmacs.
3377
3378 2009-12-17  Glenn Morris  <rgm@gnu.org>
3379
3380         * gnus-group.el (gnus-bug-group-download-format-alist):
3381         Change emacs entry to debbugs.gnu.org.  Bump :version.
3382
3383 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3386
3387 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3388
3389         * message.el (message-info): Explain why we use `Info-goto-node'.
3390
3391 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3394
3395 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3396
3397         * message.el (message-completion-in-region): New compatibility function.
3398         (message-expand-group): Use it.
3399
3400 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3403         with no unread article should be listed if the 2nd arg `predicate' is
3404         given.
3405
3406 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3407
3408         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3409
3410 2009-11-29  Juri Linkov  <juri@jurta.org>
3411
3412         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3413         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3414         on `gnus-recenter'. (Bug#4698, Bug#4981)
3415
3416 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3417
3418         * sha1.el (sha1-string-external): default-directory "/" in case
3419         otherwise non-existent.  process-connection-type pipe for touch of
3420         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3421
3422 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3423
3424         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3425         it's comms related and sgml-mode.el has "comm" on that basis too.
3426
3427 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3428
3429         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3430         containing tspecial characters if they have been already quoted.
3431
3432 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3433
3434         * dns-mode.el (auto-mode-alist): Purecopy string.
3435
3436 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3437
3438         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3439
3440 2009-10-24  Glenn Morris  <rgm@gnu.org>
3441
3442         * gnus-art.el (help-xref-stack-item): Define for compiler.
3443
3444 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3445
3446         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3447
3448 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3451
3452 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3453
3454         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3455         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3456
3457 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3460         (gnus-overlays-in): New alias to overlays-in.
3461
3462         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3463         gnus-overlay-get, and gnus-delete-overlay.
3464         (gnus-summary-show-thread): Make it work as well for systems in which
3465         next-single-char-property-change is not available.
3466         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3467
3468         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3469         (gnus-overlay-get): New alias to extent-property.
3470         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3471
3472         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3473         SXEmacs.
3474
3475         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3476         SXEmacs.
3477
3478 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3479
3480         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3481
3482 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3483
3484         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3485         and XEmacs that don't have `remove-overlays'.
3486
3487 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3488
3489         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3490         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3491         selective display.  Use overlays instead.
3492
3493 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3494
3495         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3496
3497 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3498
3499         * spam-stat.el (spam-stat-load): Fix typo in message.
3500
3501 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3502
3503         * dig.el (dig-invoke): Fix typo in docstring.
3504         (query-dig): Reflow docstring.
3505
3506 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3507
3508         * gnus-art.el (gnus-article-encrypt-body):
3509         * message.el (message-check-recipients):
3510         * mm-util.el (mm-codepage-setup):
3511         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3512         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3513
3514 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3515
3516         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3517         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3518         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3519         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3520         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3521
3522 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3523
3524         * dig.el: Add "Keywords: comm", as per net-utils.el.
3525
3526 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3527
3528         * dig.el (dig-mode): Use define-derived-mode.
3529
3530 2009-09-19  Glenn Morris  <rgm@gnu.org>
3531
3532         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3533
3534 2009-09-18  Glenn Morris  <rgm@gnu.org>
3535
3536         * gnus-diary.el (gnus-diary-check-message):
3537         * message.el (message-insert-formatted-citation-line):
3538         * nnbabyl.el (top-level):
3539         * nndiary.el (nndiary-schedule):
3540         Fix typos in condition-case handlers.
3541
3542 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3545         configuration that provides the sole article window in a frame;
3546         position point correctly after deleting a part.
3547
3548 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3549
3550         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3551         (spam-resolve-registrations-routine): Use it to unregister articles
3552         that change status.
3553
3554 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3557         with XEmacs.
3558         (parse-time-string-chars): Use it.
3559
3560 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3561
3562         * imap.el (imap-interactive-login): Better messages.
3563         (imap-open): Fix bug with renamed buffer on reconnect.
3564         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3565         for easier debugging and cleaner code.  On successful (guessed based on
3566         server capabilities) secondary authentication, set imap-state
3567         correctly.
3568         (imap-last-authenticator): Define imap-last-authenticator as a variable
3569         to avoid warnings.
3570
3571 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * nnrss.el (nnrss-request-article): Remove binding of
3574         default-enable-multibyte-characters that has gotten needless by
3575         the 2007-07-13 change in rfc2047-encode-message-header.
3576
3577         * mml.el (mml-insert-multipart): Error on the message header.
3578         (mml-insert-part): Error on the message header; position point at
3579         the end of a MIME tag.
3580
3581 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * time-date.el (autoload): Expand define-obsolete-function-alias into
3584         defalias and make-obsolete for old Emacsen that Gnus supports.
3585         (with-no-warnings): Define it for old Emacsen.
3586         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3587         is available.
3588         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3589         float-time is available; suppress compile warning for time-to-seconds.
3590
3591         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3592         (gnus-float-time): Alias to float-time if it exists.
3593
3594         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3595         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3596         float-time is available; suppress compile warning for time-to-seconds.
3597
3598         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3599         XEmacs.
3600
3601 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3602
3603         * imap.el (imap-message-map): Docstring fix.
3604
3605 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3608         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3609         Add the optional argument `encoding' that overrides the default.
3610
3611         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3612         mm-encode-buffer.
3613
3614 2009-09-04  Glenn Morris  <rgm@gnu.org>
3615
3616         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3617         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3618         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3619         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3620         * mm-util.el (mm-with-unibyte-current-buffer)
3621         (mm-find-buffer-file-coding-system):
3622         * yenc.el (yenc-decode-region): Use default-value rather than
3623         default-enable-multibyte-characters.
3624
3625 2009-09-03  Glenn Morris  <rgm@gnu.org>
3626
3627         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3628         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3629         than default-enable-multibyte-characters.
3630
3631 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3632
3633         * gnus-art.el (gnus-article-read-summary-keys):
3634         Fix gnus-buffer-configuration's value temporarily used.
3635
3636 2009-09-02  Glenn Morris  <rgm@gnu.org>
3637
3638         * gnus-util.el (gnus-float-time): New function.
3639         * gnus-delay.el (gnus-delay-article):
3640         * gnus-sum.el (gnus-thread-latest-date):
3641         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3642         * nnspool.el (nnspool-request-newgroups):
3643         Use gnus-float-time rather than time-to-seconds.
3644         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3645
3646         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3647         (gnus-header-subject-face, gnus-header-newsgroups-face)
3648         (gnus-header-name-face, gnus-header-content-face):
3649         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3650         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3651         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3652         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3653         (gnus-cite-face-11):
3654         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3655         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3656         (gnus-server-closed-face, gnus-server-denied-face)
3657         (gnus-server-offline-face):
3658         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3659         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3660         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3661         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3662         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3663         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3664         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3665         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3666         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3667         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3668         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3669         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3670         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3671         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3672         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3673         (gnus-summary-high-undownloaded-face)
3674         (gnus-summary-low-undownloaded-face)
3675         (gnus-summary-normal-undownloaded-face)
3676         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3677         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3678         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3679         (gnus-splash-face):
3680         * message.el (message-header-to-face, message-header-cc-face)
3681         (message-header-subject-face, message-header-newsgroups-face)
3682         (message-header-other-face, message-header-name-face)
3683         (message-header-xheader-face, message-separator-face)
3684         (message-cited-text-face, message-mml-face):
3685         * sieve-mode.el (sieve-control-commands-face)
3686         (sieve-action-commands-face, sieve-test-commands-face)
3687         (sieve-tagged-arguments-face):
3688         * spam.el (spam-face):
3689         Mark face aliases with "-face" in the name as obsolete.
3690
3691 2009-09-01  Glenn Morris  <rgm@gnu.org>
3692
3693         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3694         than goto-line.
3695
3696 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3697
3698         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3699         Don't move point if the command is invoked inside the message header.
3700
3701 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3702
3703         * imap.el (imap-send-command): Simplify.
3704         (imap-wait-for-tag): point-max -> buffer-size.
3705
3706 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3707
3708         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3709         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3710         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3711         * nnir.el (nnir-swish-e-index-file):
3712         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3713         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3714         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3715         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3716         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3717         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3718
3719 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3722         Don't save excursion.
3723
3724 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3725
3726         * nnheader.el (nnheader-find-file-noselect):
3727         * mm-util.el (mm-insert-file-contents):
3728         Use (default-value 'major-mode) instead of default-major-mode.
3729
3730 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3731
3732         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3733
3734 2009-08-26  Glenn Morris  <rgm@gnu.org>
3735
3736         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3737         than placing in files.el.
3738
3739 2009-08-25  Glenn Morris  <rgm@gnu.org>
3740
3741         * nnir.el (top-level): Don't require cl at run-time.
3742         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3743         Replace cl-function substitute with gnus-replace-in-string.
3744         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3745         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3746         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3747         simplified expansions.
3748
3749 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3750
3751         * dig.el (dig): Add autoload cookie.
3752
3753 2009-08-22  Glenn Morris  <rgm@gnu.org>
3754
3755         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3756         goto-line.
3757
3758 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3759
3760         * parse-time.el (parse-time-string-chars): Save match data.
3761
3762 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3763
3764         * parse-time.el (parse-time-string-chars): Compute using character
3765         classes, to handle non-ascii characters (Bug#3190).
3766
3767 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3770
3771         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3772         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3773         (gnus-mm-display-part, gnus-mime-display-single)
3774         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3775         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3776
3777         * gnus-sum.el
3778         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3779         (gnus-summary-move-article): Add expirable mark to articles copied or
3780         moved to group that has auto-expire turned on if the option is non-nil.
3781
3782 2009-07-24  Glenn Morris  <rgm@gnu.org>
3783
3784         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3785         Fix typo.  (Bug#3903)
3786
3787 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3788
3789         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3790         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3791         that should not be used for draft articles.
3792         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3793         that has no concern in minor mode keys.
3794         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3795         Abolish.
3796
3797 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3798
3799         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3800         article without making inquiry to a user for unknown encoding.
3801
3802         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3803         (nnmaildir--scan): Assume i-node and device number that file-attributes
3804         returns might be cons-cell.
3805
3806         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3807
3808         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3809
3810 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * auth-source.el: Remove docs now in auth.texi.  Don't use
3813         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3814         `auth-source-hide-passwords' and use them.
3815
3816 2009-07-15  Glenn Morris  <rgm@gnu.org>
3817
3818         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3819
3820 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3823         excessive whitespace from the default values of title and description.
3824
3825 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3828         mail-fetch-field to fetch Content-Description header in order to
3829         exclude newlines.
3830
3831 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3832
3833         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3834         format used by GnuPG 2.0.11.
3835
3836 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3839         to deleted part.
3840
3841 2009-05-30  David Engster  <dengste@eml.cc>
3842
3843         * nnmairix.el: Remove old documentation in the commentary block.
3844         (nnmairix-request-group): Do not update active file for nnml back ends.
3845         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3846         end so that overview files are ignored.
3847         (nnmairix-update-groups): Make updating the groups more robust by using
3848         marks.
3849         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3850         with dollar characters in message-id.
3851
3852 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3853
3854         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3855         2008-12-25 in dns.el.
3856
3857 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3858
3859         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3860         could happen if the text is only composed of spaces and/or tabs.
3861
3862 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3863
3864         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3865         when sending a queued message to avoid extra mml tags.
3866
3867 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3870
3871 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3874         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3875         rmail-toggle-header for XEmacs;
3876         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3877
3878 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-dired.el: Remove autoload for gnus-setup-message.
3881         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3882         displaying Gnus logo; always use compose-mail.
3883
3884 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3887
3888 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3889
3890         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3891         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3892         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3893         available.
3894         (gnus-nocem-epg-verify): New function.
3895
3896 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3899
3900 2009-02-15  Glenn Morris  <rgm@gnu.org>
3901
3902         * gnus-util.el (rmail-insert-rmail-file-header)
3903         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3904         autoloads.
3905         (rmail-default-rmail-file): Remove unnecessary declaration.
3906         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3907
3908 2009-02-14  Glenn Morris  <rgm@gnu.org>
3909
3910         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3911         variable (only used in gnus-util, which declares it anyway).
3912         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3913         which was only needed by gnus-art (changed to not use it any more).
3914         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3915         only used in gnus-util, which autoloads it itself.
3916         (rmail-update-summary): Fix autoload.
3917
3918         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3919         rather than rmail-output-to-rmail-file.
3920
3921 2009-02-07  Glenn Morris  <rgm@gnu.org>
3922
3923         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3924         autoload of function that no longer exists.
3925         (rmail-toggle-header): Declare.
3926         (message-forward-rmail-make-body): Handle mbox Rmail.
3927
3928 2009-01-31  Glenn Morris  <rgm@gnu.org>
3929
3930         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3931         2009-01-09 change.
3932
3933 2009-01-31  Dave Love  <fx@gnu.org>
3934
3935         * imap.el (imap-fetch-safe): Bind debug-on-error.
3936         (imap-debug): Add imap-fetch-safe.
3937
3938 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3941         (auth-source-forget-all-cached): New convenience function.
3942         (auth-source-user-or-password): Accept list of modes or a single mode.
3943
3944         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3945         auth-source modes.
3946
3947         * netrc.el (netrc-machine-user-or-password): Use list of
3948         auth-source modes.
3949
3950         * nnimap.el (nnimap-open-connection): Use list of
3951         auth-source modes.
3952
3953         * nntp.el (nntp-send-authinfo): Use list of
3954         auth-source modes.
3955
3956 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3957
3958         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3959         now.
3960
3961 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3964         coding system in XEmacs; add a workaround for XEmacs.
3965
3966         * lpath.el: Fbind coding-system-aliasee.
3967
3968 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3971         of current-language-environment.
3972
3973 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3974
3975         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3976         available at runtime.
3977
3978 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3981
3982 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3983
3984         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3985         the greatest positive fixnum value doesn't work under an XEmacs with
3986         bignum support; use the most-positive-fixnum constant instead,
3987         available since Emacs 21.1 with cl and XEmacs 21.1.
3988
3989 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3992         XEmacs gets not to work.
3993
3994 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * mm-util.el (mm-coding-system-priorities): Allow the value like
3997         "Japanese (UTF-8)" of current-language-environment.
3998
3999 2009-01-09  Glenn Morris  <rgm@gnu.org>
4000
4001         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4002         with last-command-event.
4003
4004 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4005
4006         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4007         in the doc string.
4008
4009         * message.el (message-fix-before-sending): Amend comment.
4010
4011 2009-01-08  Dave Love  <fx@gnu.org>
4012
4013         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4014
4015 2009-01-07  David Engster  <dengste@eml.cc>
4016
4017         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4018         simplified server definitions by converting it via
4019         gnus-server-to-method.
4020
4021 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4024         parameter's operands.
4025
4026 2009-01-06  David Engster  <dengste@eml.cc>
4027
4028         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4029         primary select method (for gnus-group-mark-article-as-read).
4030
4031 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4032
4033         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4034         `(gnus)Face', not `(gnus)X-Face'.
4035
4036 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * mm-util.el (mm-ucs-to-char): New function.
4039
4040         * mm-url.el (mm-url-decode-entities): Use it.
4041
4042         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4043         unicode-to-char.
4044
4045 2009-01-05  Dave Love  <fx@gnu.org>
4046
4047         * time-date.el: Require cl for `declare'.
4048
4049 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4050
4051         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4052         Dave Love.
4053
4054 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4055
4056         * message.el (message-fix-before-sending): Add `eight-bit' to
4057         illegible-text check.
4058
4059 2009-01-03  Michael Olson  <mwolson@gnu.org>
4060
4061         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4062         `headers' is nil.  This can occur if the IMAP server does not have
4063         permissions to read messages from a folder, but can write new messages
4064         to the folder.
4065         (nnimap-request-article-part): Do not insert `data' if it is nil.
4066
4067         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4068         characters which will confuse `read', so skip past them.
4069
4070 2009-01-01  Dave Love  <fx@gnu.org>
4071
4072         * imap.el (imap-string-to-integer): Fix typo.
4073         (imap-fetch-safe): New function.
4074         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4075
4076         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4077
4078         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4079         (imap-parse-greeting): Fix doc strings.
4080         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4081         (imap-parse-flag-list): Make messages unique.
4082         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4083
4084         * nnimap.el: Fix author email.
4085         (nnimap-split-rule): Add FIXME comment.
4086         (nnimap-debug): Fix doc string.
4087
4088 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4089
4090         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4091
4092 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4093
4094         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4095         nslookup if resolv.conf isn't available.
4096         (dns-query): Rename from query-dns.
4097         (dns-query-cached): Rename from query-dns-cached.
4098
4099 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4102         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4103         to check if those variables exist (first appeared in Emacs 18.50).
4104
4105 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * mm-util.el (mm-line-number-at-pos): New function.
4108
4109         * spam-report.el (spam-report-process-queue): Use it.
4110
4111 2008-12-24  David Engster  <dengste@eml.cc>
4112
4113         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4114         parameters that haven't existed as variables as buffer-local variables.
4115
4116 2008-12-23  Dave Love  <fx@gnu.org>
4117
4118         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4119         cadar.
4120
4121         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4122         imap-starttls-p.
4123         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4124
4125 2008-12-22  Dave Love  <fx@gnu.org>
4126
4127         * imap.el: Fix author email.  Doc fixes.
4128         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4129         reply.
4130
4131 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * spam-report.el (spam-report-gmane-max-requests): New constant.
4134         (spam-report-gmane-wait): New variable.
4135         (spam-report-gmane-ham, spam-report-gmane-spam)
4136         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4137         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4138         the server.
4139
4140         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4141         Add explanations.
4142
4143         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4144         nnheader-accept-process-output and nnheader-read-timeout if available.
4145         (pop3-movemail): Use it.
4146
4147         * message.el (message-check-news-body-syntax): Fix signature check if
4148         there's an attachment.
4149
4150 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mm-util.el: Add comments to the mm- emulating functions.
4153
4154 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4155
4156         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4157         by Stephen Berman <stephen.berman@gmx.net>.
4158
4159 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * mm-util.el (mm-substring-no-properties): New function.
4162         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4163         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4164         (mm-string-to-multibyte): Doc fix.
4165
4166         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4167
4168 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4169
4170         * mml.el (mml-attach-file): Strip text properties from file name.
4171         (Bug#1574)
4172
4173 2008-12-16  Glenn Morris  <rgm@gnu.org>
4174
4175         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4176
4177 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4180         knows since the charset specified might be a bogus alias that
4181         mm-charset-synonym-alist provides.
4182
4183 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4184
4185         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4186         "ISO_8859-1".
4187
4188         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4189
4190 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * mm-util.el (mm-charset-eval-alist):
4193         Define it before mm-charset-to-coding-system.
4194         (mm-charset-to-coding-system): Add optional argument `silent';
4195         define it before mm-charset-override-alist.
4196         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4197         default value if it can be used in Emacs currently running;
4198         silence mm-charset-to-coding-system.
4199
4200 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4203         `allow-override' which says whether to use `mm-charset-override-alist'.
4204         (rfc2047-decode-encoded-words): Use it.
4205
4206         * mm-util.el (mm-charset-override-alist): Fix custom type;
4207         add `(gb2312 . gbk)' to choices.
4208
4209 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4212         fast.
4213
4214         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4215
4216         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4217
4218 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4219
4220         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4221         on links.
4222
4223         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4224
4225 2008-12-03  Lute Kamstra  <lute@gnu.org>
4226
4227         * sha1.el: Remove leading * from docstrings of defcustoms,
4228         deffaces, defconsts and defuns.
4229
4230 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4233         users' addresses that don't have domain parts.
4234         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4235         rather than message-narrow-to-head since there will be the message
4236         header separator.
4237
4238 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4239
4240         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4241         since the result is inserted in a unibyte buffer anyway.
4242         (nnimap-demule-use-string-to-multibyte): Remove.
4243         (nnimap-demule): Alias it to mm-string-to-multibyte.
4244
4245 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4246
4247         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4248         variable for debugging bug#464 and bug#1174.
4249         (nnimap-demule): Use it.
4250
4251 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4252
4253         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4254         score calculation correctly.
4255
4256 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4257
4258         * message.el (message-send-mail): Just set the buffer to unibyte
4259         rather than use mm-with-unibyte-current-buffer which does a lot more.
4260         (message-send-mail-partially): Don't bother with
4261         mm-with-unibyte-current-buffer since it's already been made unibyte by
4262         message-send-mail.
4263
4264 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4267
4268 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4271
4272 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4275         require itself and to remove `with-no-warnings'.
4276
4277 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4278
4279         * starttls.el (starttls-any-program-available): Get the name of the
4280         available TLS layer program.
4281         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4282         well as the host name in the "opening" message.
4283
4284         * auth-source.el (auth-source-cache, auth-source-do-cache)
4285         (auth-source-user-or-password): Cache passwords and logins by default,
4286         allow override with `auth-source-do-cache'.
4287         (auth-source-forget-user-or-password): Allow users to remove cache
4288         entries if needed.
4289
4290 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4291
4292         * md4.el (md4-buffer): Fix typo in docstring.
4293         (md4, md4-64): Doc fixes.
4294         (md4-pack-int32): Reflow docstring.
4295
4296 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4297
4298         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4299         condition-case to only the forward-sexp call.
4300
4301 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4302
4303         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4304         quotes contained.  Make it more robust regardless by an extra
4305         condition-case wrapper.
4306
4307 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4310
4311 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * nnml.el (nnml-request-expire-articles): Check if the function set to
4314         `nnmail-expiry-target' returns the symbol `delete'.
4315
4316         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4317
4318         * nnmail.el (nnmail-expiry-target): Fix custom type.
4319
4320 2008-10-02  Glenn Morris  <rgm@gnu.org>
4321
4322         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4323         Silence compiler warning.
4324
4325 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4326
4327         * tls.el (open-tls-stream): Show the actual command being
4328         executed, instead of the format string.
4329
4330 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * lpath.el: Fbind codepage-setup for Emacs 23.
4333
4334 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4335
4336         * mml.el (mml-menu): Don't assume mml2015 is bound.
4337
4338 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4339
4340         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4341         exists.
4342
4343 2008-09-27  Glenn Morris  <rgm@gnu.org>
4344
4345         * gnus-util.el (mail-header-remove-comments): Autoload it.
4346
4347 2008-09-27  Andreas Schwab  <schwab@suse.de>
4348
4349         * gnus-util.el (gnus-split-references): Strip comments.
4350         (gnus-parent-id): Likewise.
4351
4352 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * message.el (message-confirm-send): Fix version.
4355
4356 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * message.el (message-idna-to-ascii-rhs-1): Use
4359         mail-extract-address-components rather than mail-header-parse-addresses
4360         that is an alias by default to ietf-drums-parse-addresses that does not
4361         support non-ASCII names in headers' contents.
4362
4363 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4364
4365         * message.el (message-confirm-send): Fixed variable documentation to
4366         avoid the "y/n" wording.
4367
4368 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4369
4370         * message.el (message-set-auto-save-file-name): Save to a different
4371         filename so multiple messages (especially drafts) can be recovered.
4372
4373 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * message.el (message-confirm-send): Add appropriate version.
4376
4377 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4378
4379         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4380         defvar.
4381
4382 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4383
4384         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4385         (mm-pkcs7-enveloped-magic): Ditto.
4386
4387 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4388
4389         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4390         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4391
4392 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4395         default, it's better.
4396
4397 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4400         summary line gnus-number property and ignore them (with a warning
4401         message).
4402
4403 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4406         macro caddr in the interactive form since it won't be expanded.
4407
4408 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4411         `charset'; fix name of function called recursively.
4412         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4413
4414 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4417         (gnus-mime-set-charset-parameters): New function.
4418         (gnus-mime-view-part-as-charset): Use it to correctly display part
4419         specifying wrong charset.
4420
4421 2008-09-08  David Engster  <dengste@eml.cc>
4422
4423         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4424         in completing-read for back end server.
4425
4426 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4427
4428         * message.el (message-confirm-send): New variable to confirm sending a
4429         message.
4430         (message-send): Use it.
4431
4432 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4435
4436 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4439
4440 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4441
4442         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4443         prevent tracking too many groups.
4444         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4445         Use it.
4446
4447 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4448
4449         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4450         moving point to the bottom of the window in order to avoid recentering.
4451
4452 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4455
4456         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4457         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4458         (gnus-article-beginning-of-window): Fix calculation.
4459
4460 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * gnus-msg.el (gnus-summary-supersede-article)
4463         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4464         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4465         message header.
4466
4467 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4468
4469         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4470         pending output coming after the status change.
4471
4472 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4473
4474         * message.el:
4475         * gnus-start.el:
4476         * gnus-registry.el: Remove VMS support.
4477
4478 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4481         macro.
4482         (rfc2104-hash): Use it.
4483
4484 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4485
4486         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4487         (gnus-summary-sort-by-most-recent-date): New commands.
4488         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4489         and menu entries.
4490
4491 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4494         don't redisplay article for raw contents; remove plural articles stuff.
4495
4496         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4497         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4498         on gnus-summary-save-article; display results properly.
4499
4500 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * lpath.el: No need to fbind ns-focus-frame.
4503
4504 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4507
4508 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4511         gnus-save-all-headers.
4512
4513 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4514
4515         * gnus-util.el (ns-focus-frame): Remove declaration.
4516         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4517         like x.
4518
4519 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4520
4521         * rfc2104.el (rfc2104-zero): Delete defconst.
4522         (rfc2104-hex-alist): Likewise.
4523         (rfc2104-hex-to-int): Delete func.
4524         (rfc2104-hexstring-to-bitstring): Likewise.
4525         (rfc2104-nybbles): New defconst.
4526         (rfc2104-hash): Rewrite for speed.
4527
4528 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * tls.el (open-tls-stream): Make it work with the 2nd argument
4531         BUFFER that is a string but does not exist as a buffer object, as
4532         mentioned in the doc-string.
4533
4534 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4537         SXEmacs.
4538
4539 2008-07-16  Glenn Morris  <rgm@gnu.org>
4540
4541         * gnus-util.el (ns-focus-frame): Declare for compiler.
4542
4543 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4546         set as a group parameter.
4547         (gnus-summary-save-in-pipe): Work when it is called independently.
4548         (gnus-summary-pipe-to-muttprint): Don't modify
4549         gnus-summary-pipe-output-default-command.
4550
4551 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4552
4553         * message.el (message-send-mail-with-sendmail):
4554         Display the error message.
4555
4556 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4557
4558         * gnus-art.el (gnus-default-article-saver):
4559         Add gnus-summary-save-in-pipe to choices.
4560         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4561         gnus-summary-pipe-output-default-command as the default command.
4562         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4563         instead of gnus-last-shell-command.
4564
4565         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4566         New user option.
4567         (gnus-summary-muttprint-program): Mention the value will be changed.
4568         (gnus-summary-save-article): Force showing of all headers.
4569         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4570
4571 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4572
4573         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4574
4575 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4576
4577         * nnimap.el (nnimap-id):
4578         * sieve-manage.el (sieve-manage-open): Doc fixes.
4579
4580 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4581
4582         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4583         if available.
4584
4585 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4588
4589         * nnkiboze.el (nnkiboze-generate-group):
4590         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4591
4592         * nnmairix.el: Require CL.
4593
4594 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * dgnushack.el: Autoload get-display-table and put-display-table for
4597         XEmacs 21.5.
4598
4599         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4600         21.4 and SXEmacs.
4601
4602 2008-06-15  David Engster  <dengste@eml.cc>
4603
4604         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4605
4606 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4607
4608         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4609         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4610         runtime choice under XEmacs.
4611
4612         * gnus-sum.el (gnus-summary-set-display-table):
4613         Use `gnus-put-display-table', `gnus-get-display-table',
4614         `gnus-set-display-table' for the display table, instead of `aset'.
4615
4616         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4617         Use `gnus-put-display-table', `gnus-get-display-table',
4618         `gnus-set-display-table' for the display table.
4619
4620 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * nnmairix.el: Add autoloads.
4623
4624 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4625
4626         * nnmairix.el (nnmairix-delete-recreate-group)
4627         (nnmairix-update-and-clear-marks): Fix error messages.
4628
4629 2008-06-14  David Engster  <dengste@eml.cc>
4630
4631         * nnmairix.el: Upgrade to version 0.6.
4632         (nnmairix-group-toggle-propmarks-this-group)
4633         (nnmairix-group-toggle-readmarks-this-group)
4634         (nnmairix-group-delete-recreate-this-group)
4635         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4636         (nnmairix-remove-tick-mark-original-article): New commands.
4637         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4638         (nnmairix-propagate-marks-to-nnmairix-groups)
4639         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4640         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4641         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4642         functions needed for marks propagation and manipulation of read marks.
4643         (nnmairix-update-groups): New function.
4644         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4645         (nnmairix-determine-original-group-from-registry)
4646         (nnmairix-determine-original-group-from-path)
4647         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4648         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4649         New helper functions.
4650         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4651         keystrokes for new commands.
4652         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4653         (nnmairix-request-group): Check allow-fast group parameter.
4654         (nnmairix-request-create-group): Set allow-fast group parameter if
4655         nnmairix-allowfast-default is set.
4656         (nnmairix-close-group): Propagate marks upon closing if needed.
4657         (nnmairix-group-toggle-threads-this-group): Use new.
4658         nnmairix-group-toggle-parameter helper function.
4659         (nnmairix-search): Better check for empty search result.
4660         (nnmairix-goto-original-article): Use new helper functions for
4661         determining original article.
4662         (nnmairix-show-original-article): Make sure message-id is in brackets.
4663         (nnmairix-call-mairix-binary): Change variable name.
4664         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4665         helper function.
4666         (nnmairix-widget-toggle-activate): Fix doc string.
4667
4668 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * nnir.el: Require edmacro when compiling with XEmacs.
4671         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4672         available in Emacs 21.
4673
4674 2008-06-11  Glenn Morris  <rgm@gnu.org>
4675
4676         * gnus-util.el (x-focus-frame):
4677         * gnus.el (image-size):
4678         * mm-decode.el (image-size): Declare.
4679
4680         * gnus-picon.el (declare-function): Add compat definition.
4681         (image-size): Declare.
4682
4683         * gnus-group.el (tool-bar-map):
4684         * gnus-sum.el (tool-bar-map): Define for compiler.
4685
4686         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4687
4688         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4689
4690         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4691         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4692         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4693         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4694         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4695         * sieve-manage.el, spam-report.el, spam.el:
4696         Remove unnecessary eval-and-compile of autoloads.
4697
4698 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4699
4700         * auth-source.el: Precise Tramp doc.
4701
4702 2008-06-07  Glenn Morris  <rgm@gnu.org>
4703
4704         * nnmairix.el: Remove unnecessary eval-when-compile.
4705
4706 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * lpath.el: Fbind propertize for XEmacs 21.4.
4709
4710 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4711
4712         * nnir.el: Move here from ../contrib.
4713
4714 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4715
4716         * gnus-util.el (gnus-read-shell-command): New function.
4717         * mm-decode.el (mm-pipe-part):
4718         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4719
4720 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4723
4724 2008-06-03  Glenn Morris  <rgm@gnu.org>
4725
4726         * pop3.el (nnheader-accept-process-output): Autoload it.
4727
4728 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4731         are not 2-digit hexadecimal characters that follow `%'s.
4732
4733 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * message.el (message-bogus-recipient-p): Fix type in doc string.
4736         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4737         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4738         Improve custom options.
4739         (message-bogus-recipient-p): Adjust accordingly.
4740
4741 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4742
4743         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4744         long-form month and day names.
4745
4746 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * dgnushack.el: Autoload debug, eudc-expand-inline and
4749         pgg-snarf-keys-region for XEmacs.
4750
4751         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4752
4753         * nnmairix.el: Require edmacro when compiling with XEmacs.
4754
4755 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4756
4757         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4758         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4759
4760 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4761
4762         * auth-source.el: Add more docs.
4763
4764         * netrc.el (netrc-machine): Always match if the port is not given.
4765
4766 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4767
4768         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4769         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4770         retrieval faster in some cases, but might make CPU usage larger.  If
4771         this has any bad side effects, we might revert this change.
4772
4773         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4774         seems to make mail retrieval much, much faster.
4775         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4776         unconditionally.
4777
4778         * gnus-draft.el (gnus-group-send-queue): Bind
4779         message-send-mail-partially-limit to nil to avoid being prompted.
4780
4781 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4782
4783         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4784
4785         * message.el (message-bogus-address-regexp): Fix and improve custom
4786         type.
4787         (message-setup-hook): Add message-check-recipients as custom option.
4788
4789 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * message.el (message-cite-function): Remove bogus autoload which crept
4792         in during merge from v5-10.
4793
4794 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4795
4796         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4797
4798         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4799
4800         * auth-source.el: Preliminary Tramp docs.
4801         (auth-sources): Change the default auth-sources to use
4802         EPA .gpg files.
4803
4804 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4805
4806         * nntp.el: Autoload `auth-source-user-or-password'.
4807         (nntp-send-authinfo): Use it.
4808
4809         * nnimap.el: Autoload `auth-source-user-or-password'.
4810         (nnimap-open-connection): Use it.
4811
4812         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4813         for the gnus-message function.
4814         (auth-source-user-or-password): Use it.
4815
4816 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4817
4818         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4819         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4820         (rfc2104-hash): Use it.
4821
4822 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4823
4824         * gnus-art.el (gnus-article-toggle-truncate-lines):
4825         Don't use `iff' in docstring.
4826
4827 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4828
4829         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4830
4831         * gnus-util.el (gnus-extract-address-component-name)
4832         (gnus-extract-address-component-email): Convenience functions around
4833         `gnus-extract-address-components'.
4834
4835         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4836         Use `gnus-extract-address-component-email' to fix bug of comparing full
4837         sender name to `user-mail-address'.
4838
4839 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4840
4841         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4842         catch/throw to optimize.
4843         (gnus-registry-find-keywords): Just use member to find a keyword.
4844
4845 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4846
4847         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4848         is current before calling gnus-server-prepare.
4849         (gnus-server-setup-buffer, gnus-server-update-server)
4850         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4851
4852 2008-05-04  Juri Linkov  <juri@jurta.org>
4853
4854         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4855         (mailcap-file-default-commands): Use mailcap-replace-in-string
4856         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4857         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4858
4859 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4860
4861         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4862
4863 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4864
4865         * gnus.el: Bump version to 0.11.
4866
4867 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4868
4869         * gnus.el: No Gnus v0.10 is released.
4870
4871 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4874         hooks.
4875         (gnus-update-read-articles): Speed up non-marks-using users.
4876         (gnus-use-marks): Define gnus-use-marks.
4877         (gnus-propagate-marks): Rename variable to something more sensible.
4878
4879 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4880
4881         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4882         (gmm-image-load-path-for-library): Fix typos in docstrings.
4883         (gmm-message): Reflow docstring.
4884
4885 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4886
4887         * mail-source.el (mail-source-set-1, mail-source-bind):
4888         Move auth-source code out of the macro to clean it up and fix bugs.
4889
4890 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4891
4892         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4893         by sender if it's equal to user-mail-address, it's likely to be
4894         useless.
4895
4896         * mail-source.el (mail-source-bind): Don't use user or password if they
4897         are not bound.  Unintern them if they are nil.  Don't use server unless
4898         it's bound, and default it to empty string otherwise.
4899
4900 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4901
4902         * mail-source.el: Load auth-source.el.
4903         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4904         get user name or password, if auth-sources is set up.
4905
4906         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4907         strategy of splitting with parent.
4908         (gnus-registry-split-fancy-with-parent)
4909         (gnus-registry-post-process-groups): Use it and fix prior
4910         bug (returning a list as the split result).
4911
4912         * auth-source.el (auth-sources): Remove server parameter.
4913         (auth-source-pick, auth-source-user-or-password)
4914         (auth-source-user-or-password-imap)
4915         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4916         (auth-source-user-or-password-sftp)
4917         (auth-source-user-or-password-smtp): Remove server parameter.
4918
4919 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4920
4921         * smime.el (smime-sign-region, smime-encrypt-region)
4922         (smime-decrypt-region):
4923         Remove redundant calls to `generate-new-buffer-name'.
4924
4925 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4926
4927         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4928         Don't use QP for message/rfc822.
4929         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4930
4931 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4932
4933         * sieve-manage.el (sieve-string-bytes): Remove.
4934         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4935         correct byte-length only if the process's coding-system is the same as
4936         the one used internally by Emacs to represent strings.
4937
4938 2008-04-22  Juri Linkov  <juri@jurta.org>
4939
4940         * mailcap.el (mailcap-file-default-commands): New function.
4941
4942 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4943
4944         * message.el (message-signature-separator, message-cite-function):
4945         Change custom version.
4946
4947 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4948
4949         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4950         commands.
4951         (tls-checktrust): Ditto.
4952
4953 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * mm-decode.el (mm-display-external): Make temp file read-only.
4956
4957 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4960         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4961         `C-c C-f d'.
4962
4963 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4964
4965         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4966
4967 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4968
4969         * gnus.el: Bump version to 0.9.
4970
4971 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * gnus.el: No Gnus v0.8 is released.
4974
4975 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4976
4977         * mail-source.el (mail-source-value):
4978         Prefer fboundp to functionp so it works with macros as well.
4979
4980 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4981
4982         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4983         Fix last change in case the element is not even a symbol.
4984
4985 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4986
4987         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4988         Prefer fboundp to functionp so it works with macros as well.
4989
4990 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4991
4992         * auth-source.el: Added docs.
4993         (auth-sources): Modify format to support server.
4994         (auth-source-pick, auth-source-user-or-password)
4995         (auth-source-user-or-password-imap)
4996         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4997         (auth-source-user-or-password-sftp)
4998         (auth-source-user-or-password-smtp): Add server parameter.
4999
5000 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5001
5002         * gnus-registry.el: Initialize the registry when gnus-registry-install
5003         is t.
5004
5005 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * compface.el (uncompface): Make buffer unibyte.
5008
5009 2008-04-05  Glenn Morris  <rgm@gnu.org>
5010
5011         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5012
5013 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5014
5015         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5016         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5017
5018         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5019         multibyteness after rather than before erasing it.
5020
5021         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5022         mm-with-multibyte.
5023         (gnus-request-article-this-buffer): Make sure the proper decoding is
5024         used if gnus-original-article-buffer happens to be unibyte.
5025
5026         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5027         default-enable-multibyte-characters.
5028
5029         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5030         default-enable-multibyte-characters.
5031
5032         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5033
5034         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5035
5036 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5037
5038         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5039         (imap-message-copyuid-1): Use it.
5040         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5041         J. Williams in
5042         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5043
5044         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5045         imap-enable-exchange-bug-workaround.
5046         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5047
5048 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5049
5050         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5051         a 100 byte status-checks into a 2-3MB transfer for each group.
5052         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5053         to enable bug workaround or not.
5054         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5055
5056 2008-03-31  Glenn Morris  <rgm@gnu.org>
5057
5058         * message.el (mml2015-use): Declare for compiler.
5059         (message-info): Require mml2015 when appropriate.
5060
5061 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5064         whitespace.
5065
5066 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5067
5068         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5069         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5070         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5071         (nntp-service-to-port): New function.
5072         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5073         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5074         (nntp-open-netcat-stream): New function.
5075         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5076
5077 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5078
5079         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5080
5081 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5082
5083         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5084
5085 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5086
5087         * dns.el (dns-write): Use set-buffer-multibyte.
5088
5089 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5090
5091         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5092
5093 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * message.el (message-signature-separator): Change default.
5096         Improve custom type.
5097         (message-cite-function): Change default to
5098         message-cite-original-without-signature.
5099
5100         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5101         toggle.
5102
5103         * message.el (message-check-news-body-syntax): Fix signature check.
5104         (message-setup-1): Mark buffer as unmodified _after_ running
5105         message-setup-hook and handling message-alternative-emails.
5106         (message-shorten-references): Be more strict when building list of
5107         valid references to comply with GNKSA.
5108
5109         * gnus-group.el (gnus-read-ephemeral-bug-group)
5110         (gnus-read-ephemeral-debian-bug-group)
5111         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5112
5113         * message.el (message-info): Don't use booleanp which isn't supported
5114         in Emacs 21 and XEmacs.
5115
5116 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5117
5118         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5119         gnus-group-gmane-group-download-format.
5120         (gnus-group-read-ephemeral-gmane-group): Rename from
5121         gnus-group-read-ephemeral-gmane-group.
5122         (gnus-read-ephemeral-gmane-group-url): Rename from
5123         gnus-group-read-ephemeral-gmane-group-url.
5124         (gnus-bug-group-download-format-alist): New variable.
5125         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5126         (gnus-read-ephemeral-emacs-bug-group): New commands.
5127
5128 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5131         (gnus-visible-headers): Improve custom type.
5132
5133 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5134
5135         * mml.el (mml-menu): Add workarounds for XEmacs.
5136
5137         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5138         X-Boundary header.
5139
5140         * message.el (message-simplify-recipients): Fix previous commit.
5141
5142 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5143
5144         * mm-util.el (mm-set-buffer-multibyte): New function.
5145         * mm-decode.el (mm-copy-to-buffer): Use it.
5146
5147 2008-03-19  Glenn Morris  <rgm@gnu.org>
5148
5149         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5150         Accidentally removed in the sync process with Emacs.
5151
5152 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * message.el (message-alter-recipients-discard-bogus-full-name):
5155         New function.
5156         (message-alter-recipients-function): New variable.
5157         (message-get-reply-headers): Use it.
5158         (message-replace-header): New helper function.
5159         (message-recipients-without-full-name): New variable.
5160         (message-simplify-recipients): New command.
5161
5162         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5163
5164         * message.el (message-info): Handle EasyPG manual.
5165
5166         * mml.el (mml-menu): Add entry for EasyPG.
5167
5168 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5169
5170         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5171         parameter.
5172
5173         * message.el (message-disassociate-draft): Specify drafts group name
5174         fully.
5175
5176 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5177
5178         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5179         unnecessary duplicates from the match list.
5180
5181 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5184
5185         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5186
5187         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5188         args of `how-many' of which the XEmacs version doesn't take; declare
5189         Info-index-next as function.
5190
5191 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * gnus-score.el (gnus-score-headers): Fix handling of
5194         gnus-inhibit-slow-scoring.
5195
5196         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5197         string.
5198         (gnus-button-url-regexp): Improve handling of parenthesis.
5199         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5200         (gnus-button-handle-info-keystrokes): Handle index entries.
5201
5202 2008-03-15  Glenn Morris  <rgm@gnu.org>
5203
5204         * parse-time.el (parse-time-string): Simplify.
5205
5206 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5209         Incoming* files.
5210
5211 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5214         (auth-source-pick): Use it.
5215
5216 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5217
5218         * binhex.el (binhex-decode-region-internal):
5219         * uudecode.el (uudecode-decode-region-internal):
5220         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5221         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5222         setting default-enable-multibyte-characters.
5223
5224 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5225
5226         * auth-source.el (auth-source-protocols)
5227         (auth-source-protocols-customize, auth-source-choices): Added and
5228         modified variable customizations and defaults.
5229         (auth-source-pick, auth-source-user-or-password)
5230         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5231         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5232         (auth-source-user-or-password-sftp)
5233         (auth-source-user-or-password-smtp): Use new variables and provide an
5234         interface to netrc.el.
5235
5236 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5239         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5240         Make sure the nntp port to specify is a string.
5241
5242 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5243
5244         * nntp.el: Use with-current-buffer.
5245         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5246         dubious mm-with-unibyte-current-buffer.
5247         (nntp-with-open-group-function): New function extracted from
5248         nntp-with-open-group macro.
5249         (nntp-with-open-group): Use the function, so it's easier to debug.
5250         Add indentation and debugging info.
5251         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5252         the use of the netcat alternatives.
5253
5254         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5255         Avoid mm-string-as-multibyte as well.
5256
5257         * nnweb.el (nnweb-insert-html):
5258         Remove use of nnheader-string-as-multibyte.
5259
5260         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5261         (nnheader-string-as-multibyte): Remove.
5262
5263         * mm-view.el: Use inhibit-read-only.
5264         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5265         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5266         or unibyte-string.
5267
5268         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5269         (mm-uu-yenc-extract): Use with-current-buffer.
5270
5271         * gnus-soup.el (gnus-soup-send-packet): Don't use
5272         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5273
5274         * nnmh.el: Use with-current-buffer.
5275         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5276         mm-string-as-multibyte on the output of mm-encode-coding-string.
5277
5278         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5279         (nnimap-request-move-article): Use with-current-buffer.
5280
5281         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5282         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5283         conversion uses string-make-unibyte rather than string-as-unibyte.
5284
5285         * gnus-msg.el: Use with-current-buffer.
5286
5287         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5288
5289 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5290
5291         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5292         string for caching if it is 'PIN.
5293
5294 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * lpath.el: Consider the case without Emacs/W3.
5297
5298 2008-03-08  Glenn Morris  <rgm@gnu.org>
5299
5300         * time-date.el (date-to-time, time-subtract, time-add)
5301         (safe-date-to-time): Doc fixes.
5302
5303 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5304
5305         * mail-source.el (mail-source-delete-old-incoming-confirm):
5306         Change default to nil.
5307         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5308
5309 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * lpath.el: Rearrange.
5312
5313         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5314         (gnus-article-goto-prev-page): Work for articles having ^L's.
5315
5316         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5317
5318         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5319
5320 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5321
5322         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5323         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5324         (gnus-bookmark-jump): Adjust some variable names.
5325
5326 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5327
5328         * auth-source.el: New package.
5329         (auth-source-choices): Add customization entry point variable.
5330
5331         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5332         bug.
5333
5334 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5335
5336         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5337         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5338         (gnus-registry-install-shortcuts): Rename from
5339         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5340         the `gnus-registry-mark-map' keymap dynamically from
5341         `gnus-registry-marks'.  The generated functions update the summary line
5342         when a registry mark is added or deleted, and will call
5343         `gnus-registry-install-p' (see the comments in the code).
5344         (gnus-registry-user-format-function-M): Use concat intelligently.
5345
5346         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5347         the registry mark functions.
5348
5349 2008-03-05  Glenn Morris  <rgm@gnu.org>
5350
5351         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5352         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5353         gnus-art.
5354         (top-level): No need to load own source when compiling.
5355
5356 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5359         Suggested by <chris.anderton@zetnet.co.uk>.
5360
5361 2008-03-04  Glenn Morris  <rgm@gnu.org>
5362
5363         * gnus-sum.el (top-level): No need to require gnus when compiling,
5364         since unconditionally required near start of file.
5365         (gnus-summary-display-while-building): Move definition before use.
5366
5367 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5368
5369         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5370         formatting function.
5371
5372 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5375         with plists.
5376         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5377         Use new format.
5378
5379 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5382         `where-is-internal' that returns a range of key sequences.
5383
5384 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5385
5386         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5387
5388         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5389         (gnus-summary-jump-to-group): Consider windows on other displayed
5390         frames as well.  Similar changes might be needed elsewhere, but that's
5391         the one I've bumped into during my use.
5392
5393         * nndoc.el (nndoc-oe-dbx-type-p):
5394         * gnus-msg.el (gnus-debug):
5395         * gnus-group.el (gnus-update-group-mark-positions):
5396         Use mm-string-to-multibyte.
5397
5398 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5401         doesn't handle NotDashEscaped.
5402
5403         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5404         (mml-dnd-attach-options): Fix typo in custom choice.
5405
5406         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5407         nndoc-article-type to mbox.
5408         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5409
5410         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5411         to nil, instead of html2text.
5412
5413         * imap.el (imap-debug): Add `imap-ping-server'.
5414
5415         * gnus-bookmark.el: Add FIXMEs.
5416
5417         * message.el (message-form-letter-separator)
5418         (message-send-form-letter-delay): New variables.
5419         (message-send-form-letter): Use them.  New command to send form
5420         letters.  Requested by Uwe Siart.
5421         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5422
5423 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         * Update copyright years.
5426
5427 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         Sync from EMACS_22_BASE.
5430
5431         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5432
5433 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5434
5435         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5436         empty author.
5437
5438 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * gnus-registry.el (gnus-registry-marks): Add variable for
5441         customization of marks and their appearance.
5442         (gnus-registry-read-mark): Use it.
5443         (gnus-registry-do-marks): Add utility function to loop through
5444         `gnus-registry-marks'.
5445         (gnus-registry-install-shortcuts-and-menus): Add function to install
5446         shortcuts and menus.
5447         (gnus-registry-initialize): Use it.
5448         (gnus-registry-default-mark): Clarify documentation.
5449
5450 2008-02-29  Glenn Morris  <rgm@gnu.org>
5451
5452         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5453         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5454         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5455         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5456         Change defcustom :version from 23.0 to 23.1.
5457
5458 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5459
5460         * gnus-registry.el (gnus-registry-follow-group-p)
5461         (gnus-registry-post-process-groups): Add functions to aid registry
5462         splitting and improve logging.  Clarify behavior in function
5463         documentation.
5464         (gnus-registry-split-fancy-with-parent): Use them.
5465
5466 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5467
5468         * gnus-art.el: Use with-current-buffer.
5469
5470 2008-02-27  David Engster  <dengste@eml.cc>
5471
5472         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5473         Express real group name in the response.
5474
5475 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5478         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5479         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5480         autoload gnus-registry-fetch-group when compiling.
5481         (nnmairix-request-group-with-article-number-correction): Remove
5482         unreferenced argument passed to nnmairix-call-backend.
5483
5484 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5485
5486         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5487         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5488         Wilde.
5489
5490 2008-02-27  Glenn Morris  <rgm@gnu.org>
5491
5492         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5493         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5494         variables to defconsts.  Convert comments to doc-strings.
5495         (nnmairix-last-server, nnmairix-current-server): Convert from free
5496         variables to defvars.  Convert comments to doc-strings.
5497         (gnus-registry-fetch-group): Autoload.
5498         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5499         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5500         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5501         caddr.
5502         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5503         nnmairix-request-group-with-article-number-correction call.
5504         (nnmairix-fast, nnmairix-group): New, less general names, for free
5505         variables passed from nnmairix-request-group to
5506         nnmairix-request-group-with-article-number-correction.  Declare.
5507         (nnmairix-request-group-with-article-number-correction):
5508         Use nnmairix-fast, nnmairix-group rather than fast, group.
5509
5510 2008-02-26  David Engster  <dengste@eml.cc>
5511
5512         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5513         version 0.5.
5514
5515 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5516
5517         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5518         instead of making an extra function call.  Don't add the current group
5519         to articles only when they have the group.  Use
5520         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5521         Reported by David <de_bb@arcor.de>.
5522
5523 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5526         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5527
5528 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * mail-source.el (mail-source-delete-incoming): Change default.
5531         Supplement doc string.
5532
5533         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5534
5535 2008-02-14  Glenn Morris  <rgm@gnu.org>
5536
5537         * time-date.el (format-seconds): New function.
5538
5539 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * nnmail.el (nnmail-message-id-cache-file): Derive from
5542         `gnus-home-directory'.
5543
5544 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5547         Document negative prefix.
5548
5549         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5550
5551 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5552
5553         * message.el (message-unsent-separator): Add the Exim bounce
5554         separator.
5555
5556 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5557
5558         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5559         list.
5560         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5561         recipient/signer list.
5562
5563 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * Makefile.in (datarootdir): Define.
5566         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5567         name that might contain whitespace.
5568
5569 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5572         fbound (Emacs 23 unicode), signal an error.
5573
5574 2008-02-08  Glenn Morris  <rgm@gnu.org>
5575
5576         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5577
5578 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5579
5580         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5581         ports to the calls to `netrc-machine-user-or-password' in addition to
5582         "imap" and "imaps".
5583
5584 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5585
5586         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5587
5588         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5589
5590 2008-02-01  Kenichi Handa  <handa@m17n.org>
5591
5592         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5593         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5594         (rfc2104-hash): Convert the result of concat to unibyte string.
5595
5596 2008-02-01  Dave Love  <fx@gnu.org>
5597
5598         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5599         coding-system-for-read.
5600         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5601
5602 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5605         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5606         <hanche@math.ntnu.no>.
5607
5608 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5611
5612         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5613
5614 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5615
5616         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5617         * message.el (message-beginning-of-line): Use featurep instead of bound
5618         tests in order to resolve conditionals at compile time.
5619
5620 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5621
5622         * mail-source.el (mail-sources): Add `group' choice.
5623
5624         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5625         parameter `in-group' to control into which group the articles go.
5626         Add treatment of `group' mail-source.
5627
5628 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5631
5632         * mm-decode.el (mm-dissect-buffer): Decode description.
5633
5634         * mml.el (mml-to-mime): Encode message header first.
5635
5636 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5639         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5640
5641         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5642         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5643
5644 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5645
5646         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5647
5648 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5651         prefix keys.
5652         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5653         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5654         gnus-xmas.el.
5655
5656         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5657         (gnus-xmas-article-describe-bindings): New function.
5658         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5659         gnus-xmas-article-describe-bindings.
5660
5661         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5662
5663 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5666         Add new variables for article mark management.
5667         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5668         list of extra data entries which, when present, will indicate that the
5669         article ID should not be trimmed from the registry.
5670         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5671         functions.
5672         (gnus-registry-read-mark): New function to read a mark name from the
5673         user.
5674         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5675         (gnus-registry-set-article-mark-internal): New functions to add and
5676         remove marks.
5677         (gnus-registry-get-article-marks): New function to show the marks for
5678         an article, or retrieve them for further use.
5679
5680 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5683         keys when no argument is given.
5684
5685 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5686
5687         * imap.el (imap-ping-server): New variable.
5688         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5689         (imap-ping-server): Minor doc string fixes.
5690
5691 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5692
5693         * imap.el (imap-ping-server): New function.
5694         (imap-opened): Call imap-ping-server.
5695
5696 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * gnus-sum.el (gnus-article-sort-by-random)
5699         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5700         jidanni@jidanni.org.
5701
5702 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (gnus-article-describe-bindings): New function.
5705         (gnus-article-read-summary-keys): Use it.
5706         (gnus-article-mode-map): Bind `C-h b' to it.
5707
5708 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5711         XEmacs.
5712         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5713         against non-character events.
5714
5715         * lpath.el: Fbind map-keymap for Emacs 21.
5716
5717 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5720         command.
5721         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5722         instead of END.  Change name of the temp file.
5723         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5724         customizable.
5725
5726 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5729         bind `S W' to gnus-article-wide-reply-with-original; set default
5730         binding to gnus-article-read-summary-send-keys.
5731         (gnus-article-read-summary-keys): Fix the order of keys; display
5732         continuation keys correctly in the echo area; describe bindings
5733         correctly when keys end with `C-h'.
5734         (gnus-article-read-summary-send-keys): New function.
5735         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5736         for gnus-article-read-summary-send-keys; display continuation keys
5737         correctly in the echo area.
5738         (gnus-article-reply-with-original): Ignore prefix argument.
5739         (gnus-article-wide-reply-with-original): New function.
5740
5741         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5742         Emacs 21.
5743
5744 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5747         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5748
5749 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5752         (gnus-group-read-ephemeral-gmane-group): New command.
5753
5754 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5755
5756         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5757
5758 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5759
5760         * message.el (message-send-mail-function): Increase custom version.
5761
5762         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5763         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5764
5765 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5768         for the cases where imap-authenticate is called with a nil buffer
5769         parameter.
5770
5771 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5774         html parts correctly; support forwarded messages.
5775         (gnus-article-browse-html-article): Remove work buffers.
5776
5777         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5778         compiling.
5779         (netrc-bound-and-true-p): New macro.
5780         (netrc-parse): Use it instead of bound-and-true-p that is not available
5781         in XEmacs 21.4.
5782
5783 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5784
5785         * gnus-registry.el (gnus-registry-mark-article)
5786         (gnus-registry-article-marks): Add functionality to mark articles
5787         through the Gnus registry.
5788
5789         * encrypt.el: Clarify documentation for the new pgg method.
5790         (encrypt-file-alist): Add PGG option.
5791         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5792         functionality.  Abstract password key and messaging to external
5793         functions.
5794         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5795         (encrypt-message-method-and-cipher): Add new convenience external
5796         functions.
5797         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5798         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5799
5800         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5801         (netrc-parse): Use encrypt-file-alist to determine if
5802         encrypt-find-model or encrypt-insert-file-contents should be used.
5803
5804         * encrypt.el: Clarify documentation.  Load password-cache or
5805         password, whichever one is found first, instead of autoloading.
5806
5807 2007-12-19  Glenn Morris  <rgm@gnu.org>
5808
5809         * mml.el (message-options-set, message-narrow-to-head)
5810         (message-in-body-p, message-mail-p, message-encode-message-body):
5811         Autoload.
5812         (message-remove-header, message-narrow-to-headers-or-head)
5813         (message-subscribed-p, message-make-mail-followup-to)
5814         (message-position-on-field, message-news-p)
5815         (message-options-set-recipient, message-generate-headers)
5816         (message-sort-headers): Declare as functions.
5817
5818 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5819
5820         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5821         convention in doc string.
5822
5823 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5826         title to html parts.
5827         (gnus-article-browse-html-article): Pass message header to it.
5828
5829         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5830
5831 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5834         or password compatible with XEmacs.
5835
5836 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5837
5838         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5839         format document.
5840         (gnus-mime-delete-part): Don't write description line if empty.
5841         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5842
5843 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5844
5845         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5846         (gnus-summary-mark-read-and-unread-as-read)
5847         (gnus-summary-mark-current-read-and-unread-as-read)
5848         (gnus-summary-mark-unread-as-ticked): Doc fix.
5849         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5850
5851 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5852
5853         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5854         Christoph Conrad <christoph.conrad@gmx.de>.
5855
5856 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5857
5858         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5859         yes-or-no-p.
5860
5861 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * mm-decode.el (mm-add-meta-html-tag): New function.
5864         (mm-save-part-to-file, mm-pipe-part): Use it.
5865
5866         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5867         gnus-y-or-n-p instead of y-or-n-p.
5868         (gnus-article-browse-html-parts): Work with message/external-body; use
5869         mm-add-meta-html-tag.
5870
5871 2007-12-11  Glenn Morris  <rgm@gnu.org>
5872
5873         * gnus-cache.el: Require gnus-sum not just when compiling.
5874
5875         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5876
5877         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5878         definitions before use.
5879
5880         * mm-decode.el: Require gnus-util.
5881         (mm-remove-part): Only call delete-annotation on XEmacs.
5882
5883         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5884
5885         * nnmail.el: Require gnus-int.
5886
5887         * spam.el: Move `require's before `eval-when-compile's.
5888
5889         * gnus-ems.el (gnus-alive-p):
5890         * gnus-fun.el (message-goto-eoh):
5891         * gnus-util.el (gnus-group-name-decode):
5892         * mail-source.el (gnus-compress-sequence):
5893         * message.el (Info-goto-node, format-spec):
5894         * mm-bodies.el (message-options-get):
5895         * mm-decode.el (mm-view-pkcs7):
5896         * mm-util.el (gmm-write-region):
5897         * mml-smime.el (mml-compute-boundary)
5898         (gnus-completing-read-with-default):
5899         * mml.el (widget-button-press, gnus-make-hashtable):
5900         * mml1991.el (mm-decode-content-transfer-encoding)
5901         (mm-encode-content-transfer-encoding)
5902         (message-options-get, message-options-set):
5903         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5904         * nnfolder.el (gnus-request-group):
5905         * nnheader.el (ietf-drums-unfold-fws):
5906         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5907         * smime.el (gnus-run-mode-hooks):
5908         * spam-stat.el (gnus-message): Autoload.
5909
5910         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5911         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5912         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5913         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5914         Add declare-function compatibility definition.
5915
5916         * gnus-cache.el (nnvirtual-find-group-art):
5917         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5918         (gnus-add-image, gnus-add-wash-type):
5919         * gnus-group.el (nnkiboze-score-file):
5920         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5921         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5922         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5923         (message-tokenize-header, gnus-get-buffer-create)
5924         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5925         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5926         * gnus.el (gnus-group-decoded-name):
5927         * mail-source.el (imap-capability):
5928         * mm-bodies.el (message-options-set):
5929         * mm-decode.el (gnus-configure-windows):
5930         * mm-extern.el (message-goto-body):
5931         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5932         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5933         (epg-sub-key-validity, message-options-set):
5934         * mml.el (widget-event-point, gnus-configure-windows):
5935         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5936         * mml2015.el (epg-check-configuration, epg-configuration)
5937         (message-options-set):
5938         * nndb.el (nndb-request-article):
5939         * nnfolder.el (gnus-request-create-group):
5940         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5941         * nnmaildir.el (gnus-group-mark-article-read):
5942         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5943         * rfc1843.el (message-fetch-field):
5944         * spam.el (gnus-extract-address-components):
5945         Declare as functions.
5946
5947 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5948
5949         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5950
5951         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5952
5953         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5954         bind show-trailing-whitespace for XEmacs.
5955
5956 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5959         new no-op macro for backward compatibility.
5960
5961         * imap.el (imap-string-to-integer): New function.
5962
5963 2007-12-09  Glenn Morris  <rgm@gnu.org>
5964
5965         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5966
5967         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5968         * message.el, mm-view.el, sieve-manage.el, smime.el:
5969         Add declare-function compatibility definition.
5970
5971         * gnus-art.el (w3-region, w3m-region, Info-menu):
5972         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5973         * gnus-sum.el (gnus-get-predicate):
5974         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5975         * message.el (mail-abbrev-in-expansion-header-p):
5976         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5977         (w3m-detect-meta-charset, w3m-region):
5978         * sieve-manage.el (password-read, password-cache-add)
5979         (password-cache-remove):
5980         * smime.el (password-read-and-add): Declare as functions.
5981
5982 2007-12-08  David Kastrup  <dak@gnu.org>
5983
5984         * gnus-sum.el (gnus-summary-simplify-subject-query):
5985         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5986         `message'.
5987
5988 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5991         it to bind idna-program, installation-directory, defined-colors, and
5992         face-attribute for XEmacs of the version that compiles defcustom forms.
5993
5994 2007-12-07  Glenn Morris  <rgm@gnu.org>
5995
5996         * gnus-art.el (article-make-date-line): Revert previous change.
5997
5998 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6001
6002 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6003
6004         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6005         Call gnus-add-to-range ranges only once with a prepared article-list.
6006
6007 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6008
6009         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6010         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6011         group names with backslashes.  Reported by Tassilo Horn
6012         <tassilo@member.fsf.org>.
6013
6014 2007-12-06  Deepak Goel  <deego3@gmail.com>
6015
6016         * gnus-art.el (article-make-date-line):
6017         * gnus-start.el (gnus-load):
6018         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6019
6020 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-art.el (gnus-use-idna)
6023         * gnus-start.el (gnus-site-init-file)
6024         * message.el (message-use-idna)
6025         * mm-uu.el (mm-uu-hide-markers)
6026         * smiley.el (smiley-style): Revert changes that suppress warnings.
6027
6028 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6031         specify charset to html source.  Reported by Christoph Conrad
6032         <christoph.conrad@gmx.de>.
6033
6034 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6035
6036         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6037         idna-program in order to suppress byte compile warning issued by XEmacs
6038         that came to byte compile the default value section of defcustom forms
6039         recently.
6040
6041         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6042         value of installation-directory.
6043
6044         * message.el (message-use-idna): Don't directly refer to the value of
6045         idna-program.
6046
6047         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6048
6049         * smiley.el (smiley-style): Don't directly call face-attribute.
6050
6051 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6054
6055         * gnus-dired.el: Reduce Gnus dependencies.
6056         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6057         require.  Use autoloads instead.
6058         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6059         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6060         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6061         (gnus-dired-mode): Adjust doc string.
6062         (gnus-dired-mail-mode): New variable.
6063         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6064         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6065         (gnus-dired-mail-buffers): New function.  Return mail or message
6066         composition buffers.
6067         (gnus-dired-attach): Use it.
6068         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6069         NO-DECODE.
6070         (gnus-dired-print): Use `gnus-print-buffer' depending on
6071         `gnus-dired-mail-mode'.
6072
6073 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * rfc2047.el (rfc2047-encoded-word-regexp)
6076         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6077         explaining what regexp patterns are for.
6078
6079 2007-12-04  Glenn Morris  <rgm@gnu.org>
6080
6081         * password.el: Move to password-cache.el.
6082
6083         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6084         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6085         * mml-smime.el (password-read, password-cache-add)
6086         (password-cache-remove):
6087         No need to autoload, since mml-sec requires password.
6088
6089         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6090         * message.el (gnus-extract-address-components):
6091         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6092
6093         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6094         password.
6095
6096 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6097
6098         * mailcap.el: Reduce dependencies.
6099         (mail-header-parse-content-type): Autoload.
6100         (mailcap-delete-duplicates): New alias.
6101         (mailcap-mime-info): Add optional argument NO-DECODE.
6102         (mailcap-mime-types): Use mailcap-delete-duplicates.
6103
6104         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6105
6106 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6107
6108         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6109         (imap-parse-status): Upcase status-att for servers that sends them
6110         lower-case (e.g., MS Exchange 2007).
6111
6112 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6115         function.
6116
6117         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6118         (gnus-uu-yenc-article): New function.
6119
6120         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6121
6122         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6123         buffer.
6124
6125 2007-12-02  Glenn Morris  <rgm@gnu.org>
6126
6127         * binhex.el (binhex): New custom group.
6128         (binhex-decoder-program, binhex-decoder-switches)
6129         (binhex-use-external): Move to the binhex custom group.
6130
6131         * uudecode.el (uudecode): New custom group.
6132         (uudecode-decoder-program, uudecode-decoder-switches)
6133         (uudecode-use-external): Move to the uudecode custom group.
6134
6135         * netrc.el (top-level): Don't load `encrypt' features.
6136         (netrc-parse): Don't use encrypt.
6137         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6138
6139         * encrypt.el: Remove file.
6140
6141 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6144         matches on patches.
6145
6146         * gnus-art.el (gnus-article-browse-html-article): Mention
6147         `mm-text-html-renderer' in the doc string.
6148
6149         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6150         string.  Add comments.
6151
6152         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6153         if rhs is ASCII.
6154
6155 2007-12-01  Glenn Morris  <rgm@gnu.org>
6156
6157         * mail-source.el (top-level): Require format-spec before
6158         eval-when-compile.
6159
6160 2007-11-30  Glenn Morris  <rgm@gnu.org>
6161
6162         * encrypt.el: Require password, rather than autoloading password-read.
6163
6164 2007-11-29  Glenn Morris  <rgm@gnu.org>
6165
6166         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6167         (sasl-make-client, sasl-next-step, sasl-step-data)
6168         (sasl-step-set-data): Declare as functions.
6169
6170 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6173
6174 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6175
6176         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6177         certs should be verified and what is to be done in the event of a
6178         verification failure.
6179
6180         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6181         caller can indicate whether the cache should be disregarded for this
6182         call.  This way the result of the call is reproducible at all times and
6183         can be considered a canonical server name for the supplied method.
6184         (gnus-agent-method-p): Canonicalize server names by pushing their
6185         method through `gnus-method-to-server' using the no-cache argument.
6186
6187         * gnus-srvr.el (gnus-server-insert-server-line): Call
6188         `gnus-method-to-server' with `no-cache' argument.
6189
6190         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6191         gnus-agent-possibly-synchronize-flags as this should be called when the
6192         server is actually being opened.
6193         (gnus-agent-possibly-synchronize-flags)
6194         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6195         flags file of an agentized server to the latter function.
6196
6197         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6198         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6199         after a connection has been established successfully.
6200
6201 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus-art.el (article-display-face): Force to display face if called
6204         interactively; check if gnus-article-x-face-too-ugly matches author.
6205         (article-display-x-face): Display face even if From header is missing
6206         as article-display-face does.
6207
6208 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6209
6210         * hashcash.el (message-narrow-to-headers-or-head)
6211         (message-fetch-field, message-goto-eoh)
6212         (message-narrow-to-headers): Declare as functions.
6213
6214 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * mail-source.el (mail-sources): Default to fetch from file for
6217         compatibility with default of nnmail-spool-file.
6218
6219 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6222         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6223         to look for encoded word that should be encoded again.
6224         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6225         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6226         encoding pattern.
6227         (rfc2047-decode-region): Switch strict regexp and loose one according
6228         to rfc2047-allow-irregular-q-encoded-words.
6229
6230 2007-11-25  Romain Francoise  <romain@orebokech.com>
6231
6232         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6233
6234 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * tls.el (tls-program): Provide more custom choices from
6237         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6238         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6239
6240 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6243         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6244
6245         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6246         `nnmail-spool-file'.
6247
6248         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6249         `nnmail-spool-file'.
6250
6251         * gnus-move.el (gnus-change-server): Ditto.
6252
6253         * gnus-kill.el (gnus-batch-score): Ditto.
6254
6255         * gnus-cache.el (gnus-jog-cache): Ditto.
6256
6257         * gnus-msg.el (gnus-summary-reply):
6258         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6259
6260 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6261
6262         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6263         version.  Minor improvement to doc strings.
6264         (tls-program): Add comment.
6265
6266 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6267
6268         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6269         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6270         mismatch between the hostname provided in the certificate and the name
6271         of the host connnecting to.
6272         (open-tls-stream): Use them.  Check certificates against trusted root
6273         certificates.
6274
6275 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * gnus-cache.el (gnus-cache-generate-nov-databases):
6278         Use nnml-generate-nov-databases-directory instead of
6279         nnml-generate-nov-databases-1.
6280
6281 2007-11-24  Glenn Morris  <rgm@gnu.org>
6282
6283         * message.el (message-tool-bar-retro): Update for rename
6284         mail_send.xpm->mail-send.xpm.
6285
6286 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6289         `smime-ldap-search' for Emacs 22 and up.
6290
6291 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6292
6293         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6294
6295         * message.el (message-send-mail-function): Fix error convention.
6296         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6297         (message-widen-reply, message-send-mail, message-talkative-question)
6298         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6299         (message-clone-locals, message-send-news): Use with-current-buffer.
6300         (message-insert-or-toggle-importance): Remove unused var `valid'.
6301         (message-make-references): Remove unused var `new-references'.
6302         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6303
6304 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6305
6306         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6307         (spam-split-symbolic-return-positive): Reflow docstring.
6308         (spam-backends, spam-summary-exit-behavior)
6309         (spam-mark-ham-unread-before-move-from-spam-group)
6310         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6311         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6312         (spam-clear-cache, spam-backend-check, spam-install-backend)
6313         (spam-install-statistical-backend, spam-list-of-processors)
6314         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6315         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6316         (spam-check-crm114, spam-initialize, spam-unload-hook):
6317         Fix typos in docstrings.
6318
6319 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6320
6321         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6322         been checked if they have never been read and those group levels are
6323         higher than the one that a user specified.
6324
6325 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6328         foreign groups unless a group level is specified by a user.
6329         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6330
6331 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * message.el (message-send-mail-function): Require sendmail.
6334
6335 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * message.el (message-send-mail-function): Check for smtpmail too.
6338
6339         * utf7.el (utf7-encode, utf7-decode): Use coding system
6340         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6341
6342         * message.el (message-send-mail-function): New function.
6343         (message-send-mail-function): Set default using
6344         message-send-mail-function.  Adjust doc string.
6345         (message-send-mail-with-mailclient): New function.
6346
6347 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6348
6349         * smime.el (from):
6350         * rfc2047.el (message-posting-charset):
6351         * qp.el (mm-use-ultra-safe-encoding):
6352         * pop3.el (parse-time-months):
6353         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6354         * nnml.el (files):
6355         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6356         (jka-compr-compression-info-list, ange-ftp-path-format)
6357         (efs-path-regexp):
6358         * nndiary.el (files):
6359         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6360         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6361         (epg-digest-algorithm-alist, inhibit-redisplay)
6362         (password-cache-expiry):
6363         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6364         (pgg-output-buffer, password-cache-expiry):
6365         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6366         (efs-path-regexp):
6367         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6368         (inhibit-redisplay):
6369         * mm-uu.el (file-name, start-point, end-point, entry)
6370         (gnus-newsgroup-name, gnus-newsgroup-charset):
6371         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6372         (latin-unity-ucs-list):
6373         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6374         (mm-uu-binhex-decode-function):
6375         * message.el (gnus-message-group-art, gnus-list-identifiers)
6376         (rmail-enable-mime-composing, gnus-local-organization)
6377         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6378         (gnus-read-active-file, facemenu-add-face-function)
6379         (facemenu-remove-face-function, gnus-article-decoded-p)
6380         (tool-bar-mode):
6381         * mail-source.el (display-time-mail-function):
6382         * gnus-util.el (nnmail-pathname-coding-system)
6383         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6384         (gnus-original-article-buffer, gnus-user-agent)
6385         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6386         (xemacs-codename, sxemacs-codename, emacs-program-version):
6387         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6388         * gnus-start.el (gnus-agent-covered-methods)
6389         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6390         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6391         (gnus-newsgroup-headers, gnus-group-list-mode)
6392         (gnus-group-mark-positions, gnus-newsgroup-data)
6393         (gnus-newsgroup-unreads, nnoo-state-alist)
6394         (gnus-current-select-method, mail-sources)
6395         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6396         (nnmail-spool-file, gnus-cache-active-hashtb):
6397         * gnus-mh.el (mh-lib-progs):
6398         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6399         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6400         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6401         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6402         (gnus-group-buffer):
6403         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6404         (font-lock-set-defaults):
6405         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6406         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6407         (gnus-summary-post-menu, total-parts, type, condition, length):
6408         * gnus-agent.el (gnus-agent-read-agentview):
6409         * flow-fill.el (show-trailing-whitespace):
6410         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6411         eval-and-compile wrappers for byte compiler pacifiers.
6412
6413         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6414         (mm-display-inline-fontify): Check for featurep 'xemacs not
6415         extent-list.
6416
6417         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6418         itimer-list.
6419         (mm-create-image-xemacs): Only do something for XEmacs.
6420         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6421
6422         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6423
6424         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6425         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6426
6427 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6428
6429         * nnimap.el (nnimap-split-download-body):
6430         * gnus-demon.el (gnus-demon):
6431         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6432
6433 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6436         macros.
6437         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6438         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6439         copy data from unibyte buffer to multibyte current buffer.
6440         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6441         to copy data from unibyte current buffer to multibyte buffer.
6442         (nntp-make-process-buffer): Make process buffer unibyte.
6443
6444         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6445
6446 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6447
6448         * pop3.el (pop3-open-server): Accept and process data more robustly at
6449         connexion start to avoid spurious "POP SSL connexion failed" errors.
6450
6451 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6454         read group names.
6455
6456 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6459
6460 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6463         (nnmail-save-active): Use a unibyte buffer when saving active file,
6464         which may contain non-ASCII group names.
6465
6466         * nnml.el (nnml-request-group): Decode group names in messages.
6467
6468 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6469
6470         * message.el (message-citation-line-function)
6471         (message-insert-formatted-citation-line): Fix spelling of
6472         `message-insert-formated-citation-line'.
6473
6474 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6477
6478 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6481         nnmail-pathname-coding-system.
6482
6483         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6484         that a user enters; decode group names in messages.
6485
6486         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6487
6488 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6491
6492         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6493
6494         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6495         risky local variable.
6496
6497         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6498
6499 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6500
6501         * encrypt.el: Improve documentation to fix function name typo.
6502         Reported by Daiki Ueno <ueno@unixuser.org>.
6503
6504 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6507         even if the point is not in the last page of an article.
6508         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6509         back to the previous page.
6510
6511 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6514
6515 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6518
6519 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6520
6521         * message.el (message-check-news-body-syntax): Avoid
6522         mm-string-as-multibyte.
6523         (message-hide-headers): Don't assume (point-min)==1.
6524
6525 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * message.el (message-remove-blank-cited-lines): Fix if remove is
6528         given.
6529         (message-bogus-address-regexp): New variable.
6530         (message-bogus-recipient-p): New function.
6531         (message-check-recipients): New command.
6532         (message-syntax-checks): Add `bogus-recipient'.
6533         (message-fix-before-sending): Add `bogus-recipient'.
6534
6535         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6536         (gnus-treat-body-boundary): Don't test window-system.
6537
6538 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6539
6540         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6541
6542 2007-10-28  Miles Bader  <miles@gnu.org>
6543
6544         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6545         at compile-time too.
6546
6547 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6548
6549         * gnus-msg.el (gnus-message-setup-hook): Add
6550         `message-remove-blank-cited-lines' to options.
6551
6552 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6553
6554         * message.el (message-remove-blank-cited-lines): New function.
6555         Suggested by Karl Plästerer.
6556
6557 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6560         mapc.
6561
6562         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6563         (top-level): Use mapc to set functions to be traced for debugging.
6564
6565         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6566         called for effect with while loop.
6567
6568         * message.el (message-talkative-question): Replace mapcar called for
6569         effect with mapc.
6570
6571         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6572         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6573         called for effect with dolist.
6574
6575         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6576
6577         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6578         gnus-extra-headers and nnmail-extra-headers.
6579
6580         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6581         called for effect with dolist.
6582         (top-level): Use mapc to set functions to be traced for debugging.
6583
6584         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6585         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6586         dolist.
6587
6588         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6589         Replace mapcar called for effect with mapc.
6590         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6591         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6592         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6593         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6594
6595         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6596         remove-if that's a cl function.
6597
6598         * webmail.el (webmail-debug): Replace mapcar called for effect with
6599         dolist.
6600
6601         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6602         with mapc.
6603
6604 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6607         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6608         with while loop.
6609
6610         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6611         functions from article-* functions.
6612         (gnus-multi-decode-header): Replace mapcar called for effect with
6613         dolist.
6614
6615         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6616         (gnus-bookmark-show-details): Replace mapcar called for effect with
6617         while loop.
6618
6619         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6620         called for effect with while loop.
6621
6622         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6623         with dolist.
6624
6625         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6626         mapcar called for effect with dolist.
6627
6628         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6629
6630         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6631         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6632         Replace mapcar called for effect with dolist.
6633         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6634         mapc.
6635
6636         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6637         Replace mapcar called for effect with dolist.
6638         (gnus-topic-list): Replace mapcar called for effect with mapc.
6639
6640         * gnus.el: Use mapc instead of mapcar to add autoloads.
6641
6642 2007-10-23  Richard Stallman  <rms@gnu.org>
6643
6644         * gnus-group.el (gnus-group-highlight): Mark as risky.
6645
6646 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus.el (gnus-server-to-method): Return method found first in
6649         gnus-newsrc-alist.
6650
6651         * gnus-art.el (gnus-article-highlight-signature)
6652         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6653         button overlay without the front stickiness.
6654
6655 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6656
6657         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6658         overview buffer needed a catch to receive its throw.
6659         (gnus-agent-flush-cache): Declared as interactive to make this function
6660         easier to use.
6661
6662 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6663
6664         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6665         `next-line'.
6666
6667 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6670         exclude address matching message-dont-reply-to-names.
6671
6672 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * gnus-util.el (gnus-string<): New function.
6675
6676         * gnus-sum.el (gnus-article-sort-by-author)
6677         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6678
6679 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6682         the frame-focus tag is set in gnus-buffer-configuration.
6683
6684 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6685
6686         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6687         the front stickiness.
6688
6689 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6692         url pattern; remove duplicate one.
6693         (gnus-article-extend-url-button): New function.
6694         (gnus-article-add-buttons): Use it.
6695         (gnus-button-push): Use concatenated url that it makes.
6696
6697 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6698
6699         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6700
6701 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6702
6703         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6704         Don't hardcode point-min==1.
6705
6706 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6707
6708         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6709         Fix comment about "iso8859-1".
6710
6711 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6712
6713         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6714         ones returned from the verify-function.
6715
6716         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6717         mml2015-extract-cleartext-signature if extraction failed.
6718
6719 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6720
6721         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6722         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6723         failed.
6724
6725 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6728
6729 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6732         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6733         recommends to use EasyPG instead of PGG.
6734
6735         * pgg.el: Revert to revision 6.23.2.16.
6736
6737         * pgg-def.el: Revert to revision 6.6.2.14.
6738
6739         * pgg-gpg.el: Revert to revision 6.23.2.34.
6740
6741 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6742
6743         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6744         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6745         thread for both the null and zero (kill/expire thread) universal prefix
6746         cases.
6747         (gnus-summary-expire-thread): Add new function to expire a thread,
6748         using gnus-summary-kill-thread.
6749         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6750         shortcuts for gnus-summary-expire-thread.
6751         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6752         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6753
6754 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6755
6756         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6757         extras value, so an extras entry can be deleted.
6758         (gnus-registry-delete-extra-entry): Use it.
6759         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6760         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6761         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6762         storage through the gnus-registry, and provide an appropriate API for
6763         it.
6764
6765 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6768         Suggested by Leo <sdl.web@gmail.com>.
6769
6770         * gnus.el: Do.
6771
6772 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6775         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6776
6777         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6778
6779         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6780         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6781
6782 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6785         newline.
6786         (nnmbox-request-accept-article): Don't change article in source buffer;
6787         narrow to header to use message-fetch-field rather than
6788         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6789         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6790         as delimiters; make sure article ends with newline.
6791         (nnmbox-delete-mail): Correct last position of article to be deleted;
6792         ignore X-Gnus-Newsgroup header in article body.
6793         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6794         positions; make sure article ends with newline.
6795
6796         * message.el (message-display-abbrev): Don't infloop when a user
6797         inserts SPC in the beginning of header.
6798
6799         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6800         coding-system-for-read and coding-system-for-write for XEmacs having no
6801         file-coding feature.
6802
6803         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6804
6805 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6806
6807         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6808         list of groups not followed by default.  Fix type to be regexp.
6809         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6810
6811 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6812
6813         * hmac-def.el (define-hmac-function): Switch from old-style to
6814         new-style backquotes.
6815
6816         * md4.el (md4-make-step): Likewise.
6817
6818 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6821         raw-text coding system when saving .newsrc file, which may contain
6822         non-ASCII group names.
6823
6824 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-cus.el (gnus-score-extra): New widget.
6827         (gnus-score-extra-convert): New function.
6828         (gnus-score-customize): Use it for Extra.
6829
6830 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6831
6832         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6833         (mml2015-mailcrypt-clear-verify): Use it.
6834         (mml2015-gpg-clear-verify): Use it.
6835         (mml2015-pgg-clear-verify): Use it.
6836         (mml2015-epg-clear-verify): Replace the current part with the output
6837         from GnuPG; don't extract the plaintext by itself.
6838
6839         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6840         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6841         mml2015-clear-verify-function; don't touch the armor headers or
6842         dash-escaped text here.
6843
6844 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6847         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6848         parts, or application/octet-stream as a last resort.
6849         (gnus-mime-view-part-as-type): Don't toggle display.
6850         (gnus-mime-view-part-as-charset): Don't turn off display before
6851         querying charset.
6852
6853         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6854         stuff to undisplayer function in Emacs.
6855         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6856
6857         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6858         text/calendar parts.
6859
6860 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6863         decoding text/calendar parts.
6864
6865         * message.el (message-forward-make-body-mime): Always mark body as
6866         having no illegible text; remove signed-or-encrypted argument.
6867         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6868
6869         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6870         (mml-generate-mime-1): Don't encode body if it is specified to be in
6871         raw form; don't make buffer be unibyte when inserting multibyte string.
6872
6873 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6874
6875         * sha1.el: Fix up comment style.
6876         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6877         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6878
6879         * hex-util.el: Fix up comment style.
6880         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6881
6882         * gnus-salt.el: Use with-current-buffer.
6883         (gnus-pick-setup-message): Fix long-standing typo.
6884
6885 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6886
6887         * imap.el (imap-logout-timeout): New variable.
6888         (imap-logout, imap-logout-wait): New functions.
6889         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6890
6891         * nnimap.el (nnimap-logout-timeout): New server variable.
6892         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6893         nnimap-logout-timeout.
6894
6895         * gnus-art.el (gnus-article-summary-command-nosave)
6896         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6897
6898 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus.el (gnus-maximum-newsgroup): New variable.
6901
6902         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6903         according to gnus-maximum-newsgroup.
6904
6905         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6906         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6907         Limit the range of articles according to gnus-maximum-newsgroup.
6908
6909 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6910
6911         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6912         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6913         Don't perform gnus-configure-windows here; reuse existing sticky
6914         article buffer.
6915
6916         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6917         it doesn't exist in gnus-article-mode.
6918
6919 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6922         (gnus-agent-decoded-group-name): New function.
6923         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6924         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6925
6926 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6927
6928         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6929         Add binding for gnus-sticky-article.
6930         (gnus-summary-exit): Don't kill sticky article buffers.
6931
6932         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6933         article buffer.
6934         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6935         (gnus-kill-sticky-article-buffers): New commands.
6936
6937 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * nntp.el (nntp-xref-number-is-evil): New server variable.
6940         (nntp-find-group-and-number): If it is non-nil, don't trust article
6941         numbers in the Xref header.
6942
6943 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * gnus-agent.el (gnus-agent-read-group): New function.
6946         (gnus-agent-flush-group, gnus-agent-expire-group)
6947         (gnus-agent-regenerate-group): Use it.
6948         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6949         nnmail-pathname-coding-system.
6950
6951 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6954
6955         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6956         that are unread as unread, and also as selected so that information of
6957         marks having been changed by a user may be updated when exiting group.
6958
6959 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6962         calculated ignoring signature parts to gnus-treat-article.
6963
6964 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6967         a point here in order to keep the window start.
6968         (gnus-insert-mime-security-button): Make a button overlay without the
6969         front stickiness.
6970         (gnus-mime-display-security): Goto the end of a button.
6971
6972         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6973
6974 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6977         group-name-at-point.
6978         (gnus-group-completing-read): New function that offers decoded
6979         non-ASCII group names for completion.
6980         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6981         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6982         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6983         (gnus-group-fetch-control): Use it.
6984         (gnus-fetch-group): Use group-name-at-point for the initial value
6985         rather than the default value; use gnus-alive-p.
6986
6987         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6988         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6989         (gnus-summary-post-news): Use gnus-group-completing-read.
6990
6991         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6992         (gnus-read-move-group-name): Decode group name for completion.
6993
6994 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6995
6996         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6997         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6998         Yamaoka slightly modified the code).
6999
7000 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7003         (nnmail-split-incoming): Bind it.
7004
7005         * nnml.el (nnml-group-name-charset): New function.
7006         (nnml-decoded-group-name): Use it; don't decode group name if
7007         nnmail-group-names-not-encoded-p is non-nil.
7008         (nnml-encoded-group-name): New function.
7009         (nnml-group-pathname): Inline nnml-decoded-group-name.
7010         (nnml-request-expire-articles): Decode group name in message.
7011         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7012         nnmail-pathname-coding-system.
7013         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7014         not decoded ones according to nnmail-group-names-not-encoded-p.
7015         (nnml-generate-active-info): Use nnml-encoded-group-name.
7016
7017 2007-08-08  Glenn Morris  <rgm@gnu.org>
7018
7019         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7020         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7021         doc-strings and comments.
7022
7023 2007-07-25  Glenn Morris  <rgm@gnu.org>
7024
7025         * Relicense all FSF files to GPLv3 or later.
7026
7027 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-sum.el (gnus-summary-move-article): Make
7030         gnus-summary-respool-article work.
7031
7032 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7035         string.
7036
7037 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7038
7039         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7040         that should be ignored when comparing distant RSS articles with local
7041         ones.
7042         (nnrss-make-hash-index): New function.  Create a hash index according
7043         to the ignored fields.
7044         (nnrss-check-group): Use it.
7045
7046 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7047
7048         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7049
7050         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7051
7052         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7053         the new optional argument ENCODED is non-nil.
7054         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7055         coding system for encoding group name.
7056         (gnus-group-make-rss-group): Pass un-encoded group name to
7057         gnus-group-make-group.
7058         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7059         encoded.
7060
7061         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7062         Encode group name to which articles are moved or copied.
7063         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7064         coding system for encoding Newsgroup, Followup-To and Xref headers.
7065
7066         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7067         marks; use nnheader-file-coding-system to write a file.
7068         (nnagent-retrieve-headers): Bind file-name-coding-system to
7069         nnmail-pathname-coding-system.
7070
7071         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7072
7073         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7074         (nnml-request-article, nnml-request-create-group)
7075         (nnml-request-rename-group, nnml-find-id)
7076         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7077         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7078         (nnml-save-marks): Use nnml-group-pathname instead of
7079         nnmail-group-pathname.
7080
7081         (nnml-request-create-group, nnml-request-expire-articles)
7082         (nnml-request-move-article, nnml-request-delete-group)
7083         (nnml-deletable-article-p, nnml-possibly-create-directory)
7084         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7085         (nnml-open-marks): Bind file-name-coding-system to
7086         nnmail-pathname-coding-system.
7087
7088         (nnml-request-article): Pass server argument to nnml-find-group-number.
7089         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7090         server argument to nnml-possibly-create-directory.
7091         (nnml-request-accept-article): Pass server argument to
7092         nnml-active-number and nnml-save-mail.
7093         (nnml-find-group-number): Pass server argument to nnml-find-id.
7094         (nnml-request-update-info): Pass server argument to
7095         nnml-marks-changed-p.
7096
7097         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7098         (nnml-save-mail, nnml-active-number): Add server argument.
7099
7100         (nnml-request-delete-group): Warn if group is missing.
7101         (nnml-get-nov-buffer): Decode group name.
7102         (nnml-generate-active-info): Encode group name.
7103         (nnml-open-marks): Decode group name in messages.
7104
7105 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7108         if it is not specified.
7109         (gnus-article-pipe-part, gnus-article-save-part)
7110         (gnus-article-interactively-view-part, gnus-article-copy-part)
7111         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7112         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7113         (gnus-article-replace-part, gnus-article-delete-part)
7114         (gnus-article-view-part-as-type): Pass raw prefix argument to
7115         gnus-article-part-wrapper.
7116
7117 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-agent.el (gnus-agent-save-active): Bind
7120         nnheader-file-coding-system to gnus-agent-file-coding-system.
7121
7122         * gnus-cache.el (gnus-cache-save-buffers)
7123         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7124         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7125         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7126         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7127         (gnus-cache-generate-active, gnus-cache-rename-group)
7128         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7129         (gnus-cache-update-overview-total-fetched-for): Bind
7130         file-name-coding-system to nnmail-pathname-coding-system.
7131         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7132         variables.
7133         (gnus-cache-decoded-group-name): New function.
7134         (gnus-cache-file-name): Use it.
7135         (gnus-cache-generate-active): Use non-decoded group name for active.
7136
7137         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7138         right place.
7139         (gnus-write-active-file): Don't break non-ASCII group names.
7140
7141         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7142         nnmail-pathname-coding-system.
7143
7144         * lpath.el: Bind default-file-name-coding-system,
7145         file-name-coding-system and language-info-alist for XEmacs.
7146
7147         * gnus-uu.el (gnus-uu-decode-save): Typo.
7148
7149 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7152
7153 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7156         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7157         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7158         (gnus-agent-flush-group, gnus-agent-flush-cache)
7159         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7160         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7161         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7162         (gnus-agent-regenerate-group)
7163         (gnus-agent-update-files-total-fetched-for)
7164         (gnus-agent-update-view-total-fetched-for): Bind
7165         file-name-coding-system to nnmail-pathname-coding-system.
7166         (gnus-agent-group-pathname): Don't encode file names by
7167         nnmail-pathname-coding-system.
7168         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7169         coding-system-for-write instead of buffer-file-coding-system to
7170         gnus-agent-file-coding-system.
7171
7172         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7173         Decode group name.
7174
7175         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7176
7177         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7178         (gnus-read-newsrc-el-file): Make group names unibyte.
7179
7180         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7181         nnmail-pathname-coding-system.
7182
7183         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7184         (nnrss-request-delete-group): Bind file-name-coding-system to
7185         nnmail-pathname-coding-system.
7186         (nnrss-read-server-data, nnrss-read-group-data): Bind
7187         file-name-coding-system correctly.
7188         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7189
7190         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7191         (nntp-server-to-method-cache): New variable.
7192         (nntp-group-pathname): New function that decodes non-ASCII group names.
7193         (nntp-possibly-create-directory, nntp-marks-changed-p)
7194         (nntp-save-marks, nntp-open-marks): Use it.
7195         (nntp-possibly-create-directory, nntp-open-marks):
7196         Bind file-name-coding-system to nnmail-pathname-coding-system.
7197         (nntp-open-marks): Decode group names when bootstrapping marks.
7198
7199         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7200         Newsgroups and Folowup-To headers.
7201
7202 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7205         (gnus-server-closed-face, gnus-server-denied-face)
7206         (gnus-server-offline-face): Remove variable.
7207         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7208
7209         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7210         of modifying message-stack directly for XEmacs.
7211
7212         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7213         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7214         if the coding-system argument is nil for XEmacs.
7215
7216         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7217         mm-charset-override-alist.
7218
7219         * rfc2047.el: Don't require base64; require rfc2045 for the function
7220         rfc2045-encode-string.
7221         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7222         to quote the parameter value.
7223
7224 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7227         form in gnus-group-name-charset-method-alist.
7228
7229         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7230         overrides the default layout edit-form.
7231
7232         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7233
7234         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7235
7236 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7239         as unfetched articles.
7240
7241 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7242
7243         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7244
7245 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7248         original back end that keeps marks in the local system.
7249
7250 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7253         arg of pop-to-buffer for XEmacs.
7254         (gnus-article-read-summary-keys): Ditto; don't restore window
7255         configuration if summary command ends up with neither article buffer
7256         nor summary buffer; describe bindings if summary keys end with C-h.
7257
7258 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * message.el (message-fix-before-sending): Skip raw message part to be
7261         forwarded while checking illegible text.
7262         (message-forward-make-body-mime, message-forward-make-body): Mark
7263         signed or encrypted raw message as having no illegible text.
7264
7265 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7268         (gnus-message-with-timestamp-1): New macro.
7269         (gnus-message-with-timestamp): New function.
7270         (gnus-message): Use them.
7271
7272         * nnheader.el (nnheader-message): Use them.
7273
7274 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7277         .newsrc.eld file.
7278
7279 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-agent.el (gnus-agent-fetch-headers)
7282         (gnus-agent-retrieve-headers): Bind
7283         gnus-decode-encoded-address-function to identity.
7284
7285         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7286         available also when the server returns simply a dot.
7287
7288         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7289
7290 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7293
7294 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7295
7296         * gnus-ems.el (gnus-x-splash): Make it work.
7297
7298         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7299         from being used.
7300
7301         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7302
7303 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7306         4th and the 5th arguments.
7307
7308         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7309         the front stickiness.
7310         (gnus-article-summary-command-nosave): Correct the order of the
7311         arguments passed to pop-to-buffer.
7312         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7313         summary command ends up with the article buffer.
7314
7315         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7316         the same faces.
7317
7318 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7319
7320         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7321
7322 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7323
7324         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7325         * gnus-sum.el (gnus-summary-highlight):
7326         * pgg.el (pgg-sign-region, pgg-sign):
7327         * mail-source.el (mail-source-delete-old-incoming-confirm):
7328         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7329
7330 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7331
7332         * gnus-art.el (gnus-mime-view-part-externally)
7333         (gnus-mime-view-part-internally): Fix predicate function passed to
7334         completing-read.
7335
7336         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7337
7338         * gnus.el (gnus-update-message-archive-method): Add :version.
7339
7340 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * gnus.el (gnus-update-message-archive-method): New variable.
7343
7344         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7345         according to gnus-message-archive-method if
7346         gnus-update-message-archive-method is non-nil.
7347
7348 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7351         by Loic Dachary <loic@dachary.org>.
7352         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7353
7354 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * message.el (message-pop-to-buffer): Add switch-function argument.
7357         (message-mail): Pass switch-function argument to it.
7358
7359 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7362         Improve doc string.
7363
7364 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7367         (gnus-header-content)
7368         * gnus-cite.el (gnus-cite-10)
7369         * gnus-srvr.el (gnus-server-closed)
7370         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7371         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7372         (gnus-group-mail-3-empty, gnus-group-mail-low)
7373         (gnus-group-mail-low-empty, gnus-splash)
7374         * message.el (message-header-to, message-header-cc)
7375         (message-header-subject, message-header-other, message-header-name)
7376         (message-header-xheader, message-separator, message-cited-text)
7377         (message-mml): Lighten colors of faces used for dark background.
7378
7379 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7380
7381         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7382         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7383
7384 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * message.el (message-narrow-to-headers-or-head):
7387         Ignore mail-header-separator in the body.
7388
7389 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7392         same as window size.
7393
7394 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7395
7396         * message.el (message-font-lock-keywords): Use message-header-xheader
7397         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7398         ahead of the anything pattern, to get it recognised.
7399
7400 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7403         spam.el loads uses it in the compiled defadvice form.
7404
7405 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7406
7407         * gnus-sum.el (gnus-articles-to-read)
7408         (gnus-summary-insert-old-articles): Don't truncate group name for
7409         `read-string'.
7410
7411         * gnus-util.el (gnus-limit-string): Delete this function.
7412
7413         * gnus-sum.el (gnus-simplify-subject-fully): Use
7414         `truncate-string-to-width' instead.
7415
7416 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7417
7418         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7419         if, on summary exit, the next group has to be selected.
7420         (gnus-summary-exit): Use it.
7421
7422 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7425         non-break space.
7426
7427 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7430         Check if group is not a directory.
7431         (nnfolder-request-expire-articles): Don't delete articles if the target
7432         group is not available.
7433
7434         * nnml.el (nnml-request-create-group): Properly check if group is not a
7435         file.
7436         (nnml-request-expire-articles): Don't delete articles if the target
7437         group is not available.
7438
7439         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7440         Don't quote characters that are within parentheses.
7441
7442 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7445         (gnus-handle-ephemeral-exit): Select article according to it.
7446
7447 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * message.el (message-insert-formated-citation-line): Remove newline.
7450         (message-citation-line-format): Add final \n here so that the user can
7451         avoid a blank line.
7452
7453 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7454
7455         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7456         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7457         Update lanl/arXiv support.
7458
7459 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus.el: Bump version number.
7462
7463 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7464
7465         * gnus.el (gnus-version-number): Bump version.
7466
7467 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7468
7469         * gnus.el: No Gnus v0.6 is released.
7470
7471 2007-04-27  Didier Verna  <didier@xemacs.org>
7472
7473         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7474         * gmm-utils.el (gmm-regexp-concat): here.
7475         * message.el: Don't require 'gnus-util.
7476         (message-dont-reply-to-names): Handle name change above.
7477         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7478
7479 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7482         since the initial value varies according to the system.
7483
7484 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7487
7488 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7489
7490         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7491
7492 2007-04-24  Didier Verna  <didier@xemacs.org>
7493
7494         Improve the type of gnus-ignored-from-addresses.
7495         * gnus-util.el (gnus-orify-regexp): New function.
7496         * message.el (gnus-util): Require it.
7497         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7498         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7500
7501 2007-04-24  Didier Verna  <didier@xemacs.org>
7502
7503         * gnus-sum.el:
7504         * gnus-utils.el: Fix some trailing whitespaces.
7505
7506 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7509         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7510         article's Message-ID; refer parent article in summary buffer.
7511
7512         * message.el (message-bounce): Call mime-to-mml.
7513
7514         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7515         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7516         optimize and/or forms properly.
7517
7518 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7521         URL.
7522
7523 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7526
7527 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7530         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7531         displayed of multipart/alternative part if it is invoked from summary
7532         buffer.
7533
7534         * mm-view.el (mm-inline-text-html-render-with-w3m)
7535         (mm-inline-text-html-render-with-w3m-standalone)
7536         (mm-inline-render-with-function): Use mail-parse-charset by default.
7537
7538 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7539
7540         * parse-time.el (parse-time-string-chars): Check if CHAR
7541         is less than the length of parse-time-syntax.
7542
7543 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7546         from gnus-newsgroup-processable.
7547
7548 2007-04-16  Didier Verna  <didier@xemacs.org>
7549
7550         * gnus-msg.el (gnus-configure-posting-styles): Handle
7551         message-signature-directory properly with :file syntax.  Reported by
7552         "Leo".
7553
7554 2007-04-11  Didier Verna  <didier@xemacs.org>
7555
7556         New user option: message-signature-directory.
7557         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7558         * message.el (message-insert-signature): Ditto.
7559         * message.el (message-signature-file): Doc update.
7560         * message.el (message-signature-directory): New.
7561
7562 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-msg.el (gnus-inews-yank-articles): Use
7565         message-exchange-point-and-mark instead of exchange-point-and-mark.
7566
7567 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * message.el (message-yank-original): Make sure cited text ends with
7570         newline; don't exchange point and mark.
7571
7572 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7573
7574         * tls.el (open-tls-stream): Properly handle case where there
7575         is no associated buffer.
7576
7577 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7578
7579         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7580         message-yank-original, make sure (< mark TEXT point).
7581
7582 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * message.el (message-fill-column): New variable.
7585         (message-mode): Use it.  Add comment on a possible new hook.
7586
7587         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7588         (nnmail-get-new-mail): Reformat.
7589
7590         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7591
7592         * gmm-utils.el: Fix Commentary.
7593         (gmm-tool-bar-from-list): Fix typo in doc string.
7594
7595 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7596
7597         * message.el (message-yank-original): Don't switch point and mark
7598         unnecessarily to put point and mark as documented.
7599
7600 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7601
7602         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7603         from the message heads.
7604
7605 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7606
7607         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7608         article buffer does not have a window.  This may not be the best
7609         solution but is certainly better than setting the start of the null,
7610         that is the current, window.
7611
7612 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7615         (gnus-draft-setup): Run it.
7616
7617         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7618         gnus-score-fast-scoring.  Allow regexp.
7619         (gnus-score-headers): Use it.
7620
7621         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7622         XEmacs.
7623
7624         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7625         string.
7626         (gnus-button-alist): Also catch `<f1> k ...'.
7627         (gnus-treat-display-x-face): Fix doc string.
7628
7629 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7630
7631         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7632         evaluation of gnus-extended-version to ensure correct generation of the
7633         User-Agent header when message-generate-headers-first is used.
7634
7635 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7636
7637         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7638         hashcash-path is nil.  Don't call callback with incorrect number of
7639         parameters if val is 0.
7640
7641 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7642
7643         * message.el (message-required-news-headers):
7644         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7645
7646 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7647
7648         * tls.el (open-tls-stream): In handshake-waiting loop,
7649         don't wait more if there is output available to process.
7650
7651 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7652
7653         * tls.el (tls-program): Doc fix.
7654
7655 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * message.el (message-generate-new-buffers): Change the meaning of the
7658         nil value; add `standard' to the choices; treat t as `unique'; improve
7659         doc string.
7660         (gnus-select-frame-set-input-focus): Autoload.
7661         (message-buffer-name): Search for the existing message buffer if
7662         message-generate-new-buffers is nil or `standard'; treat the value t of
7663         message-generate-new-buffers as `unique'.
7664         (message-pop-to-buffer): Raise the frame already displaying the message
7665         buffer; clear the echo area after querying.
7666         (message-setup): Pass the `continue' argument to compose-mail.
7667         (message-mail): Prefer `switch-function' if it is given; search for the
7668         existing message buffer if the `continue' argument is non-nil; pass
7669         continue and switch-function arguments to compose-mail by way of
7670         message-setup.
7671         (message-mail-other-window): Adjust argument of message-setup.
7672         (message-mail-other-frame): Ditto.
7673
7674 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7677         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7678         to turn font-lock on when turning gnus-message-citation-mode on.
7679
7680 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7681
7682         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7683         (mml-smime-function-alist): New variable; add epg as the backend.
7684         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7685         mml-smime- functions instead.
7686         * mm-view.el: Require smime.
7687
7688 2007-03-05  Didier Verna  <didier@xemacs.org>
7689
7690         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7691         instead of just inheritance for posting styles.
7692         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7693
7694 2007-02-24  Chris Moore  <dooglus@gmail.com>
7695
7696         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7697         * pgg-pgp.el (pgg-pgp-encrypt-region):
7698         * pgg-gpg.el (pgg-gpg-encrypt-region):
7699         Check pgg-encrypt-for-me if no other recipients.
7700
7701 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7702
7703         * tls.el (tls-certtool-program): Fix custom type.
7704
7705 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7708         and point-at-eol instead of line-(beginning|end)-position.
7709
7710         * assistant.el (assistant-parse-buffer): Ditto.
7711
7712         * netrc.el (netrc-parse-services): Ditto.
7713
7714 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7715
7716         * mml2015.el (mml2015-epg-find-usable-key): New function.
7717         (mml2015-epg-sign): Use it.
7718         (mml2015-epg-encrypt): Use it.
7719
7720 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7721
7722         * message.el (message-make-in-reply-to): Quote name containing
7723         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7724         if there are special characters.  Reported by NAKAJI Hiroyuki
7725         <nakaji@jp.freebsd.org>.
7726
7727 2007-02-27  Didier Verna  <didier@xemacs.org>
7728
7729         Include the group parameters as well as the topic ones in the
7730         inheritance filter process.
7731         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7732         argument GROUP-PARAMS-LIST.
7733         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7734
7735 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * nntp.el (nntp-never-echoes-commands)
7738         (nntp-open-connection-functions-never-echo-commands): New variables.
7739         (nntp-send-command): Use them.
7740
7741 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7742
7743         * mml2015.el (mml2015-epg-verify): Simplified.
7744
7745 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * mml.el (mml-content-disposition-alist): New user option.
7748         (mml-content-disposition): New function.
7749         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7750         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7751
7752 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7753
7754         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7755         verification.
7756
7757 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7758
7759         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7760         articles posted in the last 24 hours.
7761
7762 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7763
7764         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7765
7766 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7767
7768         * nntp.el (nntp-send-command): Don't wait for echoes when
7769         nntp-open-ssl-stream is used.
7770
7771 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7774         (gnus-message-add-citation-keywords)
7775         (gnus-message-remove-citation-keywords): Remove.
7776         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7777         directly, make the variables in font-lock-defaults buffer-local, add
7778         gnus-message-citation-keywords to them and then update the value of
7779         font-lock-keywords.
7780
7781 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * message.el (message-cite-original-1): Don't call
7784         gnus-article-highlight-citation.
7785
7786         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7787         citations; fix line count.
7788
7789 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7792         (gnus-message-add-citation-keywords)
7793         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7794         versions of font-lock-add-keywords and font-lock-remove-keywords to
7795         work with XEmacs correctly.
7796
7797 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * gnus-cite.el (gnus-cite-face-list): Set the values of
7800         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7801         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7802         (gnus-message-cite-prefix-regexp): New variable.
7803         (gnus-message-search-citation-line): Use it; protect against long
7804         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7805         the 0th match data for Emacs.
7806         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7807         (gnus-message-add-citation-keywords): Append keywords rather than
7808         prepending; emulate font-lock-add-keywords if it is not available.
7809         (gnus-message-remove-citation-keywords): Emulate
7810         font-lock-remove-keywords if it is not available.
7811
7812         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7813
7814         * message.el (message-cite-prefix-regexp): Set the value of
7815         gnus-message-cite-prefix-regexp.
7816
7817 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7818
7819         * nnweb.el (nnweb-google-parse-1): Update parser.
7820
7821 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7822
7823         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7824
7825 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7826
7827         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7828         regexp.
7829
7830 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7833         string-to-multibyte.
7834         (uudecode-decode-region-internal): Use it.
7835
7836         * lpath.el: Fbind string-as-multibyte for XEmacs.
7837
7838 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7841         custom choice.
7842
7843         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7844
7845 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7846
7847         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7848
7849         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7850         `write-region' to respect `mm-inhibit-file-name-handlers'.
7851
7852 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7855         Use gnus-home-directory instead of "~/" or "$HOME".
7856
7857 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7858
7859         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7860         to mention filename.
7861         Add comments at beginning regarding usage.
7862         (encrypt-write-file-contents): Change interactive so a string is
7863         acceptable.  If the file has no associated model, show an error instead
7864         of a nonsense prompt.
7865
7866 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7867
7868         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7869         Thanks to Yoshihiko Yamada for kind notification of this typo.
7870
7871 2007-01-12  Kenichi Handa  <handa@m17n.org>
7872
7873         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7874         multibyte buffer.
7875
7876 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gnus-score.el (gnus-score-fast-scoring): New variable.
7879         (gnus-score-headers): Use it.
7880
7881         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7882
7883         * message.el (message-cite-original-1): Call
7884         gnus-article-highlight-citation if requested.
7885         (message-make-from): Allow name and address as optional arguments.
7886
7887         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7888
7889         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7890         bugs to doc string.
7891         (gnus-button-alist): Add mid\\|message-id.
7892         (gnus-button-fetch-group): Extend for use in
7893         `browse-url-browser-function'.
7894         (gnus-button-url-regexp): Try to catch paired parentheses like in
7895         Wikipedia URLs.
7896
7897         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7898         Suggested by Simon Krahnke <overlord@gmx.li>.
7899
7900 2007-01-13  Romain Francoise  <romain@orebokech.com>
7901
7902         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7903         Update copyright.
7904
7905 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7906
7907         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7908
7909 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7910
7911         * gnus-registry.el (gnus-registry-unfollowed-groups)
7912         (gnus-registry-split-fancy-with-parent): Fix documentation.
7913
7914 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7915
7916         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7917         from nnweb groups.
7918
7919 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7922         Xref urls.  Erase buffer before requesting head.
7923
7924 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7925
7926         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7927         customizable.
7928
7929 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7930
7931         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7932         no signing key is found.
7933         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7934         no encrypting and/or signing key is found.
7935
7936 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7939
7940 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7941
7942         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7943         headers read from disk with the ones newly found in the current search.
7944         This should no longer cause problems, because the article numbers in
7945         Gmane's `nov.php' output are ignored since the previous change.
7946
7947 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7948
7949         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7950
7951 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7954         replace-regexp-in-string; bind url-version; fbind display-images-p and
7955         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7956         find-face and set-itimer-function for Emacs; bind itimer-list for
7957         Emacs.
7958
7959         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7960
7961 2007-01-01  Romain Francoise  <romain@orebokech.com>
7962
7963         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7964
7965 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7966
7967         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7968         `define-minor-mode' macro definition expanded properly.
7969         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7970         exclude it there.
7971
7972         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7973         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7974         `fboundp' test.
7975         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7976         This is OK to autoload in (S)XEmacs now.
7977
7978 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7981         keystroke.
7982         (gnus-summary-limit-to-singletons): Fix typo.
7983
7984         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7985         else fails.
7986
7987 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7988
7989         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7990         docstring.
7991
7992         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7993         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7994         (gnus-summary-insert-dormant-articles): Fix typo in message.
7995
7996 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7999         nil for XEmacs.
8000         (gnus-message-citation-mode): Don't autoload in XEmacs.
8001
8002         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8003
8004 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8005
8006         * nnimap.el (nnimap-expunge-search-string): Mention
8007         nnimap-search-uids-not-since-is-evil in docstring.
8008
8009 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * spam.el: Revert to make-obsolete-variable because
8012         define-obsolete-variable-alias is not supported in Emacs 21.
8013
8014         * spam.el (spam-ifile-path, spam-ifile-database-path)
8015         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8016         make-obsolete-variable.
8017         (spam-bsfilter-path, spam-bsfilter-program)
8018         (spam-spamassassin-path, spam-spamassassin-program)
8019         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8020         use "path" inappropriately.
8021         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8022         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8023         variable names.
8024
8025 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8026
8027         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8028         summary buffer.
8029
8030         * password.el (password-cache-remove): Use clear-string to burn
8031         password, if available.
8032
8033 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8036
8037         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8038
8039         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8040         (gnus-message-highlight-citation): Move defcustom here from
8041         gnus-cite.el.
8042         (gnus-message-citation-mode): Autoload.
8043
8044         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8045         checks to make it compile with XEmacs.
8046         (gnus-message-citation-mode): New minor mode.
8047         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8048         (gnus-message-highlight-citation): New variables.
8049         (gnus-message-search-citation-line)
8050         (gnus-message-add-citation-keywords)
8051         (gnus-message-remove-citation-keywords)
8052         (turn-on-gnus-message-citation-mode)
8053         (turn-off-gnus-message-citation-mode): New functions.
8054
8055 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8056
8057         * gnus-cite.el: Enable highlighting of different citation levels in
8058         message-mode.
8059
8060 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * message.el (message-make-fqdn): Fix comment.
8063         (message-bogus-system-names): Add ".local".
8064
8065         * spam.el (spam-ifile-path, spam-ifile-program)
8066         (spam-ifile-database-path, spam-ifile-database)
8067         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8068         Don't use "path" inappropriately.
8069         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8070         strings.
8071         (spam-check-ifile, spam-ifile-register-with-ifile)
8072         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8073         new variable names.
8074
8075         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8076         (gnus-treat-display-smileys): Simplify using
8077         gnus-image-type-available-p.
8078
8079         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8080         available.
8081
8082         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8083         `display-images-p' if available.
8084
8085 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8086
8087         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8088         one after turning on the buffer's multibyteness instead of decoding
8089         them directly in the unibyte buffer that causes unexpected conversion
8090         in Emacs 23 (unicode).
8091
8092 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8093
8094         * message.el (message-generate-hashcash): Fix custom type.
8095
8096 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8099
8100 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8101
8102         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8103         disconnect icons.  Add help text.
8104
8105 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8108         negated to be consistent with the others we handle.
8109
8110 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8111
8112         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8113         version of gnus-summary-buffer to something, so that we can use two
8114         article buffers at the same time.
8115
8116 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8119         trigger all the extra headers.
8120         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8121         sorting.
8122
8123 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8124
8125         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8126         solid groups.
8127
8128 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8129
8130         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8131
8132 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * legacy-gnus-agent.el: Add Copyright notice.
8135
8136 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8137
8138         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8139
8140 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8143
8144         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8145         to make it work reliably in CVS Emacs.
8146         (gnus-summary-limit-strange-charsets-predicate)
8147         (gnus-summary-limit-to-predicate): New functions.
8148
8149 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8150
8151         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8152         specifying array size.
8153         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8154         array if it is too small.
8155         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8156         (gnus-sort-threads-loop): New function.
8157
8158 2006-12-06  Chris Moore  <dooglus@gmail.com>
8159
8160         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8161         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8162
8163 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8164
8165         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8166         options.
8167
8168 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169
8170         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8171         DOS-ing the recipient.
8172
8173         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8174         the headers when creating the mapping to avoid mismappings.
8175         (nnweb-gmane-create-mapping): Always nix out old mapping.
8176
8177 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8178
8179         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8180         and mm-verify-option to never.
8181
8182 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * message.el (message-signed-or-encrypted-p): New function.
8185         (message-forward-make-body): Use it.
8186
8187         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8188         Replace encode-coding-string with mm-encode-coding-string.
8189
8190 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * nneething.el (nneething-decode-file-name): Replace
8193         decode-coding-string with mm-decode-coding-string.
8194
8195         * gnus-int.el (gnus-open-server): Say failed server's name.
8196
8197 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8198
8199         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8200         strings to a single string.  Quote `errors-file-name'.
8201         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8202         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8203         Adjust calls.  Use `shell-quote-argument'.
8204
8205 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8206
8207         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8208         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8209
8210         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8211         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8212         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8213         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8214         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8215         (gnus-subscribe-newsgroup, gnus-1):
8216         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8217         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8218         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8219         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8220
8221 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8224         keystroke.
8225         (gnus-summary-limit-to-bodies): Implement headersp.
8226
8227 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8230
8231 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8232
8233         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8234
8235 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * message.el (message-generate-hashcash): Expand range of values to
8238         include `opportunistic'.
8239         (message-send-mail): Use it.
8240
8241 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8242
8243         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8244         and comment it.
8245
8246         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8247
8248 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8249
8250         * gnus-util.el (gnus-extract-address-components): Improve comment.
8251
8252 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-util.el (gnus-extract-address-components): Work with address in
8255         which the name portion contains @.
8256
8257         * lpath.el: Fbind custom-autoload.
8258
8259 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8260
8261         * gnus.el (gnus-start): Move custom group up.
8262         (gnus-select-method): Don't autoload, but make it available for
8263         `customize-variable'.
8264         (gnus-getenv-nntpserver): Don't autoload.
8265
8266 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8269
8270 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8271
8272         * message.el (message-sendmail-extra-arguments): New variable.
8273         (message-send-mail-with-sendmail): Use it.
8274
8275 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8278         mm-with-unibyte-current-buffer to make string unibyte.
8279
8280         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8281         mm-string-as-multibyte.
8282
8283 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8284
8285         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8286         Reported by Werner Koch <wk@gnupg.org>.
8287
8288 2006-11-14  Daiki Ueno  <ueno@p360>
8289
8290         * mml2015.el: Autoload epa-select-keys when compiling.
8291
8292 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8293
8294         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8295         message-options.
8296         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8297
8298 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8299
8300         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8301         EasyPG (< 0.0.6).
8302         (mml2015-always-trust): New user option.
8303         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8304         prompt.
8305
8306 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * nntp.el (nntp-authinfo-force): New variable.
8309         (nntp-send-authinfo): Use it.
8310
8311 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8314         decode encoded words.  Improve prompt.  Add comment about forwarding.
8315         (message-replacement-char): Move up.
8316
8317 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8318
8319         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8320         instead of gnus-intersection because arguments of gnus-sorted-nunion
8321         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8322
8323 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8326         (message-simplify-subject-functions): Enable
8327         message-strip-subject-encoded-words by default.
8328
8329 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * message.el (message-strip-subject-encoded-words): New function.
8332         (message-simplify-subject-functions): New variable.
8333         (message-simplify-subject): Use it.  Fix typo in doc string.
8334         Support message-strip-subject-encoded-words.
8335
8336 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8337
8338         * gnus-diary.el (gnus-diary-delay-format-function):
8339         * nndiary.el (nndiary-reminders):
8340         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8341
8342 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * gnus-art.el (article-hide-boring-headers): Fetch date from
8345         gnus-original-article-buffer to avoid problems with localized date
8346         strings.
8347
8348 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8351
8352 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8355         New variables.
8356         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8357         (mm-charset-synonym-alist): Move some entries to
8358         mm-codepage-iso-8859-list.
8359         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8360         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8361
8362 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8363
8364         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8365
8366 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8369         with Emacs 21 and XEmacs.
8370
8371 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8372
8373         * spam.el (spam-parse-address): New function for better parsing,
8374         catching errors, etc.
8375         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8376
8377 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * mm-view.el: Add interactive arg to html2text autoload.
8380
8381 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8384
8385 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8388         variables.
8389         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8390         (mm-charset-synonym-alist): Move some entries to
8391         mm-codepage-iso-8859-list.
8392
8393         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8394
8395 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * message.el (message-citation-line-format)
8398         (message-insert-formated-citation-line): Fix implementation of %E, %N
8399         and %n according to the doc string.
8400
8401 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8402
8403         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8404         car-safe to avoid bad parses.
8405
8406 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8409         names.
8410
8411         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8412
8413 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8416         header.
8417
8418         * message.el (message-draft-headers): Add Date.
8419         (message-headers-to-generate): Fix typo in docstring.
8420
8421         * nndraft.el (nndraft-required-headers): New variable.
8422         (nndraft-generate-headers): Use it.
8423
8424         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8425
8426 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8427
8428         * gnus-registry.el (gnus-registry-wash-for-keywords)
8429         (gnus-registry-find-keywords): New functions to allow easy searching of
8430         articles that are in the registry.
8431
8432 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8433
8434         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8435         ietf-drums-parse-address instead of gnus-extract-address-components.
8436         Reported by Damien Elmes <damien@repose.cx>.
8437
8438 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * gnus.el (gnus-mime): Remove unused custom group.
8441
8442 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8443
8444         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8445         "blank line" when searching for end of armor headers.
8446
8447 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gmm-utils.el (gmm-write-region): Fix variable name.
8450
8451 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * gmm-utils.el (gmm-write-region): New function based on compatibility
8454         code from `mm-make-temp-file'.
8455
8456         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8457
8458         * nnmaildir.el (nnmaildir--update-nov)
8459         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8460         Use `gmm-write-region'.
8461
8462 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8465         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8466
8467         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8468
8469         * message.el (message-replacement-char): New variable.
8470         (message-fix-before-sending): Use it.
8471         (message-simplify-subject): New function to remove duplicate code.
8472         (message-reply, message-followup): Use it.
8473
8474         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8475         gnus-summary-limit-to-articles.
8476
8477 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-util.el (gnus-with-local-quit): New macro.
8480
8481         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8482
8483 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8484
8485         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8486         ignore non-string data.
8487
8488 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8489
8490         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8491         non-string data (needs to be done in the registry too).
8492
8493 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8494
8495         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8496         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8497         (gnus-registry-split-fancy-with-parent)
8498         (gnus-registry-fetch-simplified-message-subject-fast)
8499         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8500         Remove text properties on ingress into the registry and when it's saved.
8501         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8502         registry from entries with no groups.
8503
8504 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8505
8506         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8507         function to remove string properties.
8508
8509 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8510
8511         * gmm-utils.el (gmm): Adjust custom version.
8512
8513         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8514         custom version.
8515
8516         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8517
8518 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8519
8520         * gnus-art.el (gnus-insert-prev-page-button)
8521         (gnus-insert-next-page-button): Simplify.  Reformat.
8522
8523 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8524
8525         * gnus-art.el (gnus-insert-prev-page-button)
8526         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8527
8528 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8529
8530         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8531
8532 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8533
8534         * gnus-art.el (gnus-insert-mime-button)
8535         (gnus-insert-mime-security-button):
8536         Apply gnus-article-button-face to MIME and security buttons.
8537
8538 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8541         readable.
8542
8543 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8546
8547 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8548
8549         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8550         `browse-url-of-file' instead of `browse-url'.
8551
8552 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8553
8554         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8555         regexp.  Articles containing quotation were cut prematurely.
8556
8557 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8558
8559         * message.el (message-cite-original-1): Use nobody by default for the
8560         value of From header.
8561         (message-reply): Ditto.
8562
8563 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8564
8565         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8566         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8567         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8568
8569 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8572         mails in the doc string.  Add some URLs in comment.
8573         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8574
8575 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8578         backslashes handling and the way to find boundaries of quoted strings.
8579
8580 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8581
8582         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8583         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8584         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8585         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8586
8587 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8590         doc string.
8591         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8592
8593 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * lpath.el: Fbind epg-check-configuration.
8596
8597 2006-09-06  Simon Josefsson  <jas@extundo.com>
8598
8599         * mml2015.el (mml2015-use): Doc fix, mention epg.
8600
8601 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8602
8603         * mml2015.el (mml2015-use): Default to epg, if available.
8604
8605 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8606
8607         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8608         message-sender.
8609         (mml1991-epg-encrypt): Ditto.
8610         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8611         message-sender.
8612         (mml2015-epg-encrypt): Ditto.
8613
8614 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8615
8616         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8617         several common directories.
8618
8619 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8620
8621         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8622         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8623
8624 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-art.el (article-decode-encoded-words): Make it fast.
8627
8628 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8631
8632         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8633         in quoted string into `\'.
8634
8635 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8638         Use standard-syntax-table.
8639
8640 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus-art.el (gnus-decode-address-function): New variable.
8643         (article-decode-encoded-words): Use it to decode headers which are
8644         assumed to contain addresses.
8645         (gnus-mime-delete-part): Remove useless `or'.
8646
8647         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8648         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8649         (gnus-nov-parse-line): Use it to decode From header.
8650         (gnus-get-newsgroup-headers): Ditto.
8651         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8652
8653         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8654         (mail-decode-encoded-address-string): New alias.
8655
8656         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8657         New function.
8658         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8659         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8660         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8661         (rfc2047-decode-string): Ditto.
8662         (rfc2047-decode-address-region): New function.
8663         (rfc2047-decode-address-string): New function.
8664
8665 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * message.el (message-caesar-buffer-body): Allow rotating headers.
8668
8669         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8670
8671         * message.el (message-insert-formated-citation-line): Fix %f.
8672         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8673
8674 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8677         (gnus-bookmark-mouse-available-p): New macro.
8678         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8679         (gnus-bookmark-bmenu-show-infos): Use it.
8680         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8681         (gnus-bookmark-bmenu-hide-infos): Ditto.
8682         (gnus-bookmark-remove-properties): New function.
8683         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8684         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8685         (gnus-bookmark-write-file): Bind coding-system-for-write.
8686         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8687         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8688         group before selecting it.
8689         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8690         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8691         quit-window if it is not available; use gnus-mouse-2 and bind it to
8692         gnus-bookmark-bmenu-select-by-mouse.
8693         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8694         (gnus-bookmark-bmenu-select-by-mouse): New function.
8695
8696 2006-08-13  Romain Francoise  <romain@orebokech.com>
8697
8698         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8699         space.
8700
8701 2006-08-10  Romain Francoise  <romain@orebokech.com>
8702
8703         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8704         (dns-mode-soa-auto-increment-serial): New user option.
8705         (dns-mode-soa-maybe-increment-serial): New function.
8706         (dns-mode): Add the latter to `write-contents-functions'.
8707
8708 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * compface.el (uncompface): Use binary rather than raw-text-unix.
8711
8712 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * compface.el (uncompface): Make sure the eol conversion doesn't take
8715         place when communicating with the external programs.  Reported by
8716         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8717
8718 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8721
8722 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8723
8724         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8725         Make it more robust by parsing author and date independently.
8726
8727 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8730
8731 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8732
8733         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8734         first matching secret key.
8735         (mml2015-epg-encrypt): Ditto.
8736
8737         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8738         first matching secret key.
8739         (mml1991-epg-encrypt): Ditto.
8740
8741         * mml2015.el (mml2015-encrypt-to-self): New user option.
8742         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8743         mml2015-epg-encrypt-to-self is set.
8744
8745         * mml1991.el (mml1991-encrypt-to-self): New variable.
8746         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8747         mml1991-epg-encrypt-to-self is set.
8748
8749         * mml2015.el (mml2015-signers): New user option.
8750         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8751         (mml2015-epg-encrypt): Allow to select signing keys.
8752
8753         * mml1991.el (mml1991-signers): New variable.
8754         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8755         (mml1991-epg-encrypt): Allow to select signing keys.
8756
8757 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * nnheader.el (nnheader-insert-head): Make it work even if the file
8760         uses CRLF for the line-break code.
8761
8762 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8763
8764         * mml2015.el: Require mml-sec instead of password.
8765         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8766         (mml2015-cache-passphrase): Inherit the default value from
8767         mml-secure-cache-passphrase.
8768         (mml2015-passphrase-cache-expiry): Inherit the default value from
8769         mml-secure-passphrase-cache-expiry.
8770
8771         * mml1991.el: Require mml-sec instead of password.
8772         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8773         (mml1991-cache-passphrase): Inherit the default value from
8774         mml-secure-cache-passphrase.
8775         (mml1991-passphrase-cache-expiry): Inherit the default value from
8776         mml-secure-passphrase-cache-expiry.
8777
8778         * mml-sec.el: Require password.
8779         (mml-secure-verbose): New user option.
8780         (mml-secure-cache-passphrase): New user option.
8781         (mml-secure-passphrase-cache-expiry): New user option.
8782
8783 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8784
8785         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8786         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8787         andreas@altroot.de (Andreas Vögele).
8788
8789         FIXME: Use `tiny change'?
8790
8791 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8792
8793         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8794         workaround for the url package included with Emacs.
8795
8796         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8797
8798 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8801         correctly.  This fixes a bug caused by the 2006-05-12 change.
8802
8803 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8804
8805         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8806         some information about the error when saying that the `bogus' mail
8807         group will be used.
8808
8809 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8810
8811         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8812         string.
8813
8814 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8815
8816         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8817
8818 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8819
8820         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8821
8822 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8823
8824         * mml1991.el (mml1991-function-alist): Add epg.
8825         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8826         (mml1991-epg-encrypt): New functions.
8827
8828 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8829
8830         * mml2015.el (mml2015-verbose): New variable.
8831         (mml2015-cache-passphrase): Ditto.
8832         (mml2015-passphrase-cache-expiry): Ditto.
8833         (mml2015-function-alist): Add epg.
8834         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8835         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8836         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8837         functions.
8838
8839 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8840
8841         * message.el (message-cite-original-1): Preserve region when removing
8842         quoted text due to X-No-Archive in order to avoid bogus attribution
8843         when citing multiple messages.
8844
8845 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8846
8847         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8848         Kenneth Jacker <khj@be.cs.appstate.edu>.
8849
8850 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8851
8852         * gnus-diary.el (gnus-user-format-function-d)
8853         (gnus-user-format-function-D): Autoload.
8854
8855         * imap.el (Commentary): Fix typo.
8856
8857         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8858         2006-04-22 contribution.
8859
8860 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8861
8862         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8863         It didn't really fix the bogosity I'm seeing with solid web groups.
8864
8865 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8866
8867         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8868         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8869         created using server names.  If we use the feature without declaring
8870         it, Gnus does not properly manage server and group state.
8871
8872         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8873         bound.
8874
8875 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8876
8877         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8878         looking up the method using GROUP's prefix before inventing a new one.
8879         It is used on killed/unknown groups in various places where returning
8880         an all-new method isn't expected by the caller.
8881
8882         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8883         and match semantics of gnus-group-real-prefix.
8884
8885 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * nnmail.el (nnmail-broken-references-mailers): New variable.
8888         (nnmail-ignore-broken-references): New function generalizing
8889         nnmail-fix-eudora-headers.
8890         (nnmail-fix-eudora-headers): Now obsolete.
8891
8892         * gnus-art.el (gnus-button-handle-custom): Support
8893         `customize-apropos*'.
8894
8895 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8896
8897         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8898
8899         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8900         articles.
8901
8902 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * message.el (message-cite-reply-above): New variable.
8905         (message-yank-original): Use it.
8906
8907 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8910
8911 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8914         as read.
8915
8916         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8917
8918 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8919
8920         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8921         (gnus-bookmark-default-file): Use gnus-directory.
8922         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8923         Remove "*" in doc string.
8924         (gnus-bookmark-write-file): Simplify.
8925         (gnus-bookmark-maybe-sort-alist): Use `when'.
8926         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8927         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8928         FIXME about Emacs 21 and XEmacs compatibility.
8929         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8930         compatibility.
8931         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8932         compatibility.
8933         (gnus-bookmark-menu-heading): Fix version.
8934
8935 2006-06-19  Bastien Guerry  <bzg@altern.org>
8936
8937         * gnus-bookmark.el: New file.
8938
8939 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * message.el (message-syntax-checks): Doc fix.
8942
8943 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8944
8945         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8946         unsubscribed groups as if they were killed ones.  It causes duplicate
8947         entries in gnus-newsrc-alist.
8948
8949 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * message.el (message-syntax-checks): Doc fix.
8952         (message-send-mail): Add check for continuation headers.
8953         (message-check-news-header-syntax): Fix regexp used to check for
8954         continuation headers.
8955
8956 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8959
8960 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8961
8962         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8963
8964 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8967         default-truncate-lines.
8968
8969 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8972         to fill the utf-8 entry.
8973
8974         * lpath.el: Fbind unicode-precedence-list.
8975
8976 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8977
8978         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8979
8980 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8981
8982         * gnus-agent.el (directory-files-and-attributes): Move all the way
8983         forward (the third and final move).
8984         (gnus-agent-read-agentview): Trap reconstruction errors due to
8985         nonexistant directory.  Handle by returning nil.
8986
8987 2006-05-30  Didier Verna  <didier@xemacs.org>
8988
8989         * message.el (message-dont-reply-to-names): Update the custom type.
8990         * message.el (message-dont-reply-to-names): New defsubst: potentially
8991         convert a list of regexps into a single one.
8992         * message.el (message-get-reply-headers): Use it.
8993         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8994
8995 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-agent.el (directory-files-and-attributes): Move forward.
8998
8999 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * gnus-ml.el (gnus-mailing-list-subscribe)
9002         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9003         (gnus-mailing-list-message): Fix doc strings.
9004
9005 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9006
9007         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9008         of doing it manually.
9009
9010 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9013         comment.
9014
9015 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9016
9017         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9018         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9019         (gnus-agent-read-local): All symbols allocated in my-obarray.
9020         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9021         (gnus-agent-regenerate-group): Check numeric names to see if they are
9022         messages or groups.
9023         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9024         better way of do this...)
9025
9026         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9027         'dummy.group' (there should be a better way of do this...)
9028
9029 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9032         (gnus-saved-headers): Ditto.
9033         (gnus-default-article-saver): Mention functions may have properties.
9034         (gnus-article-save): Override gnus-save-all-headers and
9035         gnus-saved-headers by :headers property which saver function may have.
9036         (gnus-summary-save-in-file): Add :headers property.
9037         (gnus-summary-write-to-file): Ditto.
9038
9039         * gnus-sum.el (gnus-summary-save-article): Bind
9040         gnus-prompt-before-saving to t when saving many articles in a file;
9041         always show all headers.
9042
9043         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9044
9045 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9046
9047         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9048         marks.
9049
9050         * message.el (message-indent-citation): Add optional arguments to allow
9051         using it outside of message buffers.
9052
9053         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9054         (gnus-article-treat-unfold-headers): Use it.
9055         (gnus-article-truncate-lines): New variable.
9056         (gnus-article-mode): Use it.
9057         (gnus-article-toggle-truncate-lines): New function.
9058
9059         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9060         gnus-article-toggle-truncate-lines.
9061
9062         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9063         coding system in XEmacs, use binary.
9064
9065 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9068         after-load-alist.
9069
9070         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9071         this function should save decoded articles.
9072         (gnus-summary-write-to-file): Use property to specify this function
9073         should save decoded articles and specify gnus-summary-save-in-file
9074         should be used to save articles other than the first one when saving
9075         many articles.
9076         (gnus-summary-save-body-in-file): Use property to specify this
9077         function should save decoded articles.
9078         (gnus-summary-write-body-to-file): Use property to specify this
9079         function should save decoded articles and specify
9080         gnus-summary-save-body-in-file should be used to save articles other
9081         than the first one when saving many articles.
9082
9083         * gnus-sum.el (gnus-summary-save-article): Simplify.
9084
9085 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9086
9087         * gnus-art.el (gnus-default-article-saver): Add
9088         gnus-summary-write-body-to-file.
9089         (gnus-article-save-coding-system): Don't use coding system object
9090         in XEmacs.
9091         (gnus-read-save-file-name): Add optional `dir-var' argument which
9092         specifies directory in which files are saved; work even if optional
9093         `variable' argument is not specified.
9094         (gnus-summary-write-to-file): Read file name.
9095         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9096         (gnus-summary-write-body-to-file): New function.
9097
9098         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9099         (gnus-summary-local-variables): Add it.
9100         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9101         (gnus-summary-save-article): Remove optional `decode' argument;
9102         determine whether to decode articles by the value of
9103         gnus-default-article-saver; when saving many files using
9104         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9105         it first and use gnus-summary-save-in-file or
9106         gnus-summary-save-body-in-file thereafter unless
9107         gnus-prompt-before-saving is always; move point to article which
9108         will be saved.
9109         (gnus-summary-save-article-file): Revert.
9110         (gnus-summary-write-article-file): Revert.
9111         (gnus-summary-save-article-body-file): Revert.
9112         (gnus-summary-write-article-body-file): New function.
9113
9114 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * gnus-art.el (gnus-default-article-saver): Doc fix.
9117         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9118         from gnus-summary-save-article-coding-system, and default to a
9119         certain coding system.
9120         (gnus-output-to-file): Add coding cookie and encode text according
9121         to gnus-article-save-coding-system; don't use mm-append-to-file.
9122
9123         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9124         gnus-art.el and rename to gnus-article-save-coding-system.
9125         (gnus-summary-save-article): Require gnus-art; don't show all
9126         headers if it decodes articles; don't add coding cookie here;
9127         don't bind mm-text-coding-system-for-write.
9128         (gnus-summary-save-article-file): Save decoded articles.
9129         (gnus-summary-write-article-file): When saving many files, use
9130         gnus-summary-write-to-file first and gnus-summary-save-in-file
9131         thereafter unless gnus-prompt-before-saving is always.
9132         (gnus-summary-save-article-body-file): Save decoded articles.
9133
9134         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9135
9136 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9137
9138         * nnrss.el (nnrss-check-group): Bind hash-index.
9139
9140 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9141
9142         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9143         its hash index.  Store this hash in `nnrss-group-data'.
9144         (nnrss-read-group-data): Update accordingly.
9145
9146 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9149         entry.
9150
9151         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9152         gnus-article-browse-html-article.
9153
9154 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9155
9156         * gnus-sum.el (gnus-summary-mime-map): Add
9157         gnus-article-browse-html-article.
9158
9159         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9160
9161 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9162
9163         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9164         suitable coding systems in customize.
9165
9166 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * mail-source.el (mail-sources): Fix custom type.
9169
9170 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9173         (gnus-summary-expire-articles-now): Shorten prompt.
9174
9175         * gmm-utils.el (wid-edit): Require.
9176         (defun-gmm): Renamed from `gmm-defun-compat'.
9177         (gmm-image-search-load-path): Use it.
9178         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9179
9180 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9181
9182         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9183         variable.
9184         (gnus-summary-save-article): Add optional `decode' argument.  If
9185         it is set and gnus-summary-save-article-coding-system is non-nil,
9186         save decoded article.
9187         (gnus-summary-write-article-file): Save decoded article if
9188         gnus-summary-save-article-coding-system is non-nil.
9189
9190         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9191         type.
9192
9193 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9196
9197 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9200         first to test gnus-single-article-buffer which may be buffer-local.
9201
9202         * gnus-sum.el (gnus-summary-setup-buffer): Make
9203         gnus-single-article-buffer buffer-local and nil in ephemeral
9204         group; make gnus-article-buffer, gnus-article-current, and
9205         gnus-original-article-buffer always buffer-local.
9206         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9207         group.
9208         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9209
9210 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9211
9212         * nnml.el (nnml-request-compact-group): Compressed files might not
9213         have .gz extension.
9214
9215 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9216
9217         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9218         (mm-copy-to-buffer): Use with-current-buffer.
9219         (mm-display-part): Simplify.
9220         (mm-inlinable-p): Add optional arg `type'.
9221
9222 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9223
9224         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9225         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9226         Try harder to show the attachment internally or externally using
9227         gnus-mime-view-part-as-type.
9228
9229 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * message.el (message-from-style, message-signature-separator)
9232         (message-user-organization-file, message-send-mail-function)
9233         (message-citation-line-function, message-yank-prefix)
9234         (message-indent-citation-function, message-signature)
9235         (message-signature-file, message-signature-insert-empty-line):
9236         Remove autoloads.
9237
9238         * gnus-art.el (gnus-buttonized-mime-types): Remove
9239         "multipart/signed".  Revert 2006-04-26 change.
9240
9241 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * gnus.el (gnus-version-number): Bump version.
9244
9245 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9246
9247         * gnus.el: No Gnus v0.5 is released.
9248
9249 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9250
9251         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9252         fetching articles by message-id.
9253
9254 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9255
9256         * message.el (hashcash): Require hashcash as normal.
9257
9258         * ecomplete.el (ecomplete-highlight-match-line): Use
9259         point-at-eol.
9260         (ecomplete-highlight-match-line): Use `highlight', because that
9261         face exists in both Emacs and XEmacs.
9262
9263         * message.el (message-display-abbrev): Use point-at-bol.
9264
9265         * mail-source.el: Don't require timer/timer-funcs.
9266
9267         * gnus-async.el: Ditto.
9268
9269         * password.el: Ditto.
9270
9271         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9272
9273         * mm-url.el: Ditto.
9274
9275         * gnus-xmas.el: Don't require timer-funcs.
9276
9277         * mm-util.el: Require timer/timer-funcs.
9278
9279 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9280
9281         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9282         Close.
9283
9284 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9287         unibyte after clear-decrypt function runs.
9288
9289         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9290         returns as a unibyte string.
9291
9292 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9293
9294         * lpath.el: Revert.
9295
9296         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9297         (pgg-gpg-process-sentinel): Revert.
9298
9299         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9300         (pgg-pgp-lookup-key): Revert.
9301
9302         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9303         (pgg-pgp5-lookup-key): Revert.
9304
9305         * pgg.el (pgg-fetch-key): Revert.
9306
9307 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * lpath.el: Fbind string-as-multibyte for XEmacs.
9310
9311         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9312         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9313         (mml1991-pgg-encrypt): Ditto.
9314
9315         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9316         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9317         a multibyte buffer.
9318
9319         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9320         (pgg-pgp-lookup-key): Ditto.
9321
9322         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9323         (pgg-pgp5-lookup-key): Ditto.
9324
9325         * pgg.el (pgg-fetch-key): Ditto.
9326
9327 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * message.el (message-user-organization-file): Check several
9330         locations of the organization file.
9331
9332         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9333         Add gnus-article-view-part-as-type.
9334
9335         * gnus-art.el (gnus-article-view-part-as-type): New function.
9336
9337         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9338         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9339
9340         * mml.el: Simplify autoload.
9341         (mml-mode): defvar dnd-protocol-alist instead of using
9342         symbol-value.
9343         (mml-default-directory): New variable.
9344         (mml-minibuffer-read-file): Use it.
9345         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9346
9347         * message.el (message-citation-line-format): New variable.
9348         (message-insert-formated-citation-line): New function.
9349         (message-citation-line-function): Add
9350         `message-insert-formated-citation-line' to custom type.
9351
9352         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9353         to doc string.
9354
9355         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9356         depending on mm-verify-option.
9357
9358 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9359
9360         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9361         binding pgg-* variables; reimplement the section which prevents
9362         MIME header from being signed.
9363         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9364         pgg-text-mode; remove a blank line at the top of body.
9365
9366         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9367         lines at the top of body; use gnus-newsgroup-charset if there's no
9368         Charset header.
9369
9370 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * message.el (message-self-insert-commands): Doc fix.
9373
9374         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9375         (mm-uu-pgp-encrypted-test): Ditto.
9376         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9377         between header and body; return application/pgp-encrypted handle
9378         if decryption failed; decode decrypted body by charset.
9379
9380         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9381         element match to application/pgp-*.
9382
9383 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9384
9385         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9386         HTML.
9387
9388 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * mail-source.el (mail-source-call-script): Message the error
9391         string.
9392
9393 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394
9395         * gnus-util.el (gnus-byte-compile): Use it.
9396
9397 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9398
9399         * gnus-util.el (kill-empty-logs): New function.
9400
9401 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * message.el (message-mail-alias-type): Doc fix.
9404         (message-mail-alias-type-p): New function.
9405         (message-send): Use it.
9406         (message-mode): Ditto.
9407         (message-strip-forbidden-properties): Ditto.
9408
9409         * ecomplete.el (ecomplete-database-file-coding-system): New
9410         variable.
9411         (ecomplete-save): Use it.
9412         (ecomplete-setup): Use it.
9413
9414 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * message.el (message-self-insert-commands): New variable.
9417         (message-strip-forbidden-properties): Use it.
9418
9419 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9422         that doesn't make XEmacs choke.
9423
9424 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-util.el (gnus-replace-in-string):
9427         Prefer replace-regexp-in-string over of replace-in-string.
9428
9429 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * gnus-util.el (gnus-select-frame-set-input-focus):
9432         Use select-frame-set-input-focus if it is available in XEmacs; use
9433         definition defined in Emacs 22 for old Emacsen.
9434
9435         * dgnushack.el: Autoload unmorse-region for XEmacs.
9436
9437         * lpath.el: Bind cursor-in-non-selected-windows and
9438         select-frame-set-input-focus for XEmacs.
9439
9440 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9443
9444 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * gnus-registry.el (gnus-registry-cache-save): Remove text
9447         properties when saving via the temp buffer.
9448
9449 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * message.el (message-generate-hashcash): Honor custom type.
9452
9453 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * message.el (message-generate-hashcash): Default to non-nil when
9456         hashcash is found.
9457
9458         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9459         (gnus-refer-thread-limit): Increase default to 500.
9460
9461         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9462
9463         * flow-fill.el (fill-flowed): Allow delete-space.
9464
9465 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9468         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9469         Remove autoloads.
9470
9471 2006-04-18  Simon Josefsson  <jas@extundo.com>
9472
9473         * message.el (message-generate-hashcash): Default to.
9474
9475 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9478         concatenating segments rather than before concatenating them.
9479
9480 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9483
9484 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9485
9486         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9487
9488         * message.el (message-forward-make-body-plain): Allow
9489         message-forward-ignored-headers to be a list.
9490         (message-remove-ignored-headers): Factor out into function.
9491         (message-forward-make-body-mml): Use it.
9492
9493         * imap.el (imap-quote-specials): New function.
9494         (imap-login-auth): Quote specials.
9495
9496         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9497         (rfc2231-parse-string): Allow concatanation of parameters that
9498         aren't contiguous.  The test case is
9499           (mail-header-parse-content-type "message/external-body;
9500             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9501             access-type=LOCAL-FILE;
9502             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9503
9504 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9505
9506         * nntp.el (nntp-accept-process-output): Return the value of
9507         `nnheader-accept-process-output'.
9508
9509 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9512         (gnus-button-alist): Recognize more diff formats.
9513         (gnus-button-patch): Strip directory.
9514
9515 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9518         Emacs 22 when setting focus.
9519
9520 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * gnus-art.el (gnus-article-treat-types): Do treatment of
9523         text/x-verbatim parts.
9524         (gnus-button-patch): New command.
9525
9526         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9527         addresses that contain invalid characters.
9528
9529 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530
9531         * message.el (message-put-addresses-in-ecomplete): Use
9532         gnus-replace-in-string.
9533         (message-is-yours-p): Use the more correct
9534         mail-header-parse-address instead of
9535         mail-extract-address-components.
9536         (message-put-addresses-in-ecomplete): Fix typo.
9537
9538         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9539         keystroke.
9540
9541         * gnus-art.el (gnus-treatment-function-alist): Change order of
9542         newsgroups/generic header folding to avoid double-folding.
9543
9544         * message.el (message-hidden-headers): Add X-Draft-From.
9545
9546         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9547         command.
9548         (gnus-summary-repeat-search-article-backward): New command.
9549
9550         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9551         groups in the parent topic.
9552
9553 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9554
9555         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9556         (spam-extra-header-to-number): Return the CRM114 number as a
9557         number instead of a string.
9558
9559 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * gnus-art.el (gnus-face-properties-alist): Moved here from
9562         gnus-fun.
9563
9564         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9565
9566 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * message.el (message-strip-forbidden-properties): Only display on
9569         self-insert-command.
9570
9571         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9572         reindent.
9573         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9574
9575 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9576
9577         * smiley.el (smiley-style): Fix typo.
9578
9579 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * hashcash.el (hashcash-insert-payment-async-2): Use
9582         message-goto-eoh instead of doing it manually.
9583         (mail-add-payment): Use message-narrow-to-header instead of trying
9584         to do the same itself.
9585
9586         * message.el (message-hidden-headers): Add Face.
9587
9588         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9589         reparenting code.
9590         (gnus-summary-reparent-children): Refactored out code.
9591         (gnus-summary-thread-map): New keystroke.
9592         (gnus-summary-reparent-children): Make into command.
9593
9594         * smiley.el (smiley-style): Default to `medium' if using a large
9595         font.
9596
9597         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9598         does it itself.
9599
9600         * message.el (message-point-in-header-p): Simplify definition.
9601
9602 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * nnagent.el (nnagent-request-set-mark): Silence log file
9605         writing.
9606         (nnagent-request-set-mark): Use write-region instead of
9607         append-to-file.
9608
9609         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9610         strange select method.
9611
9612         * ecomplete.el (ecomplete-display-matches): Get highlightling
9613         right.
9614         (ecomplete-display-matches): Use literals.
9615         (ecomplete-display-matches): Disable message logging.
9616
9617         * message.el (message-display-abbrev): Small optimization.
9618
9619         * ecomplete.el (ecomplete-display-matches): Allow automatic
9620         display.
9621
9622         * message.el (message-strip-forbidden-properties): Display
9623         abbrevs.
9624         (message-display-abbrev): Get automatic display right.
9625
9626         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9627         keystrokes.
9628
9629 2006-04-13  Romain Francoise  <romain@orebokech.com>
9630
9631         TODO: Backport to v5-10!
9632
9633         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9634         Moved here (and renamed) from gnus-registry.el.
9635
9636         * gnus-registry.el: Require gnus-util.
9637         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9638
9639 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * gnus-group.el (gnus-group-catchup-current): Change
9642         if-then-else-if-then-else into cond.
9643         (gnus-group-catchup): Indent.
9644         (group-name-at-point): New function.
9645         (gnus-fetch-group): Provide default from thing at point.
9646
9647 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9648
9649         * message.el (message-display-abbrev): Fix regexp.
9650
9651         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9652         choosing.
9653         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9654         dead variables.
9655
9656         * message.el (message-newline-and-indent): Remove debugging.
9657         (message-display-abbrev): Use new implementation.
9658
9659 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9660
9661         * gnus-art.el (gnus-article-mode): Set
9662         cursor-in-non-selected-windows to nil.
9663
9664         * smiley.el: Revert previous change.
9665         (smiley-data-directory): defvar it before using it in the
9666         defcustom of `smiley-style'.
9667
9668 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9669
9670         * message.el (message-newline-and-indent): New function.
9671
9672         * ecomplete.el: Implement more bits.
9673
9674         * message.el (message-put-addresses-in-ecomplete): Clean up the
9675         string.
9676
9677         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9678
9679         * gnus-sum.el (gnus-summary-save-parts): Bind
9680         gnus-summary-save-parts-counter and use it to make unique file
9681         names.
9682
9683         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9684
9685         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9686         parameter to say whether to actually parse the individual
9687         addresses.
9688
9689         * message.el (message-put-addresses-in-ecomplete): New function.
9690         (ecomplete): Require.
9691         (message-mail-alias-type): Add ecomplete as an option.
9692
9693 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9694
9695         * flow-fill.el (fill-flowed): Remove trailing space from blank
9696         quoted lines.
9697
9698 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * smiley.el (smiley-style): Move definition later to avoid a
9701         compilation warning.
9702
9703 2006-04-12  Kenichi Handa  <handa@m17n.org>
9704
9705         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9706         buffer and then decode the buffer text if necessary.
9707         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9708         first, and after mm-encode-body, change the buffer to unibyte.
9709         Use mm-disable-multibyte instead of set-buffer-multibyte.
9710
9711 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9714         Content-Type header instead of Content-Disposition header.
9715         (gnus-mime-inline-part): Ditto.
9716         (gnus-mime-view-part-as-charset): Ignore charset that the part
9717         specifies.
9718
9719         * mm-decode.el (mm-display-part): Work with external parts and
9720         usual parts similarly.
9721
9722         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9723         instead of gnus-display-mime.
9724
9725         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9726         instead of with-temp-buffer.
9727
9728         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9729         tag to summarized topics part in order to encode non-ASCII text.
9730
9731 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * smiley.el (smiley-style): New variable.
9734         (smiley-directory): New function.
9735         (smiley-data-directory): Derive from `smiley-style' using
9736         `smiley-directory'.
9737         (smiley-regexp-alist): Add new entries.
9738
9739         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9740         (gnus-article-browse-delete-temp): Add :version.
9741
9742 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9743
9744         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9745         the sieve region.
9746
9747 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9748
9749         * gnus.el (gnus-version-number): Bump version.
9750
9751 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9752
9753         * gnus.el: No Gnus v0.4 is released.
9754
9755 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9756
9757         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9758         layout.
9759
9760         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9761         unknown charset.
9762
9763         * message.el (message-header-synonyms): Add Original-To to the
9764         default.
9765
9766         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9767         optional parameter.
9768
9769 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * gnus-fun.el (gnus): Require it for gnus-directory.
9772
9773 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9776
9777 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9778
9779         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9780
9781 2006-04-05  Simon Josefsson  <jas@extundo.com>
9782
9783         * password.el (password-reset): New function.
9784
9785 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9786
9787         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9788         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9789
9790 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9791
9792         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9793         Some whitespace was matched into the url, which broke browsing hits
9794         > 100 when mm-url-use-external was nil.
9795
9796 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9799         gnus-extra-headers for 'Newsgroups.
9800
9801         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9802         bound.
9803
9804 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9805
9806         * pgg-gpg.el: Clean up process buffers every time gpg processes
9807         complete.
9808
9809 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9812         doc string.
9813
9814 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9815
9816         * pgg-gpg.el (pgg-gpg-process-filter)
9817         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9818
9819         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9820         lines, temporary fix.
9821
9822 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9825
9826 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9827
9828         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9829         default-enable-multibyte-characters.  This reverts the change from
9830         revision 6.17 which is no longer necessary because the passphrase
9831         is sent separately now.  GnuPG messages are unreadable under
9832         multibyte locales with default-enable-multibyte-characters set to
9833         nil.
9834
9835 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * message.el (message-tool-bar-gnome): Move "spell".
9838
9839 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9840
9841         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9842         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9843         instead.
9844
9845 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9846
9847         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9848         newsgroups handling for NNTP overviews which don't include
9849         Newsgroups.
9850
9851 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9852
9853         * message.el (message-resend): Bind message-generate-hashcash to nil.
9854
9855 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9856
9857         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9858         when searching for already-paid recipients.
9859
9860 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9861
9862         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9863         passphrases when it is not needed.
9864         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9865         passphrase stuff from gpg, should only be necessary when you use
9866         gpg with a smartcard.
9867
9868 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * mml.el (mml-insert-mime): Ignore cached contents of
9871         message/external-body part.
9872
9873         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9874         (mm-insert-part): Ditto.
9875
9876 2006-03-23  Simon Josefsson  <jas@extundo.com>
9877
9878         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9879         Reiner.
9880         (pgg-gpg-use-agent-p): Use it again.
9881
9882 2006-03-23  Simon Josefsson  <jas@extundo.com>
9883
9884         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9885         older emacsen.
9886         (pgg-gpg-use-agent-p): Don't use it.
9887
9888 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9891         if we can.
9892
9893 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9894
9895         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9896         (pgg-gpg-update-agent): New function.
9897         (pgg-gpg-use-agent-p): New function.
9898         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9899         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9900         (pgg-gpg-sign-region): Use it.
9901
9902 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9905         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9906
9907 2006-03-21  Simon Josefsson  <jas@extundo.com>
9908
9909         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9910         <wilde@sha-bang.de>.
9911         (pgg-gpg-use-agent): New variable.
9912         (pgg-gpg-process-region): Use it.
9913         (pgg-gpg-encrypt-region): Likewise.
9914         (pgg-gpg-encrypt-symmetric-region): Likewise.
9915         (pgg-gpg-decrypt-region): Likewise.
9916         (pgg-gpg-sign-region): Likewise.
9917         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9918
9919 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9922
9923         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9924         Add comment on version.
9925
9926 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9927
9928         * smiley.el: Add missing test smiley.
9929
9930 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * mm-decode.el (mm-with-part): New macro.
9933         (mm-get-part): Use it; work with message/external-body as well.
9934         (mm-save-part): Treat name and filename equally.
9935
9936         * mm-extern.el (mm-extern-cache-contents): New function.
9937         (mm-inline-external-body): Use it; force the part to be displayed;
9938         move undisplayer added to the cached handle to the parent.
9939
9940         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9941         (gnus-mime-view-part-as-type): Work with message/external-body.
9942
9943         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9944
9945 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9948         images in image-load-path.  [Sync with image.el, revision 1.60, in
9949         Emacs.]
9950
9951 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9954         path rather than symbol.  Always return list of directories.
9955         Guarantee that image directory comes first.  [Sync with image.el,
9956         revision 1.59, in Emacs.]
9957
9958         * message.el (message-make-tool-bar): Adjust to new API of
9959         `gmm-image-load-path-for-library'.
9960
9961         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9962
9963         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9964
9965 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9966
9967         * gnus-art.el (gnus-article-only-boring-p):
9968         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9969         intangible text.
9970         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9971
9972 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9973
9974         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9975         `defun' instead of `gmm-defun-compat'.
9976
9977 2006-03-14  Simon Josefsson  <jas@extundo.com>
9978
9979         * message.el (message-unique-id): Don't use message-number-base36
9980         if (user-uid) is a float.
9981         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9982
9983 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9986
9987         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9988         empty line between a part and a message part.
9989
9990 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * smiley.el: Add more test smileys.
9993         (smiley-data-directory, smiley-regexp-alist)
9994         (gnus-smiley-file-types): Fix doc strings.
9995         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9996         adding new elements.
9997         (smiley-mouse-map): Unused code.  Make it a comment.
9998
9999 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10002         scan latest NoCeM messages instead of old ones.
10003         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10004         delimiters that are recently used.
10005         (gnus-nocem-load-cache): Add autoload cookie.
10006
10007         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10008
10009         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10010         level which is larger than gnus-use-nocem is specified.
10011
10012         * gnus-group.el (gnus-group-get-new-news): Ditto.
10013
10014 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * gnus-util.el (gnus-tool-bar-update): New function.
10017
10018         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10019         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10020
10021         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10022
10023         * gnus-group.el (gnus-group-redraw-when-idle)
10024         (gnus-group-redraw-check): Remove.
10025         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10026
10027 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10030         if optional last element is specified in splits (FIELD VALUE...).
10031
10032 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10035         to gmm-image-load-path-for-library.  Call with no-error argument.
10036         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10037
10038         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10039
10040         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10041
10042         * gmm-utils.el (gmm-image-load-path): Remove alias.
10043
10044 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * gmm-utils.el (gmm-image-load-path): Add alias.
10047
10048         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10049         nnml-generate-nov-databases-1.
10050         (nnml-generate-nov-databases): Use it.
10051         (nnml-generate-nov-databases-directory): Document no-active
10052         argument.
10053
10054         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10055         directory if path is t.  Add no-error.
10056
10057         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10058         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10059
10060         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10061         resetting gnus-article-browse-html-temp-list.
10062
10063         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10064         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10065         Add example to docstring.  Rename local variables.  Move error
10066         checks to default case in cond and simplify.
10067
10068 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10071         handle is multipart when calling it recursively.
10072         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10073
10074 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10075
10076         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10077         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10078
10079 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10082         is loaded.
10083
10084         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10085         loaded.
10086
10087 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10090         to "Emacs 23 (unicode)" in doc string.
10091
10092         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10093         "Emacs 23 (unicode)" in comment.
10094
10095 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10098
10099         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10100         characters 160 through 255 in Emacs 23.
10101
10102 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10105         gnus-article-browse-html-temp.
10106         (gnus-article-browse-delete-temp): Make it customizable.  Add
10107         `file'.  Adjust doc string.
10108         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10109         query for each file.  Adjust doc string.
10110         (gnus-article-browse-html-parts): Add
10111         `gnus-article-browse-delete-temp-files' to
10112         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10113
10114 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10115
10116         * gnus-art.el (gnus-article-browse-html-temp)
10117         (gnus-article-browse-delete-temp): New variables.
10118         (gnus-article-browse-delete-temp-files): New function.
10119         (gnus-article-browse-html-parts): Use it.
10120
10121 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10124
10125         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10126         string.
10127
10128         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10129         gnus-summary-insert-new-articles when unplugged.  Remove
10130         gnus-summary-search-article-forward.
10131
10132         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10133         display-visual-class instead of display-color-cells.
10134
10135 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * dgnushack.el: Autoload customize-group for XEmacs.
10138
10139         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10140         message/* containing non-ASCII text properly.
10141
10142 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10143
10144         * message.el: Require gmm-utils, remove autoloads.
10145         (message-tool-bar): Set default based on
10146         gmm-tool-bar-style.
10147         (message-tool-bar-gnome): Add gmm-customize-mode.
10148
10149         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10150         gmm-tool-bar-style.
10151         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10152
10153         * gnus-group.el (gnus-group-tool-bar): Set default based on
10154         gmm-tool-bar-style.
10155         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10156
10157         * gmm-utils.el (gmm-image-directory): Rename variable from
10158         gmm-image-load-path.
10159         (gmm-image-load-path): Use gmm-image-directory.
10160         (gmm-customize-mode): New function.
10161         (gmm-tool-bar-style): New variable.
10162
10163         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10164         gnus-group-redraw-line-number.
10165         (gnus-group-redraw-check): Simplify.
10166         (gnus-group-tool-bar-update): Remove redraw check.
10167         (gnus-group-make-tool-bar): Add redraw check.
10168
10169 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10170
10171         * gnus-art.el (gnus-button): Add missing parentheses.
10172
10173 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * lpath.el: Fbind line-number-at-pos.
10176
10177 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10180
10181 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * gnus-art.el (gnus-button): New face.
10184         (gnus-article-button-face): Use it.
10185
10186         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10187         gnus-summary-next-page.  Re-order.
10188
10189         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10190         next-node are now included.
10191         (gnus-group-redraw-line-number): New internal variable.
10192         (gnus-group-redraw-check): Helper function for updating the tool
10193         bar.
10194         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10195
10196         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10197
10198         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10199         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10200         Use it to match format of Spamassassin 3.0 and later.  Reported by
10201         IRIE Tetsuya <irie@t.email.ne.jp>.
10202         (spam-check-bogofilter)
10203         (spam-bogofilter-register-with-bogofilter): Fix args of
10204         `gnus-error' calls.
10205
10206 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10209         unnecessary interaction when sending queued mails.  Reported by
10210         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10211
10212 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10213
10214         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10215         first or last are nil.
10216
10217 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10218
10219         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10220
10221 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10224
10225 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226
10227         * dns.el (query-dns): Protect more against buggy tcp output.
10228
10229 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10230
10231         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10232         nov.php.
10233
10234 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10235
10236         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10237         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10238         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10239         output on the server side.
10240         (nnweb-google-create-mapping): Update regexps and add some
10241         progress indication.
10242
10243 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10246         gnus-agent-toggle-plugged.  Re-order icons.
10247         (gnus-group-tool-bar-gnome): Add
10248         gnus-group-{prev,next}-unread-group.
10249         (gnus-group-tool-bar-gnome): Re-order icons.
10250
10251         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10252         gnus-summary-insert-new-articles.
10253
10254         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10255         comments.
10256
10257         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10258         also available in Emacs 21.3.
10259
10260         * message.el (message-fix-before-sending): Change "Emacs 22" to
10261         "Emacs 23 (unicode)" in comment.
10262
10263         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10264         "Emacs 23 (unicode)" in comment.
10265
10266         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10267         comment.
10268         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10269
10270         * mm-view.el (mm-fill-flowed): Add :version.
10271
10272 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10273
10274         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10275         and load-path.
10276
10277 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * message.el: Autoload gmm-image-load-path.
10280         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10281         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10282         consitency.
10283
10284         * gmm-utils.el (gmm-image-load-path): Also search in
10285         "../etc/images".  Don't set gmm-image-load-path if we don't find
10286         the image.
10287
10288 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * gmm-utils.el (gmm-image-load-path): Don't make
10291         `gmm-image-load-path' include subdirectories which the second arg
10292         `image' might specify.
10293
10294         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10295         subdirectory to icon file names.
10296
10297         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10298
10299 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10302         gmm-image-load-path calls.
10303
10304         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10305
10306         * message.el (message-make-tool-bar): Ditto.
10307
10308         * mml.el (mml-preview): Added comment concerning tool bar icons.
10309
10310         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10311         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10312
10313         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10314         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10315
10316         * message.el (message-tool-bar-gnome): Use new icon names.
10317         (message-make-tool-bar): Use `gmm-image-load-path'.
10318
10319         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10320         functions from MH-E.
10321         (gmm-image-load-path): New variable from MH-E.
10322         (gmm-image-load-path): New function from MH-E.  Added arguments
10323         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10324         *-image-load-path-called-flag.
10325
10326 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10327
10328         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10329
10330 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10331
10332         * nnimap.el (nnimap-request-move-article): Change folder back to
10333         source group before deleting.
10334
10335 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10338
10339         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10340         mm-url.
10341
10342         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10343
10344 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10347         coding system which mm-charset-to-coding-system returns for a
10348         given charset is valid.
10349
10350 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10351
10352         * html2text.el (html2text-remove-tag-list):
10353         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10354
10355 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10356
10357         * gnus-cus.el: Revert 2005-10-17 change.
10358
10359 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-art.el (article-strip-banner): Call
10362         article-really-strip-banner only when the regexp match is made.
10363
10364 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-art.el (article-strip-banner): Use
10367         gnus-extract-address-components instead of
10368         mail-header-parse-addresses to make it work with non-ASCII text;
10369         remove mail-encode-encoded-word-string.
10370
10371         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10372         values which are surrounded with \"...\"; make it never cause a
10373         Lisp error; give up parsing of parameters if it failed in
10374         extracting type.
10375
10376 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10377
10378         * smime.el (smime-cert-by-ldap-1): Fix bug where
10379         `smime-ldap-search' returns results without userCertificates.
10380
10381 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10384
10385 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * spam.el (spam-check-spamassassin-headers): Adapt format for
10388         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10389         <ari@mbf.ocn.ne.jp>.
10390         (spam-list-of-processors): Add spam-use-gmane.
10391
10392 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10395         make-temp-file; make it work with XEmacs as well.
10396
10397         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10398         mm-make-temp-file.
10399
10400         * mm-decode.el (mm-display-external): Use the 3rd arg of
10401         mm-make-temp-file.
10402         (mm-create-image-xemacs): Ditto.
10403
10404 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10407         with message-narrow-to-headers.
10408         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10409         (gnus-draft-check-draft-articles): New function.
10410         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10411
10412 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10413
10414         * gnus-art.el (gnus-article-browse-html-parts):
10415         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10416         Don't use suffix argument for mm-make-temp-file for Emacs 21
10417         compatibility.  Remove useless `format'.
10418
10419 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10420
10421         * nnweb.el (nnweb-google-wash-article): Update regexps.
10422         (nnweb-group-alist): Use defvoo instead of defvar.
10423
10424 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10427         re-loading nn* modules.
10428
10429 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10432         for `tool-bar-mode' and don't check it's default-value.
10433
10434         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10435
10436         * message.el (message-make-tool-bar): Ditto.
10437
10438         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10439         `substring'.  Shorten tmp-file name.
10440
10441         * gnus.el: Remove bogus comment.
10442
10443 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10444
10445         * gnus-art.el (gnus-article-browse-html-parts): New function.
10446         (gnus-article-browse-html-article): New function for viewing html
10447         articles with a browser.
10448
10449 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10450
10451         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10452         in elisp.
10453         (pgg-gpg-encrypt-symmetric-region): Ditto.
10454         (pgg-gpg-sign-region): Ditto.
10455
10456         * pgg-def.el (pgg-text-mode): New variable.
10457
10458         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10459         (mml2015-pgg-encrypt): Ditto.
10460
10461         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10462         (mml1991-pgg-encrypt): Ditto.
10463
10464 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10467         message-make-date instead of current-time-string.
10468
10469         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10470         to gnus-decoded which mm-uu might set.
10471
10472 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10475         don't decode quoted parameters; remove misimported Emacs code.
10476         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10477         (rfc2231-decode-encoded-string): Don't use split-string which
10478         behaves differently according to Emacs version; use
10479         mm-decode-coding-region to convert charset to coding-system.
10480         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10481         (rfc2231-encode-string): Remove misimported Emacs code.
10482
10483 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10486         when calling mail-header-parse-content-type.
10487         (article-de-quoted-unreadable): Ditto.
10488         (article-de-base64-unreadable): Ditto.
10489         (article-wash-html): Ditto.
10490
10491         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10492         calling mail-header-parse-content-type and
10493         mail-header-parse-content-disposition.
10494         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10495         mail-header-parse-content-type.
10496
10497         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10498         insert charset and format parameters; encode description after
10499         inserting it to buffer.
10500         (mml-insert-parameter): Fold lines properly even if a parameter is
10501         segmented into two or more lines; change the max column to 76.
10502
10503         * rfc1843.el (rfc1843-decode-article-body): Don't use
10504         ignore-errors when calling mail-header-parse-content-type.
10505
10506         * rfc2231.el (rfc2231-parse-string): Return at least type if
10507         possible; don't cause an error even if it fails in parsing of
10508         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10509         (rfc2231-encode-string): Don't break lines at the beginning, leave
10510         it to mml-insert-parameter.
10511
10512         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10513         calling mail-header-parse-content-type.
10514
10515 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * spam-report.el (spam-report-gmane-use-article-number):
10518         Improve doc string.
10519         (spam-report-gmane-internal): Check if a suitable header was found
10520         in the article.
10521
10522 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10525         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10526
10527 2006-02-05  Romain Francoise  <romain@orebokech.com>
10528
10529         Update copyright notices of all files in the gnus directory.
10530
10531 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10532
10533         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10534
10535 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10538         segmented lines of parameter value to cope with Thunderbird 1.5
10539         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10540         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10541         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10542
10543 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10544
10545         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10546         parts.
10547
10548 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10549
10550         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10551         there's only one active file for all servers.
10552         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10553         solid groups.  Gnus might have used a FAST request to select the group.
10554         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10555         and nnweb-search redundantly in the active file.
10556         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10557         (nnweb-request-create-group): Don't use ARGS.
10558         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10559         initialisations.  Let nnoo do the work.
10560
10561 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10564         Say the part has been decoded.
10565
10566         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10567
10568 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10569
10570         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10571         mailcap-viewer-test-cache when there's no 'test clause, since that
10572         will invert the meaning of a "nil" test previously determined by
10573         mailcap-mailcap-entry-passes-test.
10574
10575 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10578         compiling.
10579
10580         * gnus-sum.el: Ditto.
10581
10582         * message.el: Don't bind tool-bar-map when compiling.
10583
10584 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10587
10588 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10589
10590         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10591         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10592         current Google Groups.
10593
10594 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10595
10596         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10597         and tool-bar-mode.
10598
10599         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10600         and tool-bar-mode.
10601
10602         * message.el (message-tool-bar-update): Simplify.
10603         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10604
10605         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10606         gnus-summary-buffer.
10607         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10608         gnus-summary-reply.
10609
10610         * gmm-utils.el (gmm): Add :version.
10611
10612 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * Makefile.in (clean): New rule.
10615         (distclean): Use it.
10616
10617 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10618
10619         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10620         autoload.
10621
10622 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gmm-utils.el (gmm-verbose): Add :group.
10625
10626 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * message.el: Change some comments WRT tool-bars.
10629
10630         * gnus-sum.el (gnus-summary-tool-bar)
10631         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10632         (gnus-summary-tool-bar-zap-list): New variables.
10633         (gnus-summary-make-tool-bar): Complete rewrite using
10634         `gmm-tool-bar-from-list'.
10635
10636         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10637         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10638         variables.
10639         (gnus-group-make-tool-bar): Complete rewrite using
10640         `gmm-tool-bar-from-list'.
10641         (gnus-group-tool-bar-update): New function.
10642
10643         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10644
10645 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10648         is dissected into a single part of which the type is the same as
10649         the given one; decode charset.
10650
10651 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10652
10653         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10654         into alists as symbol not string, since that's what
10655         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10656         look for.
10657
10658 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10659
10660         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10661         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10662
10663         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10664
10665 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10668         (gnus-xmas-mime-security-button-menu): New function.
10669
10670         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10671         (gnus-mime-security-button-menu): New definition.
10672         (gnus-mime-security-button-map): Use them.
10673         (gnus-mime-security-button-menu): New function.
10674         (gnus-insert-mime-security-button): Addition to help echo.
10675         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10676         (gnus-mime-security-pipe-part): New functions.
10677
10678         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10679         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10680
10681         * mm-decode.el (mm-handle-set-disposition): Remove.
10682         (mm-handle-set-description): Remove.
10683
10684 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10687         (mm-w3m-standalone-supports-m17n-p): New function.
10688         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10689         w3m usage.
10690
10691         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10692         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10693
10694 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10695
10696         * message.el (message-tool-bar-zap-list): Use
10697         gmm-tool-bar-zap-list as custom type.
10698         (message-tool-bar-update): New function.
10699         (message-tool-bar, message-tool-bar-gnome)
10700         (message-tool-bar-retro): Add message-tool-bar-update.
10701         (message-tool-bar-gnome): Add flyspell-buffer.
10702
10703         * gnus-util.el (gnus-error): Describe `args'.
10704
10705         * gmm-utils.el (gmm-error): Describe `args'.
10706         (gmm-tool-bar-zap-list): New widget.
10707         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10708
10709 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10712         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10713         the number of recursive calls.
10714
10715         * mm-decode.el (mm-handle-set-disposition): New macro.
10716         (mm-handle-set-description): New macro.
10717
10718 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10721         encoding.
10722
10723 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10724
10725         * message.el (message-tool-bar-zap-list, message-tool-bar)
10726         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10727         (message-tool-bar-local-item-from-menu): Remove.
10728         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10729         (message-make-tool-bar): New function.
10730         (message-mode): Use `message-make-tool-bar'.
10731
10732         * gmm-utils.el: New file.
10733         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10734         (gmm-lazy): New widget copied from `nnmail.el'.
10735         (gmm-tool-bar-from-list): New function for creating customizable
10736         tool bars.
10737         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10738         output.
10739         (gmm): Add :prefix to defgroup.
10740
10741 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10742
10743         * gmm-utils.el (gmm-widget-p): New function.
10744
10745 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * mml.el (mml-attach-file): Describe `description' in doc string.
10748         (mml-menu): Add Emacs MIME manual and PGG manual.
10749
10750 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10751
10752         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10753
10754 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10755
10756         * nntp.el (nntp-end-of-line): Doc fix.
10757
10758 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10759
10760         * imap.el (imap-open): Handle case where buffer is a buffer
10761         object.
10762
10763 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10764
10765         * gnus-delay.el (gnus-delay): Don't autoload.
10766         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10767         to be re-loaded when customizing the `gnus-delay' group.
10768
10769 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10770
10771         * message.el (message-insert-citation-line): Use newlines.
10772
10773 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10774
10775         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10776         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10777         these routines, so the passphrase can be managed externally and
10778         passed in to the system.
10779         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10780         pgg-add-passphrase-to-cache function.
10781
10782         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10783         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10784         these routines, so the passphrase can be managed externally and
10785         passed in to the system.
10786         (pgg-pgp5-sign-region): Use new name of
10787         pgg-add-passphrase-to-cache function.
10788
10789 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10790
10791         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10792         part of the decoded armor to find the key-identifier.
10793         (pgg-gpg-lookup-key-owner): New function to return the
10794         human-readable identifier of a key owner.
10795         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10796         itself.
10797         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10798         the key value) if we have a key and can match it against a secret
10799         key.  Also, added a note pointing out fact that the prompt only
10800         indicates the first matching key.
10801
10802         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10803         pgg-decrypt-region.
10804         (pgg-add-passphrase-to-cache): Rename from
10805         `pgg-add-passphrase-cache' to reduce confusion (all callers
10806         changed).
10807         (pgg-remove-passphrase-from-cache): Rename from
10808         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10809         changed).
10810         (pgg-read-passphrase, pgg-add-passphrase-cache)
10811         (pgg-remove-passphrase-cache): Add informative docstrings.
10812         (pgg-decrypt): Convey provided passphrase in subordinate call to
10813         pgg-decrypt-region.
10814
10815 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10816
10817         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10818         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10819         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10820         'passphrase' argument, so the passphrase can be managed externally
10821         and then passed in to the system.
10822
10823         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10824         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10825         so the passphrase cache can be used reliably with identifiers
10826         besides a pgp packet's key id.
10827
10828         * pgg-gpg.el (pgg-gpg-encrypt-region)
10829         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10830         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10831         these routines, so the passphrase can be managed externally and
10832         passed in to the system.
10833
10834         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10835         'notruncate' argument, so the passphrase cache can be used
10836         reliably with identifiers besides a pgp packet's key id.
10837
10838 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10839
10840         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10841         symmetric encryption.
10842         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10843         encrypted session key.
10844         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10845         message ask for the passphrase in a proper way.
10846
10847         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10848         New user commands for symmetric encryption.
10849
10850 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10853
10854         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10855
10856 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10857
10858         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10859
10860 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10861
10862         * mm-decode.el (mm-inlined-types): Add application/pgp.
10863         (mm-automatic-display): Ditto.
10864
10865         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10866         part as text.
10867
10868 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10869
10870         * nnrss.el: Update copyright.
10871         (nnrss-opml-import): Query whether to subscribe to each entry.
10872
10873         * gnus-art.el:
10874         * gnus-sum.el:
10875         * gnus-xmas.el:
10876         * messagexmas.el:
10877         * mm-uu.el:
10878         * mm-view.el: Update copyright.
10879
10880 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * message.el (message-info): New function.
10883         (message-mode-menu): Add it.
10884         Update copyright.
10885
10886         * ChangeLog: Fix and update copyright.
10887
10888 2006-01-13  Romain Francoise  <romain@orebokech.com>
10889
10890         * message.el (message-forward-subject-name-subject): Prefer the
10891         address to 'nowhere' if the sender has no name.
10892         Fix typo.  Update copyright year.
10893
10894 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * gnus-art.el (article-wash-html): Use
10897         gnus-summary-show-article-charset-alist if a numeric arg is given.
10898         (gnus-article-wash-html-with-w3m-standalone): New function.
10899
10900         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10901         mm-inline-text-html-render-with-w3m-standalone.
10902         (mm-text-html-washer-alist): Map w3m-standalone to
10903         gnus-article-wash-html-with-w3m-standalone.
10904         (mm-inline-text-html-render-with-w3m-standalone): New function.
10905
10906 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10909         Improve LaTeX.
10910
10911 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10914         (nnrss-request-article): Render text/plain parts as HTML.
10915
10916         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10917         the buffer.
10918
10919 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10922         custom definition of `gnus-posting-styles'.
10923
10924         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10925         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10926
10927 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10930         Use nntp for bug archive.
10931
10932 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10935         parts.
10936         (nnrss-normalize-date): New function converts ISO 8601 date into
10937         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10938         (nnrss-check-group): Use it.
10939
10940 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10943
10944         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10945         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10946         (nnrss-insert-w3): Ditto.
10947
10948 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10951         the articles to be forwarded including the case where neither a
10952         number of articles nor a region is specified.
10953
10954 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * nnrss.el (nnrss-request-article): Fix last change; fill
10957         text/plain parts.
10958
10959 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10962         in text/plain part.
10963         (nnrss-check-group): Don't add excessive newline to dc:subject.
10964
10965 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10966
10967         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10968         article.
10969
10970 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10971
10972         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10973         (nnml-use-compressed-files, nnml-save-mail): Support other
10974         comression programs such as bzip2.
10975
10976 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10977
10978         * dns.el (query-dns): Make sure we check the buffer size before
10979         removing tcp headers.
10980
10981 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10982
10983         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10984         remove MIME buttons associated with multipart/alternative parts.
10985         (gnus-mime-display-alternative): Tag buttons using `article-type'
10986         text property.
10987
10988         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10989         associated with multipart/alternative parts.
10990
10991         * gnus-art.el (gnus-signature-separator): Fix custom type.
10992
10993         * mm-decode.el (mm-inlined-types): Fix custom type.
10994         (mm-keep-viewer-alive-types): Ditto.
10995         (mm-automatic-display): Ditto.
10996         (mm-attachment-override-types): Ditto.
10997         (mm-inline-override-types): Ditto.
10998         (mm-automatic-external-display): Ditto.
10999
11000 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * spam-report.el (spam-report-user-mail-address)
11003         (spam-report-user-agent): New variables.
11004         (spam-report-url-ping-plain): Use spam-report-user-agent.
11005
11006 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11007
11008         * gnus-art.el (gnus-button-handle-custom): Do not just use
11009         `customize-apropos' for any "M-x customize-*" button but the
11010         function called for.  Accept both the function name and its
11011         argument in order to achieve this.
11012         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11013         function name to `gnus-button-handle-custom' in case of "M-x
11014         customize-*" buttons.
11015
11016 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11019         multipart/alternative and add xref to mm-discouraged-alternatives
11020         in doc string.
11021
11022         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11023         gnus-buttonized-mime-types in doc string.
11024
11025 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11028         Suggest image/.* in the doc string.
11029
11030 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11033         message-marks (Debian bug #342521).
11034
11035 2005-12-12  Simon Josefsson  <jas@extundo.com>
11036
11037         * password.el (password-read-from-cache): Add.
11038         (password-read): Use it.
11039
11040 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11043         us-ascii as a MIME charset.
11044
11045         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11046         against the case where the 2nd arg TYPE is nil.
11047
11048 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * pop3.el (pop3-stream-type): Fix custom version.
11051
11052         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11053
11054 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11055
11056         * mm-decode.el (mm-display-external): Add missing cdr.
11057
11058 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11061         RFC1524) if it is in mailcap or add a suffix according to
11062         mailcap-mime-extensions when generating a temp filename; postpone
11063         deleting a temp file for 2 seconds for some wrappers, shell
11064         scripts, and so on, which might exit right after having started a
11065         viewer command as a background job.
11066
11067 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11068
11069         * nntp.el (nntp-marks-directory): Fix custom group.
11070
11071         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11072         steps when < 10.
11073
11074         * gnus-start.el (gnus-no-server-1): Mention
11075         `gnus-level-default-subscribed' in doc string.
11076
11077 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11078
11079         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11080         parens.
11081
11082 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * gnus-xmas.el (gnus-use-toolbar): Revert.
11085         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11086         gnus-use-toolbar is default.
11087
11088         * messagexmas.el (message-use-toolbar): Revert.
11089         (message-setup-toolbar): Use global default-toolbar if
11090         message-use-toolbar is default.
11091
11092 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11095         according to default-toolbar-visible-p.
11096
11097         * messagexmas.el (message-use-toolbar): Ditto.
11098
11099 2005-11-26  Dave Love  <fx@gnu.org>
11100
11101         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11102         (tls-program, tls-success): Provide openssl alternative.
11103
11104         * starttls.el: Doc fixes.
11105         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11106         SERVICE to PORT.
11107
11108         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11109         port null or service name.
11110         (starttls-negotiate): Autoload.
11111
11112 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * message.el (message-kill-to-signature): Fix interactive spec.
11115
11116 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * pop3.el (pop3-open-server): Recognize a string as a service name.
11119
11120 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11121
11122         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11123
11124 2005-11-23  Dave Love  <fx@gnu.org>
11125
11126         Add pop3s, pop3/starttls.
11127
11128         * pop3.el (pop3-authentication-scheme): Clarify doc.
11129         (open-tls-stream, starttls-open-stream): Autoload.
11130         (pop3-stream-type): New.
11131         (pop3-open-server): Use it.
11132
11133         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11134         for POP.
11135         (mail-source-keyword-map): Add :stream for POP.
11136         (mail-source-fetch-pop): Use pop3-stream-type.
11137
11138 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11141         of current-time-string.
11142
11143 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11144
11145         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11146         date header.
11147
11148 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11149
11150         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11151         it can seriously impact performance as it bypasses the agent's
11152         local caches.
11153
11154 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11155
11156         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11157         must be explicitly online rather than "not explicitly offline" for
11158         its flags to be synchronized.
11159
11160         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11161         that gnus-uu-unmark-thread will function correctly.
11162
11163         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11164         1024K is instead displayed as 1M.
11165
11166 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11169
11170 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11171
11172         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11173
11174 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11175
11176         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11177         error message to display actual error condition.
11178         (gnus-agent-save-local): Avoid saving symbols that are bound to
11179         nil as they simply result in a warning message in
11180         gnus-agent-read-local.
11181
11182 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11185         rather than make-variable-buffer-local for file-precious-flag.
11186
11187 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11188
11189         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11190         for duplicates which are removed.  The invalid sort check then
11191         triggers a rescan after the sort as sorting may have moved
11192         duplicate entries such that they can be cheaply detected.
11193
11194 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11197
11198 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11199
11200         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11201         internal variable to a custom variable.  Changed default value
11202         from compressed(2) to uncompressed(1).
11203         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11204         support for uncompressed agentview files.  Taken together, reading
11205         the agentview file should now be 6-7 times faster.
11206
11207 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11208
11209         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11210         as a buffer-local variable.  This avoids creating truncated
11211         dribble files as a result of a hang up, eg.
11212
11213 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11214
11215         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11216         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11217         XEmacs.
11218
11219 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus-start.el (gnus-start-draft-setup): Enforce
11222         `gnus-draft-mode' for nndraft:drafts at startup.
11223
11224         * gnus.el (gnus-splash): Change custom group.
11225         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11226         allow-list argument.
11227
11228         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11229         string.
11230
11231 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * gnus-art.el (gnus-default-article-saver): Add user-defined
11234         `function' to custom type.
11235
11236 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11237
11238         * imap.el (imap-open): Handle case where buffer is a buffer
11239         object.
11240
11241 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11244         long lines.
11245         (gnus-cache-delete-group): Wrap doc strings.
11246
11247         * gnus-agent.el (gnus-agent-rename-group)
11248         (gnus-agent-delete-group): Wrap doc strings.
11249
11250 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * messagexmas.el (message-use-toolbar): Change the valid values
11253         into default, top, bottom, left, and right.
11254         (message-toolbar-thickness): New variable.
11255         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11256         well.
11257         (message-setup-toolbar): Make it work.
11258
11259         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11260         (gnus-use-toolbar): Change the valid values into default, top,
11261         bottom, left, and right.
11262         (gnus-toolbar-thickness): New variable.
11263         (gnus-xmas-setup-toolbar): New function.
11264         (gnus-xmas-setup-group-toolbar): Use it.
11265         (gnus-xmas-setup-summary-toolbar): Use it.
11266
11267 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11268
11269         * gnus-start.el (gnus-1): Add "native" to
11270         gnus-predefined-server-alist.
11271
11272         * gnus.el (gnus-method-to-server): Don't add "native" to the
11273         lists here, because that leads to problems when
11274         gnus-select-method is bound.
11275
11276 2005-11-09  Simon Josefsson  <jas@extundo.com>
11277
11278         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11279         use (not sort-by-date) instead.
11280
11281 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11282
11283         * gnus-delay.el (gnus-delay-group): Don't autoload.
11284         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11285         to be re-loaded when customizing the `gnus-delay' group.
11286
11287 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11288
11289         * message.el: Revert last changes.
11290         (message-insert-citation-line): Use newlines.
11291
11292 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11293
11294         * message.el (message-courtesy-message)
11295         (message-mark-insert-begin, message-mark-insert-end)
11296         (message-elide-ellipsis, message-cancel-message)
11297         (message-add-header, message-change-subject)
11298         (message-cross-post-followup-to-header)
11299         (message-cross-post-insert-note, message-reduce-to-to-cc)
11300         (message-widen-reply, message-delete-not-region)
11301         (message-kill-to-signature, message-insert-signature)
11302         (message-insert-importance-high, message-insert-importance-low)
11303         (message-insert-or-toggle-importance)
11304         (message-insert-disposition-notification-to)
11305         (message-indent-citation, message-yank-original)
11306         (message-cite-original-without-signature, message-cite-original)
11307         (message-insert-citation-line, message-position-on-field)
11308         (message-fix-before-sending, message-send-mail-partially)
11309         (message-send-mail, message-send-mail-with-sendmail)
11310         (message-send-mail-with-qmail, message-send-news)
11311         (message-check-news-header-syntax, message-generate-headers)
11312         (message-insert-courtesy-copy, message-fill-address)
11313         (message-fill-header, message-shorten-references)
11314         (message-setup-1, message-cancel-news)
11315         (message-forward-make-body-plain, message-forward-make-body-mime)
11316         (message-forward-make-body-mml, message-encode-message-body)
11317         (message-forward-make-body-digest-plain)
11318         (message-forward-make-body-digest-mime)
11319         (message-use-alternative-email-as-from): Insert `hard-newline'
11320         instead of ordinary newlines.
11321
11322 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * message.el (message-generate-headers): Downcase the argument
11325         given to message-check-element.
11326
11327 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11328
11329         * nntp.el (nntp-authinfo-rejected): New error condition.
11330         (nntp-wait-for): Use new error condition to signal authentication
11331         error.
11332         (nntp-retrieve-data): Rethrow new error condition to break out of
11333         recursive call to nntp-send-authinfo.
11334
11335 2005-11-08  Romain Francoise  <romain@orebokech.com>
11336
11337         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11338         (gnus-summary-exit-map): Bind to `Z p'.
11339         (gnus-summary-make-menu-bar): Add menu item.
11340
11341 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11344         (gnus-treat-*): Add `first' in all doc strings.
11345
11346         * gnus-group.el (gnus-group-compact-group): Fix typo.
11347
11348 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus.el (gnus-parameters-case-fold-search): New variable.
11351         (gnus-parameters-get-parameter): Use it.
11352
11353         * gnus-score.el (gnus-home-score-file): Doc fix.
11354
11355 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11356
11357         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11358
11359 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * mm-util.el (mm-special-display-p): New function.
11362
11363         * mml.el (mml-preview): Use it; doc fix.
11364
11365 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11366
11367         * imap.el (imap-open): Handle case where buffer is a buffer object.
11368
11369 2005-10-29  Romain Francoise  <romain@orebokech.com>
11370
11371         * message.el (message-fix-before-sending): Fix comment.
11372
11373 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11374
11375         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11376
11377 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11378
11379         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11380         Used in gnus-score.el.
11381
11382 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11385
11386 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11387
11388         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11389         whitespace removed in revision 7.8.  Use concatenated string to
11390         protect trailing whitespace.
11391
11392 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11393
11394         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11395         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11396         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11397         Courier IMAP ("some version from 2004").  Mostly based on similar
11398         code in the same function.
11399
11400 2005-10-26  Didier Verna  <didier@xemacs.org>
11401
11402         * gnus-group.el (gnus-group-compact-group): Invalidate original
11403         article buffer.
11404         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11405         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11406         NOV database and in article itself.
11407         Invalidate article backlog.
11408
11409 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11410
11411         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11412
11413 2005-10-26  Simon Josefsson  <jas@extundo.com>
11414
11415         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11416         part of 2004-07-25 change.
11417
11418 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * message.el (message-display-completion-list): New function.
11421         (message-expand-group): Use it; make sure the Completions buffer
11422         is modifiable.
11423 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11424
11425         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11426         user-mail-name is an empty string.
11427
11428 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11431         depending on gnus-score-decay-constant.
11432
11433         * encrypt.el (encrypt-insert-file-contents)
11434         (encrypt-write-file-contents): Don't use `gnus-message'.
11435
11436         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11437         arguments.
11438         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11439         arguments to mm-uu-verbatim-marks-extract.
11440         (mm-uu-hide-markers): New variable.
11441         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11442
11443         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11444         (gnus-convert-image-to-face-command): Use "convert" by default to
11445         allow other input image formats.
11446         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11447         accordingly.
11448
11449 2005-10-23  Simon Josefsson  <jas@extundo.com>
11450
11451         * imap.el (imap-gssapi-program): Align command line parameters
11452         with latest GNU SASL.
11453         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11454
11455 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11456
11457         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11458         HTML.
11459         (nnslashdot-request-article): Ditto.
11460
11461         * lpath.el (featurep): Add nobreak-char-display.
11462
11463 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11464
11465         * mail-source.el (mail-source-fetch-pop): Require pop3.
11466         (mail-source-check-pop): Ditto.
11467
11468 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11471         errors.
11472
11473 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11476         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11477
11478         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11479
11480         * mm-bodies.el (mm-decode-string): Call
11481         `mm-charset-to-coding-system' with allow-override argument.
11482
11483 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11486         (rfc2047-charset-to-coding-system): New function.
11487         (rfc2047-decode-encoded-words): New function.
11488         (rfc2047-decode-region): Use them.
11489         (rfc2047-decode-cte): Remove.
11490         (rfc2047-parse-and-decode): Remove.
11491         (rfc2047-decode): Remove.
11492
11493 2005-10-15  Kenichi Handa  <handa@m17n.org>
11494
11495         * rfc2047.el (rfc2047-decode-cte): New function.
11496         (rfc2047-decode-region): Change the way to decode successive
11497         encoded-words: decode B- or Q-encoding in each encoded-word,
11498         concatenate them, and decode it as charset.
11499
11500 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * lpath.el: Fbind codepage-setup for XEmacs.
11503
11504 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11505
11506         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11507         widget-move-and-invoke.
11508         (gnus-custom-mode): Use gnus-custom-map.
11509
11510 2005-10-15  Bill Wohler  <wohler@newt.com>
11511
11512         * message.el (message-tool-bar-map): Renamed image file from
11513         mail_send to mail/send.
11514
11515 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11516
11517         * message.el (message-expand-group): Pass the common
11518         prefix substring of completion to `display-completion-list'.
11519
11520 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * mml-sec.el (mml-secure-method): New internal variable.
11523         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11524         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11525         functions using mml-secure-method.
11526
11527         * mml.el (mml-mode-map): Add key bindings for those functions.
11528         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11529         Harder <harder@myrealbox.com>.
11530         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11531         end of message if point is the headers of the message.
11532
11533         * message.el (message-in-body-p): New function.
11534
11535         * assistant.el: Autoload gnus-util and netrc.
11536
11537         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11538         Use `mm-charset-override-alist' only when decoding.
11539
11540         * mm-bodies.el (mm-decode-body): Call
11541         `mm-charset-to-coding-system' with allow-override argument.
11542
11543         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11544         `filename' from Content-Disposition if Content-Type doesn't
11545         provide `name'.
11546         (gnus-mime-view-part-as-type): Set default instead of
11547         initial-input.
11548
11549 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11550
11551         * format-spec.el (format-spec): Propagate text properties of % spec.
11552
11553 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * gnus-art.el (gnus-treat-predicate): Add `first'.
11556
11557 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11560         (mm-charset-override-alist): New variable.
11561         (mm-charset-to-coding-system): Use it.
11562         (mm-codepage-setup): New helper function.
11563         (mm-charset-eval-alist): New variable.
11564         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11565         about unknown charsets.
11566
11567         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11568
11569 2005-10-04  David Hansen  <david.hansen@gmx.net>
11570
11571         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11572         (nnrss-check-group): Ditto.
11573
11574 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11577         Rename x-gnus-verbatim to x-verbatim.
11578         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11579
11580         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11581         x-verbatim.
11582
11583         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11584
11585         * gnus-util.el (gnus-remove-duplicates): Remove.
11586
11587         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11588         instead of gnus-remove-duplicates.
11589
11590         * message.el (message-remove-duplicates): Remove.
11591         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11592         message-remove-duplicates.
11593
11594         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11595         available, else use implementation from `delete-dups'.
11596
11597         * message.el (message-insert-expires): New function.
11598         (message-mode-map): Add key binding.
11599         (message-mode-field-menu): Add menu entry.
11600         (message-mode): Document it.
11601         (message-make-expires-date): Use `message-make-date'.
11602
11603 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11604
11605         * message.el (message-make-expires-date): New function.
11606
11607 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * Makefile.in (list-installed-shadows): New entry.
11610         (install): Use it.
11611         (remove-installed-shadows): New entry.
11612
11613         * dgnushack.el (dgnushack-default-load-path): New variable.
11614         (dgnushack-find-lisp-shadows): New function.
11615         (dgnushack-remove-lisp-shadows): New function.
11616
11617 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * Makefile.in (install-el-elc): New entry.
11620         (install): Use it so that .el files are necessarily installed.
11621
11622 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11625
11626 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11627
11628         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11629         function rather than the diff-mode.el package.
11630         (mm-display-external): Use with-current-buffer.
11631         (mm-viewer-completion-map, mm-viewer-completion-map):
11632         Move initialization inside declaration.
11633
11634 2005-09-29  Simon Josefsson  <jas@extundo.com>
11635
11636         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11637         autoload mail-check-payment.
11638         (spam-check-hashcash): Define unconditionally, since hashcash.el
11639         is part of Gnus now.  Ignore errors from payment checking.
11640
11641 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * message.el (message-bold-region, message-unbold-region): Rename
11644         from `bold-region' and `unbold-region'.
11645
11646         * message.el: Remove useless autoloads.
11647
11648 2005-09-28  Simon Josefsson  <jas@extundo.com>
11649
11650         * message.el (message-use-idna): Default to t.
11651         (message-use-idna): Test whether encoding works too.  Doc fix.
11652
11653 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * nntp.el (nntp-warn-about-losing-connection): Remove.
11656
11657 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11658
11659         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11660         customizable.  Change default value.
11661         (mm-uu-diff-groups-regexp): Change default value.
11662         (mm-uu-type-alist): Add doc string.
11663         (mm-uu-configure): Add doc string.  Make it interactive.
11664         (mm-uu-tex-groups-regexp): New variable.
11665         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11666         (mm-uu-type-alist): Add LaTeX documents.
11667         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11668         of "text/verbatim".
11669         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11670
11671         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11672         instead of "text/verbatim".
11673
11674         * message.el (message-mark-inserted-region)
11675         (message-mark-insert-file): Use slrn style marks when called with
11676         prefix argument.
11677
11678 2005-09-27  Simon Josefsson  <jas@extundo.com>
11679
11680         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11681
11682 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11683
11684         * message.el (message-remove-duplicates): New function.
11685         Implementation borrowed from `gnus-remove-duplicates'.
11686         (message-idna-to-ascii-rhs): Also encode idna addresses in
11687         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11688         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11689         only ask about the same idna domain once per header and also tell
11690         in what header to replace the idna domain.
11691
11692         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11693         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11694         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11695         a header is decoded and not just the last one.
11696
11697 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11700         has been decoded.
11701
11702         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11703         (mm-insert-part): Don't modify text if it has been decoded.
11704
11705         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11706         decoded.
11707
11708         * mm-view.el (mm-inline-text): Don't strip text props unless
11709         decoding enriched or richtext parts.
11710
11711 2005-09-25  Romain Francoise  <romain@orebokech.com>
11712
11713         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11714         * gnus-start.el (gnus-subscribe-interactively):
11715         * gnus-uu.el (gnus-uu-grab-articles):
11716         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11717         space.
11718
11719 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11720
11721         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11722         * mm-view.el (mm-view-pkcs7-decrypt):
11723         * gnus-sum.el (gnus-summary-limit-to-extra)
11724         (gnus-summary-respool-article, gnus-read-move-group-name):
11725         * gnus-score.el (gnus-summary-increase-score):
11726         * gnus-util.el (gnus-completing-read-with-default):
11727         * gnus-art.el (gnus-read-save-file-name)
11728         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11729         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11730         * message.el (message-check-news-header-syntax):
11731         Follow convention for reading with the minibuffer.
11732
11733 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11734
11735         * spam-report.el (spam-report-url-ping-plain):
11736         Use gnus-extended-version as User-Agent.
11737
11738         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11739         default value is nil.
11740
11741         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11742         (mm-uu-verbatim-marks-extract): New function.
11743         (mm-uu-extract): New face.
11744         (mm-uu-copy-to-buffer): Use it.
11745
11746         * spam-report.el (spam-report-gmane-ham): Renamed from
11747         `spam-report-gmane-unspam'.
11748         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11749         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11750
11751         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11752         Autoload.
11753         (spam-report-gmane-unregister-routine): Renamed
11754         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11755
11756 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11757
11758         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11759         (spam-report-gmane-unregister-routine): Add support for gmane
11760         unregistration.
11761
11762         * spam-report.el (spam-report-gmane-unspam)
11763         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11764         (spam-report-gmane): Change to take a single article and do unspam
11765         registration.
11766
11767 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11768
11769         * mm-url.el (mm-url-decode-entities): Fix regexp.
11770
11771 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11772
11773         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11774         default to nil, to be able to use Gnus at all.  If the default
11775         switches to something else, then the function should be fixed not
11776         be exceedingly slow.
11777
11778 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11779
11780         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11781         fail hard.
11782
11783         * spam-report.el: Add better Keywords line.
11784
11785         * spam.el: Add Maintainer and better Keywords line.
11786
11787 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * gnus-art.el (gnus-article-replace-part)
11790         (gnus-mime-replace-part): New functions.
11791         (gnus-mime-action-alist, gnus-mime-button-commands)
11792         (gnus-mime-save-part-and-strip): Added file argument.
11793         (gnus-article-part-wrapper): Added interactive argument.
11794
11795         * gnus-sum.el (gnus-summary-mime-map): Add
11796         `gnus-article-replace-part'.
11797
11798 2005-09-19  Didier Verna  <didier@xemacs.org>
11799
11800         The nnml compaction feature:
11801         * nnml.el (nnml-request-compact-group): New function.
11802         * nnml.el (nnml-request-compact): New function.
11803         * gnus-int.el (gnus-request-compact-group): New function.
11804         * gnus-int.el (gnus-request-compact): New function.
11805         * gnus-group.el (gnus-group-compact-group): New function.
11806         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11807         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11808         * gnus-srvr.el (gnus-server-compact-server): New function.
11809         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11810         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11811
11812 2005-09-18  Deepak Goel  <deego@gnufans.org>
11813
11814         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11815         format spec.
11816
11817 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11820
11821 2005-09-15  Romain Francoise  <romain@orebokech.com>
11822
11823         * message.el (message-fill-paragraph): Clarify docstring.
11824
11825 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-art.el (gnus-mime-display-part): Protect against broken
11828         MIME messages.
11829
11830 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11833         before parsing header.
11834
11835 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11836
11837         * html2text.el (html2text-replace-list): Add new entities.
11838
11839 2005-09-11  Romain Francoise  <romain@orebokech.com>
11840
11841         * message.el (message-alternative-emails): Improve docstring.
11842         (message-setup-1): Call `message-use-alternative-email-as-from'
11843         after `message-setup-hook' to give it precedence over posting
11844         styles, etc.
11845         (message-use-alternative-email-as-from): Add docstring.  Remove
11846         the original From header if present.
11847
11848         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11849         (nnml-save-mail): Use it.
11850
11851         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11852         articles.  Add new argument `silent'.
11853         (gnus-uu-mark-all): Report the total number of marked articles.
11854
11855 2005-09-10  Romain Francoise  <romain@orebokech.com>
11856
11857         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11858         (gnus-uu-mark-series): Likewise.
11859
11860 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * spam-report.el (spam-report-gmane): Fix generation of spam
11863         report URL.
11864
11865 2005-09-10  Simon Josefsson  <jas@extundo.com>
11866
11867         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11868         t, based on discussion on the ding list with Robert Epprecht
11869         <epprecht@solnet.ch>.
11870
11871 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * spam-report.el (spam-report-gmane): Make it work without
11874         X-Report-Spam header.  Gmane now only provides Archived-At.
11875         This is only used if `spam-report-gmane-use-article-number' is nil.
11876         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11877
11878         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11879         make `gnus-summary-sort-by-recipient' work with threading.
11880
11881         * nnweb.el (nnweb-google-wash-article): Print a message if article
11882         is not available.
11883
11884 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11885
11886         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11887         change.  Decode text/* parts content before displaying.
11888
11889 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11890
11891         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11892
11893 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11896
11897         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11898         url-package-name, url-package-version,
11899         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11900         w3m-display-inline-images, and w3m-minor-mode-map.
11901
11902 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * message.el (message-tab-body-function): Fix mismatched custom type.
11905
11906         * gnus.el (gnus-group-change-level-function): Ditto.
11907
11908         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11909
11910         * gnus-art.el (gnus-signature-limit)
11911         (gnus-article-mime-part-function): Ditto.
11912
11913 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11914
11915         * mml.el (mml-mode): Silence the byte compiler.
11916
11917         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11918         using `(sit-for 0)' before moving the point to the specified part;
11919         skip unbuttonized parts.
11920         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11921         return to the summary window if gnus-auto-select-part is non-nil.
11922
11923 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11926         variables.
11927         (mml-dnd-attach-file, mml-mode): Use them.
11928
11929         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11930         Make fetching article by MID work again for Google Groups.  Added
11931         FIXME concerning gnus-group-make-web-group.
11932
11933         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11934         Don't depend on Gnus by using mail-extract-address-components if
11935         gnus-extract-address-components is not bound.
11936
11937 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11938
11939         * gnus-art.el (gnus-mime-display-security): Don't display the
11940         signature, but only the signed part.
11941
11942 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11945
11946         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11947         list, not listp.
11948
11949 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11950
11951         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11952         when encoding.
11953
11954         * mm-bodies.el (mm-decode-content-transfer-encoding):
11955         De-canonicalize CRLF for all text content types, not just
11956         text/plain.
11957
11958 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11961         valid article; point arrow and cursor at the MIME button.
11962
11963 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11966         Suggested by Dan Christensen <jdc@uwo.ca>.
11967
11968         * mm-decode.el (mm-save-part): Enable change of prompt.
11969
11970 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11971
11972         * gnus-msg.el (gnus-inews-add-send-actions): Made
11973         `message-post-method' lambda parameter ARG `&optional'.
11974
11975 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * gnus-sum.el (gnus-summary-mime-map): Added
11978         gnus-article-save-part-and-strip, gnus-article-delete-part and
11979         gnus-article-jump-to-part.
11980
11981         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11982         (gnus-article-edit-part): Use it.
11983         (gnus-article-part-wrapper): Added no-handle argument.
11984         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11985         functions.
11986
11987 2005-08-29  Romain Francoise  <romain@orebokech.com>
11988
11989         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11990         docstring.
11991         (gnus-face-from-file): Likewise.
11992
11993 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11996         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11997         non-nil.
11998         (gnus-auto-select-part): New variable.
11999         (gnus-article-jump-to-part): New function.
12000         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12001         (gnus-mime-delete-part): Allow selecting specified part after
12002         deleting or stripping parts.
12003         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12004         part if argument is bogus.
12005
12006 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12007
12008         * gnus-art.el (w3m-minor-mode-map):
12009         * gnus-spec.el (gnus-newsrc-file-version):
12010         * gnus-util.el (nnmail-active-file-coding-system)
12011         (gnus-original-article-buffer, gnus-user-agent):
12012         * gnus.el (gnus-ham-process-destinations)
12013         (gnus-parameter-ham-marks-alist)
12014         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12015         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12016         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12017         * mm-decode.el (gnus-current-window-configuration):
12018         * mm-extern.el (gnus-article-mime-handles):
12019         * mm-url.el (url-current-object, url-package-name)
12020         (url-package-version):
12021         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12022         (smime-keys, w3m-cid-retrieve-function-alist)
12023         (w3m-current-buffer, w3m-display-inline-images)
12024         (w3m-minor-mode-map):
12025         * mml-smime.el (gnus-extract-address-components):
12026         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12027         (gnus-newsrc-hashtb, message-default-charset)
12028         (message-deletable-headers, message-options)
12029         (message-posting-charset, message-required-mail-headers)
12030         (message-required-news-headers):
12031         * mml1991.el (mc-pgp-always-sign):
12032         * mml2015.el (mc-pgp-always-sign):
12033         * nnheader.el (nnmail-extra-headers):
12034         * rfc1843.el (gnus-decode-encoded-word-function)
12035         (gnus-decode-header-function, gnus-newsgroup-name):
12036         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12037
12038 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12039
12040         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12041         the end of the date treatments.
12042
12043 2005-08-15  Simon Josefsson  <jas@extundo.com>
12044
12045         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12046         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12047         Capello and Romain Francoise.
12048         (pgg-fetch-key-function): Removed, not used?
12049         (pgg-insert-url-with-w3): Require url, to get
12050         url-insert-file-contents regardless of where it is defined.
12051
12052 2005-08-13  Romain Francoise  <romain@orebokech.com>
12053
12054         * message.el (message-cite-original-1): New function.
12055         (message-cite-original): Use it.
12056         (message-cite-original-without-signature): Ditto.
12057
12058 2005-08-08  Romain Francoise  <romain@orebokech.com>
12059
12060         * message.el (message-yank-empty-prefix): New variable.
12061         (message-indent-citation): Use it.
12062         (message-cite-original-without-signature): Respect X-No-Archive.
12063
12064 2005-08-08  Simon Josefsson  <jas@extundo.com>
12065
12066         * pgg.el: Autoload url-insert-file-contents instead of loading
12067         w3/url.
12068         (pgg-insert-url-with-w3): Don't load url here.
12069
12070 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12071
12072         * message.el (message-kill-to-signature): Don't insert newline at
12073         bol.
12074         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12075
12076 2005-08-06  Romain Francoise  <romain@orebokech.com>
12077
12078         * message.el (message-user-fqdn): Fix typo in docstring.
12079
12080 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12081
12082         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12083
12084         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12085
12086 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * mm-bodies.el (mm-encode-body): Use coding system rather than
12089         charset to encode text.
12090
12091         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12092         number of charsets if utf-8 is available (XEmacs).
12093
12094 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12097         taken from `gnus-button-mid-or-mail-regexp'.
12098         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12099         (gnus-button-alist): Improve regexp for domain part of the MIDs
12100         for news:localpart@domain buttons.
12101         (gnus-button-ctan-directory-regexp): Update.
12102
12103 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * sieve-manage.el (sieve-manage-interactive-login): Use
12106         make-local-variable rather than make-variable-buffer-local.
12107         (sieve-manage-open): Ditto.
12108         (sieve-manage-authenticate): Ditto.
12109
12110         * mml.el (mml-generate-mime-1): Make the content type default to
12111         text/plain if the filename is not specified.
12112
12113 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12116         instead of insert-buffer.
12117
12118         * message.el (message-yank-original): Ditto; set the mark at the
12119         end of the yanked message.
12120
12121 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12124         lines to scroll rather than to stop it.
12125
12126         * mml.el (mml-generate-default-type): Add doc string.
12127         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12128         default to application/octet-stream when determining the content
12129         type if it is not specified for the part or the mml contents; add
12130         a comment about mml-generate-default-type.
12131
12132 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12135         make it default to application/octet-stream when determining the
12136         content type if it is not specified for the external contents.
12137
12138 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12141         segmented parameter but also other parameters might be there.
12142
12143 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * mm-decode.el (mm-display-external): Delete temp file, directory
12146         and buffer immediately if the external process is exited.
12147
12148 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12151         fewer lines than that of scroll-margin.
12152         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12153
12154 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-art.el (gnus-article-next-page): Revert.
12157         (gnus-article-beginning-of-window): New macro.
12158         (gnus-article-next-page-1): Use it.
12159         (gnus-article-prev-page): Ditto.
12160         (gnus-article-edit-part): Use insert-buffer-substring instead of
12161         insert-buffer.
12162         (gnus-article-edit-exit): Ditto.
12163
12164         * gnus-util.el (gnus-beginning-of-window): Remove.
12165         (gnus-end-of-window): Remove.
12166
12167         * lpath.el: Don't bind header-line-format and scroll-margin.
12168
12169 2005-07-25  Simon Josefsson  <jas@extundo.com>
12170
12171         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12172         to have the url package without w3.  Reported by Daiki Ueno
12173         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12174
12175 2005-07-20  Didier Verna  <didier@xemacs.org>
12176
12177         * gnus-diary.el: Remove the description comment (nndiary is now
12178         properly documented in the Gnus manual).
12179         Fix the spelling of "Back End".
12180         * nndiary.el: Ditto.
12181         Fix the copyright notice.
12182
12183 2005-07-18  Romain Francoise  <romain@orebokech.com>
12184
12185         * gnus-sum.el (gnus-summary-to-prefix)
12186         (gnus-summary-newsgroup-prefix): New variables.
12187         (gnus-summary-from-or-to-or-newsgroups): Use them.
12188
12189 2005-07-17  Romain Francoise  <romain@orebokech.com>
12190
12191         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12192         space as it's generally not especially interesting to the user.
12193
12194 2005-07-16  Romain Francoise  <romain@orebokech.com>
12195
12196         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12197         nil to avoid prompting and file modification if one of the
12198         messages at the top of the nnfolder file contains a copyright
12199         notice.
12200         Update copyright notice.
12201
12202         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12203         instead of `current-time-string' as the latter creates a time
12204         string that is not RFC 2822 compliant (it lacks the zone).
12205         Update copyright notice.
12206
12207 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12208
12209         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12210         for text/rtf.  Display default in prompt.  Pass default for M-n.
12211
12212         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12213
12214 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12215
12216         * gnus-msg.el (gnus-button-mailto): Remove
12217         save-selected-window-window hackery because it relies on
12218         save-selected-window internals.
12219
12220 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12223         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12224         (gnus-article-prev-page): Ditto.
12225
12226         * gnus-util.el (gnus-beginning-of-window): New function.
12227         (gnus-end-of-window): New function.
12228
12229         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12230
12231 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12232
12233         * gnus-score.el (gnus-score-edit-all-score): Set
12234         gnus-score-edit-exit-function to gnus-score-edit-done and call
12235         gnus-message.
12236
12237 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12238
12239         * gnus-msg.el (gnus-button-mailto): Remove
12240         save-selected-window-window hackery because it relies on
12241         save-selected-window internals.
12242
12243 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12246         add-minor-mode.
12247         (gnus-binary-mode): Ditto.
12248
12249         * gnus-topic.el (gnus-topic-mode): Ditto.
12250
12251 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12252
12253         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12254         (gnus-article-prev-page): Take scroll-margin into consideration.
12255
12256 2005-07-04  Lute Kamstra  <lute@gnu.org>
12257
12258         Update FSF's address in GPL notices.
12259
12260 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12261
12262         * gnus.el (gnus-exit):
12263         * gnus-group.el (gnus-group-icons):
12264         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12265
12266         * gnus-nocem.el (gnus-nocem):
12267         * message.el (message-various, message-buffers, message-sending)
12268         (message-interface, message-forwarding, message-insertion)
12269         (message-headers, message-news, message-mail):
12270         * pgg-gpg.el (pgg-gpg):
12271         * pgg-parse.el (pgg-parse):
12272         * pgg-pgp.el (pgg-pgp):
12273         * pgg-pgp5.el (pgg-pgp5):
12274         * pop3.el (pop3): Finish `defgroup' description with period.
12275
12276 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-art.el (article-display-face): Improve the efficiency.
12279         (article-display-x-face): Ditto; remove grey x-face stuff.
12280
12281 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * gnus-art.el (article-display-face): Correct the position in
12284         which Faces are inserted.
12285
12286 2005-06-29  Didier Verna  <didier@xemacs.org>
12287
12288         * gnus-art.el (article-display-face): Display faces in correct
12289         order.
12290
12291 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12294         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12295         (gnus-nocem-check-article): Fetch the Type header.
12296         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12297         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12298         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12299         make sure gnus-nocem-hashtb is initialized.
12300         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12301         (gnus-nocem-unwanted-article-p): Ditto.
12302
12303         * pgg.el (pgg-verify): Return the verification result.
12304
12305 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12306
12307         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12308         is ascii.
12309
12310 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12311
12312         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12313         `show-nonbreak-escape'.
12314
12315 2005-06-23  Lute Kamstra  <lute@gnu.org>
12316
12317         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12318
12319         * dig.el (dig-mode):
12320         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12321
12322 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12323
12324         * nnimap.el (nnimap-split-download-body): Fix spellings.
12325
12326 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12327
12328         * gnus-art.el (gnus-article-encrypt-body):
12329         * gnus-cus.el (gnus-score-customize):
12330         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12331         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12332
12333 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12334
12335         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12336         header by looking for magic "MII" at the beginnig.
12337
12338 2005-06-16  Miles Bader  <miles@gnu.org>
12339
12340         * gnus-xmas.el (gnus-xmas-group-startup-message):
12341         Use renamed gnus-splash face.
12342
12343         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12344         (assistant-field-face): New backward-compatibility alias for renamed
12345         face.
12346         (assistant-render-text): Use renamed assistant-field face.
12347
12348         * spam.el (spam): Remove "-face" suffix from face name.
12349         (spam-face): New backward-compatibility alias for renamed face.
12350         (spam-face, spam-initialize): Use renamed spam face.
12351
12352         * message.el (message-header-to, message-header-cc)
12353         (message-header-subject, message-header-newsgroups)
12354         (message-header-other, message-header-name)
12355         (message-header-xheader, message-separator, message-cited-text)
12356         (message-mml): Remove "-face" suffix from face names.
12357         (message-header-to-face, message-header-cc-face)
12358         (message-header-subject-face, message-header-newsgroups-face)
12359         (message-header-other-face, message-header-name-face)
12360         (message-header-xheader-face, message-separator-face)
12361         (message-cited-text-face, message-mml-face):
12362         New backward-compatibility aliases for renamed faces.
12363         (message-font-lock-keywords): Use renamed message faces.
12364
12365         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12366         (sieve-test-commands, sieve-tagged-arguments):
12367         Remove "-face" suffix from face names.
12368         (sieve-control-commands-face, sieve-action-commands-face)
12369         (sieve-test-commands-face, sieve-tagged-arguments-face):
12370         New backward-compatibility aliases for renamed faces.
12371         (sieve-control-commands-face, sieve-action-commands-face)
12372         (sieve-test-commands-face, sieve-tagged-arguments-face):
12373         Use renamed sieve faces.
12374
12375         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12376         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12377         (gnus-group-news-3-empty, gnus-group-news-4)
12378         (gnus-group-news-4-empty, gnus-group-news-5)
12379         (gnus-group-news-5-empty, gnus-group-news-6)
12380         (gnus-group-news-6-empty, gnus-group-news-low)
12381         (gnus-group-news-low-empty, gnus-group-mail-1)
12382         (gnus-group-mail-1-empty, gnus-group-mail-2)
12383         (gnus-group-mail-2-empty, gnus-group-mail-3)
12384         (gnus-group-mail-3-empty, gnus-group-mail-low)
12385         (gnus-group-mail-low-empty, gnus-summary-selected)
12386         (gnus-summary-cancelled, gnus-summary-high-ticked)
12387         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12388         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12389         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12390         (gnus-summary-low-undownloaded)
12391         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12392         (gnus-summary-low-unread, gnus-summary-normal-unread)
12393         (gnus-summary-high-read, gnus-summary-low-read)
12394         (gnus-summary-normal-read, gnus-splash):
12395         Remove "-face" suffix from face names.
12396         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12397         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12398         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12399         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12400         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12401         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12402         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12403         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12404         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12405         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12406         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12407         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12408         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12409         (gnus-summary-normal-ticked-face)
12410         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12411         (gnus-summary-normal-ancient-face)
12412         (gnus-summary-high-undownloaded-face)
12413         (gnus-summary-low-undownloaded-face)
12414         (gnus-summary-normal-undownloaded-face)
12415         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12416         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12417         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12418         (gnus-splash-face):
12419         New backward-compatibility aliases for renamed faces.
12420         (gnus-group-startup-message): Use renamed gnus faces.
12421
12422         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12423         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12424         (gnus-server-agent): Remove "-face" suffix from face names.
12425         (gnus-server-agent-face, gnus-server-opened-face)
12426         (gnus-server-closed-face, gnus-server-denied-face)
12427         (gnus-server-offline-face):
12428         New backward-compatibility aliases for renamed faces.
12429         (gnus-server-agent-face, gnus-server-opened-face)
12430         (gnus-server-closed-face, gnus-server-denied-face)
12431         (gnus-server-offline-face): Use renamed gnus faces.
12432
12433         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12434         Remove "-face" suffix from face names.
12435         (gnus-picon-xbm-face, gnus-picon-face):
12436         New backward-compatibility aliases for renamed faces.
12437
12438         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12439         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12440         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12441         (gnus-cite-11): Remove "-face" suffix from face names.
12442         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12443         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12444         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12445         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12446         New backward-compatibility aliases for renamed faces.
12447         (gnus-cite-attribution-face, gnus-cite-face-list)
12448         (gnus-article-boring-faces): Use renamed gnus faces.
12449
12450         * gnus-art.el (gnus-signature, gnus-header-from)
12451         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12452         (gnus-header-content): Remove "-face" suffix from face names.
12453         (gnus-signature-face, gnus-header-from-face)
12454         (gnus-header-subject-face, gnus-header-newsgroups-face)
12455         (gnus-header-name-face, gnus-header-content-face):
12456         New backward-compatibility aliases for renamed faces.
12457         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12458
12459         * gnus-sum.el (gnus-summary-selected-face)
12460         (gnus-summary-highlight): Use renamed gnus faces.
12461         * gnus-group.el (gnus-group-highlight): Likewise.
12462
12463 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12464
12465         * gnus-sieve.el (gnus-sieve-article-add-rule):
12466         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12467         * spam-stat.el (spam-stat-buffer-change-to-spam)
12468         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12469
12470         * message.el (message-is-yours-p):
12471         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12472
12473 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * mm-view.el (mm-inline-text): Withdraw the last change.
12476
12477 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12480         executing enriched-decode.
12481
12482 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12485         charset of tar files.
12486
12487 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12488
12489         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12490
12491 2005-06-04  Lute Kamstra  <lute@gnu.org>
12492
12493         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12494         information is never recorded.
12495
12496 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12497
12498         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12499
12500 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12501
12502         * pop3.el (pop3-apop): Run md5 in the binary mode.
12503
12504         * starttls.el (starttls-set-process-query-on-exit-flag):
12505         Use eval-and-compile.
12506
12507 2005-05-31  Simon Josefsson  <jas@extundo.com>
12508
12509         * smime.el (smime-replace-in-string): Define.
12510         (smime-cert-by-ldap-1): Use it.
12511
12512 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * gnus-art.el (article-display-x-face): Replace
12515         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12516
12517         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12518         set-process-query-on-exit-flag or process-kill-without-query.
12519
12520         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12521         loop instead of replace-regexp.
12522
12523         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12524         instead of process-kill-without-query if it is available.
12525
12526         * lpath.el: Fbind ldap-search-entries.
12527
12528         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12529         instead of find-file-hooks if it is available.
12530
12531         * mml1991.el: Bind pgg-default-user-id when compiling.
12532
12533         * mml2015.el: Bind pgg-default-user-id when compiling.
12534
12535         * nndraft.el (nndraft-request-associate-buffer):
12536         Use write-contents-functions instead of write-contents-hooks if it is
12537         available.
12538
12539         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12540         instead of find-file-hooks if it is available.
12541
12542         * nntp.el (nntp-open-connection): Replace
12543         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12544         (nntp-open-ssl-stream): Ditto.
12545         (nntp-open-tls-stream): Ditto.
12546
12547         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12548         set-process-query-on-exit-flag or process-kill-without-query.
12549         (starttls-open-stream-gnutls): Use it instead of
12550         process-kill-without-query.
12551         (starttls-open-stream): Ditto.
12552
12553 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12554
12555         * smime.el (smime-cert-by-ldap-1): Don't use
12556         replace-regexp-in-string.
12557
12558 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12559
12560         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12561
12562         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12563         in PEM format.  Adjust to the XEmacs compability.
12564
12565 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12566
12567         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12568         by `string-to-number'.
12569         * gnus-agent.el (gnus-agent-regenerate-group)
12570         (gnus-agent-fetch-articles): Ditto.
12571         * gnus-art.el (gnus-button-fetch-group): Ditto.
12572         * gnus-cache.el (gnus-cache-generate-active)
12573         (gnus-cache-articles-in-group): Ditto.
12574         * gnus-group.el (gnus-group-set-current-level)
12575         (gnus-group-insert-group-line): Ditto.
12576         * gnus-score.el (gnus-score-set-expunge-below)
12577         (gnus-score-set-mark-below, gnus-summary-score-effect)
12578         (gnus-summary-score-entry): Ditto.
12579         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12580         (gnus-soup-pack): Ditto.
12581         * gnus-spec.el (gnus-xmas-format): Ditto.
12582         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12583         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12584         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12585         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12586         * nndb.el (nndb-get-remote-expire-response): Ditto.
12587         * nndiary.el (nndiary-parse-schedule-value)
12588         (nndiary-string-to-number, nndiary-request-replace-article)
12589         (nndiary-request-article): Ditto.
12590         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12591         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12592         * nneething.el (nneething-make-head): Ditto.
12593         * nnfolder.el (nnfolder-request-article)
12594         (nnfolder-retrieve-headers): Ditto.
12595         * nnheader.el (nnheader-file-to-number): Ditto.
12596         * nnkiboze.el (nnkiboze-request-article): Ditto.
12597         * nnmail.el (nnmail-process-unix-mail-format)
12598         (nnmail-process-babyl-mail-format): Ditto.
12599         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12600         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12601         (nnmh-request-create-group, nnmh-request-list-1)
12602         (nnmh-request-group, nnmh-request-article): Ditto.
12603         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12604         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12605         * nnsoup.el (nnsoup-make-active): Ditto.
12606         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12607         * nntp.el (nntp-find-group-and-number)
12608         (nntp-retrieve-headers-with-xover): Ditto.
12609         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12610         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12611         (pgg-format-key-identifier): Ditto.
12612         * pop3.el (pop3-last, pop3-stat): Ditto.
12613         * qp.el (quoted-printable-decode-region): Ditto.
12614
12615         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12616         of concat.
12617
12618 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12619
12620         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12621
12622         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12623
12624         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12625
12626         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12627
12628         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12629
12630         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12631
12632         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12633         (gnus-carpal-mode): Ditto.
12634
12635         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12636         (gnus-browse-mode): Ditto.
12637
12638         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12639
12640         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12641
12642 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12643
12644         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12645
12646 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-util.el (gnus-run-mode-hooks): New function.
12649
12650         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12651
12652         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12653         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12654
12655 2005-05-27  Lute Kamstra  <lute@gnu.org>
12656
12657         * dns-mode.el (dns-mode): Specify customization group.
12658
12659 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12660
12661         * gnus-agent.el (gnus-agent-make-mode-line-string):
12662         Use mode-line-highlight as mouse-face.
12663
12664 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * canlock.el (canlock): Change the parent group to news.
12667
12668         * deuglify.el (gnus-outlook-deuglify): Add :group.
12669
12670         * dig.el (dig): Add :group.
12671
12672         * dns-mode.el (dns-mode): Add :group.
12673
12674         * encrypt.el (encrypt): Add :group.
12675
12676         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12677         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12678         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12679         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12680         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12681
12682         * gnus-diary.el (gnus-diary): Add :group.
12683
12684         * gnus.el (gnus-group-news-1-face): Add :group.
12685         (gnus-group-news-1-empty-face): Ditto.
12686         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12687         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12688         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12689         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12690         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12691         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12692         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12693         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12694         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12695         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12696         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12697         (gnus-summary-high-ticked-face): Ditto.
12698         (gnus-summary-low-ticked-face): Ditto.
12699         (gnus-summary-normal-ticked-face): Ditto.
12700         (gnus-summary-high-ancient-face): Ditto.
12701         (gnus-summary-low-ancient-face): Ditto.
12702         (gnus-summary-normal-ancient-face): Ditto.
12703         (gnus-summary-high-undownloaded-face): Ditto.
12704         (gnus-summary-low-undownloaded-face): Ditto.
12705         (gnus-summary-normal-undownloaded-face): Ditto.
12706         (gnus-summary-high-unread-face): Ditto.
12707         (gnus-summary-low-unread-face): Ditto.
12708         (gnus-summary-normal-unread-face): Ditto.
12709         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12710         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12711
12712         * hashcash.el (hashcash): New custom group.
12713         (hashcash-default-payment): Add :group.
12714         (hashcash-payment-alist): Ditto.
12715         (hashcash-default-accept-payment): Ditto.
12716         (hashcash-accept-resources): Ditto.
12717         (hashcash-path): Ditto.
12718         (hashcash-extra-generate-parameters): Ditto.
12719         (hashcash-double-spend-database): Ditto.
12720         (hashcash-in-news): Ditto.
12721
12722         * message.el (message-minibuffer-local-map): Add :group.
12723
12724         * netrc.el (netrc): Add :group.
12725
12726         * sieve-manage.el (sieve-manage-log): Add :group.
12727         (sieve-manage-default-user): Diito.
12728         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12729         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12730         (sieve-manage-authenticators): Ditto.
12731         (sieve-manage-authenticator-alist): Ditto.
12732         (sieve-manage-default-port): Ditto.
12733
12734         * sieve-mode.el (sieve-control-commands-face): Add :group.
12735         (sieve-action-commands-face): Ditto.
12736         (sieve-test-commands-face): Ditto.
12737         (sieve-tagged-arguments-face): Ditto.
12738
12739         * smime.el (smime): Add :group.
12740
12741         * spam-report.el (spam-report): Add :group.
12742
12743         * spam.el (spam, spam-face): Add :group.
12744
12745 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12748         return \n.\n.\n at the end of articles.  Protect against that.
12749         (nntp-with-open-group): Allow debugging.
12750
12751         * nnheader.el (mail-header-set-extra): Make into a function
12752         because I just could't understand how to quote the list properly.
12753
12754         * dns.el (query-dns-cached): New function.
12755
12756 2005-05-26  Lute Kamstra  <lute@gnu.org>
12757
12758         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12759
12760 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12763
12764         * gnus-art.el: Don't autoload mail-extract-address-components.
12765
12766         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12767         eval-and-compile to evaluate it.
12768
12769         * hashcash.el: Don't autoload executable-find.
12770
12771         * nndb.el: Don't declare the nndb back end two or more times; don't
12772         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12773
12774         * nntp.el: Autoload format-spec instead of format; use
12775         eval-and-compile to evaluate autoload forms.
12776
12777 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12778
12779         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12780
12781 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782
12783         * gnus.el (gnus-version-number): Bump version.
12784
12785 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12786
12787         * gnus.el: No Gnus v0.3 is released.
12788
12789 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12790
12791         * lpath.el (featurep): Bind show-nonbreak-escape.
12792
12793 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-art.el (gnus-article-edit-part): Disable undo.
12796
12797 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12800         gnus-article-date-lapsed-new-header is t if date timer is active;
12801         skip headers in which the original date value is empty.
12802         (gnus-article-save-original-date): Redefine it as a macro.
12803         (gnus-display-mime): Use it.
12804
12805 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * gnus-art.el (article-date-ut): Support converting date in
12808         forwarded parts as well.
12809         (gnus-article-save-original-date): New function.
12810         (gnus-display-mime): Use it.
12811
12812 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12813
12814         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12815         enclosure element of <item>.
12816
12817 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * message.el (message-kill-buffer-query): Renamed from
12820         `message-kill-buffer-query-if-modified'.  Added :version.
12821
12822 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12825         window layout.
12826
12827 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * mml.el: Autoload dnd when compiling.
12830
12831 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12834         x-dnd-*.
12835
12836 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * qp.el (quoted-printable-encode-region): Save excursion.
12839
12840 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12841
12842         * message.el (message-kill-buffer-query-if-modified): Add new variable
12843         so the user can kill a modified message buffer quickly.
12844         (message-kill-buffer): Use it.
12845
12846 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * lpath.el: Fbind display-time-event-handler; don't fbind
12849         string-to-multibyte.
12850
12851         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12852
12853 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12856         contained in text because xml.el decodes entities) with LFs.
12857
12858 2005-04-11  Lute Kamstra  <lute@gnu.org>
12859
12860         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12861         differently.
12862
12863 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12864
12865         * mm-util.el (mm-detect-coding-region): Typo.
12866
12867 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12870
12871 2005-04-06  Deepak Goel  <deego@gnufans.org>
12872
12873         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12874         user-function allow user modifications of the scores.
12875         (spam-stat-score-buffer-user): New function, to allow
12876         user-computed modifications to the score.
12877         (spam-stat-score-buffer-user-functions): List of additional
12878         scoring functions.
12879         (spam-stat-error-holder): Global temporary error holder.
12880         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12881         variable.
12882
12883 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12884
12885         * gnus-registry.el (gnus-registry-clean-empty-function)
12886         (gnus-registry-trim, gnus-registry-fetch-groups)
12887         (gnus-registry-delete-group): Groups that match
12888         `gnus-registry-ignored-groups' are removed from the registry
12889         entries, not just ignored for splitting.  This helps clean up the
12890         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12891         to get all the groups a message ID is in.
12892
12893         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12894         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12895         (spam-stat-score-buffer-user-functions): Add :number custom type.
12896
12897 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12900         argument in XEmacs.
12901
12902         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12903         (nnrss-request-group): Decode group name first.
12904         (nnrss-request-article): Make a text/plain article if mml-to-mime
12905         failed.
12906         (nnrss-get-encoding): Return a compatible encoding according to
12907         nnrss-compatible-encoding-alist.
12908         (nnrss-find-el): Use consp instead of listp.
12909         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12910
12911 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12914         which Emacs 20 doesn't support.
12915         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12916
12917 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12920         silence the byte compiler inside the defun.
12921
12922         * gnus-demon.el (parse-time-string): Add autoload.
12923
12924         * gnus-delay.el (parse-time-string): Add autoload.
12925
12926         * gnus-art.el (parse-time-string): Add autoload.
12927
12928         * nnultimate.el (parse-time): Require for `parse-time-string'.
12929
12930 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12933
12934         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12935
12936         * smime.el (smime-ldap-host-list): Add :version.
12937
12938 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12941         pass it to `gnus-browse-read-group'.
12942         (gnus-browse-read-group): Add NUMBER argument and pass it to
12943         `gnus-group-read-ephemeral-group'.
12944
12945         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12946         argument and pass it to `gnus-group-read-group'.
12947
12948 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12949
12950         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12951         mm-xemacs-find-mime-charset-1 if we have the mule feature
12952         available at runtime.
12953
12954 2005-03-25  Werner Lemberg  <wl@gnu.org>
12955
12956         * nnmaildir.el: Replace `illegal' with `invalid'.
12957
12958 2005-03-23  Lute Kamstra  <lute@gnu.org>
12959
12960         * time-date.el: Add comment on time value formats.
12961         Don't require parse-time.
12962         (with-decoded-time-value): New macro.
12963         (encode-time-value): New function.
12964         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12965         (days-to-time): Return a valid time value when arg is huge.
12966         (time-since): Use time-subtract.
12967         (time-to-number-of-days): Use time-to-seconds.
12968
12969 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12970
12971         * gnus-start.el (gnus-display-time-event-handler):
12972         Check display-time-timer at runtime rather than only at load time
12973         in case display-time-mode is turned off in the mean time.
12974
12975 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12978         used.
12979
12980         * nneething.el (nneething-map-file-directory): Derive from
12981         `gnus-directory'.
12982
12983         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12984         the To/Cc button.
12985
12986 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12987
12988         * nnmaildir.el (nnmaildir-request-accept-article):
12989         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12990
12991 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12992
12993         * gnus-async.el: Require timer-funcs at compile time when in
12994         XEmacs for `run-with-idle-timer'.
12995
12996 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12997
12998         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12999         autoloaded function.
13000
13001 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13002
13003         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13004
13005 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13006
13007         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13008
13009 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13010
13011         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13012         gnus-expert-user to default.
13013
13014 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13015
13016         * nnimap.el (nnimap-open-server): Ditto.
13017
13018         * imap.el (imap-authenticate): Fix typo.
13019
13020 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13021
13022         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13023         buffer (since IMAP server might return FETCH response out of
13024         order, and the nntp buffer must be sorted).
13025
13026 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13027
13028         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13029         comparison on string.
13030
13031         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13032         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13033         (gnus-agent-summary-fetch-series): Modified to protect against
13034         gnus-agent-summary-fetch-group clearing processable flags.
13035         (gnus-agent-synchronize-group-flags): Update live group buffer as
13036         synchronization may occur due to the user toggle the plugged
13037         status.
13038         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13039         successfully downloaded.
13040         (gnus-agent-expire-group-1): Avoid using markers when the overview
13041         is in ascending order; greatly improves performance.
13042         (gnus-agent-regenerate-group): Use
13043         gnus-agent-synchronize-group-flags to reset read status in both
13044         gnus and server.
13045         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13046
13047 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * message.el: Don't autoload former message-utils variables.
13050         (message-strip-subject-trailing-was): Change doc string.
13051
13052         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13053         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13054         (nnweb-google-search): Add "hl=en" here.
13055         (nnweb-google-parse-1, nnweb-google-create-mapping):
13056         Don't hardcode URL.
13057
13058 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * message.el (message-get-reply-headers, message-followup):
13061         Mention related variables `message-use-followup-to' and
13062         `message-use-mail-followup-to', in the information buffer.
13063
13064         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13065         of broken groups(-beta).google.com.
13066
13067 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13068
13069         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13070         parameter to invoked gnus-request-move-article; remove the
13071         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13072         all at once instead of once per article.
13073         (gnus-summary-remove-process-mark): Accept a list of articles as
13074         well as a single article for processing.
13075
13076         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13077         parameter.
13078
13079         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13080
13081         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13082
13083         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13084         parameter.
13085
13086         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13087         parameter.
13088
13089         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13090         parameter and remove the gnus-sum-hint-move-is-internal variable.
13091
13092         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13093         parameter.
13094
13095         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13096         parameter.
13097
13098         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13099         parameter.
13100
13101         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13102
13103         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13104         parameter.
13105
13106         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13107         parameter.
13108
13109 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13110
13111         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13112         a more conservative way.
13113
13114 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13115
13116         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13117         buffer, so it moves the window's cursor.
13118
13119 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13120
13121         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13122         `mm-dissect-multipart' and receive the from field as an (optional)
13123         argument from `mm-dissect-multipart'.
13124         (mm-dissect-multipart): Receive the from field as an argument and
13125         pass it on when we call `mm-dissect-buffer' on MIME parts.
13126         Fixes verification/decryption of signed/encrypted MIME parts.
13127
13128 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13129
13130         * gnus-sum.el (gnus-summary-move-article): Set
13131         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13132         whatever it calls (right now, only nnimap-request-move article
13133         respects it).
13134
13135         * nnimap.el (nnimap-request-move-article): When
13136         gnus-sum-hint-move-is-internal is set, don't do the extra
13137         nnimap-request-article.
13138
13139 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13142
13143         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13144         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13145
13146         * gnus-sum.el (gnus-summary-caesar-message):
13147         Apply `gnus-treat-article' after rotation.
13148
13149         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13150         doc string.
13151
13152 2005-02-22  Simon Josefsson  <jas@extundo.com>
13153
13154         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13155         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13156         <arne@arnested.dk>.
13157         (encrypt): Add password-cache and password-cache-expiry as group
13158         members.
13159
13160 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13161
13162         * smime.el (smime-ldap-host-list): Doc fix.
13163         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13164         cache) password.
13165         (smime-sign-region): Use it.
13166         (smime-decrypt-region): Use it.
13167         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13168         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13169         fails.
13170         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13171         certificate from DER to PEM format rather than calling openssl.
13172
13173         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13174
13175         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13176         for signing/encryption.
13177
13178         * mml.el (mml-parse-1): Use them.
13179
13180 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13181
13182         * nnrss.el (nnrss-verbose): Removed.
13183         (nnrss-request-group): Use `nnheader-message' instead.
13184
13185 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13186
13187         * nnrss.el (nnrss-verbose): New variable.
13188         (nnrss-request-group): Make it say nnrss is requesting a group.
13189
13190 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13193         Handle news URL with given port correctly.
13194
13195 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13198         containing special characters.
13199
13200         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13201
13202         * mml.el (mime-to-mml): Ditto.
13203
13204         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13205         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13206         (rfc2047-decode-region): Quote decoded words containing special
13207         characters when rfc2047-quote-decoded-words-containing-tspecials
13208         is non-nil.
13209
13210 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13213
13214         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13215
13216 2005-02-15  Simon Josefsson  <jas@extundo.com>
13217
13218         * nnimap.el (nnimap-debug): Doc fix.
13219
13220         * imap.el (imap-debug): Doc fix.
13221
13222 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13225
13226 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13227
13228         * gnus.el (spam-contents): Improve docs for spam-contents
13229         parameter in its variable incarnation.
13230
13231 2005-02-14  Simon Josefsson  <jas@extundo.com>
13232
13233         * smime-ldap.el: Use require instead of load-library for ldap.
13234         (smime-ldap-search): Indent.
13235         (smime-ldap-search-internal): Shorten line.
13236
13237         * smime.el (smime-cert-by-dns): Add doc-string.
13238         (smime-cert-by-ldap-1): Indent.
13239
13240         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13241         mml-smime-get-dns-ldap.
13242         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13243
13244 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13245
13246         * smime.el: Require smime-ldap.
13247         (smime-ldap-host-list): New variable.
13248         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13249
13250         * mml-smime.el (mml-smime-encrypt-query): New function.
13251         (mml-smime-encrypt-query): Use it.
13252
13253         * smime-ldap.el: New file.
13254
13255 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13258
13259 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13262         argument in doc string.  Make query for type more clear.
13263
13264 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * gnus.el (gnus-group-startup-message): Search for gnus images in
13267         etc/images/gnus.
13268         * mm-util.el (mm-image-load-path): Likewise.
13269         * smiley.el (smiley-data-directory): Search for smilies in
13270         etc/images/smilies.
13271
13272 2005-02-09  Kim F. Storm  <storm@cua.dk>
13273
13274         Change Emacs release version from 21.4 to 22.1 throughout.
13275         Change Emacs development version from 21.3.50 to 22.0.50.
13276
13277 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13280
13281         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13282         non-Mule XEmacs as well.
13283         (mm-decompress-buffer): Signal an error intentionally if it does
13284         not decompress compressed data because auto-compression-mode is
13285         disabled.
13286
13287 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13288
13289         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13290         an ID in the registry even if it has no groups.
13291
13292 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13295         merge it into mm-decompress-buffer.
13296         (gnus-mime-copy-part): Use the MIME part charset, the value which
13297         a user specified or gnus-newsgroup-charset for decoding, like
13298         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13299         save-buffer what was used.  Suggested by Kevin Ryde
13300         <user42@zip.com.au>.
13301         (gnus-mime-inline-part): Allow the name parameter as well as the
13302         filename parameter; force decompressing of compressed data; always
13303         display contents being not decoded as unibyte.
13304
13305         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13306         as well as the filename parameter.
13307
13308         * mm-util.el (mm-decompress-buffer): Merge
13309         gnus-mime-jka-compr-maybe-uncompress.
13310         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13311         of compressed data.
13312
13313 2005-02-08  Simon Josefsson  <jas@extundo.com>
13314
13315         * imap.el (imap-log): Doc fix.
13316
13317 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13320         the coding cookies; decompress compressed parts.
13321
13322         * mml.el (mml-generate-mime-1): Add the charset parameter according
13323         to the value which a user specified manually or the coding cookie.
13324
13325         * mm-util.el (mm-string-to-multibyte): New function.
13326         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13327         (mm-coding-system-to-mime-charset): New function.
13328         (mm-decompress-buffer): New function.
13329         (mm-find-buffer-file-coding-system): New function.
13330
13331         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13332         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13333         parts.
13334
13335 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13336
13337         * mm-view.el (mm-display-inline-fontify): Decode a part according
13338         to the charset parameter.
13339
13340 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13343         prefix arg is neither nil nor a number, as info specifies.
13344
13345 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13348         timestamps.
13349
13350 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13351
13352         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13353         groups error checking and notify user.
13354
13355 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13356
13357         * message.el (message-send-mail-function): Check existence of
13358         sendmail-program first before using default value
13359         `message-send-mail-with-sendmail'.  Otherwise use more generic
13360         `smtpmail-send-it'.
13361
13362 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * nntp.el (nntp-request-update-info): Always return nil.
13365
13366 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13367
13368         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13369
13370 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13371
13372         * message.el (message-beginning-of-line): Change the behavior when
13373         invoked between BOL and : so that it first moves backward.
13374
13375 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13378         article buffer when editing of the article is discarded.
13379         (gnus-article-prepare): Revert.
13380
13381 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (gnus-article-prepare):
13384         Remove message-strip-forbidden-properties from the local hook.
13385
13386 2005-01-27  Simon Josefsson  <jas@extundo.com>
13387
13388         * password.el (password-cache-add): Only start one timer per key.
13389         Reported by Derek Atkins <warlord@MIT.EDU>.
13390
13391 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13392
13393         * run-at-time.el: Removed.  It is no longer needed as
13394         timer-funcs.el in the xemacs-base package has a working version of
13395         `run-at-time'.
13396
13397         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13398
13399         * password.el: Require timer-funcs instead of run-at-time in
13400         XEmacs.
13401         Remove `password-run-at-time' macro.
13402         (password-cache-add): Use `run-at-time' instead of
13403         `password-run-at-time'.
13404
13405         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13406         Remove `nnheader-cancel-function-timers' alias,
13407         `cancel-function-timers' exists in XEmacs in timer-funcs.
13408
13409         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13410         for `run-with-idle-timer'.
13411
13412         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13413         for `run-at-time'.
13414
13415         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13416         for `with-timeout'.
13417
13418         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13419         the same as for XEmacs 21.4.
13420         No need to ignore `run-with-idle-timer', this function exists in
13421         XEmacs now in timer-funcs.el in the xemacs-base package.
13422         (dgnushack-compile): No need to delete
13423         run-at-time.el from the list of files to compile because it
13424         doesn't exist anymore.
13425
13426 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13429         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13430
13431 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13432
13433         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13434         sensitively.
13435
13436 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13437
13438         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13439
13440 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13443         which will be inserted according to the multibyteness of a buffer
13444         rather than the type of contents.  Suggested by ARISAWA Akihiro
13445         <ari@mbf.ocn.ne.jp>.
13446
13447         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13448         of string which old xml.el may return rather than a string.
13449
13450 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13453
13454 2005-01-16  Simon Josefsson  <jas@extundo.com>
13455
13456         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13457         idn/idna.el isn't available.
13458         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13459         <michael@waxrat.com>.
13460
13461         * hashcash.el: Remove non-FSF copyright header.
13462
13463         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13464         (hashcash-generate-payment): Use it.
13465         (hashcash-generate-payment-async): Use it.
13466
13467 2005-01-15  Simon Josefsson  <jas@extundo.com>
13468
13469         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13470         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13471
13472         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13473         gnus-summary-idna-message.
13474         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13475         (gnus-summary-idna-message): New function.
13476
13477 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13478
13479         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13480         gnus-novice-user.
13481
13482 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * nnrss.el (nnrss-request-delete-group): Delete entries in
13485         nnrss-group-alist as well.
13486         (nnrss-save-server-data): Insert newline.
13487
13488 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13489
13490         * gnus.el (gnus-user-agent): Use list of symbols instead of
13491         symbols.  Display full version number for (S)XEmacs.  Optionally
13492         display (S)XEmacs codename.
13493
13494         * gnus-util.el (gnus-emacs-version): Update for new
13495         `gnus-user-agent'.
13496
13497         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13498         Gnus version.
13499
13500 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13503         which is unreadable in some setups.
13504
13505 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * gnus-spec.el (gnus-update-format-specifications): Flush the
13508         group format spec cache if it doesn't support decoded group names.
13509
13510 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13511
13512         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13513         Allow to apply decay on score files matching a regexp.
13514
13515 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13518         compatibility in %g and %c.
13519
13520 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13523         name for only %g and %c.
13524         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13525         of gnus-tmp-group to decoded group name.
13526         (gnus-group-make-rss-group): Exclude `/'s from group names.
13527
13528 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * nnrss.el (nnrss-get-encoding): Fix regexp.
13531
13532 2004-12-27  Simon Josefsson  <jas@extundo.com>
13533
13534         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13535         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13536         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13537
13538 2004-12-17  Kim F. Storm  <storm@cua.dk>
13539
13540         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13541
13542         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13543
13544 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13545
13546         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13547
13548 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * nnrss.el: Require rfc2047 and mml.
13551         (nnrss-file-coding-system): New variable.
13552         (nnrss-format-string): Redefine it as an inline function.
13553         (nnrss-decode-group-name): New function.
13554         (nnrss-string-as-multibyte): Remove.
13555         (nnrss-retrieve-headers): Decode group name; don't use
13556         nnrss-format-string.
13557         (nnrss-request-group): Decode group name.
13558         (nnrss-request-article): Decode group name; allow a Message-ID as
13559         well as an article number; don't use nnrss-format-string; encode a
13560         Message-ID string which may contain non-ASCII characters; use
13561         mml-to-mime to compose a MIME article.
13562         (nnrss-request-expire-articles): Decode group name.
13563         (nnrss-request-delete-group): Decode group name.
13564         (nnrss-fetch): Clarify error message.
13565         (nnrss-read-server-data): Use insert-file-contents instead of load;
13566         bind file-name-coding-system; use multibyte buffer.
13567         (nnrss-save-server-data): Bind coding-system-for-write to the
13568         value of nnrss-file-coding-system; bind file-name-coding-system;
13569         add coding cookie.
13570         (nnrss-read-group-data): Use insert-file-contents instead of load;
13571         bind file-name-coding-system; use multibyte buffer.
13572         (nnrss-save-group-data): Bind coding-system-for-write to the
13573         value of nnrss-file-coding-system; bind file-name-coding-system.
13574         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13575         make it work with non-ASCII text.
13576         (nnrss-find-el): Make it work with old xml.el as well.
13577
13578 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13579
13580         * nnrss.el (nnrss-get-encoding): New function.
13581         (nnrss-fetch): Use unibyte buffer initially; bind
13582         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13583         decode contents according to the encoding attribute.
13584         (nnrss-save-group-data): Add coding cookie.
13585         (nnrss-mime-encode-string): New function.
13586         (nnrss-check-group): Use it to encode subject and author.
13587
13588 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13589
13590         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13591         imaginary variable.
13592
13593 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13596         correctly even if there are wide characters.
13597
13598 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13599
13600         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13601         downcased symbol names; make a new cache instead of reusing
13602         bbdb-hashtable.
13603
13604 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13607         concatenating segments rather than before concatenating them.
13608         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13609
13610         * message.el (message-get-reply-headers): Bind `extra'.
13611
13612 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13613
13614         * message.el (message-extra-wide-headers): New variable.
13615         (message-get-reply-headers): Use it.
13616
13617 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13620         (gnus-agent-group-pathname): Ditto.
13621
13622         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13623
13624         * gnus-group.el (gnus-group-make-group): Decode group name.
13625         (gnus-group-make-rss-group): Register the group data after opening
13626         the nnrss group.
13627
13628 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13629
13630         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13631         by expiry now get marked as read.
13632
13633 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13636
13637 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13638
13639         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13640         unify Latin characters in XEmacs.
13641         (mm-find-mime-charset-region): Use it.
13642
13643 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-util.el (gnus-delete-directory): New function.
13646
13647         * gnus-agent.el (gnus-agent-delete-group): Use it.
13648
13649         * gnus-cache.el (gnus-cache-delete-group): Use it.
13650
13651 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13654         names.
13655
13656 2004-12-16  Simon Josefsson  <jas@extundo.com>
13657
13658         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13659
13660 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13663
13664         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13665         (gnus-group-set-current-level): Decode group name.
13666
13667 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13668
13669         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13670         failed.
13671
13672 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * gnus-group.el (gnus-group-delete-group): Decode group name.
13675         (gnus-group-make-rss-group): Encode group name.
13676         (gnus-group-catchup-current): Decode group name.
13677         (gnus-group-kill-group): Decode group name.
13678
13679 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13680
13681         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13682
13683 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13684
13685         * gnus-group.el (gnus-group-make-rss-group):
13686         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13687
13688         * gnus-start.el (gnus-setup-news): Honor user's setting to
13689         gnus-message-archive-method.  Suggested by Lute Kamstra
13690         <lute@gnu.org>.
13691
13692 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13693
13694         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13695         global counterparts of the buffer-local variables.
13696
13697 2004-11-16  Romain Francoise  <romain@orebokech.com>
13698
13699         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13700         counterparts of the buffer-local variables.
13701
13702 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * message.el (message-forbidden-properties): Fixed typo in doc
13705         string.
13706
13707 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * gnus-util.el (gnus-replace-in-string): Added doc string.
13710
13711         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13712         to avoid problems when splitting mails with many recipients.
13713
13714 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13715
13716         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13717         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13718
13719 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13720
13721         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13722         if there is no hashtable in memory or file modification time is
13723         newer than cached timestamp.
13724
13725 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13728         not-matching option.
13729
13730 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13733         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13734         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13735         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13736         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13737         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13738
13739 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13740
13741         * message.el (message-forward-make-body-mml): Remove headers
13742         according to message-forward-ignored-headers if a message is decoded.
13743
13744 2004-12-02  Romain Francoise  <romain@orebokech.com>
13745
13746         * message.el (message-forward-make-body-plain): Always remove
13747         headers according to message-forward-ignored-headers.
13748
13749 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13750
13751         * spam.el (spam-summary-prepare-exit): Remove the
13752         gnus-summary-limit pop for now, it has problems with ham marks for
13753         me.
13754
13755 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13756
13757         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13758         correctly.
13759
13760 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13761
13762         * format-spec.el (format-spec): Message the char.
13763
13764 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13765
13766         * gnus-art.el (gnus-split-methods): Reformat comments.
13767
13768         * spam.el (spam-summary-prepare-exit): Remove article limits
13769         before exiting the summary buffer.
13770
13771 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13774         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13775
13776         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13777         order to silence the byte compiler.
13778
13779         * spam.el: Fix the way to silence the byte compiler, which
13780         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13781         bbdb-search-simple, spam-BBDB-register-routine,
13782         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13783         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13784         spam-stat-buffer-is-spam, spam-stat-load,
13785         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13786         spam-stat-save and spam-stat-split-fancy.
13787
13788 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13791         which may confuse users.
13792         (canlock-password-for-verify): Ditto.
13793
13794         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13795
13796         * gnus-art.el (gnus-emphasis-alist): Ditto.
13797
13798         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13799
13800         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13801
13802         * gnus-start.el (gnus-save-killed-list): Ditto.
13803
13804         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13805         (gnus-sum-thread-tree-root): Ditto.
13806         (gnus-sum-thread-tree-false-root): Ditto.
13807         (gnus-sum-thread-tree-single-indent): Ditto.
13808
13809         * message.el (message-courtesy-message): Ditto.
13810         (message-archive-note): Ditto.
13811         (message-subscribed-address-file): Ditto.
13812         (message-user-fqdn): Ditto.
13813
13814         * spam-report.el (spam-report-gmane-regex): Ditto.
13815
13816         * spam.el (spam-blackhole-good-server-regex): Ditto.
13817
13818 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * mml.el (mml-preview): Widen the message buffer before copying
13821         the contents to the preview buffer; sort headers before previewing.
13822
13823         * message.el (message-hidden-headers): Fix the way to avoid a bug
13824         in the `repeat' widget in Emacs 21.3 or earlier.
13825
13826 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * message.el (message-hidden-headers): Default to "^References:".
13829         Improve customization type.  Suggested by Reiner Steib
13830         <Reiner.Steib@gmx.de>.
13831
13832 2004-11-25  Romain Francoise  <romain@orebokech.com>
13833
13834         * message.el (message-strip-forbidden-properties): Remove check for
13835         obsolete `message-hidden' text property, hidden headers are not
13836         accessible in the buffer anymore.
13837
13838 2004-11-22  Romain Francoise  <romain@orebokech.com>
13839
13840         * message.el (message-header-format-alist): Add `From' in list
13841         so that it can be sorted.
13842         (message-fix-before-sending): Widen and sort headers before
13843         sending.
13844         (message-hide-headers): Use narrowing to hide headers by moving
13845         them to the top of the buffer and narrowing to the region
13846         underneath.
13847
13848 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13849
13850         * message.el (message-strip-forbidden-properties): Bind
13851         buffer-read-only (etc) to nil.
13852
13853 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13854
13855         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13856         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13857
13858 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13859
13860         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13861
13862 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13863
13864         * dns.el (query-dns): Use sit-for to time instead of
13865         accept-process-output, since that doesn't seem to work on udp
13866         sockets.
13867
13868 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13869
13870         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13871
13872 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13873
13874         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13875         doc string.  Improve doc string.
13876
13877 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * nntp.el (nntp-request-update-info): Return nil if
13880         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13881         may not call gnus-activate-group which uselessly issues the GROUP
13882         commands for all nntp groups and wastes time.  Reported by Romain
13883         Francoise <romain@orebokech.com>.
13884
13885         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13886
13887 2004-11-15  Simon Josefsson  <jas@extundo.com>
13888
13889         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13890         headers separately.
13891         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13892         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13893
13894 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * gnus-start.el (gnus-convert-old-newsrc):
13897         Assign legacy-gnus-agent to 5.10.7.
13898
13899 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13900
13901         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13902         start of the lines.
13903
13904 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13905
13906         * hashcash.el (hashcash-default-payment): Change default to 20.
13907         (hashcash-default-accept-payment): Change default to 20.
13908         (hashcash-process-alist): New variable.
13909         (hashcash-generate-payment-async): Add.
13910         (hashcash-already-paid-p): Add.
13911         (hashcash-insert-payment): Don't generate payments twice.
13912         (hashcash-insert-payment-async): Add.
13913         (hashcash-insert-payment-async-2): Add.
13914         (hashcash-cancel-async): Add.
13915         (hashcash-wait-async): Add.
13916         (hashcash-processes-running-p): Add.
13917         (hashcash-wait-or-cancel): Add.
13918         (mail-add-payment): New optional argument.  Conditionally start
13919         asynchronous calculation.
13920         (mail-add-payment-async): Add.
13921
13922         * message.el (message-send-mail): Wait for asynchronous hashcash
13923         results.  Don't clobber existing X-Hashcash headers.
13924         (message-setup-1): Call mail-add-payment-async when
13925         message-generate-hashcash is non-nil.
13926
13927 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13928
13929         * message.el (message-use-alternative-email-as-from): Examine the
13930         From header as well; use message-make-from in order to include a
13931         user's full name.
13932
13933 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13936         default; improve customization type.
13937         (gnus-emphasis-custom-with-format): New macro.
13938         (gnus-emphasis-custom-value-to-external): New function.
13939         (gnus-emphasis-custom-value-to-internal): New function.
13940
13941 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * dns.el (query-dns): Resolve reverse addresses.
13944
13945 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13946
13947         * gnus-group.el (gnus-group-get-new-news): Use it.
13948
13949         * gnus-start.el (gnus-check-reasonable-setup): New function.
13950
13951 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13954         "Args out of range" error.  Reported by Arnaud Giersch
13955         <arnaud.giersch@free.fr>.
13956
13957 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13958
13959         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13960
13961 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13962
13963         * spam.el (spam group): Add :version.
13964
13965         * pgg-def.el (pgg group): Add :version.
13966
13967 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13968
13969         * gnus-art.el (gnus-article-edit-article): Don't associate the
13970         article buffer with a draft file.  This is a temporary measure
13971         against the 2004-08-22 change to gnus-article-edit-mode.
13972
13973 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13976         (html2text-format-tags): Remove unused variable `attr'.
13977
13978 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13981
13982         * tls.el (tls-process-connection-type, tls-success)
13983         (tls-certtool-program): Add :version.
13984
13985         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13986         (starttls-extra-arguments, starttls-process-connection-type)
13987         (starttls-connect, starttls-failure, starttls-success): Add :version.
13988
13989         * spam-stat.el (spam-stat): Add :version.
13990
13991         * sieve.el (sieve): Add :version.
13992
13993         * sha1.el (sha1): Add :version.
13994         (sha1-use-external): Remove redundant version.
13995
13996         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13997         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13998         (nnmail-split-fancy-match-partial-words)
13999         (nnmail-split-lowercase-expanded): Add :version.
14000
14001         * nndiary.el (nndiary): Add :version.
14002
14003         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14004
14005         * mml-sec.el (mml-default-sign-method)
14006         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14007         Add :version.
14008
14009         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14010
14011         * mm-url.el (mm-url-use-external, mm-url-program)
14012         (mm-url-arguments): Add :version.
14013
14014         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14015         (mm-attachment-file-modes, mm-decrypt-option)
14016         (mm-w3m-safe-url-regexp): Add :version.
14017
14018         * message.el (message-cite-prefix-regexp)
14019         (message-sendmail-envelope-from, message-minibuffer-local-map)
14020         (message-user-fqdn, message-completion-alist): Add :version.
14021
14022         * gnus-win.el (gnus-configure-windows-hook)
14023         (gnus-use-frames-on-any-display): Add :version.
14024
14025         * gnus-art.el (gnus-article-address-banner-alist)
14026         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14027         (gnus-treat-from-picon, gnus-treat-mail-picon)
14028         (gnus-treat-x-pgp-sig): Add :version.
14029
14030         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14031         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14032         (gnus-summary-article-delete-hook)
14033         (gnus-summary-display-while-building): Add :version.
14034
14035         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14036         (gnus-get-top-new-news-hook): Add :version.
14037
14038         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14039         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14040
14041         * gnus-registry.el (gnus-registry): Add :version.
14042
14043         * gnus-spec.el (gnus-use-correct-string-widths)
14044         (gnus-make-format-preserve-properties): Add :version.
14045
14046         * gnus.el (gnus-group-charter-alist)
14047         (gnus-group-fetch-control-use-browse-url)
14048         (gnus-install-group-spam-parameters): Add :version.
14049
14050         * gnus-diary.el (gnus-diary): Add :version.
14051
14052         * gnus-delay.el (gnus-delay): Add :version.
14053
14054         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14055         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14056         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14057         Add :version.
14058
14059         * gnus-agent.el (gnus-agent-max-fetch-size)
14060         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14061         (gnus-agent-prompt-send-queue): Add :version.
14062
14063         * deuglify.el (gnus-outlook-deuglify): Add :version.
14064
14065         * html2text.el: Beautify code.  Improve doc strings.  Some
14066         checkdoc cleanup.
14067         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14068
14069 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14070
14071         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14072
14073 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14074
14075         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14076         when package is loaded.
14077
14078         * spam.el (spam-summary-score-preferred-header): Add global preference
14079         for people who want to override the default SpamAssassin over
14080         Bogofilter preference (when both are set).
14081         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14082         (spam-user-format-function-S): Check
14083         spam-summary-score-preferred-header.
14084         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14085         (spam-user-format-function-S): Format the score correctly.
14086
14087 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14090         signature file.  Suggested by Manoj Srivastava
14091         <srivasta@golden-gryphon.com>.
14092
14093         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14094         iso-2022-jp even in the Japanese language environment.
14095         Suggested by Jason Rumney <jasonr@gnu.org>.
14096
14097 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14098
14099         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14100         use the same characters as the dummy marks; make it free from
14101         getting affected by the language environment.
14102         (gnus-summary-read-group-1): Update mark positions only when the
14103         format spec is updated.
14104
14105         * gnus-spec.el (gnus-update-format-specifications): Return a list
14106         of updated types.
14107
14108 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14111         of boundp to check if display-warning is available.
14112
14113 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14114
14115         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14116
14117 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * nnspool.el (nnspool-spool-directory): Use news-path if the
14120         news-directory variable is not bound.
14121
14122         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14123         function instead of display-warning if it is not available.
14124
14125 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14128         v5-10: Use `point-at-bol'.
14129
14130 2004-10-26  Simon Josefsson  <jas@extundo.com>
14131
14132         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14133         <chenggao@gmail.com>.
14134
14135 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14136
14137         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14138         instead.
14139
14140 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14141
14142         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14143         to remove a server from the nnimap-server-buffer-alist.
14144         (nnimap-open-connection, nnimap-close-server): Use it.
14145
14146         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14147
14148 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14151         running the major-mode function.
14152
14153 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14156         dummy marks in the right way.
14157
14158 2004-10-18  David Edmondson  <dme@dme.org>
14159
14160         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14161         excessively.
14162
14163 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14164
14165         * gnus-util.el (gnus-split-references): Accept a nil references
14166         string and go on blissfully.
14167
14168         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14169         cases where the references string is non-nil but has no references.
14170
14171         * encrypt.el: Add autoload tags.
14172
14173         * spam.el (spam-resolve-registrations-routine): Remove article
14174         from unregistration list too.  Reported by David Hanak
14175         <dhanak@isis.vanderbilt.edu>
14176
14177 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14180         nil.  Changed custom type.
14181
14182 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14185
14186         * gnus-sum.el (gnus-summary-move-article): Use it.
14187
14188 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14189
14190         * encrypt.el: Add autoload cookies.
14191
14192         * spam.el (spam-backend-article-list-property)
14193         (spam-backend-get-article-todo-list)
14194         (spam-backend-put-article-todo-list)
14195         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14196         Resolve registrations separately.
14197         (spam-register-routine): Format comments.
14198         (spam-unregister-routine, spam-register-routine): Always call with
14199         specific-articles, no default list.
14200         (spam-summary-prepare-exit): Use the spam-classifications function.
14201
14202         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14203         gnus-encrypt.el.
14204
14205         * encrypt.el: Copied from gnus-encrypt.el.
14206
14207         * gnus-encrypt.el: Commented that it's obsolete.
14208
14209 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14212         (gnus-score-save): Use it.
14213
14214         * message.el (message-bury): Use `window-dedicated-p'.
14215
14216 2004-10-15  Simon Josefsson  <jas@extundo.com>
14217
14218         * pop3.el (top-level): Don't require nnheader.
14219         (pop3-read-timeout): Add.
14220         (pop3-accept-process-output): Add.
14221         (pop3-read-response, pop3-retr): Use it.
14222
14223 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14224
14225         * spam.el (spam-register-routine): Move comment.
14226         (spam-verify-bogofilter): Use 'unknown for the initial
14227         spam-bogofilter-valid state, not 'never.
14228
14229         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14230         for netrc-machine.
14231
14232         * nnimap.el (nnimap-open-connection): Use
14233         netrc-machine-user-or-password.
14234
14235 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14236
14237         * gnus-registry.el (gnus-registry-unload-hook):
14238         Set as a variable with add-hook.
14239
14240         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14241         of news-path.
14242
14243         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14244
14245         * spam.el: Delete duplicate `provide'.
14246         (spam-unload-hook): Set as a variable with add-hook.
14247
14248 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14251         in the doc string.
14252
14253         * message.el (message-ignored-news-headers)
14254         (message-ignored-supersedes-headers)
14255         (message-ignored-resent-headers)
14256         (message-forward-ignored-headers): Improve custom type.
14257
14258 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * message.el (message-tokenize-header): Fix 2004-09-06 change
14261         which used point-min in the wrong place.
14262
14263 2004-10-12  Simon Josefsson  <jas@extundo.com>
14264
14265         * tls.el (tls-certtool-program): New variable.
14266         (tls-certificate-information): New function, based on
14267         ssl-certificate-information.
14268
14269 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * compface.el: Move the version of ELisp-based uncompface program
14272         to the contrib directory because of the copyright problem.
14273
14274 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * message.el (message-kill-buffer): Raise the current frame.
14277
14278 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14279
14280         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14281
14282         * gnus.el (message-y-or-n-p): Autoload.
14283
14284         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14285         (pop3-password-required, pop3-authentication-scheme)
14286         (pop3-leave-mail-on-server): Made customizable.
14287         (pop3): New custom group.
14288         (pop3-retr): Remove `sleep-for' statements.
14289         Suggested by Dave Love <fx@gnu.org>.
14290
14291         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14292         Windows/DOS.
14293
14294         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14295         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14296         Dave Love <fx@gnu.org>.
14297
14298         * mml.el (mml-minibuffer-read-disposition): Require match.
14299         Suggested by Dave Love <fx@gnu.org>.
14300
14301 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14302
14303         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14304         doc string.
14305
14306 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14309
14310 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14311
14312         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14313         instead of calling `mm-insert-inline', to decode text/* parts
14314         before displaying them.
14315
14316 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * mm-uu.el (mm-uu-text-plain-type): New variable.
14319         (mm-uu-pgp-signed-extract-1): Use it.
14320         (mm-uu-pgp-encrypted-extract-1): Use it.
14321         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14322         bind mm-uu-text-plain-type with that value.
14323         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14324         mm-uu-dissect.
14325
14326 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-group.el (gnus-update-group-mark-positions):
14329         * gnus-sum.el (gnus-update-summary-mark-positions):
14330         * message.el (message-check-news-body-syntax):
14331         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14332         of string-as-multibyte.
14333
14334 2004-10-05  Juri Linkov  <juri@jurta.org>
14335
14336         * gnus-group.el (gnus-update-group-mark-positions):
14337         * gnus-sum.el (gnus-update-summary-mark-positions):
14338         * message.el (message-check-news-body-syntax):
14339         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14340         8-bit unibyte values to a multibyte string for search functions.
14341
14342 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14345         (mm-uu-dissect-text-parts): New function.
14346
14347         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14348         dissect text parts.
14349
14350         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14351         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14352
14353         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14354
14355         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14356         gnus-current-topics instead of gnus-current-topic.
14357
14358 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14359
14360         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14361
14362 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14363
14364         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14365         where approriate.
14366
14367         * nnml.el (nnml-generate-active-info): do.
14368
14369         * nndiary.el (nndiary-generate-active-info): do.
14370
14371         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14372         (gnus-topic-move): do.
14373
14374         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14375         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14376
14377         * gnus-srvr.el (gnus-server-prepare)
14378         (gnus-server-open-all-servers): do.
14379
14380         * gnus-msg.el (gnus-summary-cancel-article)
14381         (gnus-summary-resend-message)
14382         (gnus-summary-mail-crosspost-complaint): do.
14383
14384         * gnus-move.el (gnus-change-server): do.
14385
14386         * gnus-group.el (gnus-group-unmark-all-groups)
14387         (gnus-group-set-current-level): do.
14388
14389 2004-10-04  Simon Josefsson  <jas@extundo.com>
14390
14391         * message.el (message-generate-hashcash): Doc fix.
14392
14393 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14394
14395         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14396         avoid infinite recursion via gnus-get-function.
14397
14398 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14399
14400         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14401
14402         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14403
14404         * nnmail.el (nnmail-split-history): do.
14405
14406         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14407         (nnml-request-delete-group): do.
14408
14409         * nnslashdot.el (nnslashdot-read-groups): do.
14410
14411         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14412         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14413
14414         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14415         (nnspool-sift-nov-with-sed): Use last.
14416         (nnspool-retrieve-headers-with-nov): Use mapc.
14417         (nnspool-request-newgroups): Use dolist.
14418         (nnspool-request-group): Use last.
14419
14420         * nntp.el (nntp-read-server-type): Use dolist.
14421
14422         * nnvirtual.el (nnvirtual-create-mapping)
14423         (nnvirtual-update-read-and-marked): Use dolist.
14424         (nnvirtual-convert-headers): Simplify.
14425
14426 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14427
14428         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14429         support for sync'ing tick marks.
14430
14431 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14432
14433         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14434         there's no visible header.
14435
14436 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14437
14438         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14439         necessary, pass full group name to gnus-request-set-marks.
14440
14441 2004-10-01  Simon Josefsson  <jas@extundo.com>
14442
14443         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14444         acroread.
14445
14446 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14447
14448         * spam-report.el (spam-report-gmane): Fix interactive.
14449
14450         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14451
14452         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14453         when writing file.
14454         (gnus-agent-synchronize-flags): Don't default to being
14455         interactive.
14456
14457 2004-09-30  Simon Josefsson  <jas@extundo.com>
14458
14459         * message.el (message-generate-hashcash): Add.
14460         (message-send-mail): Use it, call mail-add-payment.
14461
14462 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14463
14464         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14465
14466 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14467
14468         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14469         gnus-requst-update-info with explicit code to sync the in-memory
14470         info read flags with the marks being sync'd to the backend.
14471
14472         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14473
14474 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14475
14476         * spam.el (spam-verify-bogofilter): Add new function.
14477         (spam-check-bogofilter)
14478         (spam-bogofilter-register-with-bogofilter): Use it.
14479         (spam-verify-bogofilter): Add small fixes.
14480
14481 2004-09-28  Simon Josefsson  <jas@extundo.com>
14482
14483         * hashcash.el (hashcash-generate-payment): Revert.
14484
14485 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14486
14487         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14488         gnus-extract-references instead of gnus-split-references.
14489
14490         * gnus-util.el (gnus-extract-references): Add new function, analogous
14491         to gnus-split-references but extracts only the message-ID without
14492         anything extra.
14493
14494         * hashcash.el (hashcash-generate-payment)
14495         (hashcash-check-payment): Do the right thing if hashcash-path is
14496         nil (because the hashcash program could not be found).
14497
14498         * spam.el (spam-use-hashcash): Remove comment.
14499
14500 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14501
14502         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14503         (gnus-cache-enter-article, gnus-cache-remove-article)
14504         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14505
14506         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14507
14508         * gnus-art.el (article-hide-boring-headers)
14509         (article-translate-strings, article-display-face)
14510         (gnus-article-mime-match-handle-first)
14511         (gnus-article-highlight-headers)
14512         (gnus-article-add-buttons-to-head): do.
14513
14514 2004-09-27  Simon Josefsson  <jas@extundo.com>
14515
14516         * hashcash.el: New version, from
14517         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14518         ../contrib/.
14519
14520 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14521
14522         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14523
14524 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14525
14526         * gnus-dup.el (gnus-dup-open): Use mapc.
14527         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14528
14529         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14530         Reported by Stefan Wiens <s.wi@gmx.net>.
14531
14532         * gnus.el (gnus-shutdown): Use dolist.
14533
14534         * gnus-undo.el (gnus-undo): Use mapc.
14535
14536         * nnrss.el (nnrss-generate-active): do.
14537
14538         * message.el (message-cite-original-without-signature)
14539         (message-cite-original): Use mapc.
14540         (message-do-actions, message-make-forward-subject): Use dolist.
14541
14542 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14543
14544         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14545         deletion to remove entire duplicate line.  Fixes merged article
14546         number bug.
14547
14548 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14549
14550         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14551         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14552         first ask if you want to open a server and then, even when you
14553         responded with no, asking if you want to synchronize the server's
14554         flags.
14555         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14556         multi-line expressions.
14557         (gnus-agent-synchronize-group-flags): New internal function.
14558         Updates marks in memory (in the info structure) AND in the
14559         backend.
14560
14561         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14562
14563         * nnagent.el (nnagent-request-set-mark): Use
14564         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14565         method, to ensure that synchronization updates marks in the
14566         backend and in the info (in memory) structure.
14567
14568 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14571         convention fully; don't miss the root article of a thread; make
14572         the X-Draft-From header with correct article numbers.
14573
14574 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14575
14576         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14577         unless plugged.  Disable the agent so that an open failure causes
14578         an error.
14579
14580         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14581         Reverted 2004-09-21 change.  The backend must be opened while
14582         synchronizing flags even when the backend stores the flags
14583         locally.
14584
14585 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14586
14587         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14588         in `header' match.  Reported by Svend Tollak Munkejord.
14589
14590         * message.el (message-cite-original): Fix use of
14591         `message-cite-articles-with-x-no-archive'.
14592
14593 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14594
14595         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14596         (gnus-window-to-buffer): Ditto.
14597
14598         * mml.el (mml-preview-buffer): New variable.
14599         (mml-preview): Manage window layout with gnus-buffer-configuration.
14600
14601         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14602         X-Draft-From header even if those articles aren't quoted.
14603
14604 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14605
14606         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14607         (gnus-request-set-mark, gnus-request-update-mark): Use new
14608         g-s-t-u-l-m to decide to use backend even when unplugged.
14609
14610 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14613         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14614
14615 2004-09-20  Simon Josefsson  <jas@extundo.com>
14616
14617         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14618         "utf-16-le".
14619
14620 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14621
14622         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14623
14624 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * uudecode.el (uudecode-use-external): Add :version.
14627
14628         * smime.el (smime-CA-file, smime-encrypt-cipher)
14629         (smime-dns-server): Add :version.
14630
14631         * smiley.el (gnus-smiley-file-types): Add :version.
14632
14633         * sha1.el (sha1-use-external): Add :version.
14634
14635         * pgg-def.el (pgg-query-keyserver): Add :version.
14636
14637         * nnmail.el (nnmail-fancy-expiry-targets)
14638         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14639         Add :version.
14640
14641         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14642         (nnimap-retrieve-groups-asynchronous): Add :version.
14643         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14644
14645         * mml.el (mml-content-disposition-parameters)
14646         (mml-insert-mime-headers-always): Add :version.
14647
14648         * mm-util.el (mm-coding-system-priorities): Add :version.
14649
14650         * mm-decode.el (mm-inline-text-html-with-images)
14651         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14652         (mm-verify-option): Add :version.
14653         (mm-text-html-renderer): Change :version.
14654
14655         * message.el (message-fcc-externalize-attachments)
14656         (message-required-headers, message-draft-headers)
14657         (message-subject-trailing-was-query)
14658         (message-subject-trailing-was-ask-regexp)
14659         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14660         (message-mark-insert-end, message-archive-header)
14661         (message-archive-note, message-cross-post-default)
14662         (message-cross-post-note, message-followup-to-note)
14663         (message-cross-post-note-function, message-use-mail-followup-to)
14664         (message-subscribed-address-functions)
14665         (message-subscribed-address-file, message-subscribed-addresses)
14666         (message-subscribed-regexps, message-allow-no-recipients)
14667         (message-yank-cited-prefix, message-signature-insert-empty-line)
14668         (message-hidden-headers, message-hierarchical-addresses)
14669         (message-mail-user-agent, message-use-idna)
14670         (message-valid-fqdn-regexp)
14671         (message-strip-special-text-properties, message-header-synonyms)
14672         (message-beginning-of-line, message-tab-body-function): Add :version.
14673         (message-insert-canlock, message-wide-reply-confirm-recipients):
14674         Change :version.
14675
14676         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14677         and :version.
14678         (mail-source-delete-old-incoming-confirm)
14679         (mail-source-movemail-program): Add :version.
14680
14681         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14682         (gnus-agent-cache, gnus-agent): Change :version.
14683
14684         * gnus-util.el (gnus-use-byte-compile): Change :version.
14685
14686         * gnus-sum.el (gnus-summary-make-false-root-always)
14687         (gnus-summary-default-high-score)
14688         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14689         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14690         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14691         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14692         (gnus-sum-thread-tree-single-indent)
14693         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14694         (gnus-sum-thread-tree-leaf-with-other)
14695         (gnus-sum-thread-tree-single-leaf): Add :version.
14696         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14697         (gnus-article-loose-mime): Change :version.
14698
14699         * gnus-start.el (gnus-backup-startup-file)
14700         (gnus-save-startup-file-via-temp-buffer): Add :version.
14701
14702         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14703         (gnus-server-offline-face): Add :version.
14704
14705         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14706
14707         * gnus-msg.el (gnus-gcc-externalize-attachments)
14708         (gnus-debug-files, gnus-debug-exclude-variables)
14709         (gnus-discouraged-post-methods): Change :version.
14710         (gnus-confirm-mail-reply-to-news)
14711         (gnus-confirm-treat-mail-like-news): Add :version.
14712
14713         * gnus-int.el (gnus-server-unopen-status): Add :version.
14714
14715         * gnus-group.el (gnus-group-jump-to-group-prompt)
14716         (gnus-large-ephemeral-newsgroup)
14717         (gnus-fetch-old-ephemeral-headers): Add :version.
14718
14719         * gnus-fun.el (gnus-x-face-directory)
14720         (gnus-convert-pbm-to-x-face-command)
14721         (gnus-convert-image-to-x-face-command)
14722         (gnus-convert-image-to-face-command): Add :version.
14723
14724         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14725
14726         * gnus-cite.el (gnus-cite-blank-line-after-header)
14727         (gnus-article-boring-faces): Add :version.
14728
14729         * gnus-art.el (gnus-buttonized-mime-types)
14730         (gnus-inhibit-mime-unbuttonizing)
14731         (gnus-treat-display-face)
14732         (gnus-treat-body-boundary): Change :version.
14733         (gnus-body-boundary-delimiter, gnus-picon-databases)
14734         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14735         (gnus-treat-date-english, gnus-treat-fold-headers)
14736         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14737         (gnus-treat-mail-picon, gnus-treat-wash-html)
14738         (gnus-article-encrypt-protocol)
14739         (gnus-use-idna, gnus-article-over-scroll)
14740         (gnus-mime-display-multipart-alternative-as-mixed)
14741         (gnus-mime-display-multipart-related-as-mixed)
14742         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14743         (gnus-ctan-url, gnus-button-ctan-handler)
14744         (gnus-button-handle-ctan-bogus-regexp)
14745         (gnus-button-ctan-directory-regexp)
14746         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14747         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14748         (gnus-button-man-level, gnus-button-emacs-level)
14749         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14750
14751         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14752         (gnus-agent-go-online): Change :version.
14753         (gnus-agent-expire-unagentized-dirs)
14754         (gnus-agent-auto-agentize-methods): Add :version.
14755
14756         * flow-fill.el (fill-flowed-display-column)
14757         (fill-flowed-encode-column): Add :version.
14758
14759         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14760         (gnus-outlook-deuglify-unwrap-max)
14761         (gnus-outlook-deuglify-cite-marks)
14762         (gnus-outlook-deuglify-unwrap-stop-chars)
14763         (gnus-outlook-deuglify-no-wrap-chars)
14764         (gnus-outlook-deuglify-attrib-cut-regexp)
14765         (gnus-outlook-deuglify-attrib-verb-regexp)
14766         (gnus-outlook-deuglify-attrib-end-regexp)
14767         (gnus-outlook-display-hook): Add :version.
14768
14769         * binhex.el (binhex-use-external): Add :version.
14770
14771 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14774         and `invisible'.
14775
14776 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14779         in gnus-registry-trim.
14780
14781 2004-09-13  Simon Josefsson  <jas@extundo.com>
14782
14783         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14784
14785         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14786
14787         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14788         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14789         <yamaoka@jpl.org>.
14790         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14791         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14792         <yamaoka@jpl.org>.
14793
14794         * sieve.el (sieve-manage-mode): Ditto.
14795
14796 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14799
14800 2004-09-11  Simon Josefsson  <jas@extundo.com>
14801
14802         * dns-mode.el: Add.
14803
14804         * mm-view.el (mm-display-dns-inline): Add.
14805
14806         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14807         (mm-automatic-display): Ditto.
14808
14809         * mailcap.el (mailcap-mime-data): Add text/dns.
14810         (mailcap-mime-extensions): Map .soa to text/dns.
14811
14812 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14813
14814         * gnus-art.el (article-decode-mime-words, article-babel)
14815         (gnus-article-highlight-signature, gnus-article-add-buttons)
14816         (gnus-signature-toggle): Remove unnecessary bindings of
14817         `inhibit-read-only' inherited from v5.10 merge.
14818
14819 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * nntp.el (nntp): New customization group.
14822         (nntp-authinfo-file): Add customization group.
14823
14824         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14825
14826         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14827
14828         * gnus.el (to-address, to-list, subscribed)
14829         (large-newsgroup-initial): Ditto.
14830
14831         * flow-fill.el (fill-flowed-display-column)
14832         (fill-flowed-encode-column): Ditto.
14833
14834 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14835
14836         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14837         Use point-min rather than 1.
14838         (message-send-mail): Use buffer-size rather than point-max.
14839
14840         * gnus-sum.el (gnus-summary-search-article-forward):
14841         Signal a specific `search-failed' rather than a generic `error'.
14842
14843         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14844         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14845         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14846
14847 2004-09-10  Simon Josefsson  <jas@extundo.com>
14848
14849         * nndb.el (require): Remove tcp and duplicate cl.
14850
14851 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * gnus-agent.el (directory-files-and-attributes): Move forward.
14854
14855 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14856
14857         * gnus-agent.el (directory-files-and-attributes): Optionally
14858         defined to support XEmacs.
14859
14860 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14861
14862         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14863         to avoid run-time CL dependencies.
14864         (gnus-agent-unfetch-articles): New function.
14865         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14866         article numbers even when local .overview file is missing.
14867         (gnus-agent-read-article-number): New function.  Only accepts
14868         27-bit article numbers.
14869         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14870         gnus-agent-read-article-number.
14871         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14872         from backend while recognizing that article numbers in .overview
14873         must be valid.
14874         (gnus-agent-update-files-total-fetched-for): Use
14875         directory-files-and-attributes to improve performance.
14876         * gnus-int.el (gnus-request-move-article): Use
14877         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14878         improve performance.
14879
14880         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14881         some users confused by references to .newsrc when they only have a
14882         .newsrc.eld file.
14883         (gnus-convert-mark-converter-prompt)
14884         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14885         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14886         New function.  Used internally to only display 'gnus converting
14887         files' message when actually necessary.
14888
14889         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14890         methods now autoloaded.
14891
14892 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14895         identifiers.
14896
14897 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * gnus-picon.el: Fix indentation and closing parenthesis.
14900
14901 2004-09-01  Simon Josefsson  <jas@extundo.com>
14902
14903         * message.el (message-canlock-generate): Require sha1, not
14904         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14905         to require within a function.  Sadly, if sha1.el isn't loaded, the
14906         let binding in m-c-g will hide the defcustom definition, which is
14907         bad.)
14908
14909         * canlock.el: Require sha1, not sha1-el.
14910
14911         * message.el: Don't autoload sha1 (there is a autoload cookie in
14912         sha1.el).
14913
14914         * sha1-el.el: Renamed to sha1.el.
14915
14916 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14917
14918         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14919
14920 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14921
14922         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14923
14924 2004-08-30  Kim F. Storm  <storm@cua.dk>
14925
14926         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14927
14928         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14929         Add :group 'nnimap.
14930
14931 2004-08-30  Andreas Schwab  <schwab@suse.de>
14932
14933         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14934         ?* and ?\;.
14935
14936         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14937         and ?\' to symbol instead of whitespace.
14938
14939 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14942
14943         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14944         instead of re-search-forward.
14945
14946         * gnus-uu.el (gnus-uu-save-article): Ditto.
14947         (gnus-uu-post-encode-uuencode): Ditto.
14948
14949         * html2text.el (html2text-clean-list-items): Ditto.
14950         (html2text-clean-dtdd): Ditto.
14951         (html2text-format-tags): Ditto.
14952
14953         * message.el (message-send-mail-with-sendmail): Fix regexp.
14954         (message-fill-field-general): Use search-forward instead of
14955         re-search-forward.
14956         (unbold-region): Ditto.
14957
14958         * nnrss.el (nnrss-request-article): Ditto.
14959
14960         * nnslashdot.el (nnslashdot-request-article): Ditto.
14961
14962         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14963
14964         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14965         "Unrecognized menu descriptor" error in XEmacs.
14966
14967 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14968
14969         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14970         parent article of a sparse article in the thread hashtb.
14971
14972 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14973
14974         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14975         (nnmail-expand-newtext): Lowercase expanded entries if
14976         nnmail-split-lowercase-expanded is non-nil.
14977
14978 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14981
14982         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14983         of gnus-tmp-news-method into string under XEmacs.  It will be
14984         passed to gnus-correct-length which takes only a string argument.
14985
14986 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-util.el (gnus-bind-print-variables): New macro.
14989         (gnus-prin1): Use it.
14990         (gnus-prin1-to-string): Use it.
14991         (gnus-pp): New function.
14992         (gnus-pp-to-string): New function.
14993
14994         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14995         Replace pp-to-string with gnus-pp-to-string.
14996         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14997         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14998         * gnus-msg.el (gnus-debug): Ditto.
14999         * gnus-score.el (gnus-score-save): Ditto.
15000         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15001         gnus-pp-to-string.
15002         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15003         with gnus-pp.
15004         * score-mode.el (gnus-score-pretty-print): Ditto.
15005         * webmail.el (webmail-debug): Ditto.
15006
15007 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-art.el (article-display-face, article-display-x-face):
15010         Use buffer-read-only.
15011
15012 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * gnus-art.el (article-hide-list-identifiers):
15015         Bind inhibit-read-only as t.
15016
15017 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15018
15019         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15020
15021 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15022
15023         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15024         (gnus-narrow-to-page): Don't assume point-min == 1.
15025         (gnus-article-edit-mode): Derive from message-mode.
15026
15027         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15028         point-min == 1.
15029
15030         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15031         Disable incorrect use of `assert'.
15032
15033         * message.el (message-mode): Set comment-start-skip.
15034
15035
15036 2004-08-22  Sam Steingold  <sds@gnu.org>
15037
15038         * pop3.el (pop3-leave-mail-on-server): New user variable.
15039         (pop3-movemail): Delete mail only when it is nil.
15040
15041 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15044
15045         * mml.el (mml-preview): Use `pop-to-buffer'.
15046
15047         * message.el (message-goto-mail-followup-to): Insert after "To".
15048         (message-carefully-insert-headers): Add comment.
15049
15050         * gnus.el: Remove unused variable `gnus-article-check-size'.
15051
15052         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15053
15054         * gnus-art.el (gnus-button-alist): Improve
15055         `gnus-button-handle-library' entry.
15056
15057 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15058
15059         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15060         downcase, since XEmacs capitalizes error messages differently.
15061
15062 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15063
15064         * nntp.el: Add (require 'gnus) due to reference to
15065         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15066
15067 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15068
15069         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15070         `mm-fill-flowed'.
15071
15072         * mm-decode.el (mm-dissect-singlepart): Check it.
15073
15074 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15075
15076         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15077         'imap' for netrc parsing.
15078
15079 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15080
15081         * mailcap.el (mailcap-mime-data): Mark as risky.
15082
15083 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15086         may be included in the encoded word.
15087         (rfc2047-encode): Don't append a space if the encoded word
15088         includes close parenthesis.
15089
15090 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15093         of text within parentheses.
15094
15095 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15098         (gnus-encrypt-write-file-contents): Make the password key the file
15099         name PLUS the cipher, not just the cipher.  Also remove failed
15100         passwords from the cache.
15101
15102 2004-08-06  Simon Josefsson  <jas@extundo.com>
15103
15104         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15105         fix.
15106
15107 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15110         LWSP.
15111
15112 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15113
15114         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15115         to append in-reply-to: data to the references: header.
15116
15117         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15118         (netrc-parse): Use gnus-encrypt.el functions.
15119
15120         * gnus-encrypt.el: Add new file for encryption support; currently
15121         does only a few GPG ciphers and an internal XOR cipher.
15122
15123         * password.el: Add comments on using password-read-and-add.
15124         (password-read-and-add): Add function to read and add the
15125         password to the cache at once.
15126
15127 2004-07-28  Simon Josefsson  <jas@extundo.com>
15128
15129         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15130         parameter (but don't use it, for now).
15131
15132         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15133         instead of hard coding to nil.
15134
15135 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15136
15137         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15138         as mm-inline-image-xemacs does.
15139
15140 2004-07-26  Simon Josefsson  <jas@extundo.com>
15141
15142         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15143         Revert part of 2004-07-17 change below.
15144
15145 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15148         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15149
15150 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15151
15152         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15153         quotes that actually start with ">" at the beginning of the
15154         lines.
15155
15156 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15157
15158         * rfc2047.el (rfc2047-encode-region): Fix last change.
15159         (rfc2047-encode-parameter): Remove useless concat.
15160
15161 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15164         encode special characters; fix some kind of misconfigured headers;
15165         signal a real error if debug-on-quit or debug-on-error is non-nil.
15166         (rfc2047-encode-max-chars): New variable.
15167         (rfc2047-encode-1): Use it.
15168         (rfc2047-encode-parameter): New function.
15169
15170         * mml.el (mml-insert-parameter): Remove an excessive space.
15171
15172 2004-07-17  Simon Josefsson  <jas@extundo.com>
15173
15174         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15175         Kai Grossjohann <kai@emptydomain.de>.
15176         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15177         (gnus-group-make-menu-bar): Ditto.
15178
15179         * gnus-util.el (gnus-group-server): Add.
15180
15181 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15182
15183         * message.el (message-clone-locals): Clone sendmail and smtp
15184         variables.
15185
15186 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * rfc2047.el (rfc2047-encode-region): Fix last change.
15189
15190 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15191
15192         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15193         characters as non-special.
15194
15195 2004-07-09  Simon Josefsson  <jas@extundo.com>
15196
15197         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15198         Users will lose all flag changes made while unplugged with
15199         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15200         good default.  See numerous reports on ding mailing list.
15201
15202 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15205         add generate-head-function and generate-article-function to the
15206         rfc822-forward entry.
15207         (nndoc-rfc822-forward-generate-article): New function.
15208         (nndoc-rfc822-forward-generate-head): New function.
15209
15210         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15211
15212 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15213
15214         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15215         respect display group parameter and gnus-summary-expunge-below.
15216         (gnus-articles-to-read): Remove unused reference to display group
15217         parameter.
15218
15219 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220
15221         * nnheader.el (nnheader-uniquify-message-id): New experimental
15222         variable.
15223         (nnheader-nov-read-message-id): Use it.
15224
15225         * spam-report.el (spam-report-gmane): Add interactive.
15226
15227 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15230         qp-or-base64 for the application/* types.
15231
15232 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15233
15234         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15235
15236 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15237
15238         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15239         trim value.
15240
15241 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15242
15243         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15244         New macro and function.
15245         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15246
15247 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15248
15249         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15250         after-load-alist.
15251
15252 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15253
15254         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15255         update info that isn't there.
15256
15257 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15258
15259         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15260         entry.
15261
15262 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * mm-view.el (mm-inline-render-with-function): Use multibyte
15265         buffer; decode html source by charset.
15266
15267         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15268
15269         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15270         Mule-UCS is loaded under XEmacs.
15271         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15272
15273 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15274
15275         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15276
15277 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * mm-util.el (mm-coding-system-p): Return a coding-system.
15280         (mm-mime-mule-charset-alist): Use shift_jis instead of
15281         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15282         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15283         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15284         instead of japanese-shift-jis and iso-latin-1 respectively in
15285         order to share the default value with both Emacs and XEmacs-mule.
15286         (mm-mule-charset-to-mime-charset): Make
15287         mm-coding-system-priorities effective.
15288         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15289         while predicating of candidates upon the priorities.
15290
15291 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15292
15293         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15294         gnus-uu-invert-processable.
15295
15296         * gnus.el: Autoload gnus-uu-invert-processable.
15297
15298 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * mm-util.el (mm-with-multibyte-buffer): New macro.
15301
15302         * rfc2047.el (rfc2047-encode-string): Use it.
15303         (rfc2047-encode-region): Move point to the end of the region after
15304         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15305
15306 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15309         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15310
15311 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15314         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15315         Karl Chen <quarl@nospam.quarl.org>.
15316
15317 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15318
15319         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15320         invalid addresses.
15321
15322 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15323
15324         * spam.el: Change section markers, revise TODO list.
15325         (spam-backends): Make new master list of all installed backends.
15326         (spam-summary-exit-behavior): Add new variable to determine how
15327         messages moves are done at summary exit.
15328         (spam-move-spam-nonspam-groups-only)
15329         (spam-process-ham-in-nonham-groups)
15330         (spam-process-ham-in-spam-groups): Remove variables, the
15331         spam-summary-exit-behavior variable should be used to manage this
15332         behavior.
15333         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15334         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15335         and spam-old-spam-articles.
15336         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15337         Add empty variables, placeholders for the backends they represent.
15338         (spam-set-difference): Move, unchanged.
15339         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15340         unless the user has a processor variable.
15341         (spam-classifications, spam-classification-valid-p)
15342         (spam-backend-properties, spam-backend-property-valid-p)
15343         (spam-backend-function-type-valid-p)
15344         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15345         (spam-report-articles-gmane, spam-report-articles-resend):
15346         Remove functions, they are not needed.
15347         (spam-install-backend-super, spam-backend-list)
15348         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15349         (spam-backend-function, spam-backend-ham-registration-function)
15350         (spam-backend-spam-registration-function)
15351         (spam-backend-ham-unregistration-function)
15352         (spam-backend-spam-unregistration-function)
15353         (spam-backend-statistical-p, spam-backend-mover-p)
15354         (spam-install-backend-alias, spam-install-checkonly-backend)
15355         (spam-install-mover-backend, spam-install-nocheck-backend)
15356         (spam-install-backend, spam-install-statistical-backend)
15357         (spam-install-statistical-checkonly-backend): Add backend installation
15358         support.
15359         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15360         (spam-group-processor-p): Use the new backend code and respect the
15361         summary exit behavior.
15362         (spam-mark-spam-as-expired-and-move-routine): Remove.
15363         (spam-summary-prepare): Change to use the new spam-old-articles
15364         variable.
15365         (spam-copy-or-move-routine, spam-copy-spam-routine)
15366         (spam-move-spam-routine, spam-copy-ham-routine)
15367         (spam-move-ham-routine): Add code to copy/move ham or spam.
15368         (spam-fetch-field-fast): Improve doc and code, plus allow the
15369         'number request.
15370         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15371         variables.
15372         (spam-split, spam-find-spam): Use the new backend code.
15373         (spam-registration-functions): Remove variable.
15374         (spam-unregister-routine): Add convenience wrapper.
15375         (spam-log-undo-registration, spam-register-routine)
15376         (spam-log-processing-to-registry)
15377         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15378         where possible.
15379         (spam-check-gmane-xref, spam-check-regex-headers)
15380         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15381         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15382         (spam-check-bogofilter-headers, spam-check-spamoracle)
15383         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15384         (spam-check-crm114-headers): Use the spam-split-group that
15385         spam-split prepares, no need to determine it every time.
15386
15387         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15388         to the nnheader-parse-naked-head call.
15389
15390         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15391
15392         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15393         the nnheader-nov-read-message-id call.
15394
15395 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15398         gnus-activate-group twice.  Suggested by Markus Peter
15399         <warp@spin.de>.
15400
15401 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-art.el (gnus-article-time-format): Exchange the order of
15404         day and month in the default value; fix customization type.
15405         (article-date-ut): Use add-text-properties.
15406         (article-make-date-line): Use message-make-date instead of
15407         current-time-string.
15408
15409         * message.el (message-fetch-field): Don't use set-text-properties.
15410         (message-make-date): Simplify.
15411
15412         * messagexmas.el (message-xmas-make-date): New function.
15413         (message-xmas-redefine): Defalias message-make-date to it.
15414
15415 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15418         (rfc2047-encode-region): Treat text within parentheses as special;
15419         show the original text when error has occurred.
15420
15421         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15422         already-computed method to gnus-activate-group.
15423
15424         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15425         same select-methods identical Lisp objects.
15426
15427         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15428         object when modifying the info.
15429
15430 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15433         gnus-opened-servers since it has never been opened with the new
15434         configuration yet.
15435
15436 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15437
15438         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15439         arg to nnheader-generate-fake-message-id.
15440
15441 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15444         number and build a fake message ID localized to a group and
15445         article number (so it's repeatable from that point on).
15446         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15447         ID format.
15448
15449         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15450         nnheader-generate-fake-message-id with the article number.
15451
15452 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15453
15454         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15455         end-of-buffer.
15456
15457 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15458
15459         * message.el (message-ignored-supersedes-headers): Add Approved.
15460
15461 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15462
15463         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15464         goto-char.
15465         (rfc2047-encode): Fold the line before encoding.
15466
15467 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15468
15469         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15470         folding -- not all headers can be folded, and this should be done
15471         by the message composition mode.  Probably.  I think.
15472
15473 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15476         fast.
15477
15478         * gnus-ems.el (gnus-remove-image): Don't use
15479         message-text-with-property; remove only the image found first.
15480
15481         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15482         found first.
15483
15484 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15485
15486         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15487
15488 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15489
15490         * message.el (message-text-with-property): Make it fast and accept
15491         optional arguments.
15492         (message-strip-forbidden-properties): Use it.
15493         (message-fix-before-sending): Follow the m-t-w-p change.
15494
15495         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15496
15497 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-art.el (article-hide-headers): Don't change the buffer
15500         mistakenly when performing mml-preview even if
15501         gnus-single-article-buffer is nil.
15502
15503 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15504
15505         * message.el (message-expand-name-databases): New user option.
15506         (message-expand-name): Use it.
15507
15508 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15509
15510         * spam.el (spam-report-articles-resend)
15511         (spam-report-resend-register-routine): Allow ham reporting.
15512         (spam-report-resend-register-ham-routine): Add wrapper.
15513         (spam-registration-functions): Add ham resending functions.
15514         (spam-list-of-processors): Add ham resend processor.
15515
15516         * gnus.el (ham-resend-to): Add new group parameter.
15517         (spam-process): Add ham resend option.
15518
15519         * spam-report.el (spam-report-resend): Allow reporting ham.
15520         (spam-report-resend-ham): Add wrapper.
15521
15522 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15523
15524         * message.el (message-cite-articles-with-x-no-archive): New
15525         variable.
15526         (message-cite-original): Use it.
15527
15528 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15529
15530         * message.el (message-cite-original): Respect X-No-Archive.
15531
15532 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-art.el (article-hide-headers): Refer to the values for
15535         gnus-ignored-headers and gnus-visible-headers in the summary
15536         buffer since a user may have set them as group parameters.
15537
15538 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15539
15540         * assistant.el (assistant-node-name): Add convenience function.
15541         (assistant-render-text, assistant-render-node): Add error handling,
15542         plus handle multiple next nodes.
15543         (assistant-find-next-node): Comment out for now.
15544         (assistant-find-next-nodes): Add function, returns list of next
15545         nodes.
15546
15547 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * mail-source.el (mail-source-directory): Fix doc-string.
15550
15551 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15552
15553         * assistant.el (assistant-render-text, assistant-eval): Add :set
15554         widget type, which is different because it takes and returns a
15555         list.  Much hilarity ensues.
15556
15557 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15558
15559         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15560
15561         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15562         doc-string.
15563
15564         * gnus-start.el (gnus-activate-group): Added doc-string.
15565
15566 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15569
15570 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15571
15572         * assistant.el (assistant-render-text): Try to add a :set
15573         widget, more to come.
15574
15575         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15576         strings.
15577         (spam-report-articles-resend)
15578         (spam-register-routine): Do registration iff any articles warrant
15579         it.
15580         (spam-summary-prepare-exit): Change log message for nil group
15581         destinations.
15582
15583 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15584
15585         * spam.el (spam-report-resend-register-routine): Allow
15586         spam-report-resend-to to be a group parameter or a global value.
15587
15588 2004-05-26  Simon Josefsson  <jas@extundo.com>
15589
15590         * starttls.el: Merge with my GNUTLS based starttls.el.
15591         (starttls-gnutls-program, starttls-use-gnutls)
15592         (starttls-extra-arguments, starttls-process-connection-type)
15593         (starttls-connect, starttls-failure, starttls-success): New
15594         variables.
15595         (starttls-program, starttls-extra-args): Doc fix.
15596         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15597         functions.
15598         (starttls-negotiate, starttls-open-stream): Check
15599         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15600         function if it is set.
15601
15602 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15605         structured fields.
15606
15607 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15608
15609         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15610
15611 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15612
15613         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15614         variable.
15615         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15616         assigning the spam-mark to new messages.
15617
15618 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15619
15620         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15621
15622 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15623
15624         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15625
15626         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15627         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15628         default.
15629
15630 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15631
15632         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15633         correct data.
15634
15635 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15636
15637         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15638         (spam-group-processor-p): Fix function.
15639         (spam-group-processor-multiple-p)
15640         (spam-group-spam-processor-report-gmane-p)
15641         (spam-group-spam-processor-report-resend-p)
15642         (spam-group-spam-processor-bogofilter-p)
15643         (spam-group-spam-processor-blacklist-p)
15644         (spam-group-spam-processor-ifile-p)
15645         (spam-group-ham-processor-ifile-p)
15646         (spam-group-spam-processor-spamoracle-p)
15647         (spam-group-spam-processor-crm114-p)
15648         (spam-group-ham-processor-bogofilter-p)
15649         (spam-group-spam-processor-stat-p)
15650         (spam-group-ham-processor-stat-p)
15651         (spam-group-ham-processor-whitelist-p)
15652         (spam-group-ham-processor-BBDB-p)
15653         (spam-group-ham-processor-spamoracle-p)
15654         (spam-group-ham-processor-copy-p): Remove functions with some
15655         prejudice against unneeded code.
15656         (spam-report-articles-resend)
15657         (spam-report-resend-register-routine): Allow the group/topic
15658         spam-resend-to value to override spam-report-resend-to.
15659         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15660         properly now.
15661
15662         * gnus.el (spam-resend-to): Add group/topic parameter.
15663         (spam-process): Move the OBSOLETE processors to the end of the
15664         choices.
15665
15666 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15667
15668         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15669         with resend-to set to nil, and then ask the user if necessary.
15670         (spam-report-resend): spam-report-resend takes a list of articles, not
15671         separate article numbers.
15672
15673 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15676         addition to emacs-w3m.
15677
15678 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15679
15680         * assistant.el (assistant-authinfo-data): New function.
15681         (assistant-eval): Eval for entire assistant.
15682
15683         * netrc.el (netrc-services-file): New variable.
15684         (netrc-parse-services): New function.
15685         (netrc-find-service-name): New function.
15686         (netrc-find-service-number): New function.
15687         (netrc-port-equal): New function.
15688         (netrc-machine): Use it.
15689
15690         * nnimap.el (nnimap-open-connection): Use netrc.
15691
15692         * gnus-util.el (gnus-netrc-get): Remove aliases.
15693
15694         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15695
15696         * assistant.el (wid-edit): Fix compilation.
15697
15698         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15699
15700 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15701
15702         * gnus-util.el (gnus-set-file-modes): New function.  (small
15703         patch).
15704
15705 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15706
15707         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15708
15709         * assistant.el (assistant-render-node): Fix up rendering and
15710         read-only text.
15711         (assistant-render-node): Reset.
15712         (assistant-make-read-only): Not sticky.
15713
15714 2004-05-20  Danny Siu  <dsiu@adobe.com>
15715
15716         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15717         centered even when gnus-auto-center-summary is t.
15718
15719 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15720
15721         * dns.el (dns-get-txt-answer): New function.
15722         (dns-read-txt): Ditto.
15723         (query-dns): Use it.
15724
15725 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15728         active for foreign groups even if the group level is higher than
15729         the specified value.
15730
15731 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15732
15733         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15734         non-active groups.
15735
15736         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15737
15738 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15739
15740         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15741
15742 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15745         (spam-crm114-header, spam-crm114-spam-switch)
15746         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15747         (spam-crm114-positive-spam-header)
15748         (spam-crm114-database-directory, spam-list-of-processors)
15749         (spam-group-spam-processor-crm114-p)
15750         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15751         (spam-generic-score, spam-list-of-checks)
15752         (spam-list-of-statistical-checks, spam-registration-functions)
15753         (spam-check-crm114-headers, spam-crm114-score)
15754         (spam-check-crm114, spam-crm114-register-with-crm114)
15755         (spam-crm114-register-spam-routine)
15756         (spam-crm114-unregister-spam-routine)
15757         (spam-crm114-register-ham-routine)
15758         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15759         asjo@koldfront.dk (Adam Sjøgren).
15760
15761         * gnus.el: Add spam-use-crm114.
15762
15763         * spam.el (spam-list-of-processors, spam-registration-functions):
15764         Add spam-use-resend.
15765         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15766         (spam-report-articles-gmane): Add doc fix.
15767         (spam-report-articles-resend, spam-report-resend-register-routine):
15768         Add wrappers around spam-report-resend-to.
15769
15770         * spam-report.el (spam-report-resend-to, spam-report-resend):
15771         Add support for resending spam.
15772         (spam-report-gmane): Fix line length >80.
15773
15774         * gnus.el (spam-process): Add spam-use-resend.
15775
15776 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15777
15778         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15779         number of processed spam messages.
15780         (spam-ham-copy-or-move-routine): Return the number of processed
15781         ham messages.
15782         (spam-summary-prepare-exit): Use the above values to decide
15783         whether status messages shouled be displayed.
15784
15785 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15786
15787         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15788         `rfc2047-encoding-function-alist' in order to avoid conflicting
15789         with the old version.
15790         (rfc2047-encode-region): Concatenate words containing non-ASCII
15791         characters in structured fields; don't encode space-delimited
15792         ASCII words even in unstructured fields; don't break words at
15793         char-category boundaries.
15794         (rfc2047-encode-1): New function.
15795         (rfc2047-encode): Use it; encode text so that it occupies the
15796         maximum width within 76-column; work correctly on Q encoding for
15797         iso-2022-* charsets.
15798         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15799         sure not to break a line just after the header name.
15800         (rfc2047-b-encode-region): Removed.
15801         (rfc2047-b-encode-string): New function.
15802         (rfc2047-q-encode-region): Removed.
15803         (rfc2047-q-encode-string): New function.
15804
15805         * mm-util.el (mm-replace-in-string): New function.
15806
15807 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15808
15809         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15810         get it right.
15811         (gnus-inews-make-draft): Really.
15812
15813 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15814
15815         * nnmh.el (nnmh-request-list-1): Don't check the link count
15816         before descending.  (small patch)
15817
15818 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15819
15820         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15821         stuff.
15822
15823         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15824         on real group name.
15825
15826         * gnus-art.el (gnus-signature-limit): Doc fix.
15827
15828         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15829
15830         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15831
15832 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15833
15834         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15835         isn't a string.
15836
15837 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15838
15839         * gnus-draft.el (gnus-draft-send): Bind
15840         rfc2047-encode-encoded-words.
15841
15842         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15843         (rfc2047-encodable-p): Say that =? needs encoding.
15844         (rfc2047-encode-encoded-words): New variable.
15845
15846         * gnus-group.el (gnus-group-select-group): Doc fix.
15847
15848         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15849
15850         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15851         to nil.
15852
15853         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15854
15855         * nnheader.el (nnheader-get-lines-and-char): New function.
15856
15857 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15858
15859         * gnus-msg.el (gnus-summary-followup-with-original): Document
15860         yanking of region when active.
15861
15862 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15865         groups if the group level is higher than the specified value.
15866
15867 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15870         (gnus-group-jump-to-group): Added prefix argument using
15871         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15872         non-active group.
15873
15874         * compface.el (uncompface): Be verbose when changing
15875         `uncompface-use-external'.
15876
15877         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15878         handle manual section.
15879
15880 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15881
15882         * gnus-art.el (gnus-button-alist): Revert previous change.
15883
15884 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15885
15886         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15887
15888 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15889
15890         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15891         whether backend can accept message.
15892
15893         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15894
15895 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15896
15897         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15898         Avoid creating directory when nntp-marks-is-evil is true.
15899         Reported by Reiner Steib.
15900
15901 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * gnus-picon.el (gnus-picon-style): New variable.
15904         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15905         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15906         Jesper Harder <harder@ifa.au.dk>.
15907
15908 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15909
15910         * message.el (message-fill-field): Return point.
15911         (message-generate-headers): Go to end of field.
15912
15913         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15914         stuff for non-living groups.
15915
15916 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15917
15918         * gnus-art.el (gnus-article-followup-with-original)
15919         (gnus-article-reply-with-original): gnus-mark-active-p ->
15920         gnus-region-active-p.
15921
15922 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15923
15924         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15925         only when there is spam or ham to be processed.
15926
15927 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15928
15929         * mail-source.el (mail-source-delete-crash-box): Refactor.
15930         (mail-source-fetch): Use it.
15931         (mail-source-fetch-file): Ditto.
15932         (mail-source-fetch-directory): Run postscript in loop.
15933         (mail-source-fetch-pop): Delete.
15934         (mail-source-fetch-maildir): Ditto.
15935         (mail-source-fetch-imap): Ditto.
15936
15937         * imap.el (imap-authenticators): Comment out sasl.
15938
15939         * message.el (message-skip-to-next-address): New function.
15940         (message-fill-header-address): Refactor.
15941         (message-fill-address): Use it.
15942         (message-delete-address): Use it.
15943         (message-fill-header-general): Refactor.
15944         (message-fill-field-address): Rename.
15945         (message-narrow-to-field): Find the start of the header.
15946         (message-header-format-alist): Don't pre-fill.
15947         (message-fill-header): Removed.
15948         (message-insert-header): New function.
15949         (message-shorten-references): Use it.
15950
15951         * rfc2047.el (rfc2047-field-value): Strip props.
15952
15953         * mail-parse.el (mail-header-make-address): New alias.
15954
15955         * ietf-drums.el (ietf-drums-make-address): New function.
15956
15957         * imap.el: Add compiler directives.
15958
15959         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15960
15961         * gnus-art.el (article-decode-idna-rhs): Don't use
15962         message-idna-inside-rhs-p.
15963
15964 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15965
15966         * message.el (message-idna-inside-rhs-p): Removed.
15967         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15968
15969         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15970         false positives.
15971
15972 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15973
15974         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15975
15976 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15977
15978         * nneething.el (nneething-file-name): Don't create spurious
15979         files.
15980
15981         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15982         (gnus-inews-do-gcc): Remove sleep.
15983
15984         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15985         part under point.
15986
15987         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15988         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15989
15990 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * spam.el (spam-summary-prepare-exit): Fixed (length).
15993
15994 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15995
15996         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15997         as expired without moving it" message when there are spam
15998         messages left.
15999
16000 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16001
16002         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16003         header is not nil.
16004
16005 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16006
16007         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16008         nntp-possibly-create-directory, not nntp-possibly-change-group.
16009         (nntp-marks-changed-p): New arg SERVER.
16010         (nntp-request-update-info): Adjust caller.
16011
16012 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16013
16014         * nntp.el (nntp-save-marks): Pass missing arg.
16015
16016 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16017
16018         * nntp.el: Support marks.
16019         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16020         (nntp-marks-modtime, nntp-marks-directory): New variables.
16021         (nntp-request-set-mark, nntp-request-update-info)
16022         (nntp-possibly-create-directory, nntp-marks-changed-p)
16023         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16024         functions.
16025
16026 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16027
16028         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16029         (gnus-xmas-redefine): Rename.
16030
16031         * gnus-score.el (gnus-score-insert-help): Use
16032         gnus-select-lowest-window.
16033
16034         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16035         appt-select-lowest-window and rename to gnus-select-lowest-window.
16036
16037         * gnus.el: do.
16038
16039 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16040
16041         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16042         encodings of MIME-encoded words, in order to improve
16043         interoperability with several broken MUAs.
16044
16045 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16046
16047         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16048         tags, only when charsets are not specified in headers.
16049         (mm-inline-text-html-render-with-w3m): Ditto.
16050
16051         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16052         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16053
16054 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16055
16056         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16057         instead of MIME-decoded from fields when checking
16058         `gnus-article-address-banner-alist'.
16059
16060 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16061
16062         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16063         description rather than subject.
16064
16065 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16066
16067         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16068
16069 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16070
16071         * gnus.el (gnus-version-number): Bump.
16072
16073 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16074
16075         * gnus.el: No Gnus v0.2 is released.
16076
16077 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16078
16079         * gnus-agent.el (gnus-agent-read-agentview): Inline
16080         gnus-uncompress-range.
16081
16082 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16083
16084         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16085         `exec-installed-p'.
16086
16087 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16088
16089         * gnus.el (spam-process, spam-autodetect-methods): Add
16090         bsfilter and bsfilter-headers.
16091
16092         * spam.el (spam-bsfilter): New customize group.
16093         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16094         (spam-bsfilter-header, spam-bsfilter-probability-header)
16095         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16096         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16097         (spam-bsfilter-database-directory): New options.
16098         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16099         (spam-list-of-statistical-checks, spam-registration-functions):
16100         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16101         (spam-bsfilter-score): New command.
16102         (spam-check-bsfilter-headers, spam-check-bsfilter)
16103         (spam-bsfilter-register-with-bsfilter)
16104         (spam-bsfilter-register-spam-routine)
16105         (spam-bsfilter-unregister-spam-routine)
16106         (spam-bsfilter-register-ham-routine)
16107         (spam-bsfilter-unregister-ham-routine): New functions.
16108         (spam-generic-score): Support bsfilter; Accept an optional argument
16109         to recalcurate spam score even if scoring header has already been
16110         added.
16111         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16112         optional argument to recalcurate spam score even if scoring header
16113         has already been added.
16114
16115 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16116
16117         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16118         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16119         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16120         link is missing.
16121
16122 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16123
16124         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16125         (html2text-get-attr): Rewrite.
16126
16127         * message.el (message-setup-1): Remove redundant put-text-property
16128         on mail-header-separator.
16129
16130 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16131
16132         * gnus-registry.el (gnus-registry-cache-whitespace)
16133         (gnus-registry-action, gnus-registry-spool-action)
16134         (gnus-registry-split-fancy-with-parent): Change message levels
16135         from 5 to 3 or 7, as needed.
16136
16137         * spam.el (spam-summary-prepare-exit)
16138         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16139         (spam-split, spam-find-spam, spam-log-undo-registration)
16140         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16141         level from 5 to 6.
16142
16143 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16146         2004-03-04 change).
16147
16148 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16149
16150         * sieve-manage.el (sieve-manage-open):
16151         * nnweb.el (nnweb-insert-html):
16152         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16153         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16154         * nnspool.el (nnspool-request-group):
16155         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16156         * nnml.el (nnml-request-update-info):
16157         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16158         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16159         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16160         (nnimap-request-set-mark):
16161         * nnfolder.el (nnfolder-request-update-info):
16162         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16163         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16164         * gnus-uu.el (gnus-uu-find-articles-matching):
16165         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16166         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16167         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16168         * gnus-nocem.el (gnus-nocem-scan-groups):
16169         * gnus-int.el (gnus-start-news-server):
16170         * gnus-group.el (gnus-group-make-kiboze-group)
16171         (gnus-group-browse-foreign-server):
16172         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16173         Use mapc when appropriate.
16174
16175 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16176
16177         FIXME: Make separate entries for each person.
16178
16179         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16180         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16181         <shields@msrl.com>:
16182
16183         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16184         may need for spam sorting and scoring.
16185         (spam-user-format-function-S): Add user format function suitable for
16186         general use.
16187         (spam-article-sort-by-spam-status): Add sorting function for summary
16188         sorting.
16189         (spam-extra-header-to-number): Add function to get a score from a
16190         header.
16191         (spam-summary-score): Add function to get a numeric score from the
16192         headers.
16193         (spam-generic-score): Fix function doc, was in wrong place.
16194         (spam-initialize): Take symbols when it's run, and install the
16195         extra headers that spam-necessary-extra-headers thinks we need.
16196
16197 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16198
16199         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16200         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16201
16202 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16203
16204         * gnus-sum.el (gnus-set-global-variables)
16205         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16206         (gnus-article-get-xrefs, gnus-summary-best-group)
16207         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16208         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16209         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16210         Use with-current-buffer.
16211
16212 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16213
16214         * spam.el (spam-summary-prepare-exit): Simplify logic.
16215         (spam-fetch-article-header): Read the article header if it's not
16216         available.
16217         (spam-list-articles): Simplify logic.
16218         (spam-filelist-register-routine): Fix bug with unregister-list.
16219
16220         * gnus-registry.el: Fix comments at beginning.
16221
16222 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16223
16224         * message.el (message-cater-to-broken-inn): Remove.
16225         (message-shorten-references): Make sure the total folded length of
16226         References is shorter than 998 characters to cater to a bug in INN
16227         2.3.  Also, don't pretend that references aren't folded -- this
16228         hasn't worked for a while.
16229
16230 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16231
16232         * gnus-agent.el (gnus-agentize):
16233         gnus-agent-send-mail-real-function no longer set to current value
16234         of message-send-mail-function but rather a lambda that calls
16235         message-send-mail-function.  The change makes the agent real-time
16236         responsive to user changes to message-send-mail-function.
16237
16238 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16239
16240         * legacy-gnus-agent.el
16241         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16242         help from Florian Weimer <fw@deneb.enyo.de>
16243
16244 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * nnmail.el (nnmail-cache-insert): Revert last change.
16247
16248 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16249
16250         * nnmail.el (nnmail-cache-insert): Always check whether
16251         nnmail-cache-ignore-groups matches a group name.
16252
16253 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16254
16255         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16256         (spam-find-spam, spam-log-processing-to-registry)
16257         (spam-log-registered-p, spam-log-unregistration-needed-p)
16258         (spam-log-undo-registration): Use gnus-message instead of
16259         gnus-error, none of these errors are fatal.
16260
16261         * gnus-registry.el (gnus-registry-clean-empty-function)
16262         (gnus-registry-clean-empty): Remove only empty entries without
16263         extra data.
16264
16265 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16266
16267         * spam-stat.el (spam-stat-buffer-change-to-spam)
16268         (spam-stat-buffer-change-to-non-spam): Change (error) to
16269         (gnus-message 8) invocation.
16270
16271 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * nntp.el (nntp-via-netcat-command): New variable.
16274         (nntp-via-netcat-switches): New variable.
16275         (nntp-open-via-rlogin-and-netcat): New function.
16276         (nntp-open-connection-function): Doc fix.
16277         (nntp-telnet-command): Doc fix.
16278         (nntp-end-of-line): Doc fix.
16279         (nntp-via-rlogin-command): Doc fix.
16280         (nntp-via-user-name): Doc fix.
16281         (nntp-via-address): Doc fix.
16282
16283 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16286         error in Emacs 21.1.
16287
16288 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16289
16290         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16291
16292 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16293
16294         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16295         (gnus-agent-with-refreshed-group): New macro.
16296         (gnus-agent-rename-group): New function.
16297         (gnus-agent-delete-group): New function.
16298         (gnus-agent-save-group-info): Use gnus-command-method when
16299         `method' parameter is nil.  Don't write nil entries into the
16300         active file.
16301         (gnus-agent-get-group-info): New function.
16302         (gnus-agent-fetch-articles): Use
16303         gnus-agent-update-files-total-fetched-for to increment disk space
16304         used.
16305         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16306         gnus-agent-update-view-total-fetched-for to increment disk space
16307         used.
16308         (gnus-agent-get-local): Added optional parameters to avoid calling
16309         gnus-group-real-name and gnus-find-method-for-group.
16310         (gnus-agent-set-local): Delete stored entry if either min, or max,
16311         are nil.
16312         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16313         quit, use gnus-agent-regenerate-group to record existance of any
16314         articles fetched to disk before the quit occurred.
16315         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16316         gnus-agent-update-view-total-fetched-for, and
16317         gnus-agent-update-files-total-fetched-for to decrement disk space
16318         used.
16319         (gnus-agent-retrieve-headers): Use
16320         gnus-agent-update-view-total-fetched-for to increment disk space
16321         used.
16322         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16323         with gnus-agent-update-files-total-fetched-for to decrement disk
16324         space and fresh group buffer.
16325         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16326         (gnus-agent-need-update-total-fetched-for): New variable.
16327         (gnus-agent-update-files-total-fetched-for): New function.
16328         (gnus-agent-update-view-total-fetched-for): New function.
16329         (gnus-agent-total-fetched-for): New function.
16330
16331         * gnus-cache.el (gnus-cache-save-buffers): Use
16332         gnus-cache-update-overview-total-fetched-for to change disk space
16333         used by this group.
16334         (gnus-cache-possibly-enter-article): Use
16335         gnus-cache-update-file-total-fetched-for to increment disk space
16336         used by this group.
16337         (gnus-cache-possibly-remove-article): Use
16338         gnus-cache-update-file-total-fetched-for to decrement disk space
16339         used by this group.
16340         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16341         (gnus-cache-rename-group): New function.
16342         (gnus-cache-delete-group): New function.
16343         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16344         (gnus-cache-need-update-total-fetched-for): New variable.
16345         (gnus-cache-with-refreshed-group): New macro.
16346         (gnus-cache-update-file-total-fetched-for): New function.
16347         (gnus-cache-update-overview-total-fetched-for): New function.
16348         (gnus-cache-rename-group-total-fetched-for): New function.
16349         (gnus-cache-delete-group-total-fetched-for): New function.
16350         (gnus-cache-total-fetched-for): New function.
16351
16352         * gnus-group.el: Require gnus-sum and autoload functions to
16353         resolve warnings when gnus-group.el compiled alone.
16354         (gnus-group-line-format): Documented new %F.
16355         (size of Fetched data) group line format; identifies disk space
16356         used by agent and cache.
16357         (gnus-group-line-format-alist): Defined new F format.
16358         (gnus-total-fetched-for): New function.
16359         (gnus-group-delete-group): No longer update
16360         gnus-cache-active-altered as gnus-request-delete-group now keeps
16361         the cache in sync.
16362         (gnus-group-list-active): Let the agent store a server's active
16363         list if currently plugged.
16364
16365         * gnus-int.el (gnus-request-delete-group):
16366         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16367         local disk in sync with the server.
16368         (gnus-request-rename-group):
16369         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16370         local disk in sync with the server.
16371
16372         * gnus-start.el (gnus-get-unread-articles):
16373         Cosmetic simplification to logic.
16374
16375         * gnus-util.el (gnus-rename-file): New function.
16376
16377 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16378
16379         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16380
16381 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16382
16383         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16384         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16385
16386 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16387
16388         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16389         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16390
16391 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16392
16393         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16394
16395 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16396
16397         * spam.el (spam-set-difference): Add function to replace
16398         gnus-set-difference in spam.el.
16399         (spam-summary-prepare-exit): Use spam-set-difference.
16400
16401 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * gnus-registry.el (gnus-registry-cache-file): Update to use
16404         gnus-dribble-directory OR gnus-home-directory OR ~.
16405         (gnus-registry-split-fancy-with-parent): Fix doc.
16406
16407 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * message.el (message-exchange-point-and-mark): Use
16410         message-mark-active-p.  Suggested by Jesper Harder
16411         <harder@ifa.au.dk>.
16412
16413 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16414
16415         * message.el (message-exchange-point-and-mark): Don't activate
16416         region if it was inactive.  Suggested by Hiroshi Fujishima
16417         <pooh@nature.tsukuba.ac.jp>.
16418
16419 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16420
16421         * gnus-art.el (article-display-face): Display Faces in the same
16422         order as X-Faces.
16423
16424 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16427
16428 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16431         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16432         (gnus-article-mime-hierarchy): Remove.
16433         (gnus-article-mime-hierarchy-next): Remove.
16434         (gnus-article-mode): Revert 2004-03-19 change.
16435         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16436         (gnus-insert-mime-button): Revert 2004-03-19 change.
16437         (gnus-mime-accumulate-hierarchy): Remove.
16438         (gnus-mime-enter-multipart): Remove.
16439         (gnus-mime-leave-multipart): Remove.
16440         (gnus-mime-display-part): Revert 2004-03-19 change.
16441         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16442
16443         * mml.el (mml-preview): Revert 2004-03-19 change.
16444
16445 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16446
16447         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16448
16449 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16450
16451         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16452         t while entering a file name using the mm-with-multibyte macro.
16453         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16454
16455         * mm-util.el (mm-with-multibyte): New macro.
16456
16457 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16458
16459         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16460         user option.
16461         (gnus-mime-multipart-functions): Doc and customization fix.
16462         (gnus-article-mime-hierarchy): New variable.
16463         (gnus-article-mime-hierarchy-next): New variable.
16464         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16465         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16466         gnus-article-mime-hierarchy-next to nil.
16467         (gnus-insert-mime-button): Show hierarchy numbers.
16468         (gnus-mime-accumulate-hierarchy): New function.
16469         (gnus-mime-enter-multipart): New function.
16470         (gnus-mime-leave-multipart): New function.
16471         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16472         (gnus-mime-display-alternative): Show hierarchy numbers.
16473
16474         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16475         gnus-article-mime-hierarchy-next to nil.
16476
16477 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16478
16479         * dns.el: Don't require gnus-xmas.
16480
16481 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16482
16483         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16484         inline PGP.
16485         (mml-menu): Disable mml-quote-region if mark is inactive.
16486
16487 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16490         when the group's active is not available.
16491
16492 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16495         error.
16496
16497 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16498
16499         * imap.el (imap-store-password): New variable.
16500         (imap-interactive-login): Use it.
16501         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16502
16503 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16506         window-start and hscroll to summary window.
16507
16508 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16509
16510         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16511         conversion message to newsrc-dribble when an actual conversion is
16512         performed.
16513
16514 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16515
16516         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16517
16518 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * mm-decode.el (mm-complicated-handles): New function reviving
16521         former definition of mm-multiple-handles.
16522
16523         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16524         (gnus-mime-delete-part): Use it.
16525
16526 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16527
16528         * gnus-agent.el (gnus-agent-read-local): Bind
16529         nnheader-file-coding-system to gnus-agent-file-coding-system to
16530         avoid the implicit assumption that they will always be equal.
16531         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16532         coding-system-for-write, as the with-temp-file macro first prints
16533         to a buffer then saves the buffer.
16534
16535 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * gnus-art.el (gnus-article-edit-part): New function.
16538         (gnus-mime-save-part-and-strip): Use it; do query instead of
16539         signaling an error; don't use mm-multiple-handles.
16540         (gnus-mime-delete-part): Ditto.
16541
16542 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16543
16544         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16545         old file versions.
16546         (gnus-group-prepare-hook): Removed function that converted list
16547         form of gnus-agent-expire-days to group properties.
16548
16549         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16550         (gnus-request-accept-article): Re-indented.
16551
16552         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16553         converters to handle old agent file formats.  Added logic for a
16554         "backup before upgrading warning".
16555         (gnus-convert-mark-converter-prompt): Developers can mark
16556         functions as needing (default), or not needing,
16557         gnus-convert-old-newsrc's "backup before upgrading warning".
16558         (gnus-convert-converter-needs-prompt): Tests whether the user
16559         should be protected from potentially irreversable changes by the
16560         function.
16561
16562         * legacy-gnus-agent.el: New.  Provides converters that are only
16563         loaded when gnus-convert-old-newsrc needs to call them.
16564
16565 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16566
16567         * mail-source.el (mail-source-touch-pop): Doc fix.
16568
16569         * message.el (message-smtpmail-send-it): Doc fix.
16570
16571 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16572
16573         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16574
16575         * nnmail.el (nnmail-split-fancy): do.
16576
16577         * gnus-kill.el (gnus-kill, gnus-execute): do.
16578
16579 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16580
16581         * gnus-sum.el (gnus-widget-reversible-match)
16582         (gnus-widget-reversible-to-internal)
16583         (gnus-widget-reversible-to-external): New functions.
16584         (gnus-widget-reversible): New widget.
16585         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16586
16587 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16588
16589         * gnus-sum.el (gnus-thread-sort-functions)
16590         (gnus-article-sort-functions): Document `(not F)' items.
16591
16592 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16593
16594         * spam.el (spam-use-gmane-xref): Add new backend.
16595         (spam-gmane-xref-spam-group): Add variable to control the name of the
16596         Gmane spam group.
16597         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16598         (spam-regex-headers-spam, spam-regex-headers-ham)
16599         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16600         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16601         backends and checks.
16602         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16603
16604         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16605         an autodetect method.
16606
16607 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16608
16609         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16610         articles are being added to a group.
16611         (gnus-request-replace-article): Inform the agent that articles
16612         need to be uncached as the cached contents are no longer valid.
16613
16614 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * binhex.el: Don't autoload executable-find.
16617
16618         * canlock.el: Don't autoload mail-fetch-field.
16619
16620         * dgnushack.el: Autoload c-mode for XEmacs.
16621
16622         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16623
16624         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16625         rmail-dont-reply-to and rmail-output.
16626
16627         * gnus-score.el: Don't autoload ffap-string-at-point.
16628
16629         * gnus-setup.el: Don't autoload sc-cite-original.
16630
16631         * imap.el: Don't autoload base64-decode-string,
16632         base64-encode-string and md5.
16633
16634         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16635         and rmail-msg-restore-non-pruned-header.
16636
16637         * mm-decode.el: Don't autoload executable-find.
16638
16639         * mm-url.el: Don't autoload executable-find.
16640
16641         * mm-view.el: Don't autoload diff-mode.
16642
16643         * nndb.el: Don't autoload news-reply-mode, news-setup,
16644         cancel-timer and telnet.
16645
16646         * password.el: Don't autoload run-at-time for Emacs.
16647
16648         * sha1-el.el: Don't autoload executable-find.
16649
16650         * sieve-mode.el: Don't autoload c-mode.
16651
16652         * uudecode.el: Don't autoload executable-find.
16653
16654 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16655
16656         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16657         (gnus-agent-possibly-alter-active): Avoid null in numeric
16658         comparison.
16659         (gnus-agent-set-local): Refuse to save null in local object table.
16660         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16661         list of articles that will be marked as unread.
16662
16663 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16666
16667 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16668
16669         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16670         language tags.
16671
16672 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16673
16674         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16675         Don't bind "obarray".
16676
16677         * gnus-sum.el (gnus-thread-sort-functions): Added
16678         `gnus-thread-sort-by-most-recent-number' and
16679         `gnus-thread-sort-by-most-recent-date'.
16680         Reported by Kai Grossjohann <kai@emptydomain.de>.
16681
16682 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16685
16686 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16687
16688         * gnus-cus.el (gnus-agent-customize-category): Removed
16689         ignore-errors macro reference that required cl to be loaded at
16690         run-time.
16691
16692         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16693         single-interval range of the form (min . max).  Previously the
16694         range had to look like ((min . max)).  Likewise, return
16695         (min . max) rather than ((min . max)).
16696         (gnus-range-map): Use gnus-range-normalize to accept
16697         single-interval range.
16698
16699         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16700         the cache, but not the agent, now appear with their usual face.
16701
16702         * dgnushack.el (loaddir): New variable that is bound to the
16703         directory containing the dgnushack.el file. Use loaddir, rather
16704         than srcdir, to update load-path. Change lets dgnushack compile
16705         code in directories other than GNUS/lisp.
16706
16707 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * lpath.el: Don't bind w3m-safe-url-regexp.
16710
16711         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16712         w3m-safe-url-regexp variable buffer-local.
16713
16714         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16715
16716 2004-02-27  Simon Josefsson  <jas@extundo.com>
16717
16718         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16719         gnus-group-real-prefix.
16720         (gnus-summary-move-article): Use it, instead of
16721         gnus-group-real-prefix.
16722
16723 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * lpath.el: Bind w3m-safe-url-regexp.
16726
16727         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16728         w3m-safe-url-regexp variable buffer-local and set it as the value
16729         of mm-w3m-safe-url-regexp.
16730
16731         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16732
16733         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16734         parsing gnus-posting-styles when the message is not for replying.
16735
16736         * dgnushack.el: Autoload sgml-mode for XEmacs.
16737
16738         * nnrss.el (nnrss-opml-export): Use
16739         mm-set-buffer-file-coding-system instead of
16740         set-buffer-file-coding-system.
16741
16742 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16743
16744         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16745         of checkdoc.el).
16746         * nnrss.el: do.
16747         * gnus-mlspl.el: do.
16748         * gnus-ml.el: do.
16749         * gnus-srvr.el: do.
16750
16751         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16752
16753 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16754
16755         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16756         Corrections to custom-manual links.
16757
16758         * gnus-art.el (gnus-article): Ditto.
16759
16760         * mm-decode.el (mime-display, mime-security): Ditto.
16761
16762 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16763
16764         * flow-fill.el: Typo.
16765
16766 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16767
16768         * spam-wash.el: New file.
16769
16770 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16771
16772         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16773
16774 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16775
16776         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16777         to be run with new-articles as LIST1, not LIST2.
16778         (spam-registration-functions): Add spam-use-ham-copy as a nil
16779         registration backend.
16780
16781 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16782
16783         * spam-stat.el (spam-stat-washing-hook): New option.
16784         (spam-stat-buffer-words): Use it.
16785         (spam-stat-process-directory, spam-stat-test-directory): Use
16786         insert-file-contents-literally.
16787         (spam-stat-coding-system): New variable.
16788         (spam-stat-load, spam-stat-save): Use it.
16789
16790 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * spam-report.el (spam-report-plug-agent): Quote
16793         spam-report-url-to-file and spam-report-url-ping-plain.
16794
16795 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16796
16797         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16798         / in mailto URLs.
16799
16800 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16801
16802         * spam-report.el (spam-report-process-queue): Fix interactive use.
16803         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16804         (spam-report-unplug-agent): Doc fixes.
16805         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16806         (spam-report-agentize, spam-report-deagentize): Autoload.
16807
16808 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16811
16812         * message.el (message-setup-fill-variables): Add mml tags to
16813         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16814         <ajk@iu.edu>.
16815         (message-mode): Don't modify paragraph-separate there.
16816
16817 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * compface.el (uncompface-use-external): Default to undecided.
16820         (uncompface-use-external-threshold): New variable.
16821         (uncompface-float-time): New macro.
16822         (uncompface): Determine whether to use the external decoder if
16823         uncompface-use-external is undecided.
16824
16825 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16826
16827         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16828         after images.
16829
16830         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16831
16832 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16833
16834         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16835
16836         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16837
16838         * gnus-sum.el (gnus-summary-limit-to-age)
16839         (gnus-summary-limit-children): do.
16840
16841         * gnus-int.el (gnus-request-scan): do.
16842
16843         * gnus-group.el (gnus-group-suspend): do.
16844
16845         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16846
16847         * gnus-cite.el (gnus-cite-parse-attributions): do.
16848
16849         * gnus-agent.el (gnus-summary-set-agent-mark)
16850         (gnus-agent-regenerate-group): do.
16851
16852         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16853
16854         * binhex.el (binhex-decode-region-internal): do.
16855
16856 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * gnus-fun.el (gnus-face-properties-alist): New user option.
16859         (gnus-display-x-face-in-from): Use it.
16860
16861         * gnus-art.el (article-display-face): Ditto.
16862
16863         * compface.el (uncompface-use-external): Default to nil.
16864
16865 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16866
16867         * nntp.el (nntp-erase-buffer): New function.
16868         (nntp-retrieve-data, nntp-send-command)
16869         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16870         (nntp-possibly-change-group): Use it.
16871
16872         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16873         with-current-buffer.
16874
16875 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16876
16877         * compface.el: Merge the ELisp-based uncompface program.
16878         (compface): New customization group.
16879         (uncompface-use-external): New user option.
16880         (uncompface): Call uncompface-internal if uncompface-use-external
16881         is nil.
16882         (uncompface-internal): New function.  Note that there are also
16883         some other functions and variables added for this function.
16884
16885 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16886
16887         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16888         if necessary.
16889
16890 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16891
16892         * spam-report.el (spam-report-unplug-agent)
16893         (spam-report-plug-agent, spam-report-deagentize)
16894         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16895         Add support for the Agent in spam-report: when unplugged, report to a
16896         file; when plugged, submit all the requests.
16897
16898         * spam.el (spam-register-routine): Fix message about
16899         registration.
16900
16901 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16902
16903         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16904         dependencies.
16905         (rfc2047-encode): Use it.
16906
16907         * gnus-art.el (gnus-button-marker-list): Move before first
16908         reference.
16909
16910         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16911         (imap-parse-body): Fix format string mismatch.
16912
16913         * gnus-score.el (gnus-summary-increase-score): do.
16914
16915         * nnrss.el (nnrss-close): New function.
16916
16917 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16918
16919         * nnrss.el (nnrss-make-filename): New function.
16920         (nnrss-request-delete-group, nnrss-read-server-data)
16921         (nnrss-save-server-data, nnrss-read-group-data)
16922         (nnrss-save-group-data): Use it.
16923         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16924         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16925         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16926
16927 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16928
16929         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16930
16931 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16932
16933         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16934         files.
16935
16936         * message.el (message-generate-headers-first): Don't quote nil
16937         and t in docstrings.
16938
16939         * imap.el (imap-id): do.
16940
16941         * gnus-agent.el (gnus-agent-consider-all-articles)
16942         (gnus-agent-queue-mail): do.
16943
16944 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * spam-report.el (spam-report-process-queue): New function.
16947         Process requests from `spam-report-requests-file'.
16948         (spam-report-process-queue): Doc fix.
16949
16950 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16951
16952         * spam.el (spam-register-routine)
16953         (spam-log-processing-to-registry, spam-log-registered-p)
16954         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16955         Change "check" to "spam-check" for semi-clarity.
16956
16957 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16958
16959         * pop3.el: Require nnheader.
16960
16961         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16962
16963         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16964
16965         * gnus-picon.el: Require cl.
16966
16967         * gnus-fun.el: Require gnus-ems and gnus-util.
16968
16969         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16970
16971         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16972
16973         * gnus-art.el (gnus-article-edit-mode): Define before first
16974         reference.
16975
16976 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16977
16978         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16979         (gnus-uu-post-encoded): Use point-at-bol.
16980
16981         * gnus-topic.el (gnus-group-active-topic-p): do.
16982
16983         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16984
16985         * gnus-group.el (gnus-group-kill-region): do.
16986
16987         * gnus-art.el (article-date-ut): do.
16988
16989         * message.el (message-fetch-field): Remove redundant
16990         case-fold-search binding.
16991         (message-narrow-to-field): Simplify.
16992
16993 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16994
16995         * spam.el (spam-directory): Derive from `gnus-directory'.
16996
16997         * spam-report.el (spam-report-url-to-file)
16998         (spam-report-requests-file): New function and variable for offline
16999         reporting.
17000         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17001         and user defined function.
17002         (spam-report-url-ping-mm-url): Remove doubled slash.
17003
17004 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17005
17006         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17007
17008 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17009
17010         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17011         format string mismatch.
17012
17013         * sieve.el (sieve-deactivate-all): do.
17014
17015         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17016
17017         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17018
17019         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17020
17021         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17022
17023 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17024
17025         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17026         the list of checks.
17027
17028 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17029
17030         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17031         padding.
17032
17033 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17034
17035         * mm-view.el (mm-fill-flowed): New variable.
17036         (mm-inline-text): Use it.
17037
17038 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17039
17040         * spam.el (spam-spamassassin-register-ham-routine)
17041         (spam-spamassassin-register-spam-routine): Fix function names.
17042
17043 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17044
17045         * gnus.el (gnus-tmp-grouplens): Remove.
17046         (gnus-summary-line-format): Remove grouplens.
17047
17048         * gnus-group.el (gnus-group-line-format): Ditto.
17049
17050         * gnus-spec.el (gnus-format-specs): Ditto.
17051         (gnus-update-format-specifications): Flush the group format spec
17052         cache if there's the grouplens stuff.
17053         (gnus-parse-simple-format): Replace %l with the empty string.
17054
17055 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17056
17057         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17058         omission.
17059
17060 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17063         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17064
17065 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17066
17067         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17068         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17069         New macros and functions.
17070         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17071         Handle > NLINK_MAX messages.
17072         * nnmaildir.el (nnmaildir-request-set-mark): Use
17073         nnmaildir--emlink-p and nnmaildir--eexist-p.
17074
17075 2004-01-25  Alex Schroeder  <alex@gnu.org>
17076
17077         * spam-stat.el (spam-stat-process-directory-age): New option.
17078         (spam-stat-process-directory): Use it.
17079
17080 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17081
17082         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17083         (spam-stat-save): Accept prefix argument.
17084
17085 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17086
17087         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17088         links" error.
17089
17090 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17091
17092         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17093         the rest of the and/or forms.
17094
17095 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17096
17097         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17098         compatibility with old .newsrc.eld files.
17099
17100         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17101
17102         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17103
17104         * gnus-start.el (gnus-1): do.
17105
17106         * gnus-group.el (gnus-group-line-format-alist): do.
17107
17108         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17109
17110         * gnus-gl.el: Remove.
17111
17112 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17113
17114         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17115         marks consisting of a single range {for example, (3 . 5)} rather
17116         than a list of a single range { ((3 . 5)) }.
17117
17118 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17119
17120         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17121         with-current-buffer.
17122         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17123         avoid consing a string.
17124
17125         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17126         Remove obsolete entries for big5 and gb2312.
17127
17128 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17129
17130         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17131         uncompressed list.
17132
17133 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17134
17135         * spam-stat.el (spam-stat-strip-xref): New function.
17136         (spam-stat-process-directory): Use it.
17137
17138         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17139         here -- it's done in message-fetch-field.
17140
17141 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17142
17143         * gnus-agent.el (gnus-agent-queue-mail)
17144         (gnus-agent-prompt-send-queue): New variables.
17145         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17146         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17147         "nndraft:queue" along to gnus-draft-send.  Use
17148         gnus-agent-prompt-send-queue.
17149         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17150         is "nndraft:queue".  Suggested by Gaute Strokkenes
17151         <gs234@srcf.ucam.org>
17152
17153         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17154         (agent-enable-undownloaded-faces): Added.
17155         (gnus-agent-cat-groups): Use eval-and-compile, not
17156         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17157         method of gnus-agent-cat-groups even when the buffer has been
17158         evaled.
17159         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17160         delete gnus-agent-save-active-1.
17161         (gnus-agent-save-groups): Deleted.  Identical to
17162         gnus-agent-save-active.
17163         (gnus-agent-write-active): No longer adjust agent's copy of active
17164         file as agent's adjustments are now stored in their own
17165         file.  Removed optional parameter.
17166         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17167         servers.  Add use of min/max range limits from server's local
17168         file.
17169         (gnus-agent-save-alist): Removed unused optional argument.
17170         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17171         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17172         (gnus-agent-set-local): A per-server file that keeps min/max range
17173         limits for articles known to the agent.  Provides a fast mechanism
17174         for altering many active ranges.
17175         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17176         active file (local makes it unnecessary).
17177         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17178
17179         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17180         (agent-enable-undownloaded-faces): Added.
17181
17182         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17183         disable it when sending to "nndraft:queue".
17184         (gnus-group-send-queue): Add safety check to avoid sending queue
17185         when unplugged.
17186
17187         * gnus-group.el (gnus-group-catchup): Use new
17188         gnus-sequence-of-unread-articles, not
17189         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17190         numbers of articles.  Use gnus-range-map to avoid having to
17191         uncompress the unread list.
17192         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17193         Fixed invalid ange-ftp reference.
17194
17195         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17196         (gnus-sorted-range-intersection): Intersection of two ranges
17197         without requiring that they first be uncompressed.
17198
17199         * gnus-start.el (gnus-activate-group): Unless blocked by the
17200         caller, possibly expand the active range to include both cached
17201         and agentized articles.
17202         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17203         multiple version-dependent converters.
17204         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17205         gnus-agent-save-active.
17206         (gnus-save-newsrc-file): Save dirty agent range limits.
17207
17208         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17209         gnus-agent-possibly-alter-active.
17210         (gnus-adjust-marked-articles): Faster handling of simple lists.
17211
17212 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17213
17214         * spam-stat.el (spam-stat-test-directory): New optional argument
17215         displays a list of files detected.  Suggested by Andrew Cohen
17216         <cohen@andy.bu.edu>.
17217         (spam-stat-buffer-words-with-scores): Don't narrow and change
17218         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17219
17220 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17221
17222         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17223         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17224         (spam-spamassassin-arguments)
17225         (spam-spamassassin-spam-flag-header)
17226         (spam-spamassassin-positive-spam-flag-header)
17227         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17228         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17229         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17230         (spam-list-of-processors, spam-list-of-checks)
17231         (spam-list-of-statistical-checks, spam-registration-functions)
17232         (spam-check-spamassassin-headers, spam-check-spamassassin)
17233         (spam-spamassassin-score)
17234         (spam-spamassassin-register-with-sa-learn)
17235         (spam-spamassassin-register-spam-routine)
17236         (spam-spamassassin-register-ham-routine)
17237         (spam-assassin-register-spam-routine)
17238         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17239         (spam-bogofilter-score): Fix to show article before scoring.
17240
17241 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17242
17243         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17244         default scoring function.
17245         (spam-generic-score): Call spam-spamassassin-score if
17246         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17247         spam-bogofilter-score otherwise.
17248
17249         * gnus.el (spam-process, spam-autodetect-methods): Add
17250         spamassassin and spamassassin-headers.
17251
17252 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17253
17254         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17255         Suppress unnecessary messages.
17256
17257 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17258
17259         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17260         make-hash-table.
17261
17262 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * canlock.el (base64-encode-string): Don't autoload it.
17265
17266 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * run-at-time.el: Remove useless (require 'itimer),
17269         eval-and-compile and (featurep 'xemacs).
17270
17271 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17272
17273         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17274         GROUP is a virtual group.
17275
17276 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17277
17278         * gnus.el: Autoload `message-y-or-n-p'.
17279
17280 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17281
17282         * pgg-parse.el: Remove unnecessary (require 'custom).
17283
17284         * pgg-def.el: do.
17285
17286         * nnmail.el: do.
17287
17288         * gnus-undo.el: do.
17289
17290         * gnus-picon.el: do.
17291
17292         * gnus-util.el: do.
17293
17294 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17295
17296         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17297
17298 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17299
17300         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17301         handle, as well as a list.
17302
17303         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17304         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17305         (mm-w3m-cid-retrieve): Simplify.
17306
17307 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17308
17309         * message.el (message-kill-to-signature): Allow prefix arg to
17310         specify number of lines to keep before signature.
17311
17312 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17313
17314         * message.el (message-kill-to-signature): Change docstring.
17315
17316 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17317
17318         * canlock.el: Always require sha1-el.
17319         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17320
17321         * message.el: Autoload sha1 only when compiling.
17322
17323         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17324         eudc-expand-inline for XEmacs.
17325
17326 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * message.el (message-canlock-generate): Require sha1-el.
17329
17330 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17331
17332         * message.el (message-expand-name): Silence the byte compiler.
17333
17334         * lpath.el: Add detect-coding-system.
17335
17336         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17337         cus-edit.
17338
17339 2004-01-13  Simon Josefsson  <jas@extundo.com>
17340
17341         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17342         Invoke gnus-score-mode.  Reported by
17343         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17344
17345         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17346         Jim Blandy <jimb@redhat.com> (tiny change).
17347
17348 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17349
17350         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17351
17352 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17353
17354         * spam.el (spam-get-article-as-string): Update to use
17355         gnus-request-article-this-buffer, much simpler.
17356         (spam-get-article-as-buffer): Remove.
17357
17358 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17359
17360         * message.el (message-expand-name): Use EUDC if the user uses that.
17361
17362 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17363
17364         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17365         character for the encoding to avoid consing a string.
17366
17367         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17368         unnecessarily.
17369
17370         * mm-util.el (mm-replace-chars-in-string): Remove.
17371
17372         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17373         of mm-replace-chars-in-string.
17374
17375 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17376
17377         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17378
17379         * mm-util.el (mm-subst-char-in-string): Support inplace.
17380
17381         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17382         a new string in every iteration.  Use shy groups.
17383
17384 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17385
17386         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17387         * gnus-soup.el (gnus-soup-group-brew):
17388         * gnus-msg.el (gnus-put-message):
17389         * gnus-move.el (gnus-group-move-group-to-server):
17390         * gnus-kill.el (gnus-batch-score):
17391         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17392         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17393         (gnus-group-update-group, gnus-group-read-group)
17394         (gnus-group-make-group, gnus-group-make-help-group)
17395         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17396         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17397         (gnus-group-sort-by-unread, gnus-group-catchup)
17398         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17399         (gnus-group-yank-group, gnus-group-set-info)
17400         (gnus-group-list-groups):
17401         * gnus.el (gnus-generate-new-group-name):
17402         * gnus-delay.el (gnus-delay-send-queue):
17403         * nnvirtual.el (nnvirtual-catchup-group):
17404         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17405         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17406         (gnus-group-prepare-topics, gnus-topic-check-topology):
17407         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17408         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17409         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17410         (gnus-group-make-articles-read):
17411         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17412         (gnus-group-change-level, gnus-kill-newsgroup)
17413         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17414         (gnus-get-unread-articles, gnus-make-articles-unread)
17415         (gnus-make-ascending-articles-unread): Use accessor
17416         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17417         to get group information for improved readability.
17418
17419
17420 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * gnus-art.el (article-decode-mime-words, article-babel)
17423         (gnus-article-highlight-signature, gnus-article-add-buttons)
17424         (gnus-signature-toggle): Use gnus-with-article-buffer.
17425
17426         * gnus-art.el (gnus-article-highlight-headers)
17427         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17428
17429         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17430         (gnus-article-set-globals, gnus-request-article-this-buffer)
17431         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17432         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17433         (gnus-mime-display-alternative): Use with-current-buffer.
17434
17435 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17436
17437         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17438         also under 80 char limit, and call gnus-error if needed.
17439         (spam-fetch-article-header): Fix - it was a
17440         buffer-local variable (gnus-newsgroup-data).
17441         (spam-find-spam): Use spam-generate-fake-headers, forget about
17442         spam-insert-fake-headers.
17443         (spam-insert-fake-headers): Remove.
17444
17445 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17446
17447         * deuglify.el (gnus-article-outlook-unwrap-lines)
17448         (gnus-outlook-rearrange-article)
17449         (gnus-outlook-repair-attribution-outlook)
17450         (gnus-outlook-repair-attribution-block)
17451         (gnus-outlook-repair-attribution-other): Remove redundant
17452         save-excursion.
17453
17454 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17455
17456         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17457         (spam-fetch-field-subject-fast)
17458         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17459         (spam-fetch-article-header): Add functions to deal with Gnus
17460         internals for fast retrieval of article header data.
17461         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17462
17463 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * pop3.el (pop3-md5): Remove.
17466         (pop3-apop): Replace pop3-md5 with md5.
17467
17468         * mm-bodies.el: base64 is always built-in.
17469
17470         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17471         with-current-buffer.
17472
17473 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * canlock.el (canlock-insert-header): Remove excessive grouping in
17476         regexp.
17477
17478         * gnus-sum.el (gnus-summary-read-document): Ditto.
17479
17480         * gnus-uu.el (gnus-uu-part-number): Ditto.
17481
17482         * html2text.el (html2text-remove-tags): Ditto.
17483         (html2text-format-tags): Ditto.
17484         (html2text-format-single-elements): Ditto.
17485
17486         * mml.el (mml-parse-1): Ditto.
17487
17488 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17489
17490         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17491
17492         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17493
17494         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17495
17496         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17497
17498 2003-11-15  Simon Josefsson  <jas@extundo.com>
17499
17500         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17501         (pgg-gpg-lookup-key): Use regexp match instead of
17502         split-string (split-string is different between emacs 21.2 and
17503         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17504
17505 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17506
17507         * gnus-art.el (gnus-mime-view-all-parts)
17508         (gnus-article-part-wrapper, gnus-article-view-part): Use
17509         with-current-buffer.
17510
17511 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17512
17513         * spam.el (spam-disable-spam-split-during-ham-respool)
17514         (spam-spamoracle-database, spam-cache-lookups)
17515         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17516         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17517         (spam-group-ham-marks, spam-group-spam-marks)
17518         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17519         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17520         also add spam-use-blackholes to the statistical checks.
17521         (spam-fetch-field-fast): Add interface to fetching fields, may
17522         become a macro.
17523         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17524         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17525         (spam-insert-fake-headers): Fake an article when needed.
17526         (spam-find-spam): Fake article when possible.
17527         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17528         (spam-check-bogofilter-headers): Use message-fetch-field instead
17529         of nnmail-fetch-field.
17530
17531 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17534
17535 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17536
17537         * spam.el (spam-split): Do not require spam-use-CHECK to be
17538         enabled if that check is passed to spam-split explicitly; also
17539         fix so 'spam doesn't get converted to spam-split-group when
17540         spam-split-symbolic-return is t.
17541         (spam-find-spam): Find registrations of the article and use those
17542         instead of re-running spam-split to find the spam/ham
17543         classification of the article.
17544         (spam-log-processing-to-registry, spam-log-registered-p)
17545         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17546         Use gnus-error instead of gnus-message.
17547         (spam-log-registration-type): Add function to determine the
17548         classification of a message based on registry entries; will
17549         return nil if both 'spam and 'ham are found.
17550         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17551         a reasonably fast local cache without the loading errors.
17552         (spam-cache-lookups): Set to t by default.
17553         (spam-find-spam): Don't try to guess spam-cache-lookups.
17554         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17555         spam-caches entry.
17556         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17557         caching of whitelist/blacklist entries.
17558         (spam-check-whitelist, spam-check-blacklist): Invoke
17559         spam-from-listed-p with a type, not a cache variable.
17560         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17561
17562 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17563
17564         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17565
17566         * nnmail.el (nnmail-split-fancy): do.
17567
17568         * mml.el (mml-parse): do.
17569
17570         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17571         (gnus-score-adaptive): do.
17572
17573 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17576         (gnus-mime-button-map): Don't set keymap parent.
17577         (gnus-button-ctan-directory-regexp): Use shy grouping.
17578         (gnus-prev-page-map): Don't set keymap parent.
17579         (gnus-prev-page-map): Remove duplicated one.
17580         (gnus-next-page-map): Don't set keymap parent.
17581         (gnus-mime-security-button-map): Ditto.
17582
17583         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17584         version number.
17585
17586         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17587
17588 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17589
17590         * canlock.el (canlock-sha1-function): Remove.
17591         (canlock-sha1-function-for-verify): Remove.
17592         (canlock-openssl-program): Remove.
17593         (canlock-openssl-args): Remove.
17594         (canlock-ignore-errors): Remove.
17595         (canlock-sha1-with-openssl): Remove.
17596         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17597         (canlock-verify): Don't use canlock-ignore-errors.
17598
17599         * sha1-el.el (sha1-string-external): Make it can return a string
17600         in binary form.
17601         (sha1-region-external): Ditto.
17602         (sha1-string-internal): Ditto.
17603         (sha1-region-internal): Ditto.
17604         (sha1-region): Ditto.
17605         (sha1-string): Ditto.
17606         (sha1): Ditto.
17607
17608 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609
17610         * spam.el (spam-report-articles-gmane): New command.
17611
17612 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17615
17616         * run-at-time.el (run-at-time-saved): Remove.
17617         (run-at-time): Doc fix.
17618
17619 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17620
17621         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17622         (gnus-summary-limit-map): Add it.
17623         (gnus-summary-make-menu-bar): do.
17624
17625 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17626
17627         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17628         Make attempt at some caching support (done for BBDB only now).
17629         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17630         addresses to be checked.
17631         (spam-clear-cache-BBDB): Add function, to be invoked by
17632         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17633         (spam-check-BBDB): Check and use the caches, if
17634         spam-cache-lookups is on, remove superfluous (provide).
17635
17636 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17637
17638         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17639
17640 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17641
17642         * run-at-time.el (run-at-time-saved): Move to after the definition
17643         of `run-at-time'.
17644
17645         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17646
17647 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17650         mm-w3m-local-map-property.
17651
17652         * mm-view.el (mm-w3m-mode-map): Remove.
17653         (mm-w3m-local-map-property): Remove.
17654         (mm-inline-text-html-render-with-w3m): Don't use
17655         mm-w3m-local-map-property.
17656
17657 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17658
17659         * run-at-time.el: New file.
17660
17661         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17662         under Emacs.
17663
17664         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17665         of gnus-set-text-properties.
17666
17667         * gnus-uu.el (gnus-uu-save-article): Ditto.
17668
17669         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17670
17671         * gnus-cite.el (gnus-cite-parse): Ditto.
17672
17673         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17674         of gnus-.
17675
17676         * gnus-xmas.el (run-at-time): Require run-at-time.
17677
17678         * gnus.el: Changed calls to nnheader-run-at-time and
17679         password-run-at-time throughout to use run-at-time directly.
17680
17681         * password.el: Removed definition of run-at-time.
17682
17683         * nnheaderxm.el: Remove definition of run-at-time.
17684
17685 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17686
17687         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17688         in prompt.
17689
17690 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17691
17692         * messagexmas.el (message-xmas-redefine): Alias
17693         `message-make-caesar-translation-table' to
17694         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17695         version.
17696
17697         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17698         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17699         `gnus-xmas-set-text-properties'.
17700         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17701         `gnus-xmas-completing-read'.
17702         (gnus-xmas-completing-read): Removed.
17703         (gnus-xmas-open-network-stream): Removed.
17704
17705         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17706         XEmacs version.
17707
17708         * dns.el (dns-make-network-process): Use `open-network-stream'
17709         instead of `gnus-xmas-open-network-stream'.
17710
17711         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17712
17713         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17714
17715 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17716
17717         * gnus-art.el (gnus-mime-display-alternative)
17718         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17719         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17720         Don't use gnus-local-map-property.
17721
17722         * gnus-util.el (gnus-local-map-property): Remove.
17723
17724         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17725         gnus-completing-read-maybe-default with completing-read.
17726
17727         * gnus-util.el (gnus-completing-read): do.
17728         (gnus-completing-read-maybe-default): Remove.
17729
17730 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17731
17732         * password.el: Only autoload `run-at-time' if not XEmacs.
17733         Only autoload the itimer functions if XEmacs.
17734
17735 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17738         XEmacsen.
17739
17740         * dgnushack.el: Autoload executable-find for XEmacs.
17741
17742 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17743
17744         * gnus-art.el (gnus-read-string): Remove.
17745         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17746         read-string.
17747
17748 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17749
17750         * netrc.el: Autoload password-read.
17751         (netrc): Add configuration group.
17752         (netrc-encoding-method, netrc-openssl-path): Add
17753         variables for encoding and decoding of files with symmetric
17754         ciphers.
17755         (netrc-encode): Add assistant function to encode a file with
17756         netrc-encoding-method.
17757         (netrc-parse): Add interactive parameter, added optional
17758         decoding if netrc-encoding-method is non-nil but otherwise
17759         behavior is standard.
17760         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17761         Do s/encode/encrypt/ everywhere.
17762
17763         * spam.el: Remove executable-find autoload.
17764
17765 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17766
17767         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17768
17769         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17770
17771 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * gnus-art.el (gnus-treat-ansi-sequences)
17774         (article-treat-ansi-sequences): New variable and function.
17775         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17776
17777         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17778         Use it.
17779
17780 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17781
17782         * mm-util.el (mm-quote-arg): Remove.
17783
17784         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17785         shell-quote-argument.
17786
17787         * gnus-uu.el (gnus-uu-command): do.
17788
17789         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17790
17791         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17792         with make-char.
17793
17794         * mm-util.el (mm-make-char): Remove.
17795
17796         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17797         add-minor-mode.
17798
17799         * gnus-undo.el (gnus-undo-mode): do.
17800
17801         * gnus-topic.el (gnus-topic-mode): do.
17802
17803         * gnus-sum.el (gnus-dead-summary-mode): do.
17804
17805         * gnus-start.el (gnus-slave-mode): do.
17806
17807         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17808
17809         * gnus-ml.el (gnus-mailing-list-mode): do.
17810
17811         * gnus-gl.el (gnus-grouplens-mode): do.
17812
17813         * gnus-draft.el (gnus-draft-mode): do.
17814
17815         * gnus-dired.el (gnus-dired-mode): do.
17816
17817         * gnus-ems.el (gnus-add-minor-mode): Remove.
17818
17819         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17820         Replace gnus-char-width with char-width.
17821
17822         * gnus-ems.el (gnus-char-width): Remove.
17823
17824         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17825         Replace gnus-char-width with char-width.
17826
17827         * gnus-ems.el (gnus-char-width): Remove.
17828
17829         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17830         definition.
17831         Remove Emacs 20 hash table compatibility code.
17832
17833         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17834         20 compatibility code.
17835
17836         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17837
17838         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17839
17840         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17841         with point-at-{eol,bol}.
17842
17843         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17844
17845         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17846
17847         * flow-fill.el (fill-flowed-point-at-bol)
17848         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17849
17850         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17851         Replace with point-at-{eol,bol} throughout all files.
17852
17853 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * ntlm.el (ntlm-string-as-unibyte): New macro.
17856         (ntlm-build-auth-response): Use it.
17857
17858         Remove Emacs 20 stuff:
17859         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17860         (butlast, mapc, remove): Remove the compiler macros.
17861         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17862         of delq and copy-sequence.
17863         * gnus-art.el (popup-menu): Remove the compiler macro.
17864         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17865         Emacs 20.
17866
17867 2004-01-05  Simon Josefsson  <jas@extundo.com>
17868
17869         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17870         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17871         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17872         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17873         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17874         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17875         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17876         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17877         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17878         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17879         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17880         string-xor into ntlm-string-xor.  Suggested by
17881         Jesper Harder <harder@myrealbox.com>.
17882
17883         * ntlm.el: Don't include poem.
17884
17885         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17886         Jesper Harder <harder@myrealbox.com>.
17887
17888         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17889
17890         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17891         probably breaks emacs with DL patch, but do we care? Is anyone
17892         still using the DL stuff?)
17893
17894         * sieve-manage.el: Use the password package.
17895         (sieve-manage-read-passwd): Remove.
17896         (sieve-manage-interactive-login): Use password.  Re-add
17897         condition-case around loop.
17898
17899         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17900         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17901         the password package.
17902
17903 2003-02-19  Simon Josefsson  <jas@extundo.com>
17904
17905         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17906         token.
17907
17908 2002-08-07  Simon Josefsson  <jas@extundo.com>
17909
17910         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17911         (sieve-manage-authenticators):
17912         (sieve-manage-authenticator-alist): Add some SASL mechs.
17913         (sieve-sasl-auth): New function.
17914         (sieve-manage-cram-md5-auth):
17915         (sieve-manage-plain-auth): Rewrite using SASL library.
17916         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17917         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17918         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17919         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17920
17921 2004-01-05  Simon Josefsson  <jas@extundo.com>
17922
17923         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17924         New files.
17925
17926 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17927
17928         * gnus-group.el (gnus-no-groups-message): Update.
17929
17930         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17931
17932 2003-11-09  Simon Josefsson  <jas@extundo.com>
17933
17934         * imap.el: Support for ID IMAP extension (RFC 2971).
17935         (imap-local-variables): Add imap-id.
17936         (imap-id): New variable.
17937         (imap-id): New function.
17938         (imap-parse-response): Parse untagged ID response.
17939         * nnimap.el (nnimap-id): New variable.
17940         (nnimap-open-connection): Use it.
17941
17942 2003-12-28  Simon Josefsson  <jas@extundo.com>
17943
17944         * gnus-score.el (gnus-score-edit-all-score): New.
17945         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17946
17947 2004-01-04  Simon Josefsson  <jas@extundo.com>
17948
17949         * password.el: Add.
17950
17951 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17952
17953         * dns.el (dns-query-types): Fix typo.
17954         (dns-query-types): New function.
17955         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17956         PTR and SOA replies, see RFC 1035.
17957
17958 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17959
17960         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17961
17962         * Moved to Changelog.2.
17963
17964 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17965
17966         * gnus.el (gnus-version-number): Bump version.
17967
17968 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17969
17970         * gnus.el: No Gnus v0.1 is released.
17971
17972 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17973
17974         * gnus.el: No Gnus v0.0 is released.
17975
17976 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17977
17978         * gnus.el (gnus-version-number): Bump.
17979         (gnus-version): No.
17980
17981 See ChangeLog.2 for earlier changes.
17982
17983     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17984       Free Software Foundation, Inc.
17985
17986   This file is part of GNU Emacs.
17987
17988   GNU Emacs is free software: you can redistribute it and/or modify
17989   it under the terms of the GNU General Public License as published by
17990   the Free Software Foundation, either version 3 of the License, or
17991   (at your option) any later version.
17992
17993   GNU Emacs is distributed in the hope that it will be useful,
17994   but WITHOUT ANY WARRANTY; without even the implied warranty of
17995   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17996   GNU General Public License for more details.
17997
17998   You should have received a copy of the GNU General Public License
17999   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18000
18001 ;; Local Variables:
18002 ;; coding: utf-8
18003 ;; fill-column: 79
18004 ;; add-log-time-zone-rule: t
18005 ;; End: