gnus-art.el (gnus-mime-view-part-externally, gnus-mime-view-part-internally): Make...
[gnus] / lisp / ChangeLog
1 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-mime-view-part-externally)
4         (gnus-mime-view-part-internally): Make predicate function passed to
5         gnus-mime-view-part-as-type assume argument is a mime type, not a list
6         of a mime type.
7
8         * shr.el (shr-table-widths): Don't use cl function `reduce'.
9
10 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * shr.el (require): Require cl when compiling.
13         (shr-tag-hr): New function.
14
15         * nnimap.el (nnimap-update-info): Remove double setting of high.
16         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
17         makes nnimap work properly on Courier again.
18
19         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
20         the variable for backwards compatability.
21
22         * mm-decode.el (mm-save-part): If given a non-directory result, expand
23         the file name before using to avoid setting mm-default-directory to
24         nil.
25
26         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
27         bidning gnus-agent variables.
28
29         * shr.el (shr-render-td): Use a cache for the table rendering function
30         to avoid getting an exponential rendering behaviour in nested tables.
31         (shr-insert): Rework the line-breaking algorithm.
32         (shr-insert): Don't leave trailing spaces.
33         (shr-insert-table): Also insert empty TDs.
34         (shr-tag-blockquote): Ensure paragraphs after </ul>.
35
36 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
37
38         * gnus-sum.el (gnus-number): Rename from `number'.
39         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
40         (gnus-summary-limit-children): Update uses correspondingly.
41
42 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
45         (gnus-gravatar-transform-address): Don't show avatars of people of
46         which mail addresses match gnus-gravatar-too-ugly.
47
48 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * shr.el (shr-table-widths): Expand TD elements to fill available
51         space.
52
53 2010-10-07  Julien Danjou  <julien@danjou.info>
54
55         * nnimap.el (nnimap-request-rename-group): Add this method.
56
57 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
60         name from XEmacs' function-arglist.
61
62         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
63         gravatar under XEmacs.
64
65 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
66
67         * auth-source.el: Update docs with TODO items.
68
69         * gnus-sync.el: Update docs to explain state and plans.
70
71         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
72         Hooks for mark updates.
73         (gnus-request-set-mark, gnus-request-update-mark): Use them.
74
75         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
76         hooks with arguments, which is needed for mark update hooks.
77
78 2010-10-06  Julien Danjou  <julien@danjou.info>
79
80         * sieve-manage.el: Update example in `Commentary'.
81
82         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
83
84         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
85         not 2000.
86         (sieve-manage-authenticate): Re-add function.
87
88 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * shr.el (shr-insert): Get 'space transition right.
91         (shr-render-td): Only delete space at the end of the TD.
92
93         * nnimap.el (nnimap-open-connection): Prepare to support
94         open-gnutls-stream.
95
96         * shr.el: Rearrange function order to be more logical.
97
98 2010-10-06  Julien Danjou  <julien@danjou.info>
99
100         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
101         (nnrss-discover-feed): Remove 404 URL in docstring.
102
103         * nnir.el: Fix Swish-E URL.
104         Fix Namazu URL.
105
106         * message.el (message-change-subject): Remove 404 URL in a comment.
107
108 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
111         called interactively.
112
113         * gnus-util.el (gnus-remove-if): Allow hash table.
114         (gnus-remove-if-not): New function.
115
116         * gnus-art.el (gnus-mime-view-part-as-type)
117         * gnus-score.el (gnus-summary-score-effect)
118         * gnus-sum.el (gnus-read-move-group-name):
119         Replace remove-if-not with gnus-remove-if-not.
120
121         * gnus-group.el (gnus-group-completing-read):
122         Regard collection as a hash table if it is not a list.
123
124 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * shr.el (shr-render-td): Allow blank/missing <TD>s.
127
128         * shr.el: Document the table-rendering algorithm.
129
130 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
131
132         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
133         for Emacsen having no `libxml-parse-html-region' support.
134
135 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136
137         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
138         invalid URLs.
139
140         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
141         line-broken.
142         (shr-tag-img): Ignore image fetching errors.
143         (shr-overlays-in-region): Compute overlay positions correctly.
144
145         * mm-decode.el (mm-shr): Require shr.
146
147         * gnus-art.el (gnus-blocked-images): Move variable here.
148
149         * shr.el (shr-insert-table): Bind free variable.
150
151         * mm-decode.el (mm-shr): Bind shr-content-function.
152
153         * shr.el (shr-content-function): New variable.
154
155         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
156         added for symmetry.
157
158         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
159
160         * gnus-group.el (gnus-group-make-group): Doc fix.
161
162         * nnimap.el (nnimap-request-newgroups): Return success.
163
164         * shr.el (shr-find-elements): New function.
165         (shr-tag-table): Put all the images after the table.
166         (shr-tag-table): Really inhibit images inside the table.
167         (shr-collect-overlays): Copy over overlays from the TD elements to the
168         main document.
169
170         * mm-decode.el (mm-shr): Bind shr-blocked-images to
171         gnus-blocked-images.
172
173 2010-10-05  Julien Danjou  <julien@danjou.info>
174
175         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
176
177         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
178         (gnus-html-maximum-image-size): Add this function.
179         (gnus-html-put-image): Use gnus-html-maximum-image-size.
180
181         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
182         server-value of the capability is nil.
183
184 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * shr.el (shr-tag-em): Add <EM> tag.
187
188 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
189
190         * sieve-manage.el (sieve-manage-default-stream): Make default stream
191         customizable.
192
193         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
194         handing broken links to browse-url.
195
196 2010-10-05  Julien Danjou  <julien@danjou.info>
197
198         * gnus-util.el (gnus-emacs-completing-read)
199         (gnus-iswitchb-completing-read): Use autoload rather than require.
200
201 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
202
203         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
204         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
205         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
206         iswitchb-temp-buflist for XEmacs.
207
208         * gnus-util.el (gnus-completing-read-function): Exclude
209         gnus-icompleting-read and gnus-ido-completing-read from candidates for
210         XEmacs since iswitchb.el is very old and ido.el is unavailable in
211         XEmacs.
212
213         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
214         not to use `delete-dups' that is unavailable in XEmacs 21.4.
215
216         * gnus-html.el: Don't require help-fns under XEmacs.
217         (gnus-html-schedule-image-fetching): Work for XEmacs.
218
219         * mm-decode.el (mm-shr): Decode contents by charset.
220
221 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
224         unknown.
225
226         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
227         (shr-get-image-data): Ensure against the cache file missing.
228
229         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
230         for data.
231
232         * spam-report.el (spam-report-url-ping-plain): Don't query about
233         killing the process.
234
235         * shr.el (shr-render-td): Protect against too-wide text.
236
237 2010-10-04  Julien Danjou  <julien@danjou.info>
238
239         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
240         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
241
242         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
243         retrieved.
244
245 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * shr.el (browse-url): Required.
248         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
249         lines.
250         (shr-show-alt-text, shr-browse-image): New commands.
251         (shr-browse-url, shr-copy-url): New commands.
252
253         * gnus-sum.el (gnus-widen-article-window): New variable.
254         (gnus-summary-select-article-buffer): Use it.
255
256         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
257         without @ signs.
258
259 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
260
261         * nnir.el (nnir-run-imap): Remove spurious space in search string.
262
263 2010-10-04  Julien Danjou  <julien@danjou.info>
264
265         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
266         for XEmacs.
267
268 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
271
272         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
273         (nnimap-close-server): Implement.
274
275         * dgnushack.el (iswitchb): Require to shut up the compiler.
276
277         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
278         (shr-insert): Tweak line breaking.
279         (shr-insert): Handle <pre> better.
280         (shr-tag-li): Get <li> indentation right.
281         (shr-tag-li): Get <li> indentation even righter.
282         (shr-tag-blockquote): Ensure paragraph start.
283         (shr-make-table): Tweak table generation.
284         (shr-make-table): Fix typo.
285
286         * shr.el: Implement table rendering.
287
288 2010-10-04  Julien Danjou  <julien@danjou.info>
289
290         * gnus-html.el (gnus-html-put-image): Fix resize image code.
291
292 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
293
294         * shr.el (shr-insert): Use string anchors instead of line anchors.
295
296 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * shr.el: Add headings.
299         (shr-ensure-paragraph): Actually work.
300         (shr-tag-li): Make <ul> prettier.
301         (shr-insert): Get white space at the beginning/end of elements right.
302         (shr-tag-p): Collapse subsequent <p>s.
303         (shr-ensure-paragraph): Don't insert double line feeds after blank
304         lines.
305         (shr-insert): \t is also space.
306         (shr-tag-s): Fix "s" tag name function.
307         (shr-tag-s): Fix face prop name.
308
309 2010-10-03  Julien Danjou  <julien@danjou.info>
310
311         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
312
313         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
314         gnus-window-inside-pixel-edges.
315
316         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
317         gnus-ems.
318
319         * mm-view.el (mm-inline-image-emacs): Support image resizing.
320
321         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
322         function.
323
324         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
325         resize choice.
326
327 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328
329         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
330         beginning of the buffer.
331
332         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
333         article buffer again.
334
335         * shr.el (shr-tag-p): Don't insert newlines at the start of the
336         buffer.
337
338         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
339         when it's at the start of the buffer.
340
341         * shr.el (shr-tag-blockquote): Convert name.
342         (shr-rescale-image): Use the right image-size variant.
343
344         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
345         buffer isn't shown, then select the current article first instead of
346         bugging out.
347         (gnus-summary-select-article-buffer): Show both the article and summary
348         buffers again.
349
350         * shr.el (shr-fontize-cont): Protect against regions with no text.
351         Rename tag functions to shr-tag-* for enhanced security.
352         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
353
354 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
355
356         * shr.el (shr-insert):
357         * pop3.el (pop3-movemail):
358         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
359         loaded.
360
361 2010-10-03  Glenn Morris  <rgm@gnu.org>
362
363         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
364
365         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
366
367         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
368
369         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
370
371         * gnus-util.el (gnus-make-local-hook): Simplify.
372
373 2010-10-02  Julien Danjou  <julien@danjou.info>
374
375         * gnus-util.el (gnus-iswitchb-completing-read): New function.
376         (gnus-ido-completing-read): New function.
377         (gnus-emacs-completing-read): New function.
378         (gnus-completing-read): Use gnus-completing-read-function.
379         Add gnus-completing-read-function.
380
381 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * shr.el (shr-insert-document): Autoload.
384         (shr-img): Be silent.
385         (shr-insert): Add a newline after every picture before text.
386         (shr-add-font): Use overlays for combining faces.
387         (shr-insert): Pass upwards the text start point.
388
389         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
390         possible.
391         (mm-shr): New function.
392
393 2010-10-02  Julien Danjou  <julien@danjou.info>
394
395         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
396         should go backward.
397
398 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
399
400         * shr.el (shr): Fix typo in provide call.
401
402 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * shr.el: New file.
405
406         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
407
408         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
409         completing read.
410
411 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
414         we're being queried about.  Suggested by Dan Jacobson.
415
416         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
417         by Jason Eisner.
418
419         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
420         table, too.  Suggested by Stefan Wiens.
421         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
422         the table unnecessary.  Suggested by Stefan Wiens.
423
424         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
425         longer needed, and probably doesn't work either, as pointed out by
426         Stefan Wiens.
427         (gnus-summary-exit): Remove call to the clearing function.
428         (gnus-summary-exit-no-update): Ditto.
429
430         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
431         instead of gnus-eval-in-buffer-window to avoid popping up frames.
432         Reported by Stefan Monnier.
433         (gnus-summary-save-in-rmail): Ditto.
434
435         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
436         article buffer, instead of both the article buffer and the summary
437         buffer.  Sort of suggested by Dan Jacobson.
438
439         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
440
441         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
442         Suggested by Dan Jacobson.
443
444         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
445         documentation clearer.
446
447         * message.el (message-shorten-references): Comment on the number "21".
448         Suggested by Stefan Monnier.
449
450         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
451         Suggested by Dan Jacobson.
452
453         * gnus.el (gnus-large-newsgroup): Mention
454         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
455
456         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
457         externalize attachments.  Bug reported by Steve Wen.
458
459         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
460         really message anything to the user.
461
462         * nnmail.el (nnmail-article-group): Allow using the fancy split method
463         directly.
464
465         * nnimap.el (nnimap-request-group): Low higher than high to signal no
466         messages in empty groups.
467
468 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
469
470         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
471         non-UIDNEXT group.
472
473 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
474
475         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
476         not the value from the collection.
477
478         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
479         values.  This sometimes happens on some groups that have no info.
480         (nnimap-request-newgroups): New function.
481
482 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
483
484         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
485         check into `gnus-registry-initialize'.
486         (gnus-registry-initialize): Ditto.
487         Fix and extend header docs.
488
489 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
492         regexp backtrace overflows.
493
494         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
495         for starttls that tls.el implements; i.e. openssl.
496
497         * tls.el (tls-starttls-switches): Give up on using starttls with
498         gnutls-cli.
499         (tls-program): Add --insecure to be consistent with the defaults from
500         openssl s_client.  Now all three commands are insecure.
501
502 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
503
504         * lpath.el: Bind completion-styles-alist for XEmacs.
505
506         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
507         (gravatar-create-image): New function that's an alias to
508         gnus-xmas-create-image, gnus-create-image, or create-image.
509         (gravatar-data->image): Use it.
510
511 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
514         install the nnregistry refer method.
515         (gnus-registry-install-hooks): Use it.
516         (gnus-registry-unfollowed-groups): Add nnmairix to the default
517         unfollowed groups.
518
519 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
520
521         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
522         expanding threads.
523
524 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525
526         * nnir.el: Use the server names without suffixes (bug #7009).
527
528         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
529         unencrypted to STARTTLS, if possible.
530
531 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
532
533         * message.el (message-ignored-supersedes-headers): Strip Injection-*
534         headers before superseding.
535
536 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * nnrss.el (nnrss-use-local): Add documentation.
539
540         * nnimap.el (nnimap-extend-tls-programs): New function.
541         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
542         (nnimap-wait-for-connection): Accept the greeting from the stupid
543         output from openssl s_client -starttls, too.
544
545         * tls.el (tls-starttls-switches): New variable.
546         (tls-find-starttls-argument): Use it.
547         (open-tls-stream): Ditto.
548
549         * netrc.el (netrc-credentials): Return the value of the "default"
550         entry.
551         (netrc-machine): Ditto.
552
553         * nnimap.el (nnimap-find-article-by-message-id): Really return the
554         article number.
555         (nnimap-split-fancy): New variable.
556         (nnimap-split-incoming-mail): Use it.
557
558         * nntp.el (nntp-server-list-active-group): Document.
559
560         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
561         SELECT to get the message-id.
562
563         * mail-source.el (mail-sources): Removed webmail support.
564         (defvar): Ditto.
565         (mail-source-fetcher-alist): Ditto.
566         (mail-source-fetch-webmail): Removed.
567
568         * webmail.el: Removed -- doesn't seem relevant any more.
569
570         * gnus.el: Fix up make-obsolete-variable declarations throughout.
571
572         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
573         the \r.
574
575 2010-09-30  Julien Danjou  <julien@danjou.info>
576
577         * gnus-agent.el (gnus-agent-add-group): Fix call to
578         gnus-completing-read.
579
580 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * nndoc.el (nndoc-retrieve-groups): New function.
583
584         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
585         `default', use nnmail-split-methods.
586         (nnimap-request-article): Downcase the NILs so that they are nil.
587
588         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
589         symbol.
590
591         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
592         code, since if the user has requested network, that's what they ought
593         to get.
594         (nnimap-request-set-mark): Erase the buffer before issuing commands.
595         (nnimap-split-rule): Mark as obsolete.
596
597         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
598         variable.
599
600         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
601         correct slot, too.
602
603 2010-09-29  Julien Danjou  <julien@danjou.info>
604
605         * gnus.el (gnus-local-domain): Declare variable obsolete.
606
607         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
608         computing.
609         (gnus-ido-completing-read): Require ido.
610
611 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-registry.el: Don't prompt on load, which makes it impossible to
614         build Gnus.
615
616         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
617         when interpreting the structures.
618         (nnimap-request-accept-article): Add \r\n to the lines to make this
619         work with Cyrus.
620
621         * nndraft.el (nndraft-request-expire-articles): Use the group name
622         instead if "nndraft".  Fix found by Nils Ackermann.
623
624 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
625
626         * nnregistry.el: Added.
627
628 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
629
630         * nnmail.el (group, group-art-list, group-art):
631         Remove unneeded directives.
632
633 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
636         (mm-mime-charset)
637         * rfc2047.el (rfc2047-syntax-table)
638         * utf7.el (utf7-utf-16-coding-system): Comment fix.
639
640         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
641         rather than `insert-file-contents' and `eval-region'.
642
643         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
644         construction.
645
646         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
647
648         * time-date.el: No need to require cl for Emacs 21.
649
650 2010-09-29  Julien Danjou  <julien@danjou.info>
651
652         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
653         replacement of `gnus-gravatar-relief' to mimic
654         `gnus-faces-properties-alist'.
655         Add :version property.
656
657 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * mail-source.el (mail-source-report-new-mail)
660         * message.el (message-default-mail-headers)
661         * mm-decode.el (mm-valid-image-format-p): Comment fix.
662
663         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
664
665 2010-09-28  Julien Danjou  <julien@danjou.info>
666
667         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
668         mail-address contains the same string as real-name.
669
670         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
671         non-blank in header, otherwise it'll get stripped.
672
673         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
674         real-name, and then for mail address rather than doing : or , search.
675
676 2010-09-27  Julien Danjou  <julien@danjou.info>
677
678         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
679         (gnus-server-goto-server): Use gnus-completing-read.
680
681         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
682
683         * mm-util.el (defalias): Use gnus-completing-read.
684         (mm-codepage-setup): Use gnus-completing-read.
685
686         * smime.el (smime-sign-buffer): Use gnus-completing-read.
687         (smime-decrypt-buffer): Use gnus-completing-read.
688
689         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
690
691         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
692         (mml-minibuffer-read-disposition): Use gnus-completing-read.
693         (mml-insert-multipart): Use gnus-completing-read.
694
695         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
696
697         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
698
699         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
700
701         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
702
703         * gnus.el (gnus-read-method): Use gnus-completing-read.
704
705         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
706
707         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
708         (gnus-mime-action-on-part): Use gnus-completing-read.
709         (gnus-article-encrypt-body): Use gnus-completing-read.
710
711         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
712         (gnus-topic-move-matching): Use gnus-completing-read.
713         (gnus-topic-copy-matching): Use gnus-completing-read.
714         (gnus-topic-sort-topics): Use gnus-completing-read.
715         (gnus-topic-move): Use gnus-completing-read.
716
717         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
718         (gnus-agent-add-group): Use gnus-completing-read.
719
720         * nnmairix.el (nnmairix-create-server-and-default-group): Use
721         gnus-completing-read.
722         (nnmairix-update-groups): Use gnus-completing-read.
723         (nnmairix-get-server): Use gnus-completing-read.
724         (nnmairix-backend-to-server): Use gnus-completing-read.
725         (nnmairix-goto-original-article): Use gnus-completing-read.
726         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
727
728         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
729
730         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
731         (gnus-group-make-useful-group): Use gnus-completing-read.
732         (gnus-group-make-web-group): Use gnus-completing-read.
733         (gnus-group-add-to-virtual): Use gnus-completing-read.
734         (gnus-group-browse-foreign-server): Use gnus-completing-read.
735
736         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
737         (gnus-summary-limit-to-extra): Use gnus-completing-read.
738         (gnus-summary-execute-command): Use gnus-completing-read.
739         (gnus-summary-respool-article): Use gnus-completing-read.
740         (gnus-read-move-group-name): Use gnus-completing-read.
741
742         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
743         (gnus-summary-score-effect): Use gnus-completing-read.
744
745         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
746
747         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
748         right completing-read function.
749         (gnus-use-ido): New variable
750         (gnus-completing-read-with-default): Remove.
751
752 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
755         x-focus-frame.
756
757         * nnimap.el (auth-source-forget-user-or-password)
758         (auth-source-user-or-password): Autoload.
759
760         * message.el (message-from-style, message-interactive)
761         (message-cite-prefix-regexp, message-sendmail-envelope-from)
762         (message-yank-prefix, message-indentation-spaces, message-signature)
763         (message-signature-file): Add comment.
764
765 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
768         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
769         new articles.
770
771         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
772         parts.
773         (nnimap-request-article): Work with the t setting, too.
774
775         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
776         that you don't get flashes of other buffers.
777         (gnus-summary-show-complete-article): Intern before setting.
778
779 2010-09-27  David Engster  <dengste@eml.cc>
780
781         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
782         well as HEADERS.
783         (nnmairix-retrieve-headers): Provide new argument for the above.
784
785 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-sum.el (gnus-summary-move-article): Don't alter
788         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
789         group.
790
791         * nnimap.el (nnimap-update-info): Don't destructively alter active.
792
793         * message.el (message-cite-prefix-regexp): Revert my last edit.
794
795         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
796         variable instead of the Gnus variable.
797
798         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
799
800         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
801         again.
802
803         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
804         since some servers don't like it.
805         (nnimap-open-connection): Forget credentials if the server says the
806         password was wrong.
807         (nnimap-parse-line): Protect against invalid data.
808
809         * gnus-sum.el (gnus-summary-move-article): Add comment.
810         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
811         nothing alters it while scanning for new messages.
812
813         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
814         which may or may not help.
815         (nnimap-open-connection): If we're doing a stream connection, and then
816         discover we're on a STARTTLS-capable server, then open a STARTTLS
817         connection instead.
818
819 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * nnimap.el (utf7): Required.
822
823         * message.el (message-cite-prefix-regexp): Remove "}" from citation
824         prefix.
825
826 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
827
828         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
829
830 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * nnimap.el (nnimap-request-accept-article): Message the error on
833         error.
834
835 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
838
839 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * nndoc.el (nndoc-request-list): Return success always.
842
843         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
844         `fetch-old' -- we only want to fetch the articles we've requested.  The
845         rest are in the agent, probably.
846         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
847         disappeared server" to something low.  It's not important.
848
849         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
850         arrived before the FETCH data.
851
852         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
853         target here, because we don't know the Gnus name of the group.
854
855         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
856         for the correct group.
857
858         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
859
860         * gnus.el (gnus): Give a final warning after startup.
861
862         * gnus-util.el (gnus-action-message-log): New variable.
863         (gnus-message): Use it.
864         (gnus-final-warning): New function.
865
866         * nnimap.el (nnimap-open-connection): Record the greeting.
867         (nnimap): Add greeting.
868
869 2010-09-26  Julien Danjou  <julien@danjou.info>
870
871         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
872         arguments.
873         (gnus-html-wash-images): Fix spec computing to include start/end.
874
875         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
876
877 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
878
879         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
880         deletion.
881         (nnimap-retrieve-headers): Don't select the group, because that's
882         already done by nnimap-possibly-change-group.
883
884         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
885         (gnus-picon-transform-address): Use it.
886
887         * mail-source.el (mail-source-value): Revert previous patch.
888
889         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
890         on failure.
891         (nnimap-open-connection): Look up both virtual and physical server name
892         credentials.
893
894         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
895
896 2009-02-07  Dave Love  <fx@gnu.org>
897
898         * tls.el (open-tls-stream): Don't query killing process.
899
900 2009-02-08  Dave Love  <fx@gnu.org>
901
902         * gnus-win.el (gnus-window-to-buffer-helper,
903         gnus-all-windows-visible-p): Function needn't be a symbol.
904
905         * mail-source.el (mail-source-value): Function needn't be a symbol.
906
907 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * message.el (message-cite-prefix-regexp): Remove } from the cite
910         prefix.
911
912         * gnus-art.el (gnus-treatment-function-alist): Do picons before
913         highlight again, so that the highlight is correct.
914
915         * gnus-picon.el (gnus-picon): Remove again.
916         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
917
918         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
919         doing the header highlightling, so that the background colour of the
920         picon is correct.
921
922         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
923         (gnus-picon): Ditto.
924         (gnus-picon): Reinstate.  The background colour for picons is white.
925         (gnus-picon-insert-glyph): Make the background white.
926
927         * nnml.el (nnml-open-nov): Don't return dead buffers.
928
929         * auth-source.el (auth-source-create): Query the user for whether to
930         store the credentials.
931
932         * netrc.el (netrc-store-data): New function.
933
934         * auth-source.el (auth-source-user-or-password): Use the existing auth
935         sources, if any, for creation.
936
937         * gnus.el (gnus-group-fast-parameter): Return the last matching
938         parameter instead of the first matching parameter.
939
940 2010-09-26  Julien Danjou  <julien@danjou.info>
941
942         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
943
944 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * mml2015.el (mml2015-use): Remove gpg support.
947
948         * mml1991.el (mml1991-function-alist): Remove gpg function.
949         (mml1991-gpg-sign): Removed.
950
951 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
952
953         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
954         (gnus-browse-unsubscribe-current-group): Document it.
955         (gnus-browse-unsubscribe-group): Use it.
956
957 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
960         address to the To list for easier response.
961
962         * gnus.el (gnus-play-startup-jingle): Removed.
963         (gnus-splash): Don't play jingle.
964         (gnus): Silence gnus-load message.
965
966         * gnus-art.el (gnus-treat-play-sounds): Removed.
967
968         * gnus.el (gnus-play-jingle): Remove audio support.
969
970         * gnus-cus.el (gnus-score-customize): Remove audio reference.
971
972         * earcon.el: Removed -- no users.
973
974         * gnus-audio.el: Removed -- no users of this package.
975
976         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
977
978         * gnus-start.el (gnus-setup-news): Remove nocem support.
979
980         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
981
982         * gnus.el (gnus-use-nocem): Removed.
983
984         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
985         Removed.
986
987         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
988         uses NoCeM any more.
989
990         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
991         (gnus-button-ctan-handler): Ditto.
992         (gnus-button-handle-ctan-bogus-regexp): Ditto.
993         (gnus-button-ctan-directory-regexp): Ditto.
994         (gnus-button-handle-ctan): Ditto.
995         (gnus-button-tex-level): Ditto.
996         (gnus-button-alist): Removed CTAN stuff.
997
998 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1001         nnimap-streaming test.
1002
1003         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1004         servers twice.
1005
1006         * nnimap.el (nnimap-open-connection): Add more error reporting when
1007         nnimap fails early.
1008
1009         * nnheader.el (nnheader-get-report-string): New function.
1010         (nnheader-get-report): Use it.
1011
1012         * gnus-int.el (gnus-check-server): Say what the error was when opening
1013         failed.
1014
1015         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1016         using streaming.
1017
1018 2010-09-25  Julien Danjou  <julien@danjou.info>
1019
1020         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1021         gnus-window-inside-pixel-edges.
1022
1023 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1026
1027         * mm-decode.el (mm-save-part): Allow saving to other directories the
1028         normal Emacs way.
1029
1030         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1031         by Jay Berkenbilt.
1032
1033         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1034         there isn't a single byte.
1035
1036         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1037         just do it.  It doesn't really seem to matter what the user responds
1038         here, I think, so it's just a confusing question.
1039
1040         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1041         non-streaming case.
1042
1043         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1044         (gnus-article-encrypt-body): Use it.
1045
1046         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1047         keystroke.
1048
1049         * nnimap.el (nnimap-find-wanted-parts-1): Use
1050         gnus-fetch-partial-articles.
1051
1052         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1053
1054         * nnimap.el (nnimap-insert-partial-structure): New function.
1055         (nnimap-get-partial-article): New function.
1056         (nnimap-request-article): Use it.
1057         (nnimap-wait-for-response): Return whether the wait was successful.
1058         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1059         retrieval wasn't successful.
1060         (nnimap-retrieve-group-data-early): Allow throttling servers.
1061         (nnimap-streaming): New variable.
1062         (nnimap-fetch-partial-articles): Removed.
1063
1064         * mm-decode.el (mm-with-part): Protect against killed buffers.
1065
1066         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1067         for prettier summary display.
1068
1069 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1070
1071         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1072         directly.
1073
1074 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1077         apparently third-party libraries depend on it.
1078
1079         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1080         before starting negotiation.
1081
1082         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1083         privacy reasons.
1084         (gnus-treat-mail-gravatar): Ditto.
1085
1086         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1087         buffer when inserting images.  Inserting text into the headers, for
1088         instance, can make them invalid.
1089
1090 2010-09-25  Julien Danjou  <julien@danjou.info>
1091
1092         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1093         variables.
1094
1095         * nnheader.el: Remove useless variables news-reply-yank-from and
1096         news-reply-yank-message-id.
1097
1098         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1099         variables.
1100
1101         * mml1991.el: Remove useless mml1991-verbose.
1102
1103         * gnus.el: Remove useless variable gnus-use-generic-from.
1104         Remove obsolete variable gnus-topic-indentation.
1105
1106         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1107
1108         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1109
1110         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1111
1112         * gnus-group.el: Remove useless gnus-group-icon-cache.
1113         Remove useless gnus-ephemeral-group-server.
1114
1115         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1116
1117         * mml2015.el: Remove useless mml2015-verbose.
1118
1119         * mml-smime.el: Remove useless mml-smime-verbose.
1120
1121         * gnus.el: Remove useless gnus-local-domain.
1122
1123         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1124         gnus-gravatar-size.
1125
1126         * gnus-art.el: Remove useless gnus-treat-translate.
1127
1128 2010-09-24  Julien Danjou  <julien@danjou.info>
1129
1130         * gnus-sum.el: Add support for Gravatars.
1131
1132         * gnus-art.el: Add support for Gravatars.
1133
1134         * gnus-gravatar.el: Add this file.
1135
1136         * gravatar.el: Add this file.
1137
1138 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139
1140         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1141
1142         * gnus-group.el (gnus-group-fetch-faq): Removed.
1143
1144         * gnus.el (gnus-group-faq-directory): Removed.
1145
1146         * gnus-group.el (gnus-group-fetch-charter): Removed.
1147
1148         * gnus.el (gnus-group-charter-alist): Removed.
1149
1150         * gnus-group.el (gnus-group-archive-directory): Removed.
1151         (gnus-group-recent-archive-directory): Ditto.
1152         (gnus-group-make-archive-group): Removed.
1153
1154         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1155
1156         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1157         use the same article number for all the cached articles.
1158
1159         * nnimap.el (nnimap-command): Register the last command time so
1160         that we can use it for idling NOOPs.
1161         (nnimap-open-connection): Start the keeplive timer.
1162         (nnimap-make-process-buffer): Store all the process buffers.
1163         (nnimap-keepalive): New function.
1164
1165         * starttls.el: (starttls-open-stream): Add autoload cookie.
1166
1167 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1168
1169         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1170         handling.
1171
1172 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1175         its data structures.
1176
1177         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1178         instead of the cl.el copy-list.
1179         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1180         equalp.
1181
1182 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1185         and tool-bar-local-item-from-menu.
1186
1187         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1188         mode-line-highlight face for Emacs.
1189
1190         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1191         loading gnus-sum.elc; fix comment for canlock-verify.
1192         (gnus-article-jump-to-part): Use read-number.
1193         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1194         Emacs pre-21 compatible code for help-echo.
1195         (gnus-article-next-page-1): No need to adjust the number of lines.
1196         (gnus-article-describe-bindings): Always use help-buffer.
1197
1198         * gnus-audio.el (gnus-audio-inline-sound)
1199         * gnus-cus.el (gnus-custom-mode)
1200         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1201
1202         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1203
1204         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1205         compatible code.
1206
1207 2010-09-24  Glenn Morris  <rgm@gnu.org>
1208
1209         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1210         visiting the fcc file in rmail-mode.
1211
1212         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1213
1214 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * nnir.el: Silence the byte compiler.
1217
1218         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1219         alias to browse-url-url-encode-chars if any.
1220         (gnus-html-encode-url): Use it.
1221
1222 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-start.el (gnus-use-backend-marks): New variable.
1225         (gnus-get-unread-articles-in-group): Use it.
1226
1227         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1228         makeover.
1229
1230 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1231
1232         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1233
1234 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1235
1236         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1237         Removed.
1238         (gnus-setup-news-hook): Removed
1239         gnus-fixup-nnimap-unread-after-getting-new-news.
1240
1241         * gnus-int.el (gnus-request-update-info): Protect against backends not
1242         having the function.
1243
1244         * nnimap.el (nnimap-stream): Mention starttls.
1245         (nnimap-open-connection): Add starttls support.
1246
1247 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1248
1249         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1250
1251 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1254         BODYSTRUCTUREs.
1255         (nnimap-transform-headers): Unfold quoted {42} headers.
1256
1257         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1258         the info.
1259         (gnus-get-unread-articles): Only call updatep on backends that support
1260         it.
1261
1262         * nnweb.el (nnweb-request-update-info): NOOP.
1263
1264         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1265
1266         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1267         since it only deals with marks.
1268
1269         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1270         gnus-request-marks, and make a new gnus-request-update-info.
1271
1272         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1273         the active instead of the high number, which is usually too low.
1274
1275 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1276
1277         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1278         * encrypt.el: Removed.
1279
1280 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1283         server in symbolic form.
1284
1285         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1286         0.9.
1287
1288 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1291         (nnimap-update-info): Fix up code slightly.
1292
1293         * gnus-int.el (gnus-open-server): Add tracing for performance
1294         debugging.
1295
1296         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1297         (gnus-group-insert-group-line): Pass the real group name so that it
1298         gets the right data.
1299
1300         * gnus-start.el (gnus-get-unread-articles): Don't have
1301         `gnus-get-unread-articles-in-group' update info, since that can be
1302         really slow and doesn't seem to be needed?
1303
1304 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1305
1306         * time-date.el (date-to-time): Try using parse-time-string first before
1307         using the slower timezone-make-date-arpa-standard.
1308
1309 2010-09-22  Julien Danjou  <julien@danjou.info>
1310
1311         * gnus-group.el (gnus-group-insert-group-line): Call
1312         gnus-group-highlight-line.
1313         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1314         default hook list.
1315         (gnus-group-update-eval-form): Add new function.
1316         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1317         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1318
1319 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1322         immediate, then expire all articles.
1323         (nnimap-update-info): Fix off-by-one errors.
1324         (nnimap-flags-to-marks): Would return no marks lists for group with no
1325         flags.  Instead return the other data.
1326
1327 2010-09-22  Julien Danjou  <julien@danjou.info>
1328
1329         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1330         Only return an icon.
1331         (gnus-group-insert-group-line): Compute icon to return.
1332
1333         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1334         variable.
1335         (gnus-html-image-fetched): Only cache if
1336         gnus-html-image-automatic-caching is set.
1337         (gnus-html-image-fetched): Check for errors.
1338
1339 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1340
1341         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1342         once per method on `g'.  This ensures that backends like nnfolder don't
1343         open all their folders.
1344
1345         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1346         (nnimap-request-list): Nix out group in the correct buffer.
1347         (nnimap-parse-flags): Implement by using `read' instead of
1348         hand-parsing.
1349         (nnimap-flags-to-marks): Pass on permanent-flags.
1350         (nnimap-make-process-buffer): Record the server name.
1351         (nnimap-parse-flags): Fix typo.
1352         (nnimap-request-scan): Run split on the server in general, not just a
1353         single group.
1354
1355         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1356         parameter, and propagate this downwards.
1357
1358         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1359         since EXAMINE changes it on the server.
1360
1361         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1362         this command might take a while.
1363
1364 2010-09-22  Julien Danjou  <julien@danjou.info>
1365
1366         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1367         harmful if you have 2 images side-by-side, they can't be properly
1368         update on text deletion.  Using text-property is safer here.
1369         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1370         data.
1371
1372 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1373
1374         * nnimap.el (nnimap-expunge-inbox): Removed.
1375         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1376         (nnimap-expunge): Flip default to t.
1377
1378         * gnus.el (gnus-method-to-server): Don't push things to the cache
1379         unless it's unique.
1380         (gnus-server-to-method): Ditto.
1381
1382 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1383
1384         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1385
1386 2010-09-22  Julien Danjou  <julien@danjou.info>
1387
1388         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1389         get the start of data.
1390         (gnus-html-encode-url): Add this function to encode special chars in
1391         URL.
1392         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1393         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1394
1395         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1396         default.
1397         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1398
1399         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1400         images alt-text.
1401         (gnus-html-put-image): Put alt-text as help-echo.
1402
1403 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1406         * mm-util.el (mm-decompress-buffer)
1407         * nnir.el (nnir-run-find-grep)
1408         * pop3.el (pop3-list): Use 3rd arg of split-string.
1409
1410         * time-date.el (format-seconds): Comment fix.
1411
1412         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1413         and byte-optimize-form-code-walker.
1414         (dgnushack-make-auto-load): Don't advise make-autoload.
1415
1416         * lpath.el: Remove Emacs 21 stuff.
1417
1418 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1421         outside the active range.  Suggested by Dan Christensen.
1422
1423         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1424         slightly later to avoid double-getting it.
1425
1426         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1427         previous patch.
1428
1429         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1430
1431 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1432
1433         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1434
1435 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1436
1437         * gnus-int.el (gnus-open-server): Give a better error message in the
1438         "go offline" case.
1439
1440         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1441         marks for nnimap, which is seldom the right thing to do.
1442
1443         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1444         (gnus-same-method-different-name): New function.
1445
1446         * nnimap.el (parse-time): Require.
1447
1448         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1449         method in the presence of many similar methods.
1450
1451         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1452
1453         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1454         nnml-inhibit-expiry.
1455
1456         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1457         find out whether methods are equal.
1458
1459         * nnimap.el (nnimap-find-expired-articles): New function.
1460         (nnimap-process-expiry-targets): New function.
1461         (nnimap-request-move-article): Request the article before looking at
1462         what the Message-ID is.  Fix found by Andrew Cohen.
1463         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1464
1465         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1466         for oldness in addition to being a predicate.
1467
1468         * nnimap.el (nnimap-request-group): When we have zero articles, return
1469         the right data to Gnus.
1470         (nnimap-request-expire-articles): Only delete articles immediately if
1471         the target is 'delete.
1472
1473         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1474         method, this would bug out.
1475
1476         * gnus-group.el (gnus-group-expunge-group): Renamed from
1477         gnus-group-nnimap-expunge, and implemented as a normal interface
1478         function.
1479
1480         * gnus-int.el (gnus-request-expunge-group): New function.
1481
1482         * nnimap.el (nnimap-request-create-group): Implement.
1483         (nnimap-request-expunge-group): New function.
1484
1485 2010-09-21  Julien Danjou  <julien@danjou.info>
1486
1487         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1488         (gnus-html-cache-expired): Add new function.
1489         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1490         wethever we should display image for fetch it.
1491         Compute alt-text earlier to pass it to the fetching function too.
1492         (gnus-html-schedule-image-fetching): Change function argument to only
1493         get one image at a time, not a list.
1494         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1495         cache.
1496         (gnus-html-get-image-data): New function to retrieve image data from
1497         cache.
1498         (gnus-html-put-image): Change buffer argument to use image data rather
1499         than file, and place image above region rather than inserting a new
1500         one. Do not take alt-text as argument, since it's useless now: we place
1501         the image above alt-text.
1502         (gnus-html-prune-cache): Remove.
1503         (gnus-html-show-images): Start to fetch image when we find one, do not
1504         push into a temporary list.
1505         (gnus-html-prefetch-images): Only fetch image if they have expired.
1506         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1507         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1508
1509 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1512
1513 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1516         spec inser "*" if the group isn't active instead of 0.
1517
1518         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1519         opening the server.
1520         (nnimap-request-delete-group): Implement group deletion.
1521         (nnimap-transform-headers): Return the size of the entire message in
1522         the Bytes header, not just the size of the first part.
1523         (nnimap-request-move-article): When moving an article from nnimap,
1524         request the article first so the accepting form has an article to
1525         accept.  Reported by Dan Christensen.
1526         (nnimap-command): Make sure that the error message doesn't error out.
1527
1528 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1529
1530         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1531         we haven't requested anything.
1532
1533 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1536         "".  Fix found by Andrew Cohen.
1537
1538         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1539         instead of -encode-string.
1540
1541 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1542
1543         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1544
1545         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1546         by mm-subst-char-in-string.
1547
1548 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1551         waiting for the connection string.
1552
1553         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1554         arriving.
1555
1556         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1557         bogus characters.  This allows selecting certain Gmail groups.
1558
1559         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1560         (nnimap-fetch-partial-articles): New variable.
1561         (nnimap-open-connection): When looking for credentials, also use the
1562         nnimap-server-port.
1563         (nnimap-request-article): Return the group/article number, so that Gnus
1564         `^' works as expected.
1565         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1566         them.
1567
1568         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1569         comments.
1570         (gnus-methods-sloppily-equal): New function.
1571         (gnus): When using the development version of Gnus, load the gnus-load
1572         file.
1573
1574         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1575         `gnus-open-server' on each method before trying to scan them etc.  This
1576         ensures that all the backend parameters are set correctly.
1577
1578         * nnimap.el (nnimap-authenticator): New variable.
1579         (nnimap-open-connection): Allow anonymous login.
1580         (nnimap-transform-headers): The chars header is called Chars not
1581         Bytes.
1582         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1583         drops.
1584
1585         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1586         patch, found by Knut Anders Hatlen.
1587
1588 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1589
1590         * gnus-agent.el (gnus-agent-batch-confirmation)
1591         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1592         to gnus-message.
1593         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1594         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1595         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1596         * gnus-int.el (gnus-open-server): Likewise.
1597         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1598         (gnus-score-check-syntax): Likewise.
1599         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1600         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1601         Likewise.
1602         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1603
1604 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1607         calling conventions so that prefetch doesn't bug out.
1608
1609 2010-09-19  Julien Danjou  <julien@danjou.info>
1610
1611         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1612         rather than `subst-char-in-region' in order to be able to replace ASCII
1613         char by UTF-8 ones.
1614
1615         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1616         than curl.
1617         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1618         the right URL and ALT text on images.
1619         (gnus-html-wash-tags): Fix tag case.
1620         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1621         (gnus-article-html): Add -o display_ins_del=2 option.
1622         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1623
1624 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625
1626         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1627         the extra mail headers, which sometimes seem to happen for unknown
1628         reasons.
1629
1630         * mail-parse.el (mail-header-encode-parameter): Define as
1631         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1632         (or most, perhaps?) mail readers don't understand the latter, but do
1633         understand the former.
1634
1635         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1636         to nil, so that no methods are automatically agentized.  I think this
1637         is probably what most users want.
1638
1639         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1640         from url-retrieve, for instance about invalid URLs.
1641
1642         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1643         groups that have no articles.
1644         (nnimap-request-article): Check that we really got an article when we
1645         requested one.
1646
1647         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1648         doesn't exist.
1649
1650         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1651         nntp buffer so the agent can save it.
1652         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1653         that CRLF doesn't get translated to \n.
1654         (nnimap-open-connection): Don't make 'shell commands only send \n.
1655
1656 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1657
1658         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1659         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1660         Update var name.
1661         (nnml-generate-nov-file): Use dolist.
1662         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1663         Use with-current-buffer.
1664
1665 2010-09-18  Julien Danjou  <julien@danjou.info>
1666
1667         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1668         parallel.
1669
1670 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1673         the range update right.
1674         (nnimap-request-group): Don't make `M-g' bug out on group with no
1675         marks.
1676         (nnoo): Required, so that other packages can require nnimap.
1677         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1678         command we're looking for.  This helps when the server sends more
1679         responses after we've gotten everything we expected.
1680         (nnimap): Add a `newlinep' field to keep track of end-of-line
1681         conventions.
1682         Don't send CRLF to things that don't want it.
1683         (nnimap-request-accept-article): Ditto.
1684
1685 2010-09-18  Julien Danjou  <julien@danjou.info>
1686
1687         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1688         than curl to retrieve images.
1689
1690 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691
1692         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1693         the marks.
1694         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1695         (nnimap-wait-for-connection): New function.
1696         (nnimap-open-connection): If we have PREAUTH, don't query for login
1697         credentials.
1698         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1699         when doing a partial update.
1700
1701 2010-09-18  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1704         tags.
1705
1706 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * nnimap.el (nnimap-credentials): New function.
1709         (nnimap-open-connection): Use the new function to look for credentials
1710         also on the numeric equivalents of "imap" and "imaps".
1711
1712         * gnus-start.el (gnus-activate-group): Send the info to
1713         gnus-request-group.
1714
1715         * nnimap.el (nnimap-request-group): Have the "check" version of the
1716         function parse flags and update the info, so that a `M-g' get a total
1717         resync of all flags from the group.
1718
1719         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1720         to allow backends to alter the info on group selection.  Also alter all
1721         the backend -request-group functions to take the parameter.
1722
1723         * nnimap.el (nnimap-store-info): New function.
1724         (nnimap-update-info): Store the info for later usage.
1725         (nnimap-request-group): Use the stored info for the dont-check case, so
1726         that we don't retrieve all marks when we enter a group.
1727
1728         * nnimap.el: Use deffoo instead of defun for interface functions.
1729
1730         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1731         update the group info.  This makes the nndraft groups, for instance, go
1732         back to their old behaviour.
1733
1734         * gnus-sum.el (gnus-select-newsgroup): Indent.
1735
1736         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1737         in.
1738         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1739         nothing.
1740
1741         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1742         from methods that are denied.
1743
1744         * gnus-int.el (gnus-method-denied-p): New function.
1745
1746         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1747         store the password instead of netrc.
1748         (nnimap-open-connection): Don't error out when we can't make a
1749         connections.
1750
1751         * auth-source.el (auth-source-create): In the password prompt, say what
1752         we're querying for.  Also prompt for user name if that hasn't been
1753         given.
1754
1755         * nnimap.el (nnimap-with-process-buffer): Removed.
1756
1757 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1760         method when we're reading from the agent.
1761
1762         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1763
1764         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1765         that's probably most useful for users.
1766
1767         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1768         "failed" all the time.
1769
1770         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1771         ...)) with (with-current-buffer ... ).
1772
1773         * nntp.el (nntp-open-server): Return whether the open was successful or
1774         not.
1775
1776         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1777         select an unread unseen article first.
1778
1779         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1780         /etc/services, supply some sensible port defaults.
1781
1782         * dgnushack.el: Define netrc-credentials.
1783
1784 2010-09-17  Julien Danjou  <julien@danjou.info>
1785
1786         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1787
1788 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1789
1790         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1791         doesn't have any parameters.
1792
1793 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1796         only upcased checks.
1797
1798         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1799
1800         * nnimap.el (nnimap-open-shell-stream): New function.
1801         (nnimap-open-connection): Use it.
1802         (nnimap-transform-headers): Get the number of lines in each message.
1803         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1804         number of lines.
1805         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1806         problem.
1807
1808         * utf7.el (utf7-encode): Autoload.
1809
1810         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1811         to allow the mail splitting to not return a default group.  This is
1812         useful for nnimap, which will leave unmatched mail in the inbox.
1813
1814         * nnimap.el: Rewritten.
1815
1816         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1817         nnimap usage.
1818
1819         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1820         if the move is internal, so that nnimap can do fast internal moves.
1821
1822         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1823         data.
1824         (gnus-read-active-for-groups): Support finishing the early retrieval of
1825         data.
1826
1827         * gnus-range.el (gnus-range-nconcat): New function.
1828
1829         * gnus-int.el (gnus-finish-retrieve-group-infos)
1830         (gnus-retrieve-group-data-early): New functions.
1831
1832 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1833
1834         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1835         (nnrss-retrieve-groups):
1836         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1837         (pop3-quit): Use with-current-buffer.
1838
1839 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1842         instead of nnheader-accept-process-output.
1843
1844         * dgnushack.el (dgnushack-compile): Add comment.
1845
1846         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1847
1848         * gnus-html.el (gnus-html-schedule-image-fetching)
1849         (gnus-html-prefetch-images): Replace process-kill-without-query by
1850         gnus-set-process-query-on-exit-flag.
1851
1852 2010-09-16  Romain Francoise  <romain@orebokech.com>
1853
1854         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1855
1856 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1859         parameter to unintern is mandatory-ish in Emacs 24.
1860
1861         * gnus-html.el (gnus-html-schedule-image-fetching)
1862         (gnus-html-prefetch-images): Check for curl before using it.
1863
1864         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1865         depend on curl, which isn't essential.
1866
1867         * imap.el: Revert back to version
1868         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1869         seem problematic.
1870
1871 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1872
1873         * gnus-registry.el (gnus-registry-install-shortcuts):
1874         Explicitly pass `obarray' to `unintern' to avoid a warning.
1875
1876 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1879         change.
1880
1881         * nnrss.el (nnrss-request-list): Removed this function and related
1882         functions, including the moreover stuff.
1883
1884 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * nnrss.el (nnrss-retrieve-groups): New function.
1887
1888 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1889
1890         * .dir-locals.el: Add no-byte-compile cookie.
1891
1892 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * time-date.el (format-seconds): Comment fix.
1895
1896         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1897         for back end that doesn't support request-scan.
1898
1899 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1900
1901         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1902         then do request scans from the backends.
1903
1904         * netrc.el (netrc-credentials): New conveniency function.
1905
1906         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1907         avoid running a hook per line, since this takes a lot of time,
1908         profiling shows.
1909         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1910         directly if gnus-visual-p is true.
1911
1912 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1915         groups; replace mapcar with dolist which is a bit faster; pass groups
1916         info to gnus-read-active-file-1.
1917         (gnus-read-active-file-1): Scan only specified groups if the new
1918         optional arg `infos' is given.
1919
1920 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1923
1924         * pop3.el (pop3-movemail): Removed.
1925         (pop3-streaming-movemail): Renamed to pop3-movemail.
1926
1927         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1928         don't restrict end-tag searches to the end of the line.
1929
1930 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1933         articles of every unchecked group to t, which means unknown since the
1934         server has never been opened.
1935
1936 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * gnus-html.el (gnus-html-show-alt-text): New command.
1939         (gnus-html-browse-image): Ditto.
1940         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1941         to browse the image directly.
1942         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1943         better.
1944
1945         * gnus-async.el (gnus-async-article-callback): Call
1946         `gnus-html-prefetch-images' unconditionally.
1947
1948         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1949         before feeding URLs to curl.
1950
1951 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1954         internal images as deletable by `W D D'.
1955
1956         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1957         (gnus-async-article-callback): Fix typo.
1958
1959 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1962         current line to work around bugs in the output from w3m.
1963
1964         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1965         for groups that want that.
1966
1967         * nntp.el (nntp-wait-for-string): Supply a timeout for
1968         accept-process-output to ensure progress.
1969
1970         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1971         level to get unread articles from, then use that for foreign groups,
1972         too.
1973
1974         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1975         confuses the rest of the function.
1976
1977         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1978         for the methods that support -retrieve-groups, too.
1979
1980         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1981
1982 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1985         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1986
1987         * pop3.el: Require cl when compiling.
1988         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1989
1990 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1993         that aren't going to be activated.
1994         (gnus-get-unread-articles): Fix up the last commit.
1995
1996         * gnus-html.el (gnus-article-html): Allow calling without specifying
1997         the handle.  In that case, dissect the buffer first.
1998
1999         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2000
2001         * nnimap.el (nnimap-open-connection): Revert the change that would look
2002         into authinfo for imaps instead of imap.
2003
2004         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2005         say that you don't want to call gnus-request-group with don-check, but
2006         do check the reponse.  This is for virtual groups only.
2007         (gnus-get-unread-articles): Count the archive groups as secondary, so
2008         that they're activated the same way as before.
2009
2010         * imap.el (imap-message-map): Removed optional buffer parameter, since
2011         no callers use it.
2012         (imap-message-get): Ditto.
2013         (imap-message-put): Ditto.
2014         (imap-mailbox-map): Ditto.
2015         (imap-mailbox-put): Ditto.
2016         (imap-mailbox-get): Ditto.
2017         (imap-mailbox-get): Revert last change for this function.
2018
2019         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2020         case-insensitively.
2021         (nnimap-debug): Removed.
2022
2023         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2024         to use `imap-fetch' instead.  According to the comments, this should be
2025         safe, since all other IMAP clients use the 1:* syntax.
2026         (imap-enable-exchange-bug-workaround): Removed.
2027         (imap-debug): Removed -- doesn't seem very useful.
2028
2029         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2030         mail from a file, and the file doesn't exist.
2031
2032         * imap.el (imap-log): New convenience function used throughout instead
2033         of repeating the same code all over the place.
2034
2035         * pop3.el (pop3-streaming-movemail): Return t for success.
2036
2037         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2038         .authinfo if we're using ssl connection.
2039
2040         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2041         already have if we're in a main Gnus `g' run.
2042
2043         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2044
2045 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2048
2049         * nnmh.el (nnmh-request-list-1): Bind `file'.
2050
2051         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2052         alias to set-process-query-on-exit-flag or process-kill-without-query.
2053         (pop3-open-server): Use it.
2054
2055 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2058         box to the Incoming file.  Fixes mistake in previous checkin.
2059
2060         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2061         request loop (for debugging purposes) removed.
2062
2063         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2064         culprit is more visible.
2065         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2066         (nnml-add-incremental-nov): New functions to do "incremental" nov
2067         updates, where we just append to the end of the existing nov files
2068         without reading/writing them in full.
2069
2070         * mail-source.el (mail-source-delete-crash-box): Really only check the
2071         incoming files once in a while.
2072
2073         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2074
2075         * mail-source.el (mail-source-delete-crash-box): Only check the
2076         incoming files for deletion once per day to save a lot of file
2077         accesses.
2078
2079         * pop3.el (pop3-logon): Fix up unbound variable typo.
2080
2081         * mail-source.el (pop3-streaming-movemail): Autoload.
2082
2083         * pop3.el (pop3-streaming-movemail): Respect
2084         pop3-leave-mail-on-server.
2085
2086         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2087         retrieval.
2088
2089         * pop3.el (pop3-process-filter): Removed unused function.
2090         (pop3-streaming-movemail, pop3-send-streaming-command)
2091         (pop3-wait-for-messages, pop3-write-to-file)
2092         (pop3-number-of-responses): New functions for streaming pop3
2093         retrieval.
2094
2095         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2096         come from no known methods.
2097         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2098         list.
2099
2100         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2101         message sizes.
2102         (pop3-movemail): Use erase-buffer instead of looping and deleting
2103         regions, which seems rather odd.
2104
2105         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2106         file once per `g' run.
2107
2108         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2109         directories.  This makes the draft queue directory work.
2110
2111         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2112         data from the backends, so that we only request the list of groups from
2113         each method once.  This should speed things up considerably.
2114
2115         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2116         detect that it's not implemented.
2117
2118         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2119         we actually do recurse down into the tree, but don't stat all leaf
2120         nodes.
2121
2122         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2123         then say so instead of bugging out.
2124
2125         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2126         files exist before trying to read them.
2127
2128         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2129         around <pre_int>.
2130
2131         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2132
2133         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2134
2135 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * mm-util.el (mm-image-load-path): Just return the image directories,
2138         not all directories in the path in addition to the image directories.
2139         (mm-image-load-path): Maintain a cache of the image directories so that
2140         the `g' command in Gnus doesn't have to stat dozens of directories each
2141         time.
2142
2143         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2144         (gnus-html-wash-tags): Add a new `i' command to insert images.
2145         (gnus-html-insert-image): New command and keystroke.
2146         (gnus-html-redisplay-with-images): New command and keystroke.
2147         (gnus-html-show-images): Renamed command.
2148         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2149         spacers.
2150         (gnus-html-wash-tags): Decode entities at the end, so that entities
2151         inside the tags don't mess up the rest of the "parsing".
2152
2153         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2154         so that nnimap methods aren't agentized by default.  There's apparently
2155         many problems related to agent/imap behaviour.
2156
2157         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2158
2159         * gnus-html.el: Doc fix.
2160
2161 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2164         specifier-spec-list for Emacs 21.
2165
2166         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2167         glyph-width and glyph-height instead of display-graphic-p and
2168         image-size; make avoidance of displaying small images work for XEmacs.
2169
2170         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2171         for XEmacs.
2172
2173         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2174         of symbol that holds plist data.
2175         (gnus-process-plist): Remove plist of process after getting it.
2176
2177 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * message.el (message-generate-hashcash): Change default to
2180         'opportunistic if hashcash is installed.
2181
2182         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2183         (gnus-html-put-image): Only call image-size once, since it's somewhat
2184         time-consuming on remote X servers.
2185
2186 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2187
2188         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2189         type on data, not a file name.
2190
2191         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2192         window-pixel-edges for Emacs 21.
2193
2194         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2195         decoded contents.
2196         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2197
2198 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2201         group line format, since it isn't very interesting.
2202
2203         * gnus-agent.el (gnus-agent-short-article),
2204         (gnus-agent-long-article): Increase values for these two variables,
2205         since most people are likely to have more network connection and
2206         storage than before.
2207
2208         * gnus.el (gnus-refer-article-method): Change default to 'current.
2209         When referring an article, the common behaviour is to refer it from the
2210         current select method, not the native select method.  The chances of
2211         the native select method having the message in question is rather slim
2212         these days.
2213
2214         * gnus-sum.el (gnus-auto-select-subject): Change default to
2215         `unseen-or-unread'.  I think it's likely that most people want to
2216         select an unseen article over a previously seen, but unread one.
2217
2218         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2219         means that in the article buffer none of the minor mode elements will
2220         be shown, usually, and this is not desirable in most cases.
2221
2222         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2223         that commands like `d' (and the like) go to the next line in the
2224         buffer, instead of the next unread article.  I think this is the
2225         behaviour that is most natural for most users.
2226         (gnus-single-article-buffer): Change default to nil, so that people can
2227         have as many article buffers open as they have summary buffer.  I think
2228         this is the most natural way for the groups to behave.
2229
2230         * message.el (message-generate-new-buffers): Change default to
2231         `unsent', so that all new message buffers start their names with the
2232         string "*unsent", and it's easier to find the buffers if you move from
2233         them.
2234
2235 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2236
2237         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2238         small.  They're probably tracking images.
2239         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2240         (gnus-html-rescale-image): Yet another try at getting the image sizing
2241         right.
2242
2243         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2244         nntp-marks-file-name is nil.
2245
2246 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2247
2248         * gnus-html.el (gnus-html-wash-tags)
2249         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2250         Better logging.
2251
2252 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253
2254         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2255
2256         * gnus-html.el (gnus-html-wash-tags): Check the value of
2257         gnus-blocked-images in the summary buffer.
2258
2259 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2260
2261         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2262
2263 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2266         like "a", it seems like.
2267         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2268         since it needs to be picked from the correct buffer.
2269
2270         * nnwfm.el: Removed.
2271
2272         * nnlistserv.el: Removed.
2273
2274 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2275
2276         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2277         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2278
2279 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2280
2281         * nnkiboze.el: Removed.
2282
2283         * nndb.el: Removed.
2284
2285         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2286         alt text.
2287         (gnus-html-rescale-image): Try to get the rescaling logic right for
2288         images that are just wide and not tall.
2289
2290         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2291         overshadow variable bindings.
2292
2293 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2294
2295         * gnus-html.el (gnus-html-wash-tags)
2296         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2297         extra logging.
2298
2299 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2302         (gnus-max-image-proportion): New variable.
2303         (gnus-html-rescale-image): New function.
2304         (gnus-html-put-image): Rescale images.
2305
2306 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2307
2308         Fix up some byte-compiler warnings.
2309         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2310         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2311         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2312         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2313         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2314         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2315         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2316
2317 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus-html.el (gnus-article-html): Decode contents by charset.
2320
2321 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2324         (gnus-html-frame-width, gnus-blocked-images)
2325         * message.el (message-prune-recipient-rules): Add custom version.
2326         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2327
2328         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2329         functions.
2330
2331         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2332         gnus-process-get.
2333
2334 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2335
2336         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2337         instead of lsub directly.
2338
2339 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * nnwarchive.el: Removed.
2342
2343         * gnus-soup.el: Removed.
2344
2345         * nnsoup.el: Removed.
2346
2347         * nnultimate.el: Removed.
2348
2349         * gnus-html.el (gnus-blocked-images): New variable.
2350
2351         * message.el (message-prune-recipients): New function.
2352         (message-prune-recipient-rules): New variable.
2353
2354         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2355         guess whether a long line is natural text or not.
2356
2357         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2358         gnus-process-plist and friends for compatibility.
2359
2360 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2361
2362         * gnus-html.el: Require packages that define macros used in this file.
2363         (gnus-article-mouse-face): Declare to silence byte-compiler.
2364         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2365         process-get.
2366         (gnus-html-put-image): Use plist-get to avoid getf.
2367         (gnus-html-prefetch-images): Use with-current-buffer.
2368
2369 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * gnus-ems.el: Provide compatibility functions for
2372         gnus-set-process-plist.
2373
2374         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2375         header-line-format for XEmacs 21.4.
2376
2377         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2378         * gnus.el (gnus-valid-select-methods)
2379         * message.el (message-send-mail-partially-limit)
2380         * mm-decode.el (mm-text-html-renderer)
2381         * mml.el (mml-insert-mime-headers-always)
2382         * smiley.el (smiley-regexp-alist): Bump custom version.
2383
2384 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus-html.el: require mm-url.
2387         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2388         with the url to `url'.
2389         (gnus-html-wash-tags): Support cid: URLs/images.
2390
2391 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2394         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2395         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2396
2397         * gnus-move.el: Removed file, since it doesn't really work.
2398
2399         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2400         UTF-8.  This seems to fix problems with some German web feeds.
2401
2402         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2403         at the top so that the proper colours are applied.
2404
2405         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2406         don't have dots in their names.
2407
2408         * gnus-art.el (gnus-article-view-part): Doc fix.
2409
2410         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2411         XEmacs-compatible.
2412         (gnus-html-put-image): Don't do images on non-graphic displays.
2413
2414         * nnslashdot.el: Removed this unused backend.
2415
2416         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2417         actions.
2418         (gnus-undo-register-1): Revert last change.
2419
2420         * gnus-group.el (gnus-group-completing-read): Protect against not
2421         having completion-styles bound.
2422
2423         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2424         make broken recipients happier.
2425
2426         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2427
2428         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2429         point parameter.
2430
2431         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2432
2433         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2434         completion-styles for group selection.
2435
2436 2009-02-04  Andreas Schwab  <schwab@suse.de>
2437
2438         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2439         headers and regexp-quote the match if necessary.
2440
2441 2009-03-24  Miles Bader  <miles@gnu.org>
2442
2443         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2444         the blinking smiley.
2445
2446 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2447
2448         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2449         blink smiley.
2450
2451 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2454         where the dribbel file lives exists.
2455
2456         * message.el (message-send-mail-partially-limit): Change the default to
2457         nil, since most people don't want this.
2458
2459         * mm-url.el (mm-url-decode-entities): Also decode entities like
2460         &#x3212.
2461
2462 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2463
2464         * gnus-sum.el (gnus-summary-idna-message):
2465         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2466         Hyperlink urls in docstrings with URL `...'.
2467
2468 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2469
2470         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2471         functions.
2472
2473 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2476         say what the mouseover text should be.
2477
2478         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2479         version of the mm-w3m-safe-url-regexp variable to only download images
2480         in the groups where we want that to happen.
2481
2482         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2483
2484         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2485         easier debugging.
2486         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2487         big pictures in the article buffer.
2488
2489         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2490         gnus-article-html.
2491         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2492         w3m.
2493
2494         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2495
2496 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2497
2498         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2499         which doesn't exist.
2500
2501         * message.el (message-inhibit-ecomplete): New variable to allow some
2502         function to inhibit ecomplete address storage.
2503         (message-resend): Disable ecomplete message storage when resending
2504         messages.
2505
2506         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2507
2508 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2511         Save excursion while copying, moving, and deleting articles in order to
2512         prevent the cursor from jumping to unforeseen place.
2513
2514 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * lpath.el: No need to bind bookmark-current-buffer,
2517         bookmark-yank-point and bookmark-make-record-function.
2518
2519 2010-08-17  Glenn Morris  <rgm@gnu.org>
2520
2521         * gnus-sync.el: Require gnus components whose functions are used.
2522
2523         * gnus-art.el (bookmark-make-record-function):
2524         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2525         Declare for compiler.
2526
2527         * mm-url.el (mml-compute-boundary): Autoload.
2528
2529 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2532
2533 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2534
2535         Typo fix "hoo4a" -> "hook".
2536
2537         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2538
2539 2010-08-14  Glenn Morris  <rgm@gnu.org>
2540
2541         * gnus-sync.el (gnus-sync): Fix defgroup version.
2542
2543 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2544
2545         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2546
2547         * gnus-sync.el: Fix docs.
2548         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2549         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2550
2551 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         Optimizations for gnus-sync.el.
2554
2555         * gnus-sync.el: Add docs about gnus-sync-backend
2556         possibilities.
2557         (gnus-sync-save): Remove unnecessary message.
2558         (gnus-sync-read): Optimize and show what groups were skipped.
2559
2560 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2561
2562         Minor bug fixes for gnus-sync.el.
2563
2564         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2565         read the sync on get-new-news.
2566
2567         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2568         quiet.
2569
2570         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2571
2572 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2573
2574         Make saving and restoring of hidden threads work with overlays.
2575         Patch applied by Ted Zlatanov.
2576
2577         * gnus-sum.el (gnus-hidden-threads-configuration)
2578         (gnus-restore-hidden-threads-configuration): Update to deal with text
2579         properties, rather than searching for a magic character.
2580
2581 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         New gnus-sync.el library for synchronization of marks.
2584
2585         * gnus-sync.el: New library for synchronization of marks.
2586
2587         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2588         renamed from `gnus-registry-grep-in-list'.
2589
2590         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2591
2592         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2593
2594 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2597         determining charset of text fails.
2598
2599 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2600
2601         * nnmail.el (nnmail-get-new-mail-1): Revert.
2602
2603         * nnml.el (nnml-active-number): Make sure names of newly created groups
2604         in nnml-group-alist are encoded.
2605
2606 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2609         containing non-ASCII characters in active file for nnml back end.
2610
2611 2010-07-24  David Engster  <dengste@eml.cc>
2612
2613         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2614         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2615
2616 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2617
2618         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2619         tag (Bug#6654).
2620
2621 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2624         the article buffer, not the summary buffer.
2625
2626 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2627
2628         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2629         Emacs 23 as well.
2630
2631 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2634         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2635
2636 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2637
2638         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2639         Patch applied by Karl Fogel.
2640
2641         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2642         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2643
2644 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2645
2646         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2647         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2648         C-w still not working correctly from Article buffers; Thierry's
2649         patch to fix that will be applied after this.
2650
2651         * gnus-art.el (bookmark-make-record-function): New local variable.
2652
2653         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2654         article buffer.
2655         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2656
2657 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2658
2659         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2660         on changes in bookmark.el.
2661
2662 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2665         `no-log' instead of message not to log prompt string.
2666
2667 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2668
2669         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2670         the *other* type of HTML form submission.
2671
2672 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2673
2674         * auth-source.el (auth-source-pick): If choice does not contain a
2675         questioned keyword, set the check to t.
2676
2677 2010-06-12  Romain Francoise  <romain@orebokech.com>
2678
2679         * gnus-util.el (gnus-date-get-time): Move up before first use.
2680
2681 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2682
2683         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2684         (gnus-article-edit-part): Bind it to make last part that is substituted
2685         or deleted visible.
2686         (gnus-mime-display-single): Buttonize part of which id equals to
2687         gnus-mime-buttonized-part-id.
2688
2689 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2690
2691         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2692         (gnus-dd-mmm): Use gnus-date-get-time.
2693         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2694         simplify logic.
2695         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2696         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2697
2698 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2699
2700         * auth-source.el (top): Autoload `secrets-list-collections',
2701         `secrets-create-item', `secrets-delete-item'.
2702         (auth-sources): Fix tag string.
2703         (auth-get-source, auth-source-retrieve, auth-source-create)
2704         (auth-source-delete): New defuns.
2705         (auth-source-pick): Rewrite in order to avoid 2 passes.
2706         (auth-source-forget-user-or-password): New parameter USERNAME.
2707         (auth-source-user-or-password): New parameters CREATE-MISSING and
2708         DELETE-EXISTING.  Retrieve password interactively, if needed.
2709
2710 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2711
2712         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2713         deleting unused directories when gnus-expert-user is t.
2714
2715 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2718         for each temp file when gnus-article-browse-delete-temp is ask.
2719
2720 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2721
2722         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2723         Lisp calls to delete-backward-char by calls to delete-char.
2724
2725 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2726
2727         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2728
2729 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2730
2731         * password-cache.el (password-cache-remove): Fix docstring.
2732
2733 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2736         article unless decoding article to be saved.
2737
2738 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2739
2740         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2741         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2742         generated within the mm-with-unibyte-current-buffer macro.
2743
2744 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2747         to nil when we're in a mml-preview buffer and no group is selected.
2748
2749 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2750
2751         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2752         when catching the `C-g'.  Reported by "Leo".
2753
2754 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * message.el (message-forward-make-body-plain)
2757         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2758         multibyte-string-p.
2759
2760         * lpath.el: Revert.
2761
2762 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2763
2764         * message.el (message-forward-make-body-mml): Assume original message
2765         is multibyte string; error on unibyte.
2766         (message-forward-make-body-plain): Ditto; don't add excessive newline
2767         in body end.
2768
2769         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2770
2771 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2772
2773         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2774         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2775
2776 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * mm-extern.el (mm-extern-url): Don't use
2779         mm-with-unibyte-current-buffer.
2780         (mm-extern-cache-contents): Use with-current-buffer instead of
2781         save-excursion + set-buffer.
2782
2783 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * mm-util.el (mm-emacs-mule): Remove.
2786
2787 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2788
2789         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2790         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2791         change.
2792
2793 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2796         bind the default value of enable-multibyte-characters to nil.
2797
2798 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * message.el (message-forward-make-body-plain)
2801         (message-forward-make-body-mml):
2802         Don't use mm-with-unibyte-current-buffer.
2803
2804 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2805
2806         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2807
2808 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2809
2810         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2811         (Bug#5592).
2812
2813 2010-05-07  Julien Danjou  <julien@danjou.info>
2814
2815         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2816         it to mm-pipe-part.
2817
2818         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2819         it is given.
2820
2821 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2822
2823         * binhex.el (binhex-decode-region-internal)
2824         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2825         (dns-query)
2826         * nnweb.el (nnweb-gmane-search)
2827         * pgg-parse.el (pgg-parse-armor)
2828         * pgg.el (pgg-verify-region)
2829         * sha1.el (sha1-string-external)
2830         * uudecode.el (uudecode-decode-region-internal)
2831         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2832         XEmacs.
2833
2834         * gnus-art.el (gnus-article-browse-html-parts)
2835         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2836         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2837         make-temp-file.
2838
2839         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2840         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2841         compiling.
2842
2843         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2844         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2845         XEmacs when compiling.
2846
2847         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2848         gnus-pick-mode-off-hook for XEmacs when compiling.
2849         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2850         gnus-binary-mode-off-hook for XEmacs when compiling.
2851
2852         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2853         nil if char-charset is not available.
2854
2855         * imap.el (imap-disable-multibyte)
2856         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2857         macros.
2858
2859         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2860         instead of encode-coding-string.
2861
2862         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2863         'xemacs) instead of mm-emacs-mule to switch function definitions.
2864         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2865
2866         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2867         bind temporary-file-directory for XEmacs;
2868         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2869         timer-set-function for XEmacs 21.4 and SXEmacs;
2870         bind timer-list for XEmacs 21.4 and SXEmacs;
2871         fbind char-charset and find-charset-region for non-Mule XEmacs;
2872         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2873         encode-coding-region and encode-coding-string for XEmacs having no
2874         file-coding feature.
2875
2876 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2877
2878         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2879
2880 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2881
2882         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2883         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2884
2885 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2886
2887         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2888         alias `jka-compr-delete-temp-file' no longer exists.
2889
2890 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2891
2892         Use define-minor-mode in Gnus where applicable.
2893         * mml.el (mml-mode): Use define-minor-mode.
2894         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2895         (gnus-undo-mode): Use define-minor-mode.
2896         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2897         (gnus-dead-summary-mode): Use define-minor-mode.
2898         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2899         Initialize in declaration.
2900         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2901         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2902         (gnus-mailing-list-mode): Use define-minor-mode.
2903         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2904         (gnus-draft-mode): Use define-minor-mode.
2905         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2906         (gnus-dired-mode): Use define-minor-mode.
2907
2908 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2909
2910         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2911         handles on recursive mml-to-mime translation and check them for
2912         boundary delimiter collisions.  Reported by Greg Troxel.
2913
2914 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2917
2918 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * mm-util.el (mm-find-buffer-file-coding-system):
2921         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2922
2923 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2924
2925         * message.el (message-generate-headers): Record insertion of optional
2926         headers as well.  Otherwise the check to prevent repeated insertion of
2927         optional headers is a no-op.
2928
2929 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2930
2931         * smime.el: Don't mention CVS.
2932
2933         * nnrss.el (nnrss-fetch): Don't mention CVS.
2934
2935         * nnir.el: Don't mention CVS.
2936
2937 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2938
2939         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2940
2941 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * lpath.el: Fbind bookmark-default-handler,
2944         bookmark-get-bookmark-record, bookmark-make-record-default,
2945         bookmark-prop-get for Emacs <23 and XEmacs.
2946
2947 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2950         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2951         Use with-current-buffer to silence the byte-compiler.
2952         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2953         bother to require `gnus'.
2954         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2955
2956 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2957
2958         * gnus-sum.el (gnus-summary-bookmark-make-record)
2959         (gnus-summary-bookmark-jump): New functions.
2960         (gnus-summary-mode): Setup bookmark support.
2961
2962 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2963
2964         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2965         if set.
2966
2967 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2970         gnus-article-browse-html-save-cid-image; make it work recursively for
2971         forwarded messages as well.
2972         (gnus-article-browse-html-parts): Work when prefix arg is given.
2973         (gnus-article-browse-html-article): Doc fix.
2974
2975 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2976
2977         * message.el (message-default-mail-headers):
2978         (message-default-headers): Carry the value mail-default-headers over
2979         into message-default-mail-headers, rather than message-default-headers.
2980
2981 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2982
2983         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2984         charset.
2985
2986         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2987         charset into the <meta> tag when the article is encoded to utf-8.
2988
2989 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2992         directories as well.
2993         (gnus-article-browse-html-parts): Work for images that do not specify
2994         file names; delete temp directory when quitting; insert header at the
2995         right place; use file: scheme for image files.
2996
2997 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2998
2999         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3000         (gnus-article-browse-html-parts): Use it to make temporary cid image
3001         files in addition to html file so that browser may display them.
3002
3003 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3006
3007 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3008
3009         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3010
3011 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3012
3013         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3014         about Secret Service API sources.  Improve Customize options.
3015         (auth-source-pick): Change to accept any number of search parameters.
3016         Implement fallbacks iteratively, not recursively.  Add scoring on the
3017         second pass and sort by score.  Call Secret Service API when needed.
3018         (auth-source-user-or-password): Use it.  Call Secret Service API
3019         directly when needed to get the user name and the password.
3020
3021 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3022
3023         * message.el (message-interactive): Doc fix.
3024         (message-qmail-inject-args): Reflow.
3025         (message-kill-to-signature): Fix typo in docstring.
3026
3027         * smiley.el (smiley-buffer): Fix typo in docstring.
3028
3029 2010-03-24  Glenn Morris  <rgm@gnu.org>
3030
3031         * mail-source.el (gnus-message): Declare.
3032         (mail-source-delete-old-incoming): Require gnus-util.
3033
3034 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3037
3038         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3039
3040         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3041         password-cache's default if it is not bound.
3042         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3043         password-cache-expiry's default if it is not bound.
3044
3045         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3046         available in Emacs 21.
3047
3048         * lpath.el: Suppress compiler warnings for:
3049         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3050         XEmacs;
3051         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3052         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3053         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3054
3055 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3056
3057         * auth-source.el (auth-sources): Fix up definition so extra parameters
3058         are always inline.
3059
3060 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3061
3062         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3063         wasn't updated after mismatch.  Clear cached mailbox info correctly
3064         when uidvalidity changes.
3065         (nnimap-group-prefixed-name): New function to avoid some code
3066         duplication.
3067         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3068         (nnimap-request-group): Use it.
3069         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3070         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3071         with many imap folders.  This is done by caching the group status from
3072         the imap server persistently in a group parameter `imap-status'.  (This
3073         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3074         but not persistently, so every Gnus startup was still very slow.)
3075
3076 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3077
3078         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3079         delete the extra newline.  Otherwise editing of :string and :number
3080         types don't work.
3081
3082 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3083
3084         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3085         secrets.el dependency.
3086         (auth-sources): Add optional user name.  Add secrets.el configuration
3087         choice (unused right now).
3088
3089 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3090
3091         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3092         `gnus-registry-install-shortcuts' fill in the functions.
3093
3094         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3095         warnings.
3096         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3097         (gnus-registry-install-shortcuts): Populate and use it in a
3098         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3099
3100 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3101
3102         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3103         In-place substitutions for the group name encoding/decoding.
3104         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3105         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3106         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3107         (nnimap-update-unseen, nnimap-request-list)
3108         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3109         (nnimap-request-set-mark, nnimap-split-to-groups)
3110         (nnimap-split-articles, nnimap-request-newgroups)
3111         (nnimap-request-create-group, nnimap-request-accept-article)
3112         (nnimap-request-delete-group, nnimap-request-rename-group)
3113         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3114         `encoded-mbx' for consistency.
3115         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3116         variable `imap-current-mailbox'.
3117
3118         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3119         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3120
3121 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3122
3123         * pop3.el (pop3-display-message-size-flag): Display message size byte
3124         counts during POP3 download.
3125         (pop3-movemail): Use it.
3126         (pop3-list): Implement listing of available messages.
3127
3128 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3129
3130         * nnir.el (nnir-get-article-nov-override-function): New function to
3131         override the normal NOV retrieval.
3132         (nnir-retrieve-headers): Use it.
3133
3134 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3135
3136         * auth-source.el (netrc-machine-user-or-password): Autoload.
3137
3138 2010-03-19  Glenn Morris  <rgm@gnu.org>
3139
3140         Stop message.el from loading about 40 libraries it doesn't always need.
3141         The general approach is to autoload rather than require, and to
3142         require in the specific functions rather than the file.  (Bug#5642)
3143
3144         * gmm-utils.el: Don't require wid-edit.
3145         (widget-create-child-value, widget-convert, widget-default-get):
3146         Autoload.
3147
3148         * gnus-util.el: Don't require time-date, netrc.
3149         (message-fetch-field, gnus-group-name-decode): Declare rather than
3150         autoloading.
3151         (gnus-fetch-field): Require message.
3152         (gnus-decode-newsgroups): Require gnus-group.
3153
3154         * ietf-drums.el: Don't require time-date.
3155
3156         * message.el: Don't require hashcash, canlock, ecomplete.
3157         Do require mail-utils.  Require nnheader only when compiling.
3158         (smtpmail-default-smtp-server): Remove declaration.
3159         (message-send-mail-function): Check smtpmail-default-smtp-server
3160         is bound rather than requiring smtpmail.
3161         (message-auto-save-directory, message-insert-signature): Use
3162         expand-file-name rather than nnheader-concat.
3163         (nnheader-insert-file-contents): Autoload.
3164         (hashcash-wait-async): Declare.
3165         (message-send-mail): Only call gnus-setup-posting-charset if
3166         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3167         (message-send-mail-with-sendmail): Require sendmail.
3168         (canlock-password, canlock-password-for-verify): Declare.
3169         (message-canlock-password): Require canlock.
3170         (nnheader-get-report): Autoload.
3171         (gnus-setup-posting-charset): Declare.
3172         (message-send-news): Require gnus-msg.
3173         (message-make-references, message-make-in-reply-to): Use mail-header-id
3174         rather than the alias mail-header-message-id.
3175         (ecomplete-add-item, ecomplete-save): Declare.
3176         (message-put-addresses-in-ecomplete): Require ecomplete.
3177         (ecomplete-display-matches): Autoload.
3178
3179         * mm-decode.el: Don't require mailcap, gnus-util.
3180         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3181         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3182         Autoload.
3183         (mailcap-mime-extensions): Declare.
3184
3185         * mm-encode.el: Don't require mailcap.
3186         (mailcap-extension-to-mime): Autoload.
3187
3188         * mml-sec.el: Don't require password-cache.
3189
3190         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3191         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3192         (mml-minibuffer-read-type): Require mailcap.
3193         (mml-preview): Require gnus-msg.
3194
3195         * mml1991.el: Require password-cache.
3196         (password-cache-expiry): Remove declaration.
3197
3198         * mml2015.el: Require password-cache.
3199         (password-cache-expiry): Remove declaration.
3200
3201         * nneething.el (mailcap): Require mailcap.
3202
3203         * nnheader.el (declare-function): Add compatibility stub.
3204         (message-remove-header): Declare rather than autoload.
3205         (nnheader-replace-header): Require message.
3206
3207         * nnimap.el (declare-function): Add compatibility stub.
3208         (netrc-parse, netrc-machine-user-or-password): Declare.
3209         (nnimap-open-connection): Require netrc.
3210
3211         * nntp.el (declare-function): Add compatibility stub.
3212         (netrc-parse, netrc-machine, netrc-get): Declare.
3213         (nntp-send-authinfo): Require netrc.
3214
3215         * rfc2047.el: Don't require qp.
3216         (quoted-printable-encode-region, quoted-printable-decode-string):
3217         Autoload.
3218
3219         * sieve-mode.el: Don't require easymenu.
3220         (easy-menu-add-item): Autoload it.
3221
3222         * spam-stat.el (time-to-number-of-days): Autoload it.
3223
3224 2010-03-19  Glenn Morris  <rgm@gnu.org>
3225
3226         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3227
3228 2010-03-18  Glenn Morris  <rgm@gnu.org>
3229
3230         * hashcash.el (declare-function): Remove duplicate definition.
3231
3232 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3233
3234         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3235         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3236         value if any backslash escapes).
3237
3238 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3241         if it is available.  (bug#5647)
3242
3243         * lpath.el: Suppress compiler warning for coding-system-from-name for
3244         Emacs 21 and XEmacs.
3245
3246 2010-03-14  Juri Linkov  <juri@jurta.org>
3247
3248         * hmac-def.el:
3249         * hmac-md5.el:
3250         * netrc.el: Fix keywords.
3251
3252 2010-02-26  Glenn Morris  <rgm@gnu.org>
3253
3254         * message.el (message-send-mail-function): Change the default, so that
3255         it inherits from a customized send-mail-function.  (Bug#5643)
3256
3257 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3260         shell-command-to-string signals an error (bug#5299).
3261
3262 2010-02-24  Glenn Morris  <rgm@gnu.org>
3263
3264         * message.el (message-smtpmail-send-it)
3265         (message-send-mail-with-mailclient): Doc fixes.
3266
3267 2010-02-16  Glenn Morris  <rgm@gnu.org>
3268
3269         * message.el (message-default-mail-headers): Change the default value
3270         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3271
3272 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3275         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3276
3277 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3278
3279         * time-date.el (date-to-time): Doc fix (Bug#5408).
3280
3281 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3282
3283         * message.el (message-mail): Just pass yank-action on to message-setup.
3284         (message-setup): Handle (FUN . ARGS) form of yank-action.
3285         (message-with-reply-buffer, message-widen-reply)
3286         (message-yank-original): Handle non-buffer values of
3287         message-reply-buffer (Bug#4080).
3288         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3289
3290 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3291
3292         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3293         Fix typo in docstring.
3294
3295 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3296
3297         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3298         response.
3299
3300 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3303
3304         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3305
3306         * message.el (message-check-news-header-syntax): Protect against a
3307         string that `rfc822-addresses' returns when parsing fails.
3308
3309 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3312         (gnus-previous-char-property-change): New functions.
3313
3314         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3315
3316 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3317
3318         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3319         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3320
3321 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3322
3323         * message.el (message-exchange-point-and-mark): Rework last change to
3324         avoid using optional arg of exchange-point-and-mark, for backward
3325         compatibility.
3326
3327 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3328
3329         * message.el (message-exchange-point-and-mark): Call
3330         exchange-point-and-mark with an argument rather than setting
3331         mark-active by hand (Bug#5175).
3332
3333 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * nntp.el (nntp-service-to-port): Work for service expressed with
3336         numeric string; replace [:digit:] with [0-9] for XEmacs.
3337
3338 2009-12-17  Glenn Morris  <rgm@gnu.org>
3339
3340         * gnus-group.el (gnus-bug-group-download-format-alist):
3341         Change emacs entry to debbugs.gnu.org.  Bump :version.
3342
3343 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3344
3345         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3346
3347 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * message.el (message-info): Explain why we use `Info-goto-node'.
3350
3351 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3354
3355 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3356
3357         * message.el (message-completion-in-region): New compatibility function.
3358         (message-expand-group): Use it.
3359
3360 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3363         with no unread article should be listed if the 2nd arg `predicate' is
3364         given.
3365
3366 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3369
3370 2009-11-29  Juri Linkov  <juri@jurta.org>
3371
3372         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3373         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3374         on `gnus-recenter'. (Bug#4698, Bug#4981)
3375
3376 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3377
3378         * sha1.el (sha1-string-external): default-directory "/" in case
3379         otherwise non-existent.  process-connection-type pipe for touch of
3380         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3381
3382 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3383
3384         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3385         it's comms related and sgml-mode.el has "comm" on that basis too.
3386
3387 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3390         containing tspecial characters if they have been already quoted.
3391
3392 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3393
3394         * dns-mode.el (auto-mode-alist): Purecopy string.
3395
3396 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3397
3398         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3399
3400 2009-10-24  Glenn Morris  <rgm@gnu.org>
3401
3402         * gnus-art.el (help-xref-stack-item): Define for compiler.
3403
3404 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3405
3406         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3407
3408 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3411
3412 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3415         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3416
3417 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3418
3419         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3420         (gnus-overlays-in): New alias to overlays-in.
3421
3422         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3423         gnus-overlay-get, and gnus-delete-overlay.
3424         (gnus-summary-show-thread): Make it work as well for systems in which
3425         next-single-char-property-change is not available.
3426         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3427
3428         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3429         (gnus-overlay-get): New alias to extent-property.
3430         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3431
3432         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3433         SXEmacs.
3434
3435         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3436         SXEmacs.
3437
3438 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3439
3440         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3441
3442 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3443
3444         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3445         and XEmacs that don't have `remove-overlays'.
3446
3447 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3448
3449         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3450         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3451         selective display.  Use overlays instead.
3452
3453 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3454
3455         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3456
3457 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3458
3459         * spam-stat.el (spam-stat-load): Fix typo in message.
3460
3461 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3462
3463         * dig.el (dig-invoke): Fix typo in docstring.
3464         (query-dig): Reflow docstring.
3465
3466 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3467
3468         * gnus-art.el (gnus-article-encrypt-body):
3469         * message.el (message-check-recipients):
3470         * mm-util.el (mm-codepage-setup):
3471         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3472         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3473
3474 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3475
3476         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3477         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3478         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3479         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3480         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3481
3482 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3483
3484         * dig.el: Add "Keywords: comm", as per net-utils.el.
3485
3486 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3487
3488         * dig.el (dig-mode): Use define-derived-mode.
3489
3490 2009-09-19  Glenn Morris  <rgm@gnu.org>
3491
3492         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3493
3494 2009-09-18  Glenn Morris  <rgm@gnu.org>
3495
3496         * gnus-diary.el (gnus-diary-check-message):
3497         * message.el (message-insert-formatted-citation-line):
3498         * nnbabyl.el (top-level):
3499         * nndiary.el (nndiary-schedule):
3500         Fix typos in condition-case handlers.
3501
3502 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3503
3504         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3505         configuration that provides the sole article window in a frame;
3506         position point correctly after deleting a part.
3507
3508 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3509
3510         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3511         (spam-resolve-registrations-routine): Use it to unregister articles
3512         that change status.
3513
3514 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3517         with XEmacs.
3518         (parse-time-string-chars): Use it.
3519
3520 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3521
3522         * imap.el (imap-interactive-login): Better messages.
3523         (imap-open): Fix bug with renamed buffer on reconnect.
3524         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3525         for easier debugging and cleaner code.  On successful (guessed based on
3526         server capabilities) secondary authentication, set imap-state
3527         correctly.
3528         (imap-last-authenticator): Define imap-last-authenticator as a variable
3529         to avoid warnings.
3530
3531 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * nnrss.el (nnrss-request-article): Remove binding of
3534         default-enable-multibyte-characters that has gotten needless by
3535         the 2007-07-13 change in rfc2047-encode-message-header.
3536
3537         * mml.el (mml-insert-multipart): Error on the message header.
3538         (mml-insert-part): Error on the message header; position point at
3539         the end of a MIME tag.
3540
3541 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * time-date.el (autoload): Expand define-obsolete-function-alias into
3544         defalias and make-obsolete for old Emacsen that Gnus supports.
3545         (with-no-warnings): Define it for old Emacsen.
3546         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3547         is available.
3548         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3549         float-time is available; suppress compile warning for time-to-seconds.
3550
3551         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3552         (gnus-float-time): Alias to float-time if it exists.
3553
3554         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3555         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3556         float-time is available; suppress compile warning for time-to-seconds.
3557
3558         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3559         XEmacs.
3560
3561 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3562
3563         * imap.el (imap-message-map): Docstring fix.
3564
3565 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3568         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3569         Add the optional argument `encoding' that overrides the default.
3570
3571         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3572         mm-encode-buffer.
3573
3574 2009-09-04  Glenn Morris  <rgm@gnu.org>
3575
3576         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3577         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3578         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3579         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3580         * mm-util.el (mm-with-unibyte-current-buffer)
3581         (mm-find-buffer-file-coding-system):
3582         * yenc.el (yenc-decode-region): Use default-value rather than
3583         default-enable-multibyte-characters.
3584
3585 2009-09-03  Glenn Morris  <rgm@gnu.org>
3586
3587         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3588         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3589         than default-enable-multibyte-characters.
3590
3591 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3592
3593         * gnus-art.el (gnus-article-read-summary-keys):
3594         Fix gnus-buffer-configuration's value temporarily used.
3595
3596 2009-09-02  Glenn Morris  <rgm@gnu.org>
3597
3598         * gnus-util.el (gnus-float-time): New function.
3599         * gnus-delay.el (gnus-delay-article):
3600         * gnus-sum.el (gnus-thread-latest-date):
3601         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3602         * nnspool.el (nnspool-request-newgroups):
3603         Use gnus-float-time rather than time-to-seconds.
3604         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3605
3606         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3607         (gnus-header-subject-face, gnus-header-newsgroups-face)
3608         (gnus-header-name-face, gnus-header-content-face):
3609         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3610         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3611         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3612         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3613         (gnus-cite-face-11):
3614         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3615         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3616         (gnus-server-closed-face, gnus-server-denied-face)
3617         (gnus-server-offline-face):
3618         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3619         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3620         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3621         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3622         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3623         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3624         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3625         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3626         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3627         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3628         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3629         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3630         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3631         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3632         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3633         (gnus-summary-high-undownloaded-face)
3634         (gnus-summary-low-undownloaded-face)
3635         (gnus-summary-normal-undownloaded-face)
3636         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3637         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3638         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3639         (gnus-splash-face):
3640         * message.el (message-header-to-face, message-header-cc-face)
3641         (message-header-subject-face, message-header-newsgroups-face)
3642         (message-header-other-face, message-header-name-face)
3643         (message-header-xheader-face, message-separator-face)
3644         (message-cited-text-face, message-mml-face):
3645         * sieve-mode.el (sieve-control-commands-face)
3646         (sieve-action-commands-face, sieve-test-commands-face)
3647         (sieve-tagged-arguments-face):
3648         * spam.el (spam-face):
3649         Mark face aliases with "-face" in the name as obsolete.
3650
3651 2009-09-01  Glenn Morris  <rgm@gnu.org>
3652
3653         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3654         than goto-line.
3655
3656 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3657
3658         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3659         Don't move point if the command is invoked inside the message header.
3660
3661 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3662
3663         * imap.el (imap-send-command): Simplify.
3664         (imap-wait-for-tag): point-max -> buffer-size.
3665
3666 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3667
3668         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3669         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3670         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3671         * nnir.el (nnir-swish-e-index-file):
3672         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3673         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3674         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3675         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3676         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3677         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3678
3679 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3680
3681         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3682         Don't save excursion.
3683
3684 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3685
3686         * nnheader.el (nnheader-find-file-noselect):
3687         * mm-util.el (mm-insert-file-contents):
3688         Use (default-value 'major-mode) instead of default-major-mode.
3689
3690 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3691
3692         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3693
3694 2009-08-26  Glenn Morris  <rgm@gnu.org>
3695
3696         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3697         than placing in files.el.
3698
3699 2009-08-25  Glenn Morris  <rgm@gnu.org>
3700
3701         * nnir.el (top-level): Don't require cl at run-time.
3702         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3703         Replace cl-function substitute with gnus-replace-in-string.
3704         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3705         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3706         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3707         simplified expansions.
3708
3709 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3710
3711         * dig.el (dig): Add autoload cookie.
3712
3713 2009-08-22  Glenn Morris  <rgm@gnu.org>
3714
3715         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3716         goto-line.
3717
3718 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3719
3720         * parse-time.el (parse-time-string-chars): Save match data.
3721
3722 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3723
3724         * parse-time.el (parse-time-string-chars): Compute using character
3725         classes, to handle non-ascii characters (Bug#3190).
3726
3727 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3728
3729         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3730
3731         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3732         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3733         (gnus-mm-display-part, gnus-mime-display-single)
3734         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3735         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3736
3737         * gnus-sum.el
3738         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3739         (gnus-summary-move-article): Add expirable mark to articles copied or
3740         moved to group that has auto-expire turned on if the option is non-nil.
3741
3742 2009-07-24  Glenn Morris  <rgm@gnu.org>
3743
3744         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3745         Fix typo.  (Bug#3903)
3746
3747 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3750         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3751         that should not be used for draft articles.
3752         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3753         that has no concern in minor mode keys.
3754         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3755         Abolish.
3756
3757 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3760         article without making inquiry to a user for unknown encoding.
3761
3762         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3763         (nnmaildir--scan): Assume i-node and device number that file-attributes
3764         returns might be cons-cell.
3765
3766         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3767
3768         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3769
3770 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3771
3772         * auth-source.el: Remove docs now in auth.texi.  Don't use
3773         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3774         `auth-source-hide-passwords' and use them.
3775
3776 2009-07-15  Glenn Morris  <rgm@gnu.org>
3777
3778         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3779
3780 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3781
3782         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3783         excessive whitespace from the default values of title and description.
3784
3785 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3788         mail-fetch-field to fetch Content-Description header in order to
3789         exclude newlines.
3790
3791 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3792
3793         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3794         format used by GnuPG 2.0.11.
3795
3796 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3797
3798         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3799         to deleted part.
3800
3801 2009-05-30  David Engster  <dengste@eml.cc>
3802
3803         * nnmairix.el: Remove old documentation in the commentary block.
3804         (nnmairix-request-group): Do not update active file for nnml back ends.
3805         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3806         end so that overview files are ignored.
3807         (nnmairix-update-groups): Make updating the groups more robust by using
3808         marks.
3809         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3810         with dollar characters in message-id.
3811
3812 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3815         2008-12-25 in dns.el.
3816
3817 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3818
3819         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3820         could happen if the text is only composed of spaces and/or tabs.
3821
3822 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3823
3824         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3825         when sending a queued message to avoid extra mml tags.
3826
3827 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3830
3831 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3834         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3835         rmail-toggle-header for XEmacs;
3836         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3837
3838 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus-dired.el: Remove autoload for gnus-setup-message.
3841         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3842         displaying Gnus logo; always use compose-mail.
3843
3844 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3847
3848 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3849
3850         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3851         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3852         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3853         available.
3854         (gnus-nocem-epg-verify): New function.
3855
3856 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3857
3858         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3859
3860 2009-02-15  Glenn Morris  <rgm@gnu.org>
3861
3862         * gnus-util.el (rmail-insert-rmail-file-header)
3863         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3864         autoloads.
3865         (rmail-default-rmail-file): Remove unnecessary declaration.
3866         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3867
3868 2009-02-14  Glenn Morris  <rgm@gnu.org>
3869
3870         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3871         variable (only used in gnus-util, which declares it anyway).
3872         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3873         which was only needed by gnus-art (changed to not use it any more).
3874         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3875         only used in gnus-util, which autoloads it itself.
3876         (rmail-update-summary): Fix autoload.
3877
3878         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3879         rather than rmail-output-to-rmail-file.
3880
3881 2009-02-07  Glenn Morris  <rgm@gnu.org>
3882
3883         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3884         autoload of function that no longer exists.
3885         (rmail-toggle-header): Declare.
3886         (message-forward-rmail-make-body): Handle mbox Rmail.
3887
3888 2009-01-31  Glenn Morris  <rgm@gnu.org>
3889
3890         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3891         2009-01-09 change.
3892
3893 2009-01-31  Dave Love  <fx@gnu.org>
3894
3895         * imap.el (imap-fetch-safe): Bind debug-on-error.
3896         (imap-debug): Add imap-fetch-safe.
3897
3898 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3899
3900         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3901         (auth-source-forget-all-cached): New convenience function.
3902         (auth-source-user-or-password): Accept list of modes or a single mode.
3903
3904         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3905         auth-source modes.
3906
3907         * netrc.el (netrc-machine-user-or-password): Use list of
3908         auth-source modes.
3909
3910         * nnimap.el (nnimap-open-connection): Use list of
3911         auth-source modes.
3912
3913         * nntp.el (nntp-send-authinfo): Use list of
3914         auth-source modes.
3915
3916 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3917
3918         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3919         now.
3920
3921 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3924         coding system in XEmacs; add a workaround for XEmacs.
3925
3926         * lpath.el: Fbind coding-system-aliasee.
3927
3928 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3931         of current-language-environment.
3932
3933 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3934
3935         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3936         available at runtime.
3937
3938 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3941
3942 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3943
3944         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3945         the greatest positive fixnum value doesn't work under an XEmacs with
3946         bignum support; use the most-positive-fixnum constant instead,
3947         available since Emacs 21.1 with cl and XEmacs 21.1.
3948
3949 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3952         XEmacs gets not to work.
3953
3954 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * mm-util.el (mm-coding-system-priorities): Allow the value like
3957         "Japanese (UTF-8)" of current-language-environment.
3958
3959 2009-01-09  Glenn Morris  <rgm@gnu.org>
3960
3961         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3962         with last-command-event.
3963
3964 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3965
3966         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3967         in the doc string.
3968
3969         * message.el (message-fix-before-sending): Amend comment.
3970
3971 2009-01-08  Dave Love  <fx@gnu.org>
3972
3973         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3974
3975 2009-01-07  David Engster  <dengste@eml.cc>
3976
3977         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3978         simplified server definitions by converting it via
3979         gnus-server-to-method.
3980
3981 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3984         parameter's operands.
3985
3986 2009-01-06  David Engster  <dengste@eml.cc>
3987
3988         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3989         primary select method (for gnus-group-mark-article-as-read).
3990
3991 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3992
3993         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3994         `(gnus)Face', not `(gnus)X-Face'.
3995
3996 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * mm-util.el (mm-ucs-to-char): New function.
3999
4000         * mm-url.el (mm-url-decode-entities): Use it.
4001
4002         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4003         unicode-to-char.
4004
4005 2009-01-05  Dave Love  <fx@gnu.org>
4006
4007         * time-date.el: Require cl for `declare'.
4008
4009 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4012         Dave Love.
4013
4014 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4015
4016         * message.el (message-fix-before-sending): Add `eight-bit' to
4017         illegible-text check.
4018
4019 2009-01-03  Michael Olson  <mwolson@gnu.org>
4020
4021         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4022         `headers' is nil.  This can occur if the IMAP server does not have
4023         permissions to read messages from a folder, but can write new messages
4024         to the folder.
4025         (nnimap-request-article-part): Do not insert `data' if it is nil.
4026
4027         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4028         characters which will confuse `read', so skip past them.
4029
4030 2009-01-01  Dave Love  <fx@gnu.org>
4031
4032         * imap.el (imap-string-to-integer): Fix typo.
4033         (imap-fetch-safe): New function.
4034         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4035
4036         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4037
4038         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4039         (imap-parse-greeting): Fix doc strings.
4040         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4041         (imap-parse-flag-list): Make messages unique.
4042         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4043
4044         * nnimap.el: Fix author email.
4045         (nnimap-split-rule): Add FIXME comment.
4046         (nnimap-debug): Fix doc string.
4047
4048 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4051
4052 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4053
4054         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4055         nslookup if resolv.conf isn't available.
4056         (dns-query): Rename from query-dns.
4057         (dns-query-cached): Rename from query-dns-cached.
4058
4059 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4062         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4063         to check if those variables exist (first appeared in Emacs 18.50).
4064
4065 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4066
4067         * mm-util.el (mm-line-number-at-pos): New function.
4068
4069         * spam-report.el (spam-report-process-queue): Use it.
4070
4071 2008-12-24  David Engster  <dengste@eml.cc>
4072
4073         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4074         parameters that haven't existed as variables as buffer-local variables.
4075
4076 2008-12-23  Dave Love  <fx@gnu.org>
4077
4078         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4079         cadar.
4080
4081         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4082         imap-starttls-p.
4083         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4084
4085 2008-12-22  Dave Love  <fx@gnu.org>
4086
4087         * imap.el: Fix author email.  Doc fixes.
4088         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4089         reply.
4090
4091 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * spam-report.el (spam-report-gmane-max-requests): New constant.
4094         (spam-report-gmane-wait): New variable.
4095         (spam-report-gmane-ham, spam-report-gmane-spam)
4096         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4097         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4098         the server.
4099
4100         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4101         Add explanations.
4102
4103         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4104         nnheader-accept-process-output and nnheader-read-timeout if available.
4105         (pop3-movemail): Use it.
4106
4107         * message.el (message-check-news-body-syntax): Fix signature check if
4108         there's an attachment.
4109
4110 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * mm-util.el: Add comments to the mm- emulating functions.
4113
4114 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4115
4116         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4117         by Stephen Berman <stephen.berman@gmx.net>.
4118
4119 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * mm-util.el (mm-substring-no-properties): New function.
4122         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4123         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4124         (mm-string-to-multibyte): Doc fix.
4125
4126         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4127
4128 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * mml.el (mml-attach-file): Strip text properties from file name.
4131         (Bug#1574)
4132
4133 2008-12-16  Glenn Morris  <rgm@gnu.org>
4134
4135         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4136
4137 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4140         knows since the charset specified might be a bogus alias that
4141         mm-charset-synonym-alist provides.
4142
4143 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4146         "ISO_8859-1".
4147
4148         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4149
4150 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * mm-util.el (mm-charset-eval-alist):
4153         Define it before mm-charset-to-coding-system.
4154         (mm-charset-to-coding-system): Add optional argument `silent';
4155         define it before mm-charset-override-alist.
4156         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4157         default value if it can be used in Emacs currently running;
4158         silence mm-charset-to-coding-system.
4159
4160 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4163         `allow-override' which says whether to use `mm-charset-override-alist'.
4164         (rfc2047-decode-encoded-words): Use it.
4165
4166         * mm-util.el (mm-charset-override-alist): Fix custom type;
4167         add `(gb2312 . gbk)' to choices.
4168
4169 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4172         fast.
4173
4174         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4175
4176         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4177
4178 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4179
4180         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4181         on links.
4182
4183         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4184
4185 2008-12-03  Lute Kamstra  <lute@gnu.org>
4186
4187         * sha1.el: Remove leading * from docstrings of defcustoms,
4188         deffaces, defconsts and defuns.
4189
4190 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4193         users' addresses that don't have domain parts.
4194         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4195         rather than message-narrow-to-head since there will be the message
4196         header separator.
4197
4198 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4199
4200         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4201         since the result is inserted in a unibyte buffer anyway.
4202         (nnimap-demule-use-string-to-multibyte): Remove.
4203         (nnimap-demule): Alias it to mm-string-to-multibyte.
4204
4205 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4206
4207         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4208         variable for debugging bug#464 and bug#1174.
4209         (nnimap-demule): Use it.
4210
4211 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4212
4213         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4214         score calculation correctly.
4215
4216 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4217
4218         * message.el (message-send-mail): Just set the buffer to unibyte
4219         rather than use mm-with-unibyte-current-buffer which does a lot more.
4220         (message-send-mail-partially): Don't bother with
4221         mm-with-unibyte-current-buffer since it's already been made unibyte by
4222         message-send-mail.
4223
4224 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4225
4226         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4227
4228 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4229
4230         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4231
4232 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4235         require itself and to remove `with-no-warnings'.
4236
4237 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * starttls.el (starttls-any-program-available): Get the name of the
4240         available TLS layer program.
4241         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4242         well as the host name in the "opening" message.
4243
4244         * auth-source.el (auth-source-cache, auth-source-do-cache)
4245         (auth-source-user-or-password): Cache passwords and logins by default,
4246         allow override with `auth-source-do-cache'.
4247         (auth-source-forget-user-or-password): Allow users to remove cache
4248         entries if needed.
4249
4250 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4251
4252         * md4.el (md4-buffer): Fix typo in docstring.
4253         (md4, md4-64): Doc fixes.
4254         (md4-pack-int32): Reflow docstring.
4255
4256 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4259         condition-case to only the forward-sexp call.
4260
4261 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4262
4263         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4264         quotes contained.  Make it more robust regardless by an extra
4265         condition-case wrapper.
4266
4267 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4268
4269         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4270
4271 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * nnml.el (nnml-request-expire-articles): Check if the function set to
4274         `nnmail-expiry-target' returns the symbol `delete'.
4275
4276         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4277
4278         * nnmail.el (nnmail-expiry-target): Fix custom type.
4279
4280 2008-10-02  Glenn Morris  <rgm@gnu.org>
4281
4282         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4283         Silence compiler warning.
4284
4285 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4286
4287         * tls.el (open-tls-stream): Show the actual command being
4288         executed, instead of the format string.
4289
4290 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4291
4292         * lpath.el: Fbind codepage-setup for Emacs 23.
4293
4294 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4295
4296         * mml.el (mml-menu): Don't assume mml2015 is bound.
4297
4298 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4301         exists.
4302
4303 2008-09-27  Glenn Morris  <rgm@gnu.org>
4304
4305         * gnus-util.el (mail-header-remove-comments): Autoload it.
4306
4307 2008-09-27  Andreas Schwab  <schwab@suse.de>
4308
4309         * gnus-util.el (gnus-split-references): Strip comments.
4310         (gnus-parent-id): Likewise.
4311
4312 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * message.el (message-confirm-send): Fix version.
4315
4316 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * message.el (message-idna-to-ascii-rhs-1): Use
4319         mail-extract-address-components rather than mail-header-parse-addresses
4320         that is an alias by default to ietf-drums-parse-addresses that does not
4321         support non-ASCII names in headers' contents.
4322
4323 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * message.el (message-confirm-send): Fixed variable documentation to
4326         avoid the "y/n" wording.
4327
4328 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4329
4330         * message.el (message-set-auto-save-file-name): Save to a different
4331         filename so multiple messages (especially drafts) can be recovered.
4332
4333 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * message.el (message-confirm-send): Add appropriate version.
4336
4337 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4338
4339         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4340         defvar.
4341
4342 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4343
4344         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4345         (mm-pkcs7-enveloped-magic): Ditto.
4346
4347 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4348
4349         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4350         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4351
4352 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4353
4354         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4355         default, it's better.
4356
4357 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4358
4359         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4360         summary line gnus-number property and ignore them (with a warning
4361         message).
4362
4363 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4366         macro caddr in the interactive form since it won't be expanded.
4367
4368 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4371         `charset'; fix name of function called recursively.
4372         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4373
4374 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4377         (gnus-mime-set-charset-parameters): New function.
4378         (gnus-mime-view-part-as-charset): Use it to correctly display part
4379         specifying wrong charset.
4380
4381 2008-09-08  David Engster  <dengste@eml.cc>
4382
4383         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4384         in completing-read for back end server.
4385
4386 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4387
4388         * message.el (message-confirm-send): New variable to confirm sending a
4389         message.
4390         (message-send): Use it.
4391
4392 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4395
4396 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4399
4400 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4401
4402         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4403         prevent tracking too many groups.
4404         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4405         Use it.
4406
4407 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4408
4409         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4410         moving point to the bottom of the window in order to avoid recentering.
4411
4412 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4413
4414         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4415
4416         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4417         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4418         (gnus-article-beginning-of-window): Fix calculation.
4419
4420 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gnus-msg.el (gnus-summary-supersede-article)
4423         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4424         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4425         message header.
4426
4427 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4428
4429         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4430         pending output coming after the status change.
4431
4432 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4433
4434         * message.el:
4435         * gnus-start.el:
4436         * gnus-registry.el: Remove VMS support.
4437
4438 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4441         macro.
4442         (rfc2104-hash): Use it.
4443
4444 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4445
4446         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4447         (gnus-summary-sort-by-most-recent-date): New commands.
4448         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4449         and menu entries.
4450
4451 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4454         don't redisplay article for raw contents; remove plural articles stuff.
4455
4456         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4457         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4458         on gnus-summary-save-article; display results properly.
4459
4460 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * lpath.el: No need to fbind ns-focus-frame.
4463
4464 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4467
4468 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4471         gnus-save-all-headers.
4472
4473 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4474
4475         * gnus-util.el (ns-focus-frame): Remove declaration.
4476         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4477         like x.
4478
4479 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4480
4481         * rfc2104.el (rfc2104-zero): Delete defconst.
4482         (rfc2104-hex-alist): Likewise.
4483         (rfc2104-hex-to-int): Delete func.
4484         (rfc2104-hexstring-to-bitstring): Likewise.
4485         (rfc2104-nybbles): New defconst.
4486         (rfc2104-hash): Rewrite for speed.
4487
4488 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * tls.el (open-tls-stream): Make it work with the 2nd argument
4491         BUFFER that is a string but does not exist as a buffer object, as
4492         mentioned in the doc-string.
4493
4494 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4497         SXEmacs.
4498
4499 2008-07-16  Glenn Morris  <rgm@gnu.org>
4500
4501         * gnus-util.el (ns-focus-frame): Declare for compiler.
4502
4503 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4506         set as a group parameter.
4507         (gnus-summary-save-in-pipe): Work when it is called independently.
4508         (gnus-summary-pipe-to-muttprint): Don't modify
4509         gnus-summary-pipe-output-default-command.
4510
4511 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4512
4513         * message.el (message-send-mail-with-sendmail):
4514         Display the error message.
4515
4516 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-art.el (gnus-default-article-saver):
4519         Add gnus-summary-save-in-pipe to choices.
4520         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4521         gnus-summary-pipe-output-default-command as the default command.
4522         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4523         instead of gnus-last-shell-command.
4524
4525         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4526         New user option.
4527         (gnus-summary-muttprint-program): Mention the value will be changed.
4528         (gnus-summary-save-article): Force showing of all headers.
4529         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4530
4531 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4532
4533         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4534
4535 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4536
4537         * nnimap.el (nnimap-id):
4538         * sieve-manage.el (sieve-manage-open): Doc fixes.
4539
4540 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4541
4542         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4543         if available.
4544
4545 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4546
4547         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4548
4549         * nnkiboze.el (nnkiboze-generate-group):
4550         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4551
4552         * nnmairix.el: Require CL.
4553
4554 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4555
4556         * dgnushack.el: Autoload get-display-table and put-display-table for
4557         XEmacs 21.5.
4558
4559         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4560         21.4 and SXEmacs.
4561
4562 2008-06-15  David Engster  <dengste@eml.cc>
4563
4564         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4565
4566 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4567
4568         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4569         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4570         runtime choice under XEmacs.
4571
4572         * gnus-sum.el (gnus-summary-set-display-table):
4573         Use `gnus-put-display-table', `gnus-get-display-table',
4574         `gnus-set-display-table' for the display table, instead of `aset'.
4575
4576         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4577         Use `gnus-put-display-table', `gnus-get-display-table',
4578         `gnus-set-display-table' for the display table.
4579
4580 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * nnmairix.el: Add autoloads.
4583
4584 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * nnmairix.el (nnmairix-delete-recreate-group)
4587         (nnmairix-update-and-clear-marks): Fix error messages.
4588
4589 2008-06-14  David Engster  <dengste@eml.cc>
4590
4591         * nnmairix.el: Upgrade to version 0.6.
4592         (nnmairix-group-toggle-propmarks-this-group)
4593         (nnmairix-group-toggle-readmarks-this-group)
4594         (nnmairix-group-delete-recreate-this-group)
4595         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4596         (nnmairix-remove-tick-mark-original-article): New commands.
4597         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4598         (nnmairix-propagate-marks-to-nnmairix-groups)
4599         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4600         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4601         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4602         functions needed for marks propagation and manipulation of read marks.
4603         (nnmairix-update-groups): New function.
4604         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4605         (nnmairix-determine-original-group-from-registry)
4606         (nnmairix-determine-original-group-from-path)
4607         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4608         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4609         New helper functions.
4610         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4611         keystrokes for new commands.
4612         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4613         (nnmairix-request-group): Check allow-fast group parameter.
4614         (nnmairix-request-create-group): Set allow-fast group parameter if
4615         nnmairix-allowfast-default is set.
4616         (nnmairix-close-group): Propagate marks upon closing if needed.
4617         (nnmairix-group-toggle-threads-this-group): Use new.
4618         nnmairix-group-toggle-parameter helper function.
4619         (nnmairix-search): Better check for empty search result.
4620         (nnmairix-goto-original-article): Use new helper functions for
4621         determining original article.
4622         (nnmairix-show-original-article): Make sure message-id is in brackets.
4623         (nnmairix-call-mairix-binary): Change variable name.
4624         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4625         helper function.
4626         (nnmairix-widget-toggle-activate): Fix doc string.
4627
4628 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * nnir.el: Require edmacro when compiling with XEmacs.
4631         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4632         available in Emacs 21.
4633
4634 2008-06-11  Glenn Morris  <rgm@gnu.org>
4635
4636         * gnus-util.el (x-focus-frame):
4637         * gnus.el (image-size):
4638         * mm-decode.el (image-size): Declare.
4639
4640         * gnus-picon.el (declare-function): Add compat definition.
4641         (image-size): Declare.
4642
4643         * gnus-group.el (tool-bar-map):
4644         * gnus-sum.el (tool-bar-map): Define for compiler.
4645
4646         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4647
4648         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4649
4650         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4651         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4652         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4653         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4654         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4655         * sieve-manage.el, spam-report.el, spam.el:
4656         Remove unnecessary eval-and-compile of autoloads.
4657
4658 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4659
4660         * auth-source.el: Precise Tramp doc.
4661
4662 2008-06-07  Glenn Morris  <rgm@gnu.org>
4663
4664         * nnmairix.el: Remove unnecessary eval-when-compile.
4665
4666 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * lpath.el: Fbind propertize for XEmacs 21.4.
4669
4670 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4671
4672         * nnir.el: Move here from ../contrib.
4673
4674 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4675
4676         * gnus-util.el (gnus-read-shell-command): New function.
4677         * mm-decode.el (mm-pipe-part):
4678         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4679
4680 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4681
4682         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4683
4684 2008-06-03  Glenn Morris  <rgm@gnu.org>
4685
4686         * pop3.el (nnheader-accept-process-output): Autoload it.
4687
4688 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4689
4690         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4691         are not 2-digit hexadecimal characters that follow `%'s.
4692
4693 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * message.el (message-bogus-recipient-p): Fix type in doc string.
4696         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4697         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4698         Improve custom options.
4699         (message-bogus-recipient-p): Adjust accordingly.
4700
4701 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4702
4703         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4704         long-form month and day names.
4705
4706 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * dgnushack.el: Autoload debug, eudc-expand-inline and
4709         pgg-snarf-keys-region for XEmacs.
4710
4711         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4712
4713         * nnmairix.el: Require edmacro when compiling with XEmacs.
4714
4715 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4718         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4719
4720 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4721
4722         * auth-source.el: Add more docs.
4723
4724         * netrc.el (netrc-machine): Always match if the port is not given.
4725
4726 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4729         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4730         retrieval faster in some cases, but might make CPU usage larger.  If
4731         this has any bad side effects, we might revert this change.
4732
4733         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4734         seems to make mail retrieval much, much faster.
4735         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4736         unconditionally.
4737
4738         * gnus-draft.el (gnus-group-send-queue): Bind
4739         message-send-mail-partially-limit to nil to avoid being prompted.
4740
4741 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4744
4745         * message.el (message-bogus-address-regexp): Fix and improve custom
4746         type.
4747         (message-setup-hook): Add message-check-recipients as custom option.
4748
4749 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4750
4751         * message.el (message-cite-function): Remove bogus autoload which crept
4752         in during merge from v5-10.
4753
4754 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4757
4758         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4759
4760         * auth-source.el: Preliminary Tramp docs.
4761         (auth-sources): Change the default auth-sources to use
4762         EPA .gpg files.
4763
4764 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4765
4766         * nntp.el: Autoload `auth-source-user-or-password'.
4767         (nntp-send-authinfo): Use it.
4768
4769         * nnimap.el: Autoload `auth-source-user-or-password'.
4770         (nnimap-open-connection): Use it.
4771
4772         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4773         for the gnus-message function.
4774         (auth-source-user-or-password): Use it.
4775
4776 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4777
4778         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4779         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4780         (rfc2104-hash): Use it.
4781
4782 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4783
4784         * gnus-art.el (gnus-article-toggle-truncate-lines):
4785         Don't use `iff' in docstring.
4786
4787 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4788
4789         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4790
4791         * gnus-util.el (gnus-extract-address-component-name)
4792         (gnus-extract-address-component-email): Convenience functions around
4793         `gnus-extract-address-components'.
4794
4795         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4796         Use `gnus-extract-address-component-email' to fix bug of comparing full
4797         sender name to `user-mail-address'.
4798
4799 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4802         catch/throw to optimize.
4803         (gnus-registry-find-keywords): Just use member to find a keyword.
4804
4805 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4806
4807         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4808         is current before calling gnus-server-prepare.
4809         (gnus-server-setup-buffer, gnus-server-update-server)
4810         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4811
4812 2008-05-04  Juri Linkov  <juri@jurta.org>
4813
4814         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4815         (mailcap-file-default-commands): Use mailcap-replace-in-string
4816         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4817         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4818
4819 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4820
4821         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4822
4823 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4824
4825         * gnus.el: Bump version to 0.11.
4826
4827 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4828
4829         * gnus.el: No Gnus v0.10 is released.
4830
4831 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4834         hooks.
4835         (gnus-update-read-articles): Speed up non-marks-using users.
4836         (gnus-use-marks): Define gnus-use-marks.
4837         (gnus-propagate-marks): Rename variable to something more sensible.
4838
4839 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4840
4841         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4842         (gmm-image-load-path-for-library): Fix typos in docstrings.
4843         (gmm-message): Reflow docstring.
4844
4845 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4846
4847         * mail-source.el (mail-source-set-1, mail-source-bind):
4848         Move auth-source code out of the macro to clean it up and fix bugs.
4849
4850 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4851
4852         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4853         by sender if it's equal to user-mail-address, it's likely to be
4854         useless.
4855
4856         * mail-source.el (mail-source-bind): Don't use user or password if they
4857         are not bound.  Unintern them if they are nil.  Don't use server unless
4858         it's bound, and default it to empty string otherwise.
4859
4860 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * mail-source.el: Load auth-source.el.
4863         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4864         get user name or password, if auth-sources is set up.
4865
4866         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4867         strategy of splitting with parent.
4868         (gnus-registry-split-fancy-with-parent)
4869         (gnus-registry-post-process-groups): Use it and fix prior
4870         bug (returning a list as the split result).
4871
4872         * auth-source.el (auth-sources): Remove server parameter.
4873         (auth-source-pick, auth-source-user-or-password)
4874         (auth-source-user-or-password-imap)
4875         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4876         (auth-source-user-or-password-sftp)
4877         (auth-source-user-or-password-smtp): Remove server parameter.
4878
4879 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4880
4881         * smime.el (smime-sign-region, smime-encrypt-region)
4882         (smime-decrypt-region):
4883         Remove redundant calls to `generate-new-buffer-name'.
4884
4885 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4886
4887         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4888         Don't use QP for message/rfc822.
4889         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4890
4891 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4892
4893         * sieve-manage.el (sieve-string-bytes): Remove.
4894         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4895         correct byte-length only if the process's coding-system is the same as
4896         the one used internally by Emacs to represent strings.
4897
4898 2008-04-22  Juri Linkov  <juri@jurta.org>
4899
4900         * mailcap.el (mailcap-file-default-commands): New function.
4901
4902 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4903
4904         * message.el (message-signature-separator, message-cite-function):
4905         Change custom version.
4906
4907 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4908
4909         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4910         commands.
4911         (tls-checktrust): Ditto.
4912
4913 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * mm-decode.el (mm-display-external): Make temp file read-only.
4916
4917 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4918
4919         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4920         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4921         `C-c C-f d'.
4922
4923 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4924
4925         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4926
4927 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4928
4929         * gnus.el: Bump version to 0.9.
4930
4931 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4932
4933         * gnus.el: No Gnus v0.8 is released.
4934
4935 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4936
4937         * mail-source.el (mail-source-value):
4938         Prefer fboundp to functionp so it works with macros as well.
4939
4940 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4941
4942         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4943         Fix last change in case the element is not even a symbol.
4944
4945 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4946
4947         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4948         Prefer fboundp to functionp so it works with macros as well.
4949
4950 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4951
4952         * auth-source.el: Added docs.
4953         (auth-sources): Modify format to support server.
4954         (auth-source-pick, auth-source-user-or-password)
4955         (auth-source-user-or-password-imap)
4956         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4957         (auth-source-user-or-password-sftp)
4958         (auth-source-user-or-password-smtp): Add server parameter.
4959
4960 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4961
4962         * gnus-registry.el: Initialize the registry when gnus-registry-install
4963         is t.
4964
4965 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * compface.el (uncompface): Make buffer unibyte.
4968
4969 2008-04-05  Glenn Morris  <rgm@gnu.org>
4970
4971         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4972
4973 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4974
4975         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4976         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4977
4978         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4979         multibyteness after rather than before erasing it.
4980
4981         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4982         mm-with-multibyte.
4983         (gnus-request-article-this-buffer): Make sure the proper decoding is
4984         used if gnus-original-article-buffer happens to be unibyte.
4985
4986         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4987         default-enable-multibyte-characters.
4988
4989         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4990         default-enable-multibyte-characters.
4991
4992         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4993
4994         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4995
4996 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4997
4998         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4999         (imap-message-copyuid-1): Use it.
5000         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5001         J. Williams in
5002         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5003
5004         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5005         imap-enable-exchange-bug-workaround.
5006         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5007
5008 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5009
5010         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5011         a 100 byte status-checks into a 2-3MB transfer for each group.
5012         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5013         to enable bug workaround or not.
5014         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5015
5016 2008-03-31  Glenn Morris  <rgm@gnu.org>
5017
5018         * message.el (mml2015-use): Declare for compiler.
5019         (message-info): Require mml2015 when appropriate.
5020
5021 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5024         whitespace.
5025
5026 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5027
5028         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5029         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5030         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5031         (nntp-service-to-port): New function.
5032         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5033         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5034         (nntp-open-netcat-stream): New function.
5035         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5036
5037 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5038
5039         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5040
5041 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5042
5043         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5044
5045 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5046
5047         * dns.el (dns-write): Use set-buffer-multibyte.
5048
5049 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5050
5051         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5052
5053 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * message.el (message-signature-separator): Change default.
5056         Improve custom type.
5057         (message-cite-function): Change default to
5058         message-cite-original-without-signature.
5059
5060         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5061         toggle.
5062
5063         * message.el (message-check-news-body-syntax): Fix signature check.
5064         (message-setup-1): Mark buffer as unmodified _after_ running
5065         message-setup-hook and handling message-alternative-emails.
5066         (message-shorten-references): Be more strict when building list of
5067         valid references to comply with GNKSA.
5068
5069         * gnus-group.el (gnus-read-ephemeral-bug-group)
5070         (gnus-read-ephemeral-debian-bug-group)
5071         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5072
5073         * message.el (message-info): Don't use booleanp which isn't supported
5074         in Emacs 21 and XEmacs.
5075
5076 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5079         gnus-group-gmane-group-download-format.
5080         (gnus-group-read-ephemeral-gmane-group): Rename from
5081         gnus-group-read-ephemeral-gmane-group.
5082         (gnus-read-ephemeral-gmane-group-url): Rename from
5083         gnus-group-read-ephemeral-gmane-group-url.
5084         (gnus-bug-group-download-format-alist): New variable.
5085         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5086         (gnus-read-ephemeral-emacs-bug-group): New commands.
5087
5088 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5089
5090         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5091         (gnus-visible-headers): Improve custom type.
5092
5093 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * mml.el (mml-menu): Add workarounds for XEmacs.
5096
5097         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5098         X-Boundary header.
5099
5100         * message.el (message-simplify-recipients): Fix previous commit.
5101
5102 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5103
5104         * mm-util.el (mm-set-buffer-multibyte): New function.
5105         * mm-decode.el (mm-copy-to-buffer): Use it.
5106
5107 2008-03-19  Glenn Morris  <rgm@gnu.org>
5108
5109         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5110         Accidentally removed in the sync process with Emacs.
5111
5112 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * message.el (message-alter-recipients-discard-bogus-full-name):
5115         New function.
5116         (message-alter-recipients-function): New variable.
5117         (message-get-reply-headers): Use it.
5118         (message-replace-header): New helper function.
5119         (message-recipients-without-full-name): New variable.
5120         (message-simplify-recipients): New command.
5121
5122         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5123
5124         * message.el (message-info): Handle EasyPG manual.
5125
5126         * mml.el (mml-menu): Add entry for EasyPG.
5127
5128 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5129
5130         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5131         parameter.
5132
5133         * message.el (message-disassociate-draft): Specify drafts group name
5134         fully.
5135
5136 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5139         unnecessary duplicates from the match list.
5140
5141 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5144
5145         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5146
5147         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5148         args of `how-many' of which the XEmacs version doesn't take; declare
5149         Info-index-next as function.
5150
5151 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5152
5153         * gnus-score.el (gnus-score-headers): Fix handling of
5154         gnus-inhibit-slow-scoring.
5155
5156         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5157         string.
5158         (gnus-button-url-regexp): Improve handling of parenthesis.
5159         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5160         (gnus-button-handle-info-keystrokes): Handle index entries.
5161
5162 2008-03-15  Glenn Morris  <rgm@gnu.org>
5163
5164         * parse-time.el (parse-time-string): Simplify.
5165
5166 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5169         Incoming* files.
5170
5171 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5172
5173         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5174         (auth-source-pick): Use it.
5175
5176 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5177
5178         * binhex.el (binhex-decode-region-internal):
5179         * uudecode.el (uudecode-decode-region-internal):
5180         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5181         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5182         setting default-enable-multibyte-characters.
5183
5184 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5185
5186         * auth-source.el (auth-source-protocols)
5187         (auth-source-protocols-customize, auth-source-choices): Added and
5188         modified variable customizations and defaults.
5189         (auth-source-pick, auth-source-user-or-password)
5190         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5191         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5192         (auth-source-user-or-password-sftp)
5193         (auth-source-user-or-password-smtp): Use new variables and provide an
5194         interface to netrc.el.
5195
5196 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5199         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5200         Make sure the nntp port to specify is a string.
5201
5202 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5203
5204         * nntp.el: Use with-current-buffer.
5205         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5206         dubious mm-with-unibyte-current-buffer.
5207         (nntp-with-open-group-function): New function extracted from
5208         nntp-with-open-group macro.
5209         (nntp-with-open-group): Use the function, so it's easier to debug.
5210         Add indentation and debugging info.
5211         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5212         the use of the netcat alternatives.
5213
5214         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5215         Avoid mm-string-as-multibyte as well.
5216
5217         * nnweb.el (nnweb-insert-html):
5218         Remove use of nnheader-string-as-multibyte.
5219
5220         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5221         (nnheader-string-as-multibyte): Remove.
5222
5223         * mm-view.el: Use inhibit-read-only.
5224         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5225         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5226         or unibyte-string.
5227
5228         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5229         (mm-uu-yenc-extract): Use with-current-buffer.
5230
5231         * gnus-soup.el (gnus-soup-send-packet): Don't use
5232         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5233
5234         * nnmh.el: Use with-current-buffer.
5235         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5236         mm-string-as-multibyte on the output of mm-encode-coding-string.
5237
5238         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5239         (nnimap-request-move-article): Use with-current-buffer.
5240
5241         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5242         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5243         conversion uses string-make-unibyte rather than string-as-unibyte.
5244
5245         * gnus-msg.el: Use with-current-buffer.
5246
5247         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5248
5249 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5250
5251         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5252         string for caching if it is 'PIN.
5253
5254 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * lpath.el: Consider the case without Emacs/W3.
5257
5258 2008-03-08  Glenn Morris  <rgm@gnu.org>
5259
5260         * time-date.el (date-to-time, time-subtract, time-add)
5261         (safe-date-to-time): Doc fixes.
5262
5263 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * mail-source.el (mail-source-delete-old-incoming-confirm):
5266         Change default to nil.
5267         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5268
5269 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * lpath.el: Rearrange.
5272
5273         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5274         (gnus-article-goto-prev-page): Work for articles having ^L's.
5275
5276         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5277
5278         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5279
5280 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5281
5282         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5283         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5284         (gnus-bookmark-jump): Adjust some variable names.
5285
5286 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5287
5288         * auth-source.el: New package.
5289         (auth-source-choices): Add customization entry point variable.
5290
5291         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5292         bug.
5293
5294 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5295
5296         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5297         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5298         (gnus-registry-install-shortcuts): Rename from
5299         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5300         the `gnus-registry-mark-map' keymap dynamically from
5301         `gnus-registry-marks'.  The generated functions update the summary line
5302         when a registry mark is added or deleted, and will call
5303         `gnus-registry-install-p' (see the comments in the code).
5304         (gnus-registry-user-format-function-M): Use concat intelligently.
5305
5306         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5307         the registry mark functions.
5308
5309 2008-03-05  Glenn Morris  <rgm@gnu.org>
5310
5311         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5312         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5313         gnus-art.
5314         (top-level): No need to load own source when compiling.
5315
5316 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5317
5318         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5319         Suggested by <chris.anderton@zetnet.co.uk>.
5320
5321 2008-03-04  Glenn Morris  <rgm@gnu.org>
5322
5323         * gnus-sum.el (top-level): No need to require gnus when compiling,
5324         since unconditionally required near start of file.
5325         (gnus-summary-display-while-building): Move definition before use.
5326
5327 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5328
5329         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5330         formatting function.
5331
5332 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5335         with plists.
5336         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5337         Use new format.
5338
5339 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5342         `where-is-internal' that returns a range of key sequences.
5343
5344 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5345
5346         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5347
5348         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5349         (gnus-summary-jump-to-group): Consider windows on other displayed
5350         frames as well.  Similar changes might be needed elsewhere, but that's
5351         the one I've bumped into during my use.
5352
5353         * nndoc.el (nndoc-oe-dbx-type-p):
5354         * gnus-msg.el (gnus-debug):
5355         * gnus-group.el (gnus-update-group-mark-positions):
5356         Use mm-string-to-multibyte.
5357
5358 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5361         doesn't handle NotDashEscaped.
5362
5363         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5364         (mml-dnd-attach-options): Fix typo in custom choice.
5365
5366         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5367         nndoc-article-type to mbox.
5368         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5369
5370         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5371         to nil, instead of html2text.
5372
5373         * imap.el (imap-debug): Add `imap-ping-server'.
5374
5375         * gnus-bookmark.el: Add FIXMEs.
5376
5377         * message.el (message-form-letter-separator)
5378         (message-send-form-letter-delay): New variables.
5379         (message-send-form-letter): Use them.  New command to send form
5380         letters.  Requested by Uwe Siart.
5381         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5382
5383 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * Update copyright years.
5386
5387 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5388
5389         Sync from EMACS_22_BASE.
5390
5391         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5392
5393 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5394
5395         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5396         empty author.
5397
5398 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5399
5400         * gnus-registry.el (gnus-registry-marks): Add variable for
5401         customization of marks and their appearance.
5402         (gnus-registry-read-mark): Use it.
5403         (gnus-registry-do-marks): Add utility function to loop through
5404         `gnus-registry-marks'.
5405         (gnus-registry-install-shortcuts-and-menus): Add function to install
5406         shortcuts and menus.
5407         (gnus-registry-initialize): Use it.
5408         (gnus-registry-default-mark): Clarify documentation.
5409
5410 2008-02-29  Glenn Morris  <rgm@gnu.org>
5411
5412         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5413         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5414         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5415         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5416         Change defcustom :version from 23.0 to 23.1.
5417
5418 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * gnus-registry.el (gnus-registry-follow-group-p)
5421         (gnus-registry-post-process-groups): Add functions to aid registry
5422         splitting and improve logging.  Clarify behavior in function
5423         documentation.
5424         (gnus-registry-split-fancy-with-parent): Use them.
5425
5426 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5427
5428         * gnus-art.el: Use with-current-buffer.
5429
5430 2008-02-27  David Engster  <dengste@eml.cc>
5431
5432         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5433         Express real group name in the response.
5434
5435 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5438         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5439         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5440         autoload gnus-registry-fetch-group when compiling.
5441         (nnmairix-request-group-with-article-number-correction): Remove
5442         unreferenced argument passed to nnmairix-call-backend.
5443
5444 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5447         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5448         Wilde.
5449
5450 2008-02-27  Glenn Morris  <rgm@gnu.org>
5451
5452         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5453         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5454         variables to defconsts.  Convert comments to doc-strings.
5455         (nnmairix-last-server, nnmairix-current-server): Convert from free
5456         variables to defvars.  Convert comments to doc-strings.
5457         (gnus-registry-fetch-group): Autoload.
5458         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5459         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5460         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5461         caddr.
5462         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5463         nnmairix-request-group-with-article-number-correction call.
5464         (nnmairix-fast, nnmairix-group): New, less general names, for free
5465         variables passed from nnmairix-request-group to
5466         nnmairix-request-group-with-article-number-correction.  Declare.
5467         (nnmairix-request-group-with-article-number-correction):
5468         Use nnmairix-fast, nnmairix-group rather than fast, group.
5469
5470 2008-02-26  David Engster  <dengste@eml.cc>
5471
5472         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5473         version 0.5.
5474
5475 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5478         instead of making an extra function call.  Don't add the current group
5479         to articles only when they have the group.  Use
5480         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5481         Reported by David <de_bb@arcor.de>.
5482
5483 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5486         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5487
5488 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5489
5490         * mail-source.el (mail-source-delete-incoming): Change default.
5491         Supplement doc string.
5492
5493         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5494
5495 2008-02-14  Glenn Morris  <rgm@gnu.org>
5496
5497         * time-date.el (format-seconds): New function.
5498
5499 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5500
5501         * nnmail.el (nnmail-message-id-cache-file): Derive from
5502         `gnus-home-directory'.
5503
5504 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5507         Document negative prefix.
5508
5509         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5510
5511 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512
5513         * message.el (message-unsent-separator): Add the Exim bounce
5514         separator.
5515
5516 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5517
5518         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5519         list.
5520         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5521         recipient/signer list.
5522
5523 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * Makefile.in (datarootdir): Define.
5526         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5527         name that might contain whitespace.
5528
5529 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5532         fbound (Emacs 23 unicode), signal an error.
5533
5534 2008-02-08  Glenn Morris  <rgm@gnu.org>
5535
5536         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5537
5538 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5539
5540         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5541         ports to the calls to `netrc-machine-user-or-password' in addition to
5542         "imap" and "imaps".
5543
5544 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5545
5546         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5547
5548         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5549
5550 2008-02-01  Kenichi Handa  <handa@m17n.org>
5551
5552         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5553         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5554         (rfc2104-hash): Convert the result of concat to unibyte string.
5555
5556 2008-02-01  Dave Love  <fx@gnu.org>
5557
5558         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5559         coding-system-for-read.
5560         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5561
5562 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5563
5564         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5565         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5566         <hanche@math.ntnu.no>.
5567
5568 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5571
5572         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5573
5574 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5575
5576         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5577         * message.el (message-beginning-of-line): Use featurep instead of bound
5578         tests in order to resolve conditionals at compile time.
5579
5580 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5581
5582         * mail-source.el (mail-sources): Add `group' choice.
5583
5584         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5585         parameter `in-group' to control into which group the articles go.
5586         Add treatment of `group' mail-source.
5587
5588 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5591
5592         * mm-decode.el (mm-dissect-buffer): Decode description.
5593
5594         * mml.el (mml-to-mime): Encode message header first.
5595
5596 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5599         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5600
5601         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5602         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5603
5604 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5605
5606         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5607
5608 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5611         prefix keys.
5612         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5613         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5614         gnus-xmas.el.
5615
5616         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5617         (gnus-xmas-article-describe-bindings): New function.
5618         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5619         gnus-xmas-article-describe-bindings.
5620
5621         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5622
5623 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5624
5625         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5626         Add new variables for article mark management.
5627         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5628         list of extra data entries which, when present, will indicate that the
5629         article ID should not be trimmed from the registry.
5630         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5631         functions.
5632         (gnus-registry-read-mark): New function to read a mark name from the
5633         user.
5634         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5635         (gnus-registry-set-article-mark-internal): New functions to add and
5636         remove marks.
5637         (gnus-registry-get-article-marks): New function to show the marks for
5638         an article, or retrieve them for further use.
5639
5640 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5643         keys when no argument is given.
5644
5645 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5646
5647         * imap.el (imap-ping-server): New variable.
5648         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5649         (imap-ping-server): Minor doc string fixes.
5650
5651 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5652
5653         * imap.el (imap-ping-server): New function.
5654         (imap-opened): Call imap-ping-server.
5655
5656 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5657
5658         * gnus-sum.el (gnus-article-sort-by-random)
5659         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5660         jidanni@jidanni.org.
5661
5662 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * gnus-art.el (gnus-article-describe-bindings): New function.
5665         (gnus-article-read-summary-keys): Use it.
5666         (gnus-article-mode-map): Bind `C-h b' to it.
5667
5668 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5671         XEmacs.
5672         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5673         against non-character events.
5674
5675         * lpath.el: Fbind map-keymap for Emacs 21.
5676
5677 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5678
5679         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5680         command.
5681         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5682         instead of END.  Change name of the temp file.
5683         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5684         customizable.
5685
5686 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5689         bind `S W' to gnus-article-wide-reply-with-original; set default
5690         binding to gnus-article-read-summary-send-keys.
5691         (gnus-article-read-summary-keys): Fix the order of keys; display
5692         continuation keys correctly in the echo area; describe bindings
5693         correctly when keys end with `C-h'.
5694         (gnus-article-read-summary-send-keys): New function.
5695         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5696         for gnus-article-read-summary-send-keys; display continuation keys
5697         correctly in the echo area.
5698         (gnus-article-reply-with-original): Ignore prefix argument.
5699         (gnus-article-wide-reply-with-original): New function.
5700
5701         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5702         Emacs 21.
5703
5704 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5707         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5708
5709 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5710
5711         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5712         (gnus-group-read-ephemeral-gmane-group): New command.
5713
5714 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5715
5716         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5717
5718 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * message.el (message-send-mail-function): Increase custom version.
5721
5722         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5723         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5724
5725 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5728         for the cases where imap-authenticate is called with a nil buffer
5729         parameter.
5730
5731 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5734         html parts correctly; support forwarded messages.
5735         (gnus-article-browse-html-article): Remove work buffers.
5736
5737         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5738         compiling.
5739         (netrc-bound-and-true-p): New macro.
5740         (netrc-parse): Use it instead of bound-and-true-p that is not available
5741         in XEmacs 21.4.
5742
5743 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5744
5745         * gnus-registry.el (gnus-registry-mark-article)
5746         (gnus-registry-article-marks): Add functionality to mark articles
5747         through the Gnus registry.
5748
5749         * encrypt.el: Clarify documentation for the new pgg method.
5750         (encrypt-file-alist): Add PGG option.
5751         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5752         functionality.  Abstract password key and messaging to external
5753         functions.
5754         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5755         (encrypt-message-method-and-cipher): Add new convenience external
5756         functions.
5757         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5758         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5759
5760         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5761         (netrc-parse): Use encrypt-file-alist to determine if
5762         encrypt-find-model or encrypt-insert-file-contents should be used.
5763
5764         * encrypt.el: Clarify documentation.  Load password-cache or
5765         password, whichever one is found first, instead of autoloading.
5766
5767 2007-12-19  Glenn Morris  <rgm@gnu.org>
5768
5769         * mml.el (message-options-set, message-narrow-to-head)
5770         (message-in-body-p, message-mail-p, message-encode-message-body):
5771         Autoload.
5772         (message-remove-header, message-narrow-to-headers-or-head)
5773         (message-subscribed-p, message-make-mail-followup-to)
5774         (message-position-on-field, message-news-p)
5775         (message-options-set-recipient, message-generate-headers)
5776         (message-sort-headers): Declare as functions.
5777
5778 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5779
5780         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5781         convention in doc string.
5782
5783 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5786         title to html parts.
5787         (gnus-article-browse-html-article): Pass message header to it.
5788
5789         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5790
5791 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5792
5793         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5794         or password compatible with XEmacs.
5795
5796 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5799         format document.
5800         (gnus-mime-delete-part): Don't write description line if empty.
5801         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5802
5803 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5804
5805         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5806         (gnus-summary-mark-read-and-unread-as-read)
5807         (gnus-summary-mark-current-read-and-unread-as-read)
5808         (gnus-summary-mark-unread-as-ticked): Doc fix.
5809         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5810
5811 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5812
5813         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5814         Christoph Conrad <christoph.conrad@gmx.de>.
5815
5816 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5819         yes-or-no-p.
5820
5821 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * mm-decode.el (mm-add-meta-html-tag): New function.
5824         (mm-save-part-to-file, mm-pipe-part): Use it.
5825
5826         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5827         gnus-y-or-n-p instead of y-or-n-p.
5828         (gnus-article-browse-html-parts): Work with message/external-body; use
5829         mm-add-meta-html-tag.
5830
5831 2007-12-11  Glenn Morris  <rgm@gnu.org>
5832
5833         * gnus-cache.el: Require gnus-sum not just when compiling.
5834
5835         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5836
5837         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5838         definitions before use.
5839
5840         * mm-decode.el: Require gnus-util.
5841         (mm-remove-part): Only call delete-annotation on XEmacs.
5842
5843         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5844
5845         * nnmail.el: Require gnus-int.
5846
5847         * spam.el: Move `require's before `eval-when-compile's.
5848
5849         * gnus-ems.el (gnus-alive-p):
5850         * gnus-fun.el (message-goto-eoh):
5851         * gnus-util.el (gnus-group-name-decode):
5852         * mail-source.el (gnus-compress-sequence):
5853         * message.el (Info-goto-node, format-spec):
5854         * mm-bodies.el (message-options-get):
5855         * mm-decode.el (mm-view-pkcs7):
5856         * mm-util.el (gmm-write-region):
5857         * mml-smime.el (mml-compute-boundary)
5858         (gnus-completing-read-with-default):
5859         * mml.el (widget-button-press, gnus-make-hashtable):
5860         * mml1991.el (mm-decode-content-transfer-encoding)
5861         (mm-encode-content-transfer-encoding)
5862         (message-options-get, message-options-set):
5863         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5864         * nnfolder.el (gnus-request-group):
5865         * nnheader.el (ietf-drums-unfold-fws):
5866         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5867         * smime.el (gnus-run-mode-hooks):
5868         * spam-stat.el (gnus-message): Autoload.
5869
5870         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5871         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5872         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5873         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5874         Add declare-function compatibility definition.
5875
5876         * gnus-cache.el (nnvirtual-find-group-art):
5877         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5878         (gnus-add-image, gnus-add-wash-type):
5879         * gnus-group.el (nnkiboze-score-file):
5880         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5881         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5882         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5883         (message-tokenize-header, gnus-get-buffer-create)
5884         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5885         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5886         * gnus.el (gnus-group-decoded-name):
5887         * mail-source.el (imap-capability):
5888         * mm-bodies.el (message-options-set):
5889         * mm-decode.el (gnus-configure-windows):
5890         * mm-extern.el (message-goto-body):
5891         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5892         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5893         (epg-sub-key-validity, message-options-set):
5894         * mml.el (widget-event-point, gnus-configure-windows):
5895         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5896         * mml2015.el (epg-check-configuration, epg-configuration)
5897         (message-options-set):
5898         * nndb.el (nndb-request-article):
5899         * nnfolder.el (gnus-request-create-group):
5900         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5901         * nnmaildir.el (gnus-group-mark-article-read):
5902         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5903         * rfc1843.el (message-fetch-field):
5904         * spam.el (gnus-extract-address-components):
5905         Declare as functions.
5906
5907 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5910
5911         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5912
5913         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5914         bind show-trailing-whitespace for XEmacs.
5915
5916 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5917
5918         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5919         new no-op macro for backward compatibility.
5920
5921         * imap.el (imap-string-to-integer): New function.
5922
5923 2007-12-09  Glenn Morris  <rgm@gnu.org>
5924
5925         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5926
5927         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5928         * message.el, mm-view.el, sieve-manage.el, smime.el:
5929         Add declare-function compatibility definition.
5930
5931         * gnus-art.el (w3-region, w3m-region, Info-menu):
5932         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5933         * gnus-sum.el (gnus-get-predicate):
5934         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5935         * message.el (mail-abbrev-in-expansion-header-p):
5936         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5937         (w3m-detect-meta-charset, w3m-region):
5938         * sieve-manage.el (password-read, password-cache-add)
5939         (password-cache-remove):
5940         * smime.el (password-read-and-add): Declare as functions.
5941
5942 2007-12-08  David Kastrup  <dak@gnu.org>
5943
5944         * gnus-sum.el (gnus-summary-simplify-subject-query):
5945         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5946         `message'.
5947
5948 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5951         it to bind idna-program, installation-directory, defined-colors, and
5952         face-attribute for XEmacs of the version that compiles defcustom forms.
5953
5954 2007-12-07  Glenn Morris  <rgm@gnu.org>
5955
5956         * gnus-art.el (article-make-date-line): Revert previous change.
5957
5958 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5959
5960         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5961
5962 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5963
5964         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5965         Call gnus-add-to-range ranges only once with a prepared article-list.
5966
5967 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5968
5969         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5970         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5971         group names with backslashes.  Reported by Tassilo Horn
5972         <tassilo@member.fsf.org>.
5973
5974 2007-12-06  Deepak Goel  <deego3@gmail.com>
5975
5976         * gnus-art.el (article-make-date-line):
5977         * gnus-start.el (gnus-load):
5978         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5979
5980 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-art.el (gnus-use-idna)
5983         * gnus-start.el (gnus-site-init-file)
5984         * message.el (message-use-idna)
5985         * mm-uu.el (mm-uu-hide-markers)
5986         * smiley.el (smiley-style): Revert changes that suppress warnings.
5987
5988 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5989
5990         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5991         specify charset to html source.  Reported by Christoph Conrad
5992         <christoph.conrad@gmx.de>.
5993
5994 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5997         idna-program in order to suppress byte compile warning issued by XEmacs
5998         that came to byte compile the default value section of defcustom forms
5999         recently.
6000
6001         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6002         value of installation-directory.
6003
6004         * message.el (message-use-idna): Don't directly refer to the value of
6005         idna-program.
6006
6007         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6008
6009         * smiley.el (smiley-style): Don't directly call face-attribute.
6010
6011 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6012
6013         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6014
6015         * gnus-dired.el: Reduce Gnus dependencies.
6016         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6017         require.  Use autoloads instead.
6018         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6019         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6020         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6021         (gnus-dired-mode): Adjust doc string.
6022         (gnus-dired-mail-mode): New variable.
6023         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6024         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6025         (gnus-dired-mail-buffers): New function.  Return mail or message
6026         composition buffers.
6027         (gnus-dired-attach): Use it.
6028         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6029         NO-DECODE.
6030         (gnus-dired-print): Use `gnus-print-buffer' depending on
6031         `gnus-dired-mail-mode'.
6032
6033 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * rfc2047.el (rfc2047-encoded-word-regexp)
6036         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6037         explaining what regexp patterns are for.
6038
6039 2007-12-04  Glenn Morris  <rgm@gnu.org>
6040
6041         * password.el: Move to password-cache.el.
6042
6043         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6044         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6045         * mml-smime.el (password-read, password-cache-add)
6046         (password-cache-remove):
6047         No need to autoload, since mml-sec requires password.
6048
6049         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6050         * message.el (gnus-extract-address-components):
6051         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6052
6053         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6054         password.
6055
6056 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * mailcap.el: Reduce dependencies.
6059         (mail-header-parse-content-type): Autoload.
6060         (mailcap-delete-duplicates): New alias.
6061         (mailcap-mime-info): Add optional argument NO-DECODE.
6062         (mailcap-mime-types): Use mailcap-delete-duplicates.
6063
6064         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6065
6066 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6067
6068         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6069         (imap-parse-status): Upcase status-att for servers that sends them
6070         lower-case (e.g., MS Exchange 2007).
6071
6072 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6075         function.
6076
6077         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6078         (gnus-uu-yenc-article): New function.
6079
6080         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6081
6082         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6083         buffer.
6084
6085 2007-12-02  Glenn Morris  <rgm@gnu.org>
6086
6087         * binhex.el (binhex): New custom group.
6088         (binhex-decoder-program, binhex-decoder-switches)
6089         (binhex-use-external): Move to the binhex custom group.
6090
6091         * uudecode.el (uudecode): New custom group.
6092         (uudecode-decoder-program, uudecode-decoder-switches)
6093         (uudecode-use-external): Move to the uudecode custom group.
6094
6095         * netrc.el (top-level): Don't load `encrypt' features.
6096         (netrc-parse): Don't use encrypt.
6097         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6098
6099         * encrypt.el: Remove file.
6100
6101 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6104         matches on patches.
6105
6106         * gnus-art.el (gnus-article-browse-html-article): Mention
6107         `mm-text-html-renderer' in the doc string.
6108
6109         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6110         string.  Add comments.
6111
6112         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6113         if rhs is ASCII.
6114
6115 2007-12-01  Glenn Morris  <rgm@gnu.org>
6116
6117         * mail-source.el (top-level): Require format-spec before
6118         eval-when-compile.
6119
6120 2007-11-30  Glenn Morris  <rgm@gnu.org>
6121
6122         * encrypt.el: Require password, rather than autoloading password-read.
6123
6124 2007-11-29  Glenn Morris  <rgm@gnu.org>
6125
6126         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6127         (sasl-make-client, sasl-next-step, sasl-step-data)
6128         (sasl-step-set-data): Declare as functions.
6129
6130 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6133
6134 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6135
6136         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6137         certs should be verified and what is to be done in the event of a
6138         verification failure.
6139
6140         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6141         caller can indicate whether the cache should be disregarded for this
6142         call.  This way the result of the call is reproducible at all times and
6143         can be considered a canonical server name for the supplied method.
6144         (gnus-agent-method-p): Canonicalize server names by pushing their
6145         method through `gnus-method-to-server' using the no-cache argument.
6146
6147         * gnus-srvr.el (gnus-server-insert-server-line): Call
6148         `gnus-method-to-server' with `no-cache' argument.
6149
6150         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6151         gnus-agent-possibly-synchronize-flags as this should be called when the
6152         server is actually being opened.
6153         (gnus-agent-possibly-synchronize-flags)
6154         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6155         flags file of an agentized server to the latter function.
6156
6157         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6158         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6159         after a connection has been established successfully.
6160
6161 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (article-display-face): Force to display face if called
6164         interactively; check if gnus-article-x-face-too-ugly matches author.
6165         (article-display-x-face): Display face even if From header is missing
6166         as article-display-face does.
6167
6168 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6169
6170         * hashcash.el (message-narrow-to-headers-or-head)
6171         (message-fetch-field, message-goto-eoh)
6172         (message-narrow-to-headers): Declare as functions.
6173
6174 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * mail-source.el (mail-sources): Default to fetch from file for
6177         compatibility with default of nnmail-spool-file.
6178
6179 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6182         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6183         to look for encoded word that should be encoded again.
6184         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6185         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6186         encoding pattern.
6187         (rfc2047-decode-region): Switch strict regexp and loose one according
6188         to rfc2047-allow-irregular-q-encoded-words.
6189
6190 2007-11-25  Romain Francoise  <romain@orebokech.com>
6191
6192         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6193
6194 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6195
6196         * tls.el (tls-program): Provide more custom choices from
6197         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6198         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6199
6200 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6203         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6204
6205         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6206         `nnmail-spool-file'.
6207
6208         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6209         `nnmail-spool-file'.
6210
6211         * gnus-move.el (gnus-change-server): Ditto.
6212
6213         * gnus-kill.el (gnus-batch-score): Ditto.
6214
6215         * gnus-cache.el (gnus-jog-cache): Ditto.
6216
6217         * gnus-msg.el (gnus-summary-reply):
6218         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6219
6220 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6223         version.  Minor improvement to doc strings.
6224         (tls-program): Add comment.
6225
6226 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6227
6228         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6229         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6230         mismatch between the hostname provided in the certificate and the name
6231         of the host connnecting to.
6232         (open-tls-stream): Use them.  Check certificates against trusted root
6233         certificates.
6234
6235 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         * gnus-cache.el (gnus-cache-generate-nov-databases):
6238         Use nnml-generate-nov-databases-directory instead of
6239         nnml-generate-nov-databases-1.
6240
6241 2007-11-24  Glenn Morris  <rgm@gnu.org>
6242
6243         * message.el (message-tool-bar-retro): Update for rename
6244         mail_send.xpm->mail-send.xpm.
6245
6246 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6249         `smime-ldap-search' for Emacs 22 and up.
6250
6251 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6252
6253         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6254
6255         * message.el (message-send-mail-function): Fix error convention.
6256         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6257         (message-widen-reply, message-send-mail, message-talkative-question)
6258         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6259         (message-clone-locals, message-send-news): Use with-current-buffer.
6260         (message-insert-or-toggle-importance): Remove unused var `valid'.
6261         (message-make-references): Remove unused var `new-references'.
6262         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6263
6264 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6265
6266         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6267         (spam-split-symbolic-return-positive): Reflow docstring.
6268         (spam-backends, spam-summary-exit-behavior)
6269         (spam-mark-ham-unread-before-move-from-spam-group)
6270         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6271         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6272         (spam-clear-cache, spam-backend-check, spam-install-backend)
6273         (spam-install-statistical-backend, spam-list-of-processors)
6274         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6275         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6276         (spam-check-crm114, spam-initialize, spam-unload-hook):
6277         Fix typos in docstrings.
6278
6279 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6282         been checked if they have never been read and those group levels are
6283         higher than the one that a user specified.
6284
6285 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6288         foreign groups unless a group level is specified by a user.
6289         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6290
6291 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6292
6293         * message.el (message-send-mail-function): Require sendmail.
6294
6295 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * message.el (message-send-mail-function): Check for smtpmail too.
6298
6299         * utf7.el (utf7-encode, utf7-decode): Use coding system
6300         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6301
6302         * message.el (message-send-mail-function): New function.
6303         (message-send-mail-function): Set default using
6304         message-send-mail-function.  Adjust doc string.
6305         (message-send-mail-with-mailclient): New function.
6306
6307 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6308
6309         * smime.el (from):
6310         * rfc2047.el (message-posting-charset):
6311         * qp.el (mm-use-ultra-safe-encoding):
6312         * pop3.el (parse-time-months):
6313         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6314         * nnml.el (files):
6315         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6316         (jka-compr-compression-info-list, ange-ftp-path-format)
6317         (efs-path-regexp):
6318         * nndiary.el (files):
6319         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6320         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6321         (epg-digest-algorithm-alist, inhibit-redisplay)
6322         (password-cache-expiry):
6323         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6324         (pgg-output-buffer, password-cache-expiry):
6325         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6326         (efs-path-regexp):
6327         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6328         (inhibit-redisplay):
6329         * mm-uu.el (file-name, start-point, end-point, entry)
6330         (gnus-newsgroup-name, gnus-newsgroup-charset):
6331         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6332         (latin-unity-ucs-list):
6333         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6334         (mm-uu-binhex-decode-function):
6335         * message.el (gnus-message-group-art, gnus-list-identifiers)
6336         (rmail-enable-mime-composing, gnus-local-organization)
6337         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6338         (gnus-read-active-file, facemenu-add-face-function)
6339         (facemenu-remove-face-function, gnus-article-decoded-p)
6340         (tool-bar-mode):
6341         * mail-source.el (display-time-mail-function):
6342         * gnus-util.el (nnmail-pathname-coding-system)
6343         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6344         (gnus-original-article-buffer, gnus-user-agent)
6345         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6346         (xemacs-codename, sxemacs-codename, emacs-program-version):
6347         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6348         * gnus-start.el (gnus-agent-covered-methods)
6349         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6350         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6351         (gnus-newsgroup-headers, gnus-group-list-mode)
6352         (gnus-group-mark-positions, gnus-newsgroup-data)
6353         (gnus-newsgroup-unreads, nnoo-state-alist)
6354         (gnus-current-select-method, mail-sources)
6355         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6356         (nnmail-spool-file, gnus-cache-active-hashtb):
6357         * gnus-mh.el (mh-lib-progs):
6358         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6359         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6360         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6361         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6362         (gnus-group-buffer):
6363         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6364         (font-lock-set-defaults):
6365         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6366         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6367         (gnus-summary-post-menu, total-parts, type, condition, length):
6368         * gnus-agent.el (gnus-agent-read-agentview):
6369         * flow-fill.el (show-trailing-whitespace):
6370         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6371         eval-and-compile wrappers for byte compiler pacifiers.
6372
6373         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6374         (mm-display-inline-fontify): Check for featurep 'xemacs not
6375         extent-list.
6376
6377         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6378         itimer-list.
6379         (mm-create-image-xemacs): Only do something for XEmacs.
6380         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6381
6382         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6383
6384         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6385         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6386
6387 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6388
6389         * nnimap.el (nnimap-split-download-body):
6390         * gnus-demon.el (gnus-demon):
6391         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6392
6393 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6396         macros.
6397         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6398         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6399         copy data from unibyte buffer to multibyte current buffer.
6400         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6401         to copy data from unibyte current buffer to multibyte buffer.
6402         (nntp-make-process-buffer): Make process buffer unibyte.
6403
6404         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6405
6406 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6407
6408         * pop3.el (pop3-open-server): Accept and process data more robustly at
6409         connexion start to avoid spurious "POP SSL connexion failed" errors.
6410
6411 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6414         read group names.
6415
6416 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6417
6418         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6419
6420 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6423         (nnmail-save-active): Use a unibyte buffer when saving active file,
6424         which may contain non-ASCII group names.
6425
6426         * nnml.el (nnml-request-group): Decode group names in messages.
6427
6428 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * message.el (message-citation-line-function)
6431         (message-insert-formatted-citation-line): Fix spelling of
6432         `message-insert-formated-citation-line'.
6433
6434 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6435
6436         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6437
6438 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6441         nnmail-pathname-coding-system.
6442
6443         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6444         that a user enters; decode group names in messages.
6445
6446         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6447
6448 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6451
6452         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6453
6454         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6455         risky local variable.
6456
6457         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6458
6459 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6460
6461         * encrypt.el: Improve documentation to fix function name typo.
6462         Reported by Daiki Ueno <ueno@unixuser.org>.
6463
6464 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6465
6466         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6467         even if the point is not in the last page of an article.
6468         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6469         back to the previous page.
6470
6471 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6472
6473         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6474
6475 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6478
6479 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6480
6481         * message.el (message-check-news-body-syntax): Avoid
6482         mm-string-as-multibyte.
6483         (message-hide-headers): Don't assume (point-min)==1.
6484
6485 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6486
6487         * message.el (message-remove-blank-cited-lines): Fix if remove is
6488         given.
6489         (message-bogus-address-regexp): New variable.
6490         (message-bogus-recipient-p): New function.
6491         (message-check-recipients): New command.
6492         (message-syntax-checks): Add `bogus-recipient'.
6493         (message-fix-before-sending): Add `bogus-recipient'.
6494
6495         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6496         (gnus-treat-body-boundary): Don't test window-system.
6497
6498 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6499
6500         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6501
6502 2007-10-28  Miles Bader  <miles@gnu.org>
6503
6504         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6505         at compile-time too.
6506
6507 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * gnus-msg.el (gnus-message-setup-hook): Add
6510         `message-remove-blank-cited-lines' to options.
6511
6512 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6513
6514         * message.el (message-remove-blank-cited-lines): New function.
6515         Suggested by Karl Plästerer.
6516
6517 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6520         mapc.
6521
6522         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6523         (top-level): Use mapc to set functions to be traced for debugging.
6524
6525         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6526         called for effect with while loop.
6527
6528         * message.el (message-talkative-question): Replace mapcar called for
6529         effect with mapc.
6530
6531         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6532         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6533         called for effect with dolist.
6534
6535         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6536
6537         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6538         gnus-extra-headers and nnmail-extra-headers.
6539
6540         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6541         called for effect with dolist.
6542         (top-level): Use mapc to set functions to be traced for debugging.
6543
6544         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6545         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6546         dolist.
6547
6548         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6549         Replace mapcar called for effect with mapc.
6550         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6551         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6552         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6553         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6554
6555         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6556         remove-if that's a cl function.
6557
6558         * webmail.el (webmail-debug): Replace mapcar called for effect with
6559         dolist.
6560
6561         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6562         with mapc.
6563
6564 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6567         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6568         with while loop.
6569
6570         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6571         functions from article-* functions.
6572         (gnus-multi-decode-header): Replace mapcar called for effect with
6573         dolist.
6574
6575         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6576         (gnus-bookmark-show-details): Replace mapcar called for effect with
6577         while loop.
6578
6579         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6580         called for effect with while loop.
6581
6582         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6583         with dolist.
6584
6585         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6586         mapcar called for effect with dolist.
6587
6588         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6589
6590         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6591         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6592         Replace mapcar called for effect with dolist.
6593         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6594         mapc.
6595
6596         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6597         Replace mapcar called for effect with dolist.
6598         (gnus-topic-list): Replace mapcar called for effect with mapc.
6599
6600         * gnus.el: Use mapc instead of mapcar to add autoloads.
6601
6602 2007-10-23  Richard Stallman  <rms@gnu.org>
6603
6604         * gnus-group.el (gnus-group-highlight): Mark as risky.
6605
6606 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * gnus.el (gnus-server-to-method): Return method found first in
6609         gnus-newsrc-alist.
6610
6611         * gnus-art.el (gnus-article-highlight-signature)
6612         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6613         button overlay without the front stickiness.
6614
6615 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6616
6617         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6618         overview buffer needed a catch to receive its throw.
6619         (gnus-agent-flush-cache): Declared as interactive to make this function
6620         easier to use.
6621
6622 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6625         `next-line'.
6626
6627 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6630         exclude address matching message-dont-reply-to-names.
6631
6632 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-util.el (gnus-string<): New function.
6635
6636         * gnus-sum.el (gnus-article-sort-by-author)
6637         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6638
6639 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6642         the frame-focus tag is set in gnus-buffer-configuration.
6643
6644 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6647         the front stickiness.
6648
6649 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6650
6651         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6652         url pattern; remove duplicate one.
6653         (gnus-article-extend-url-button): New function.
6654         (gnus-article-add-buttons): Use it.
6655         (gnus-button-push): Use concatenated url that it makes.
6656
6657 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6658
6659         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6660
6661 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6662
6663         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6664         Don't hardcode point-min==1.
6665
6666 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6669         Fix comment about "iso8859-1".
6670
6671 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6672
6673         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6674         ones returned from the verify-function.
6675
6676         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6677         mml2015-extract-cleartext-signature if extraction failed.
6678
6679 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6680
6681         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6682         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6683         failed.
6684
6685 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6688
6689 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6690
6691         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6692         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6693         recommends to use EasyPG instead of PGG.
6694
6695         * pgg.el: Revert to revision 6.23.2.16.
6696
6697         * pgg-def.el: Revert to revision 6.6.2.14.
6698
6699         * pgg-gpg.el: Revert to revision 6.23.2.34.
6700
6701 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6702
6703         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6704         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6705         thread for both the null and zero (kill/expire thread) universal prefix
6706         cases.
6707         (gnus-summary-expire-thread): Add new function to expire a thread,
6708         using gnus-summary-kill-thread.
6709         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6710         shortcuts for gnus-summary-expire-thread.
6711         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6712         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6713
6714 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6715
6716         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6717         extras value, so an extras entry can be deleted.
6718         (gnus-registry-delete-extra-entry): Use it.
6719         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6720         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6721         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6722         storage through the gnus-registry, and provide an appropriate API for
6723         it.
6724
6725 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6728         Suggested by Leo <sdl.web@gmail.com>.
6729
6730         * gnus.el: Do.
6731
6732 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6735         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6736
6737         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6738
6739         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6740         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6741
6742 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6745         newline.
6746         (nnmbox-request-accept-article): Don't change article in source buffer;
6747         narrow to header to use message-fetch-field rather than
6748         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6749         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6750         as delimiters; make sure article ends with newline.
6751         (nnmbox-delete-mail): Correct last position of article to be deleted;
6752         ignore X-Gnus-Newsgroup header in article body.
6753         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6754         positions; make sure article ends with newline.
6755
6756         * message.el (message-display-abbrev): Don't infloop when a user
6757         inserts SPC in the beginning of header.
6758
6759         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6760         coding-system-for-read and coding-system-for-write for XEmacs having no
6761         file-coding feature.
6762
6763         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6764
6765 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6768         list of groups not followed by default.  Fix type to be regexp.
6769         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6770
6771 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6772
6773         * hmac-def.el (define-hmac-function): Switch from old-style to
6774         new-style backquotes.
6775
6776         * md4.el (md4-make-step): Likewise.
6777
6778 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6781         raw-text coding system when saving .newsrc file, which may contain
6782         non-ASCII group names.
6783
6784 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-cus.el (gnus-score-extra): New widget.
6787         (gnus-score-extra-convert): New function.
6788         (gnus-score-customize): Use it for Extra.
6789
6790 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6791
6792         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6793         (mml2015-mailcrypt-clear-verify): Use it.
6794         (mml2015-gpg-clear-verify): Use it.
6795         (mml2015-pgg-clear-verify): Use it.
6796         (mml2015-epg-clear-verify): Replace the current part with the output
6797         from GnuPG; don't extract the plaintext by itself.
6798
6799         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6800         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6801         mml2015-clear-verify-function; don't touch the armor headers or
6802         dash-escaped text here.
6803
6804 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6807         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6808         parts, or application/octet-stream as a last resort.
6809         (gnus-mime-view-part-as-type): Don't toggle display.
6810         (gnus-mime-view-part-as-charset): Don't turn off display before
6811         querying charset.
6812
6813         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6814         stuff to undisplayer function in Emacs.
6815         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6816
6817         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6818         text/calendar parts.
6819
6820 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6823         decoding text/calendar parts.
6824
6825         * message.el (message-forward-make-body-mime): Always mark body as
6826         having no illegible text; remove signed-or-encrypted argument.
6827         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6828
6829         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6830         (mml-generate-mime-1): Don't encode body if it is specified to be in
6831         raw form; don't make buffer be unibyte when inserting multibyte string.
6832
6833 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6834
6835         * sha1.el: Fix up comment style.
6836         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6837         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6838
6839         * hex-util.el: Fix up comment style.
6840         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6841
6842         * gnus-salt.el: Use with-current-buffer.
6843         (gnus-pick-setup-message): Fix long-standing typo.
6844
6845 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * imap.el (imap-logout-timeout): New variable.
6848         (imap-logout, imap-logout-wait): New functions.
6849         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6850
6851         * nnimap.el (nnimap-logout-timeout): New server variable.
6852         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6853         nnimap-logout-timeout.
6854
6855         * gnus-art.el (gnus-article-summary-command-nosave)
6856         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6857
6858 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * gnus.el (gnus-maximum-newsgroup): New variable.
6861
6862         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6863         according to gnus-maximum-newsgroup.
6864
6865         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6866         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6867         Limit the range of articles according to gnus-maximum-newsgroup.
6868
6869 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6870
6871         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6872         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6873         Don't perform gnus-configure-windows here; reuse existing sticky
6874         article buffer.
6875
6876         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6877         it doesn't exist in gnus-article-mode.
6878
6879 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6882         (gnus-agent-decoded-group-name): New function.
6883         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6884         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6885
6886 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6887
6888         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6889         Add binding for gnus-sticky-article.
6890         (gnus-summary-exit): Don't kill sticky article buffers.
6891
6892         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6893         article buffer.
6894         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6895         (gnus-kill-sticky-article-buffers): New commands.
6896
6897 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * nntp.el (nntp-xref-number-is-evil): New server variable.
6900         (nntp-find-group-and-number): If it is non-nil, don't trust article
6901         numbers in the Xref header.
6902
6903 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-agent.el (gnus-agent-read-group): New function.
6906         (gnus-agent-flush-group, gnus-agent-expire-group)
6907         (gnus-agent-regenerate-group): Use it.
6908         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6909         nnmail-pathname-coding-system.
6910
6911 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6914
6915         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6916         that are unread as unread, and also as selected so that information of
6917         marks having been changed by a user may be updated when exiting group.
6918
6919 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6922         calculated ignoring signature parts to gnus-treat-article.
6923
6924 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6927         a point here in order to keep the window start.
6928         (gnus-insert-mime-security-button): Make a button overlay without the
6929         front stickiness.
6930         (gnus-mime-display-security): Goto the end of a button.
6931
6932         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6933
6934 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6937         group-name-at-point.
6938         (gnus-group-completing-read): New function that offers decoded
6939         non-ASCII group names for completion.
6940         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6941         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6942         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6943         (gnus-group-fetch-control): Use it.
6944         (gnus-fetch-group): Use group-name-at-point for the initial value
6945         rather than the default value; use gnus-alive-p.
6946
6947         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6948         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6949         (gnus-summary-post-news): Use gnus-group-completing-read.
6950
6951         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6952         (gnus-read-move-group-name): Decode group name for completion.
6953
6954 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6957         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6958         Yamaoka slightly modified the code).
6959
6960 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6963         (nnmail-split-incoming): Bind it.
6964
6965         * nnml.el (nnml-group-name-charset): New function.
6966         (nnml-decoded-group-name): Use it; don't decode group name if
6967         nnmail-group-names-not-encoded-p is non-nil.
6968         (nnml-encoded-group-name): New function.
6969         (nnml-group-pathname): Inline nnml-decoded-group-name.
6970         (nnml-request-expire-articles): Decode group name in message.
6971         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6972         nnmail-pathname-coding-system.
6973         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6974         not decoded ones according to nnmail-group-names-not-encoded-p.
6975         (nnml-generate-active-info): Use nnml-encoded-group-name.
6976
6977 2007-08-08  Glenn Morris  <rgm@gnu.org>
6978
6979         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6980         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6981         doc-strings and comments.
6982
6983 2007-07-25  Glenn Morris  <rgm@gnu.org>
6984
6985         * Relicense all FSF files to GPLv3 or later.
6986
6987 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6988
6989         * gnus-sum.el (gnus-summary-move-article): Make
6990         gnus-summary-respool-article work.
6991
6992 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6995         string.
6996
6997 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6998
6999         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7000         that should be ignored when comparing distant RSS articles with local
7001         ones.
7002         (nnrss-make-hash-index): New function.  Create a hash index according
7003         to the ignored fields.
7004         (nnrss-check-group): Use it.
7005
7006 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7009
7010         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7011
7012         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7013         the new optional argument ENCODED is non-nil.
7014         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7015         coding system for encoding group name.
7016         (gnus-group-make-rss-group): Pass un-encoded group name to
7017         gnus-group-make-group.
7018         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7019         encoded.
7020
7021         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7022         Encode group name to which articles are moved or copied.
7023         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7024         coding system for encoding Newsgroup, Followup-To and Xref headers.
7025
7026         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7027         marks; use nnheader-file-coding-system to write a file.
7028         (nnagent-retrieve-headers): Bind file-name-coding-system to
7029         nnmail-pathname-coding-system.
7030
7031         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7032
7033         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7034         (nnml-request-article, nnml-request-create-group)
7035         (nnml-request-rename-group, nnml-find-id)
7036         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7037         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7038         (nnml-save-marks): Use nnml-group-pathname instead of
7039         nnmail-group-pathname.
7040
7041         (nnml-request-create-group, nnml-request-expire-articles)
7042         (nnml-request-move-article, nnml-request-delete-group)
7043         (nnml-deletable-article-p, nnml-possibly-create-directory)
7044         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7045         (nnml-open-marks): Bind file-name-coding-system to
7046         nnmail-pathname-coding-system.
7047
7048         (nnml-request-article): Pass server argument to nnml-find-group-number.
7049         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7050         server argument to nnml-possibly-create-directory.
7051         (nnml-request-accept-article): Pass server argument to
7052         nnml-active-number and nnml-save-mail.
7053         (nnml-find-group-number): Pass server argument to nnml-find-id.
7054         (nnml-request-update-info): Pass server argument to
7055         nnml-marks-changed-p.
7056
7057         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7058         (nnml-save-mail, nnml-active-number): Add server argument.
7059
7060         (nnml-request-delete-group): Warn if group is missing.
7061         (nnml-get-nov-buffer): Decode group name.
7062         (nnml-generate-active-info): Encode group name.
7063         (nnml-open-marks): Decode group name in messages.
7064
7065 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7068         if it is not specified.
7069         (gnus-article-pipe-part, gnus-article-save-part)
7070         (gnus-article-interactively-view-part, gnus-article-copy-part)
7071         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7072         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7073         (gnus-article-replace-part, gnus-article-delete-part)
7074         (gnus-article-view-part-as-type): Pass raw prefix argument to
7075         gnus-article-part-wrapper.
7076
7077 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * gnus-agent.el (gnus-agent-save-active): Bind
7080         nnheader-file-coding-system to gnus-agent-file-coding-system.
7081
7082         * gnus-cache.el (gnus-cache-save-buffers)
7083         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7084         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7085         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7086         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7087         (gnus-cache-generate-active, gnus-cache-rename-group)
7088         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7089         (gnus-cache-update-overview-total-fetched-for): Bind
7090         file-name-coding-system to nnmail-pathname-coding-system.
7091         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7092         variables.
7093         (gnus-cache-decoded-group-name): New function.
7094         (gnus-cache-file-name): Use it.
7095         (gnus-cache-generate-active): Use non-decoded group name for active.
7096
7097         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7098         right place.
7099         (gnus-write-active-file): Don't break non-ASCII group names.
7100
7101         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7102         nnmail-pathname-coding-system.
7103
7104         * lpath.el: Bind default-file-name-coding-system,
7105         file-name-coding-system and language-info-alist for XEmacs.
7106
7107         * gnus-uu.el (gnus-uu-decode-save): Typo.
7108
7109 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7112
7113 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7116         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7117         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7118         (gnus-agent-flush-group, gnus-agent-flush-cache)
7119         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7120         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7121         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7122         (gnus-agent-regenerate-group)
7123         (gnus-agent-update-files-total-fetched-for)
7124         (gnus-agent-update-view-total-fetched-for): Bind
7125         file-name-coding-system to nnmail-pathname-coding-system.
7126         (gnus-agent-group-pathname): Don't encode file names by
7127         nnmail-pathname-coding-system.
7128         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7129         coding-system-for-write instead of buffer-file-coding-system to
7130         gnus-agent-file-coding-system.
7131
7132         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7133         Decode group name.
7134
7135         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7136
7137         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7138         (gnus-read-newsrc-el-file): Make group names unibyte.
7139
7140         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7141         nnmail-pathname-coding-system.
7142
7143         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7144         (nnrss-request-delete-group): Bind file-name-coding-system to
7145         nnmail-pathname-coding-system.
7146         (nnrss-read-server-data, nnrss-read-group-data): Bind
7147         file-name-coding-system correctly.
7148         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7149
7150         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7151         (nntp-server-to-method-cache): New variable.
7152         (nntp-group-pathname): New function that decodes non-ASCII group names.
7153         (nntp-possibly-create-directory, nntp-marks-changed-p)
7154         (nntp-save-marks, nntp-open-marks): Use it.
7155         (nntp-possibly-create-directory, nntp-open-marks):
7156         Bind file-name-coding-system to nnmail-pathname-coding-system.
7157         (nntp-open-marks): Decode group names when bootstrapping marks.
7158
7159         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7160         Newsgroups and Folowup-To headers.
7161
7162 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7165         (gnus-server-closed-face, gnus-server-denied-face)
7166         (gnus-server-offline-face): Remove variable.
7167         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7168
7169         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7170         of modifying message-stack directly for XEmacs.
7171
7172         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7173         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7174         if the coding-system argument is nil for XEmacs.
7175
7176         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7177         mm-charset-override-alist.
7178
7179         * rfc2047.el: Don't require base64; require rfc2045 for the function
7180         rfc2045-encode-string.
7181         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7182         to quote the parameter value.
7183
7184 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7187         form in gnus-group-name-charset-method-alist.
7188
7189         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7190         overrides the default layout edit-form.
7191
7192         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7193
7194         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7195
7196 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7199         as unfetched articles.
7200
7201 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7204
7205 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7206
7207         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7208         original back end that keeps marks in the local system.
7209
7210 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7213         arg of pop-to-buffer for XEmacs.
7214         (gnus-article-read-summary-keys): Ditto; don't restore window
7215         configuration if summary command ends up with neither article buffer
7216         nor summary buffer; describe bindings if summary keys end with C-h.
7217
7218 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * message.el (message-fix-before-sending): Skip raw message part to be
7221         forwarded while checking illegible text.
7222         (message-forward-make-body-mime, message-forward-make-body): Mark
7223         signed or encrypted raw message as having no illegible text.
7224
7225 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7228         (gnus-message-with-timestamp-1): New macro.
7229         (gnus-message-with-timestamp): New function.
7230         (gnus-message): Use them.
7231
7232         * nnheader.el (nnheader-message): Use them.
7233
7234 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7237         .newsrc.eld file.
7238
7239 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7240
7241         * gnus-agent.el (gnus-agent-fetch-headers)
7242         (gnus-agent-retrieve-headers): Bind
7243         gnus-decode-encoded-address-function to identity.
7244
7245         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7246         available also when the server returns simply a dot.
7247
7248         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7249
7250 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7253
7254 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-ems.el (gnus-x-splash): Make it work.
7257
7258         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7259         from being used.
7260
7261         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7262
7263 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7266         4th and the 5th arguments.
7267
7268         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7269         the front stickiness.
7270         (gnus-article-summary-command-nosave): Correct the order of the
7271         arguments passed to pop-to-buffer.
7272         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7273         summary command ends up with the article buffer.
7274
7275         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7276         the same faces.
7277
7278 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7279
7280         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7281
7282 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7283
7284         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7285         * gnus-sum.el (gnus-summary-highlight):
7286         * pgg.el (pgg-sign-region, pgg-sign):
7287         * mail-source.el (mail-source-delete-old-incoming-confirm):
7288         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7289
7290 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-art.el (gnus-mime-view-part-externally)
7293         (gnus-mime-view-part-internally): Fix predicate function passed to
7294         completing-read.
7295
7296         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7297
7298         * gnus.el (gnus-update-message-archive-method): Add :version.
7299
7300 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus.el (gnus-update-message-archive-method): New variable.
7303
7304         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7305         according to gnus-message-archive-method if
7306         gnus-update-message-archive-method is non-nil.
7307
7308 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7311         by Loic Dachary <loic@dachary.org>.
7312         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7313
7314 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * message.el (message-pop-to-buffer): Add switch-function argument.
7317         (message-mail): Pass switch-function argument to it.
7318
7319 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7322         Improve doc string.
7323
7324 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7327         (gnus-header-content)
7328         * gnus-cite.el (gnus-cite-10)
7329         * gnus-srvr.el (gnus-server-closed)
7330         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7331         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7332         (gnus-group-mail-3-empty, gnus-group-mail-low)
7333         (gnus-group-mail-low-empty, gnus-splash)
7334         * message.el (message-header-to, message-header-cc)
7335         (message-header-subject, message-header-other, message-header-name)
7336         (message-header-xheader, message-separator, message-cited-text)
7337         (message-mml): Lighten colors of faces used for dark background.
7338
7339 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7340
7341         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7342         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7343
7344 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * message.el (message-narrow-to-headers-or-head):
7347         Ignore mail-header-separator in the body.
7348
7349 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7352         same as window size.
7353
7354 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7355
7356         * message.el (message-font-lock-keywords): Use message-header-xheader
7357         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7358         ahead of the anything pattern, to get it recognised.
7359
7360 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7363         spam.el loads uses it in the compiled defadvice form.
7364
7365 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7366
7367         * gnus-sum.el (gnus-articles-to-read)
7368         (gnus-summary-insert-old-articles): Don't truncate group name for
7369         `read-string'.
7370
7371         * gnus-util.el (gnus-limit-string): Delete this function.
7372
7373         * gnus-sum.el (gnus-simplify-subject-fully): Use
7374         `truncate-string-to-width' instead.
7375
7376 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7377
7378         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7379         if, on summary exit, the next group has to be selected.
7380         (gnus-summary-exit): Use it.
7381
7382 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7385         non-break space.
7386
7387 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7390         Check if group is not a directory.
7391         (nnfolder-request-expire-articles): Don't delete articles if the target
7392         group is not available.
7393
7394         * nnml.el (nnml-request-create-group): Properly check if group is not a
7395         file.
7396         (nnml-request-expire-articles): Don't delete articles if the target
7397         group is not available.
7398
7399         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7400         Don't quote characters that are within parentheses.
7401
7402 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7405         (gnus-handle-ephemeral-exit): Select article according to it.
7406
7407 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * message.el (message-insert-formated-citation-line): Remove newline.
7410         (message-citation-line-format): Add final \n here so that the user can
7411         avoid a blank line.
7412
7413 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7414
7415         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7416         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7417         Update lanl/arXiv support.
7418
7419 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gnus.el: Bump version number.
7422
7423 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7424
7425         * gnus.el (gnus-version-number): Bump version.
7426
7427 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7428
7429         * gnus.el: No Gnus v0.6 is released.
7430
7431 2007-04-27  Didier Verna  <didier@xemacs.org>
7432
7433         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7434         * gmm-utils.el (gmm-regexp-concat): here.
7435         * message.el: Don't require 'gnus-util.
7436         (message-dont-reply-to-names): Handle name change above.
7437         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7438
7439 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7442         since the initial value varies according to the system.
7443
7444 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7447
7448 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7449
7450         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7451
7452 2007-04-24  Didier Verna  <didier@xemacs.org>
7453
7454         Improve the type of gnus-ignored-from-addresses.
7455         * gnus-util.el (gnus-orify-regexp): New function.
7456         * message.el (gnus-util): Require it.
7457         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7458         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7459         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7460
7461 2007-04-24  Didier Verna  <didier@xemacs.org>
7462
7463         * gnus-sum.el:
7464         * gnus-utils.el: Fix some trailing whitespaces.
7465
7466 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7469         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7470         article's Message-ID; refer parent article in summary buffer.
7471
7472         * message.el (message-bounce): Call mime-to-mml.
7473
7474         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7475         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7476         optimize and/or forms properly.
7477
7478 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7481         URL.
7482
7483 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7486
7487 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7490         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7491         displayed of multipart/alternative part if it is invoked from summary
7492         buffer.
7493
7494         * mm-view.el (mm-inline-text-html-render-with-w3m)
7495         (mm-inline-text-html-render-with-w3m-standalone)
7496         (mm-inline-render-with-function): Use mail-parse-charset by default.
7497
7498 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7499
7500         * parse-time.el (parse-time-string-chars): Check if CHAR
7501         is less than the length of parse-time-syntax.
7502
7503 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7506         from gnus-newsgroup-processable.
7507
7508 2007-04-16  Didier Verna  <didier@xemacs.org>
7509
7510         * gnus-msg.el (gnus-configure-posting-styles): Handle
7511         message-signature-directory properly with :file syntax.  Reported by
7512         "Leo".
7513
7514 2007-04-11  Didier Verna  <didier@xemacs.org>
7515
7516         New user option: message-signature-directory.
7517         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7518         * message.el (message-insert-signature): Ditto.
7519         * message.el (message-signature-file): Doc update.
7520         * message.el (message-signature-directory): New.
7521
7522 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * gnus-msg.el (gnus-inews-yank-articles): Use
7525         message-exchange-point-and-mark instead of exchange-point-and-mark.
7526
7527 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * message.el (message-yank-original): Make sure cited text ends with
7530         newline; don't exchange point and mark.
7531
7532 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7533
7534         * tls.el (open-tls-stream): Properly handle case where there
7535         is no associated buffer.
7536
7537 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7538
7539         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7540         message-yank-original, make sure (< mark TEXT point).
7541
7542 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * message.el (message-fill-column): New variable.
7545         (message-mode): Use it.  Add comment on a possible new hook.
7546
7547         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7548         (nnmail-get-new-mail): Reformat.
7549
7550         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7551
7552         * gmm-utils.el: Fix Commentary.
7553         (gmm-tool-bar-from-list): Fix typo in doc string.
7554
7555 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7556
7557         * message.el (message-yank-original): Don't switch point and mark
7558         unnecessarily to put point and mark as documented.
7559
7560 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561
7562         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7563         from the message heads.
7564
7565 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7566
7567         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7568         article buffer does not have a window.  This may not be the best
7569         solution but is certainly better than setting the start of the null,
7570         that is the current, window.
7571
7572 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7575         (gnus-draft-setup): Run it.
7576
7577         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7578         gnus-score-fast-scoring.  Allow regexp.
7579         (gnus-score-headers): Use it.
7580
7581         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7582         XEmacs.
7583
7584         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7585         string.
7586         (gnus-button-alist): Also catch `<f1> k ...'.
7587         (gnus-treat-display-x-face): Fix doc string.
7588
7589 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7590
7591         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7592         evaluation of gnus-extended-version to ensure correct generation of the
7593         User-Agent header when message-generate-headers-first is used.
7594
7595 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7596
7597         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7598         hashcash-path is nil.  Don't call callback with incorrect number of
7599         parameters if val is 0.
7600
7601 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7602
7603         * message.el (message-required-news-headers):
7604         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7605
7606 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7607
7608         * tls.el (open-tls-stream): In handshake-waiting loop,
7609         don't wait more if there is output available to process.
7610
7611 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7612
7613         * tls.el (tls-program): Doc fix.
7614
7615 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * message.el (message-generate-new-buffers): Change the meaning of the
7618         nil value; add `standard' to the choices; treat t as `unique'; improve
7619         doc string.
7620         (gnus-select-frame-set-input-focus): Autoload.
7621         (message-buffer-name): Search for the existing message buffer if
7622         message-generate-new-buffers is nil or `standard'; treat the value t of
7623         message-generate-new-buffers as `unique'.
7624         (message-pop-to-buffer): Raise the frame already displaying the message
7625         buffer; clear the echo area after querying.
7626         (message-setup): Pass the `continue' argument to compose-mail.
7627         (message-mail): Prefer `switch-function' if it is given; search for the
7628         existing message buffer if the `continue' argument is non-nil; pass
7629         continue and switch-function arguments to compose-mail by way of
7630         message-setup.
7631         (message-mail-other-window): Adjust argument of message-setup.
7632         (message-mail-other-frame): Ditto.
7633
7634 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7637         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7638         to turn font-lock on when turning gnus-message-citation-mode on.
7639
7640 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7641
7642         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7643         (mml-smime-function-alist): New variable; add epg as the backend.
7644         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7645         mml-smime- functions instead.
7646         * mm-view.el: Require smime.
7647
7648 2007-03-05  Didier Verna  <didier@xemacs.org>
7649
7650         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7651         instead of just inheritance for posting styles.
7652         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7653
7654 2007-02-24  Chris Moore  <dooglus@gmail.com>
7655
7656         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7657         * pgg-pgp.el (pgg-pgp-encrypt-region):
7658         * pgg-gpg.el (pgg-gpg-encrypt-region):
7659         Check pgg-encrypt-for-me if no other recipients.
7660
7661 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7662
7663         * tls.el (tls-certtool-program): Fix custom type.
7664
7665 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7666
7667         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7668         and point-at-eol instead of line-(beginning|end)-position.
7669
7670         * assistant.el (assistant-parse-buffer): Ditto.
7671
7672         * netrc.el (netrc-parse-services): Ditto.
7673
7674 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7675
7676         * mml2015.el (mml2015-epg-find-usable-key): New function.
7677         (mml2015-epg-sign): Use it.
7678         (mml2015-epg-encrypt): Use it.
7679
7680 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * message.el (message-make-in-reply-to): Quote name containing
7683         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7684         if there are special characters.  Reported by NAKAJI Hiroyuki
7685         <nakaji@jp.freebsd.org>.
7686
7687 2007-02-27  Didier Verna  <didier@xemacs.org>
7688
7689         Include the group parameters as well as the topic ones in the
7690         inheritance filter process.
7691         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7692         argument GROUP-PARAMS-LIST.
7693         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7694
7695 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * nntp.el (nntp-never-echoes-commands)
7698         (nntp-open-connection-functions-never-echo-commands): New variables.
7699         (nntp-send-command): Use them.
7700
7701 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7702
7703         * mml2015.el (mml2015-epg-verify): Simplified.
7704
7705 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * mml.el (mml-content-disposition-alist): New user option.
7708         (mml-content-disposition): New function.
7709         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7710         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7711
7712 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7713
7714         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7715         verification.
7716
7717 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7718
7719         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7720         articles posted in the last 24 hours.
7721
7722 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7723
7724         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7725
7726 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7727
7728         * nntp.el (nntp-send-command): Don't wait for echoes when
7729         nntp-open-ssl-stream is used.
7730
7731 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7734         (gnus-message-add-citation-keywords)
7735         (gnus-message-remove-citation-keywords): Remove.
7736         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7737         directly, make the variables in font-lock-defaults buffer-local, add
7738         gnus-message-citation-keywords to them and then update the value of
7739         font-lock-keywords.
7740
7741 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * message.el (message-cite-original-1): Don't call
7744         gnus-article-highlight-citation.
7745
7746         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7747         citations; fix line count.
7748
7749 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7752         (gnus-message-add-citation-keywords)
7753         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7754         versions of font-lock-add-keywords and font-lock-remove-keywords to
7755         work with XEmacs correctly.
7756
7757 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-cite.el (gnus-cite-face-list): Set the values of
7760         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7761         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7762         (gnus-message-cite-prefix-regexp): New variable.
7763         (gnus-message-search-citation-line): Use it; protect against long
7764         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7765         the 0th match data for Emacs.
7766         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7767         (gnus-message-add-citation-keywords): Append keywords rather than
7768         prepending; emulate font-lock-add-keywords if it is not available.
7769         (gnus-message-remove-citation-keywords): Emulate
7770         font-lock-remove-keywords if it is not available.
7771
7772         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7773
7774         * message.el (message-cite-prefix-regexp): Set the value of
7775         gnus-message-cite-prefix-regexp.
7776
7777 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7778
7779         * nnweb.el (nnweb-google-parse-1): Update parser.
7780
7781 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7782
7783         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7784
7785 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7786
7787         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7788         regexp.
7789
7790 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7793         string-to-multibyte.
7794         (uudecode-decode-region-internal): Use it.
7795
7796         * lpath.el: Fbind string-as-multibyte for XEmacs.
7797
7798 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7801         custom choice.
7802
7803         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7804
7805 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7806
7807         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7808
7809         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7810         `write-region' to respect `mm-inhibit-file-name-handlers'.
7811
7812 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7815         Use gnus-home-directory instead of "~/" or "$HOME".
7816
7817 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7818
7819         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7820         to mention filename.
7821         Add comments at beginning regarding usage.
7822         (encrypt-write-file-contents): Change interactive so a string is
7823         acceptable.  If the file has no associated model, show an error instead
7824         of a nonsense prompt.
7825
7826 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7827
7828         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7829         Thanks to Yoshihiko Yamada for kind notification of this typo.
7830
7831 2007-01-12  Kenichi Handa  <handa@m17n.org>
7832
7833         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7834         multibyte buffer.
7835
7836 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-score.el (gnus-score-fast-scoring): New variable.
7839         (gnus-score-headers): Use it.
7840
7841         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7842
7843         * message.el (message-cite-original-1): Call
7844         gnus-article-highlight-citation if requested.
7845         (message-make-from): Allow name and address as optional arguments.
7846
7847         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7848
7849         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7850         bugs to doc string.
7851         (gnus-button-alist): Add mid\\|message-id.
7852         (gnus-button-fetch-group): Extend for use in
7853         `browse-url-browser-function'.
7854         (gnus-button-url-regexp): Try to catch paired parentheses like in
7855         Wikipedia URLs.
7856
7857         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7858         Suggested by Simon Krahnke <overlord@gmx.li>.
7859
7860 2007-01-13  Romain Francoise  <romain@orebokech.com>
7861
7862         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7863         Update copyright.
7864
7865 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7866
7867         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7868
7869 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * gnus-registry.el (gnus-registry-unfollowed-groups)
7872         (gnus-registry-split-fancy-with-parent): Fix documentation.
7873
7874 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875
7876         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7877         from nnweb groups.
7878
7879 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7880
7881         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7882         Xref urls.  Erase buffer before requesting head.
7883
7884 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7887         customizable.
7888
7889 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7890
7891         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7892         no signing key is found.
7893         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7894         no encrypting and/or signing key is found.
7895
7896 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7899
7900 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7901
7902         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7903         headers read from disk with the ones newly found in the current search.
7904         This should no longer cause problems, because the article numbers in
7905         Gmane's `nov.php' output are ignored since the previous change.
7906
7907 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7908
7909         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7910
7911 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7914         replace-regexp-in-string; bind url-version; fbind display-images-p and
7915         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7916         find-face and set-itimer-function for Emacs; bind itimer-list for
7917         Emacs.
7918
7919         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7920
7921 2007-01-01  Romain Francoise  <romain@orebokech.com>
7922
7923         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7924
7925 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7926
7927         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7928         `define-minor-mode' macro definition expanded properly.
7929         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7930         exclude it there.
7931
7932         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7933         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7934         `fboundp' test.
7935         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7936         This is OK to autoload in (S)XEmacs now.
7937
7938 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7939
7940         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7941         keystroke.
7942         (gnus-summary-limit-to-singletons): Fix typo.
7943
7944         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7945         else fails.
7946
7947 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7948
7949         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7950         docstring.
7951
7952         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7953         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7954         (gnus-summary-insert-dormant-articles): Fix typo in message.
7955
7956 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7957
7958         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7959         nil for XEmacs.
7960         (gnus-message-citation-mode): Don't autoload in XEmacs.
7961
7962         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7963
7964 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7965
7966         * nnimap.el (nnimap-expunge-search-string): Mention
7967         nnimap-search-uids-not-since-is-evil in docstring.
7968
7969 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * spam.el: Revert to make-obsolete-variable because
7972         define-obsolete-variable-alias is not supported in Emacs 21.
7973
7974         * spam.el (spam-ifile-path, spam-ifile-database-path)
7975         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7976         make-obsolete-variable.
7977         (spam-bsfilter-path, spam-bsfilter-program)
7978         (spam-spamassassin-path, spam-spamassassin-program)
7979         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7980         use "path" inappropriately.
7981         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7982         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7983         variable names.
7984
7985 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7986
7987         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7988         summary buffer.
7989
7990         * password.el (password-cache-remove): Use clear-string to burn
7991         password, if available.
7992
7993 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7994
7995         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7996
7997         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7998
7999         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8000         (gnus-message-highlight-citation): Move defcustom here from
8001         gnus-cite.el.
8002         (gnus-message-citation-mode): Autoload.
8003
8004         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8005         checks to make it compile with XEmacs.
8006         (gnus-message-citation-mode): New minor mode.
8007         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8008         (gnus-message-highlight-citation): New variables.
8009         (gnus-message-search-citation-line)
8010         (gnus-message-add-citation-keywords)
8011         (gnus-message-remove-citation-keywords)
8012         (turn-on-gnus-message-citation-mode)
8013         (turn-off-gnus-message-citation-mode): New functions.
8014
8015 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8016
8017         * gnus-cite.el: Enable highlighting of different citation levels in
8018         message-mode.
8019
8020 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * message.el (message-make-fqdn): Fix comment.
8023         (message-bogus-system-names): Add ".local".
8024
8025         * spam.el (spam-ifile-path, spam-ifile-program)
8026         (spam-ifile-database-path, spam-ifile-database)
8027         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8028         Don't use "path" inappropriately.
8029         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8030         strings.
8031         (spam-check-ifile, spam-ifile-register-with-ifile)
8032         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8033         new variable names.
8034
8035         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8036         (gnus-treat-display-smileys): Simplify using
8037         gnus-image-type-available-p.
8038
8039         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8040         available.
8041
8042         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8043         `display-images-p' if available.
8044
8045 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8048         one after turning on the buffer's multibyteness instead of decoding
8049         them directly in the unibyte buffer that causes unexpected conversion
8050         in Emacs 23 (unicode).
8051
8052 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8053
8054         * message.el (message-generate-hashcash): Fix custom type.
8055
8056 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8059
8060 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8063         disconnect icons.  Add help text.
8064
8065 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8066
8067         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8068         negated to be consistent with the others we handle.
8069
8070 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8073         version of gnus-summary-buffer to something, so that we can use two
8074         article buffers at the same time.
8075
8076 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8077
8078         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8079         trigger all the extra headers.
8080         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8081         sorting.
8082
8083 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8084
8085         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8086         solid groups.
8087
8088 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8089
8090         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8091
8092 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * legacy-gnus-agent.el: Add Copyright notice.
8095
8096 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8097
8098         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8099
8100 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8103
8104         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8105         to make it work reliably in CVS Emacs.
8106         (gnus-summary-limit-strange-charsets-predicate)
8107         (gnus-summary-limit-to-predicate): New functions.
8108
8109 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8110
8111         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8112         specifying array size.
8113         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8114         array if it is too small.
8115         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8116         (gnus-sort-threads-loop): New function.
8117
8118 2006-12-06  Chris Moore  <dooglus@gmail.com>
8119
8120         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8121         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8122
8123 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8124
8125         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8126         options.
8127
8128 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129
8130         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8131         DOS-ing the recipient.
8132
8133         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8134         the headers when creating the mapping to avoid mismappings.
8135         (nnweb-gmane-create-mapping): Always nix out old mapping.
8136
8137 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8140         and mm-verify-option to never.
8141
8142 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * message.el (message-signed-or-encrypted-p): New function.
8145         (message-forward-make-body): Use it.
8146
8147         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8148         Replace encode-coding-string with mm-encode-coding-string.
8149
8150 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * nneething.el (nneething-decode-file-name): Replace
8153         decode-coding-string with mm-decode-coding-string.
8154
8155         * gnus-int.el (gnus-open-server): Say failed server's name.
8156
8157 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8158
8159         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8160         strings to a single string.  Quote `errors-file-name'.
8161         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8162         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8163         Adjust calls.  Use `shell-quote-argument'.
8164
8165 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8166
8167         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8168         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8169
8170         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8171         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8172         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8173         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8174         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8175         (gnus-subscribe-newsgroup, gnus-1):
8176         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8177         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8178         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8179         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8180
8181 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8184         keystroke.
8185         (gnus-summary-limit-to-bodies): Implement headersp.
8186
8187 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8188
8189         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8190
8191 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8194
8195 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * message.el (message-generate-hashcash): Expand range of values to
8198         include `opportunistic'.
8199         (message-send-mail): Use it.
8200
8201 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8202
8203         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8204         and comment it.
8205
8206         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8207
8208 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8209
8210         * gnus-util.el (gnus-extract-address-components): Improve comment.
8211
8212 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8213
8214         * gnus-util.el (gnus-extract-address-components): Work with address in
8215         which the name portion contains @.
8216
8217         * lpath.el: Fbind custom-autoload.
8218
8219 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8220
8221         * gnus.el (gnus-start): Move custom group up.
8222         (gnus-select-method): Don't autoload, but make it available for
8223         `customize-variable'.
8224         (gnus-getenv-nntpserver): Don't autoload.
8225
8226 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8227
8228         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8229
8230 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * message.el (message-sendmail-extra-arguments): New variable.
8233         (message-send-mail-with-sendmail): Use it.
8234
8235 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8238         mm-with-unibyte-current-buffer to make string unibyte.
8239
8240         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8241         mm-string-as-multibyte.
8242
8243 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8244
8245         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8246         Reported by Werner Koch <wk@gnupg.org>.
8247
8248 2006-11-14  Daiki Ueno  <ueno@p360>
8249
8250         * mml2015.el: Autoload epa-select-keys when compiling.
8251
8252 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8253
8254         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8255         message-options.
8256         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8257
8258 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8259
8260         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8261         EasyPG (< 0.0.6).
8262         (mml2015-always-trust): New user option.
8263         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8264         prompt.
8265
8266 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8267
8268         * nntp.el (nntp-authinfo-force): New variable.
8269         (nntp-send-authinfo): Use it.
8270
8271 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8274         decode encoded words.  Improve prompt.  Add comment about forwarding.
8275         (message-replacement-char): Move up.
8276
8277 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8278
8279         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8280         instead of gnus-intersection because arguments of gnus-sorted-nunion
8281         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8282
8283 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8286         (message-simplify-subject-functions): Enable
8287         message-strip-subject-encoded-words by default.
8288
8289 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8290
8291         * message.el (message-strip-subject-encoded-words): New function.
8292         (message-simplify-subject-functions): New variable.
8293         (message-simplify-subject): Use it.  Fix typo in doc string.
8294         Support message-strip-subject-encoded-words.
8295
8296 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8297
8298         * gnus-diary.el (gnus-diary-delay-format-function):
8299         * nndiary.el (nndiary-reminders):
8300         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8301
8302 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8303
8304         * gnus-art.el (article-hide-boring-headers): Fetch date from
8305         gnus-original-article-buffer to avoid problems with localized date
8306         strings.
8307
8308 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8311
8312 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8315         New variables.
8316         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8317         (mm-charset-synonym-alist): Move some entries to
8318         mm-codepage-iso-8859-list.
8319         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8320         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8321
8322 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8325
8326 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8327
8328         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8329         with Emacs 21 and XEmacs.
8330
8331 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8332
8333         * spam.el (spam-parse-address): New function for better parsing,
8334         catching errors, etc.
8335         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8336
8337 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8338
8339         * mm-view.el: Add interactive arg to html2text autoload.
8340
8341 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8344
8345 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8348         variables.
8349         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8350         (mm-charset-synonym-alist): Move some entries to
8351         mm-codepage-iso-8859-list.
8352
8353         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8354
8355 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * message.el (message-citation-line-format)
8358         (message-insert-formated-citation-line): Fix implementation of %E, %N
8359         and %n according to the doc string.
8360
8361 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8362
8363         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8364         car-safe to avoid bad parses.
8365
8366 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8369         names.
8370
8371         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8372
8373 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8376         header.
8377
8378         * message.el (message-draft-headers): Add Date.
8379         (message-headers-to-generate): Fix typo in docstring.
8380
8381         * nndraft.el (nndraft-required-headers): New variable.
8382         (nndraft-generate-headers): Use it.
8383
8384         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8385
8386 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8387
8388         * gnus-registry.el (gnus-registry-wash-for-keywords)
8389         (gnus-registry-find-keywords): New functions to allow easy searching of
8390         articles that are in the registry.
8391
8392 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8395         ietf-drums-parse-address instead of gnus-extract-address-components.
8396         Reported by Damien Elmes <damien@repose.cx>.
8397
8398 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * gnus.el (gnus-mime): Remove unused custom group.
8401
8402 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8403
8404         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8405         "blank line" when searching for end of armor headers.
8406
8407 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gmm-utils.el (gmm-write-region): Fix variable name.
8410
8411 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * gmm-utils.el (gmm-write-region): New function based on compatibility
8414         code from `mm-make-temp-file'.
8415
8416         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8417
8418         * nnmaildir.el (nnmaildir--update-nov)
8419         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8420         Use `gmm-write-region'.
8421
8422 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8425         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8426
8427         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8428
8429         * message.el (message-replacement-char): New variable.
8430         (message-fix-before-sending): Use it.
8431         (message-simplify-subject): New function to remove duplicate code.
8432         (message-reply, message-followup): Use it.
8433
8434         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8435         gnus-summary-limit-to-articles.
8436
8437 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-util.el (gnus-with-local-quit): New macro.
8440
8441         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8442
8443 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8444
8445         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8446         ignore non-string data.
8447
8448 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8449
8450         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8451         non-string data (needs to be done in the registry too).
8452
8453 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8454
8455         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8456         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8457         (gnus-registry-split-fancy-with-parent)
8458         (gnus-registry-fetch-simplified-message-subject-fast)
8459         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8460         Remove text properties on ingress into the registry and when it's saved.
8461         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8462         registry from entries with no groups.
8463
8464 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8465
8466         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8467         function to remove string properties.
8468
8469 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * gmm-utils.el (gmm): Adjust custom version.
8472
8473         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8474         custom version.
8475
8476         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8477
8478 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8479
8480         * gnus-art.el (gnus-insert-prev-page-button)
8481         (gnus-insert-next-page-button): Simplify.  Reformat.
8482
8483 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8484
8485         * gnus-art.el (gnus-insert-prev-page-button)
8486         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8487
8488 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8489
8490         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8491
8492 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8493
8494         * gnus-art.el (gnus-insert-mime-button)
8495         (gnus-insert-mime-security-button):
8496         Apply gnus-article-button-face to MIME and security buttons.
8497
8498 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8499
8500         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8501         readable.
8502
8503 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8506
8507 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8508
8509         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8510         `browse-url-of-file' instead of `browse-url'.
8511
8512 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8513
8514         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8515         regexp.  Articles containing quotation were cut prematurely.
8516
8517 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * message.el (message-cite-original-1): Use nobody by default for the
8520         value of From header.
8521         (message-reply): Ditto.
8522
8523 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8524
8525         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8526         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8527         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8528
8529 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8532         mails in the doc string.  Add some URLs in comment.
8533         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8534
8535 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8538         backslashes handling and the way to find boundaries of quoted strings.
8539
8540 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8541
8542         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8543         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8544         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8545         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8546
8547 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8550         doc string.
8551         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8552
8553 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * lpath.el: Fbind epg-check-configuration.
8556
8557 2006-09-06  Simon Josefsson  <jas@extundo.com>
8558
8559         * mml2015.el (mml2015-use): Doc fix, mention epg.
8560
8561 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8562
8563         * mml2015.el (mml2015-use): Default to epg, if available.
8564
8565 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8566
8567         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8568         message-sender.
8569         (mml1991-epg-encrypt): Ditto.
8570         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8571         message-sender.
8572         (mml2015-epg-encrypt): Ditto.
8573
8574 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8575
8576         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8577         several common directories.
8578
8579 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8580
8581         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8582         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8583
8584 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * gnus-art.el (article-decode-encoded-words): Make it fast.
8587
8588 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8591
8592         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8593         in quoted string into `\'.
8594
8595 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8598         Use standard-syntax-table.
8599
8600 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus-art.el (gnus-decode-address-function): New variable.
8603         (article-decode-encoded-words): Use it to decode headers which are
8604         assumed to contain addresses.
8605         (gnus-mime-delete-part): Remove useless `or'.
8606
8607         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8608         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8609         (gnus-nov-parse-line): Use it to decode From header.
8610         (gnus-get-newsgroup-headers): Ditto.
8611         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8612
8613         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8614         (mail-decode-encoded-address-string): New alias.
8615
8616         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8617         New function.
8618         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8619         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8620         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8621         (rfc2047-decode-string): Ditto.
8622         (rfc2047-decode-address-region): New function.
8623         (rfc2047-decode-address-string): New function.
8624
8625 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * message.el (message-caesar-buffer-body): Allow rotating headers.
8628
8629         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8630
8631         * message.el (message-insert-formated-citation-line): Fix %f.
8632         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8633
8634 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8637         (gnus-bookmark-mouse-available-p): New macro.
8638         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8639         (gnus-bookmark-bmenu-show-infos): Use it.
8640         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8641         (gnus-bookmark-bmenu-hide-infos): Ditto.
8642         (gnus-bookmark-remove-properties): New function.
8643         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8644         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8645         (gnus-bookmark-write-file): Bind coding-system-for-write.
8646         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8647         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8648         group before selecting it.
8649         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8650         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8651         quit-window if it is not available; use gnus-mouse-2 and bind it to
8652         gnus-bookmark-bmenu-select-by-mouse.
8653         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8654         (gnus-bookmark-bmenu-select-by-mouse): New function.
8655
8656 2006-08-13  Romain Francoise  <romain@orebokech.com>
8657
8658         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8659         space.
8660
8661 2006-08-10  Romain Francoise  <romain@orebokech.com>
8662
8663         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8664         (dns-mode-soa-auto-increment-serial): New user option.
8665         (dns-mode-soa-maybe-increment-serial): New function.
8666         (dns-mode): Add the latter to `write-contents-functions'.
8667
8668 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * compface.el (uncompface): Use binary rather than raw-text-unix.
8671
8672 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * compface.el (uncompface): Make sure the eol conversion doesn't take
8675         place when communicating with the external programs.  Reported by
8676         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8677
8678 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8681
8682 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8683
8684         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8685         Make it more robust by parsing author and date independently.
8686
8687 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8690
8691 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8692
8693         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8694         first matching secret key.
8695         (mml2015-epg-encrypt): Ditto.
8696
8697         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8698         first matching secret key.
8699         (mml1991-epg-encrypt): Ditto.
8700
8701         * mml2015.el (mml2015-encrypt-to-self): New user option.
8702         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8703         mml2015-epg-encrypt-to-self is set.
8704
8705         * mml1991.el (mml1991-encrypt-to-self): New variable.
8706         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8707         mml1991-epg-encrypt-to-self is set.
8708
8709         * mml2015.el (mml2015-signers): New user option.
8710         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8711         (mml2015-epg-encrypt): Allow to select signing keys.
8712
8713         * mml1991.el (mml1991-signers): New variable.
8714         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8715         (mml1991-epg-encrypt): Allow to select signing keys.
8716
8717 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * nnheader.el (nnheader-insert-head): Make it work even if the file
8720         uses CRLF for the line-break code.
8721
8722 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8723
8724         * mml2015.el: Require mml-sec instead of password.
8725         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8726         (mml2015-cache-passphrase): Inherit the default value from
8727         mml-secure-cache-passphrase.
8728         (mml2015-passphrase-cache-expiry): Inherit the default value from
8729         mml-secure-passphrase-cache-expiry.
8730
8731         * mml1991.el: Require mml-sec instead of password.
8732         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8733         (mml1991-cache-passphrase): Inherit the default value from
8734         mml-secure-cache-passphrase.
8735         (mml1991-passphrase-cache-expiry): Inherit the default value from
8736         mml-secure-passphrase-cache-expiry.
8737
8738         * mml-sec.el: Require password.
8739         (mml-secure-verbose): New user option.
8740         (mml-secure-cache-passphrase): New user option.
8741         (mml-secure-passphrase-cache-expiry): New user option.
8742
8743 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8744
8745         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8746         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8747         andreas@altroot.de (Andreas Vögele).
8748
8749         FIXME: Use `tiny change'?
8750
8751 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8752
8753         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8754         workaround for the url package included with Emacs.
8755
8756         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8757
8758 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8761         correctly.  This fixes a bug caused by the 2006-05-12 change.
8762
8763 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8764
8765         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8766         some information about the error when saying that the `bogus' mail
8767         group will be used.
8768
8769 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8772         string.
8773
8774 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8775
8776         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8777
8778 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8779
8780         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8781
8782 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8783
8784         * mml1991.el (mml1991-function-alist): Add epg.
8785         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8786         (mml1991-epg-encrypt): New functions.
8787
8788 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8789
8790         * mml2015.el (mml2015-verbose): New variable.
8791         (mml2015-cache-passphrase): Ditto.
8792         (mml2015-passphrase-cache-expiry): Ditto.
8793         (mml2015-function-alist): Add epg.
8794         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8795         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8796         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8797         functions.
8798
8799 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8800
8801         * message.el (message-cite-original-1): Preserve region when removing
8802         quoted text due to X-No-Archive in order to avoid bogus attribution
8803         when citing multiple messages.
8804
8805 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8806
8807         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8808         Kenneth Jacker <khj@be.cs.appstate.edu>.
8809
8810 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * gnus-diary.el (gnus-user-format-function-d)
8813         (gnus-user-format-function-D): Autoload.
8814
8815         * imap.el (Commentary): Fix typo.
8816
8817         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8818         2006-04-22 contribution.
8819
8820 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8821
8822         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8823         It didn't really fix the bogosity I'm seeing with solid web groups.
8824
8825 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8826
8827         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8828         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8829         created using server names.  If we use the feature without declaring
8830         it, Gnus does not properly manage server and group state.
8831
8832         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8833         bound.
8834
8835 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8836
8837         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8838         looking up the method using GROUP's prefix before inventing a new one.
8839         It is used on killed/unknown groups in various places where returning
8840         an all-new method isn't expected by the caller.
8841
8842         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8843         and match semantics of gnus-group-real-prefix.
8844
8845 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * nnmail.el (nnmail-broken-references-mailers): New variable.
8848         (nnmail-ignore-broken-references): New function generalizing
8849         nnmail-fix-eudora-headers.
8850         (nnmail-fix-eudora-headers): Now obsolete.
8851
8852         * gnus-art.el (gnus-button-handle-custom): Support
8853         `customize-apropos*'.
8854
8855 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856
8857         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8858
8859         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8860         articles.
8861
8862 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * message.el (message-cite-reply-above): New variable.
8865         (message-yank-original): Use it.
8866
8867 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8870
8871 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8874         as read.
8875
8876         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8877
8878 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8881         (gnus-bookmark-default-file): Use gnus-directory.
8882         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8883         Remove "*" in doc string.
8884         (gnus-bookmark-write-file): Simplify.
8885         (gnus-bookmark-maybe-sort-alist): Use `when'.
8886         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8887         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8888         FIXME about Emacs 21 and XEmacs compatibility.
8889         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8890         compatibility.
8891         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8892         compatibility.
8893         (gnus-bookmark-menu-heading): Fix version.
8894
8895 2006-06-19  Bastien Guerry  <bzg@altern.org>
8896
8897         * gnus-bookmark.el: New file.
8898
8899 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * message.el (message-syntax-checks): Doc fix.
8902
8903 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8904
8905         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8906         unsubscribed groups as if they were killed ones.  It causes duplicate
8907         entries in gnus-newsrc-alist.
8908
8909 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * message.el (message-syntax-checks): Doc fix.
8912         (message-send-mail): Add check for continuation headers.
8913         (message-check-news-header-syntax): Fix regexp used to check for
8914         continuation headers.
8915
8916 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8919
8920 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8923
8924 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8925
8926         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8927         default-truncate-lines.
8928
8929 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8932         to fill the utf-8 entry.
8933
8934         * lpath.el: Fbind unicode-precedence-list.
8935
8936 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8937
8938         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8939
8940 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8941
8942         * gnus-agent.el (directory-files-and-attributes): Move all the way
8943         forward (the third and final move).
8944         (gnus-agent-read-agentview): Trap reconstruction errors due to
8945         nonexistant directory.  Handle by returning nil.
8946
8947 2006-05-30  Didier Verna  <didier@xemacs.org>
8948
8949         * message.el (message-dont-reply-to-names): Update the custom type.
8950         * message.el (message-dont-reply-to-names): New defsubst: potentially
8951         convert a list of regexps into a single one.
8952         * message.el (message-get-reply-headers): Use it.
8953         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8954
8955 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * gnus-agent.el (directory-files-and-attributes): Move forward.
8958
8959 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * gnus-ml.el (gnus-mailing-list-subscribe)
8962         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8963         (gnus-mailing-list-message): Fix doc strings.
8964
8965 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8966
8967         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8968         of doing it manually.
8969
8970 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8973         comment.
8974
8975 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8976
8977         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8978         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8979         (gnus-agent-read-local): All symbols allocated in my-obarray.
8980         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8981         (gnus-agent-regenerate-group): Check numeric names to see if they are
8982         messages or groups.
8983         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8984         better way of do this...)
8985
8986         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8987         'dummy.group' (there should be a better way of do this...)
8988
8989 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8992         (gnus-saved-headers): Ditto.
8993         (gnus-default-article-saver): Mention functions may have properties.
8994         (gnus-article-save): Override gnus-save-all-headers and
8995         gnus-saved-headers by :headers property which saver function may have.
8996         (gnus-summary-save-in-file): Add :headers property.
8997         (gnus-summary-write-to-file): Ditto.
8998
8999         * gnus-sum.el (gnus-summary-save-article): Bind
9000         gnus-prompt-before-saving to t when saving many articles in a file;
9001         always show all headers.
9002
9003         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9004
9005 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9006
9007         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9008         marks.
9009
9010         * message.el (message-indent-citation): Add optional arguments to allow
9011         using it outside of message buffers.
9012
9013         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9014         (gnus-article-treat-unfold-headers): Use it.
9015         (gnus-article-truncate-lines): New variable.
9016         (gnus-article-mode): Use it.
9017         (gnus-article-toggle-truncate-lines): New function.
9018
9019         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9020         gnus-article-toggle-truncate-lines.
9021
9022         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9023         coding system in XEmacs, use binary.
9024
9025 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9028         after-load-alist.
9029
9030         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9031         this function should save decoded articles.
9032         (gnus-summary-write-to-file): Use property to specify this function
9033         should save decoded articles and specify gnus-summary-save-in-file
9034         should be used to save articles other than the first one when saving
9035         many articles.
9036         (gnus-summary-save-body-in-file): Use property to specify this
9037         function should save decoded articles.
9038         (gnus-summary-write-body-to-file): Use property to specify this
9039         function should save decoded articles and specify
9040         gnus-summary-save-body-in-file should be used to save articles other
9041         than the first one when saving many articles.
9042
9043         * gnus-sum.el (gnus-summary-save-article): Simplify.
9044
9045 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-art.el (gnus-default-article-saver): Add
9048         gnus-summary-write-body-to-file.
9049         (gnus-article-save-coding-system): Don't use coding system object
9050         in XEmacs.
9051         (gnus-read-save-file-name): Add optional `dir-var' argument which
9052         specifies directory in which files are saved; work even if optional
9053         `variable' argument is not specified.
9054         (gnus-summary-write-to-file): Read file name.
9055         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9056         (gnus-summary-write-body-to-file): New function.
9057
9058         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9059         (gnus-summary-local-variables): Add it.
9060         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9061         (gnus-summary-save-article): Remove optional `decode' argument;
9062         determine whether to decode articles by the value of
9063         gnus-default-article-saver; when saving many files using
9064         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9065         it first and use gnus-summary-save-in-file or
9066         gnus-summary-save-body-in-file thereafter unless
9067         gnus-prompt-before-saving is always; move point to article which
9068         will be saved.
9069         (gnus-summary-save-article-file): Revert.
9070         (gnus-summary-write-article-file): Revert.
9071         (gnus-summary-save-article-body-file): Revert.
9072         (gnus-summary-write-article-body-file): New function.
9073
9074 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-art.el (gnus-default-article-saver): Doc fix.
9077         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9078         from gnus-summary-save-article-coding-system, and default to a
9079         certain coding system.
9080         (gnus-output-to-file): Add coding cookie and encode text according
9081         to gnus-article-save-coding-system; don't use mm-append-to-file.
9082
9083         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9084         gnus-art.el and rename to gnus-article-save-coding-system.
9085         (gnus-summary-save-article): Require gnus-art; don't show all
9086         headers if it decodes articles; don't add coding cookie here;
9087         don't bind mm-text-coding-system-for-write.
9088         (gnus-summary-save-article-file): Save decoded articles.
9089         (gnus-summary-write-article-file): When saving many files, use
9090         gnus-summary-write-to-file first and gnus-summary-save-in-file
9091         thereafter unless gnus-prompt-before-saving is always.
9092         (gnus-summary-save-article-body-file): Save decoded articles.
9093
9094         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9095
9096 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * nnrss.el (nnrss-check-group): Bind hash-index.
9099
9100 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9101
9102         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9103         its hash index.  Store this hash in `nnrss-group-data'.
9104         (nnrss-read-group-data): Update accordingly.
9105
9106 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9107
9108         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9109         entry.
9110
9111         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9112         gnus-article-browse-html-article.
9113
9114 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9115
9116         * gnus-sum.el (gnus-summary-mime-map): Add
9117         gnus-article-browse-html-article.
9118
9119         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9120
9121 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9122
9123         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9124         suitable coding systems in customize.
9125
9126 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * mail-source.el (mail-sources): Fix custom type.
9129
9130 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9133         (gnus-summary-expire-articles-now): Shorten prompt.
9134
9135         * gmm-utils.el (wid-edit): Require.
9136         (defun-gmm): Renamed from `gmm-defun-compat'.
9137         (gmm-image-search-load-path): Use it.
9138         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9139
9140 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9143         variable.
9144         (gnus-summary-save-article): Add optional `decode' argument.  If
9145         it is set and gnus-summary-save-article-coding-system is non-nil,
9146         save decoded article.
9147         (gnus-summary-write-article-file): Save decoded article if
9148         gnus-summary-save-article-coding-system is non-nil.
9149
9150         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9151         type.
9152
9153 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9156
9157 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9160         first to test gnus-single-article-buffer which may be buffer-local.
9161
9162         * gnus-sum.el (gnus-summary-setup-buffer): Make
9163         gnus-single-article-buffer buffer-local and nil in ephemeral
9164         group; make gnus-article-buffer, gnus-article-current, and
9165         gnus-original-article-buffer always buffer-local.
9166         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9167         group.
9168         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9169
9170 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9171
9172         * nnml.el (nnml-request-compact-group): Compressed files might not
9173         have .gz extension.
9174
9175 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9176
9177         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9178         (mm-copy-to-buffer): Use with-current-buffer.
9179         (mm-display-part): Simplify.
9180         (mm-inlinable-p): Add optional arg `type'.
9181
9182 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9183
9184         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9185         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9186         Try harder to show the attachment internally or externally using
9187         gnus-mime-view-part-as-type.
9188
9189 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * message.el (message-from-style, message-signature-separator)
9192         (message-user-organization-file, message-send-mail-function)
9193         (message-citation-line-function, message-yank-prefix)
9194         (message-indent-citation-function, message-signature)
9195         (message-signature-file, message-signature-insert-empty-line):
9196         Remove autoloads.
9197
9198         * gnus-art.el (gnus-buttonized-mime-types): Remove
9199         "multipart/signed".  Revert 2006-04-26 change.
9200
9201 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * gnus.el (gnus-version-number): Bump version.
9204
9205 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9206
9207         * gnus.el: No Gnus v0.5 is released.
9208
9209 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9210
9211         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9212         fetching articles by message-id.
9213
9214 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * message.el (hashcash): Require hashcash as normal.
9217
9218         * ecomplete.el (ecomplete-highlight-match-line): Use
9219         point-at-eol.
9220         (ecomplete-highlight-match-line): Use `highlight', because that
9221         face exists in both Emacs and XEmacs.
9222
9223         * message.el (message-display-abbrev): Use point-at-bol.
9224
9225         * mail-source.el: Don't require timer/timer-funcs.
9226
9227         * gnus-async.el: Ditto.
9228
9229         * password.el: Ditto.
9230
9231         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9232
9233         * mm-url.el: Ditto.
9234
9235         * gnus-xmas.el: Don't require timer-funcs.
9236
9237         * mm-util.el: Require timer/timer-funcs.
9238
9239 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9240
9241         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9242         Close.
9243
9244 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9247         unibyte after clear-decrypt function runs.
9248
9249         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9250         returns as a unibyte string.
9251
9252 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * lpath.el: Revert.
9255
9256         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9257         (pgg-gpg-process-sentinel): Revert.
9258
9259         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9260         (pgg-pgp-lookup-key): Revert.
9261
9262         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9263         (pgg-pgp5-lookup-key): Revert.
9264
9265         * pgg.el (pgg-fetch-key): Revert.
9266
9267 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * lpath.el: Fbind string-as-multibyte for XEmacs.
9270
9271         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9272         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9273         (mml1991-pgg-encrypt): Ditto.
9274
9275         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9276         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9277         a multibyte buffer.
9278
9279         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9280         (pgg-pgp-lookup-key): Ditto.
9281
9282         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9283         (pgg-pgp5-lookup-key): Ditto.
9284
9285         * pgg.el (pgg-fetch-key): Ditto.
9286
9287 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9288
9289         * message.el (message-user-organization-file): Check several
9290         locations of the organization file.
9291
9292         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9293         Add gnus-article-view-part-as-type.
9294
9295         * gnus-art.el (gnus-article-view-part-as-type): New function.
9296
9297         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9298         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9299
9300         * mml.el: Simplify autoload.
9301         (mml-mode): defvar dnd-protocol-alist instead of using
9302         symbol-value.
9303         (mml-default-directory): New variable.
9304         (mml-minibuffer-read-file): Use it.
9305         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9306
9307         * message.el (message-citation-line-format): New variable.
9308         (message-insert-formated-citation-line): New function.
9309         (message-citation-line-function): Add
9310         `message-insert-formated-citation-line' to custom type.
9311
9312         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9313         to doc string.
9314
9315         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9316         depending on mm-verify-option.
9317
9318 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9321         binding pgg-* variables; reimplement the section which prevents
9322         MIME header from being signed.
9323         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9324         pgg-text-mode; remove a blank line at the top of body.
9325
9326         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9327         lines at the top of body; use gnus-newsgroup-charset if there's no
9328         Charset header.
9329
9330 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9331
9332         * message.el (message-self-insert-commands): Doc fix.
9333
9334         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9335         (mm-uu-pgp-encrypted-test): Ditto.
9336         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9337         between header and body; return application/pgp-encrypted handle
9338         if decryption failed; decode decrypted body by charset.
9339
9340         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9341         element match to application/pgp-*.
9342
9343 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9344
9345         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9346         HTML.
9347
9348 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9349
9350         * mail-source.el (mail-source-call-script): Message the error
9351         string.
9352
9353 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * gnus-util.el (gnus-byte-compile): Use it.
9356
9357 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9358
9359         * gnus-util.el (kill-empty-logs): New function.
9360
9361 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9362
9363         * message.el (message-mail-alias-type): Doc fix.
9364         (message-mail-alias-type-p): New function.
9365         (message-send): Use it.
9366         (message-mode): Ditto.
9367         (message-strip-forbidden-properties): Ditto.
9368
9369         * ecomplete.el (ecomplete-database-file-coding-system): New
9370         variable.
9371         (ecomplete-save): Use it.
9372         (ecomplete-setup): Use it.
9373
9374 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * message.el (message-self-insert-commands): New variable.
9377         (message-strip-forbidden-properties): Use it.
9378
9379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9380
9381         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9382         that doesn't make XEmacs choke.
9383
9384 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * gnus-util.el (gnus-replace-in-string):
9387         Prefer replace-regexp-in-string over of replace-in-string.
9388
9389 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * gnus-util.el (gnus-select-frame-set-input-focus):
9392         Use select-frame-set-input-focus if it is available in XEmacs; use
9393         definition defined in Emacs 22 for old Emacsen.
9394
9395         * dgnushack.el: Autoload unmorse-region for XEmacs.
9396
9397         * lpath.el: Bind cursor-in-non-selected-windows and
9398         select-frame-set-input-focus for XEmacs.
9399
9400 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9401
9402         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9403
9404 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9405
9406         * gnus-registry.el (gnus-registry-cache-save): Remove text
9407         properties when saving via the temp buffer.
9408
9409 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * message.el (message-generate-hashcash): Honor custom type.
9412
9413 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9414
9415         * message.el (message-generate-hashcash): Default to non-nil when
9416         hashcash is found.
9417
9418         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9419         (gnus-refer-thread-limit): Increase default to 500.
9420
9421         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9422
9423         * flow-fill.el (fill-flowed): Allow delete-space.
9424
9425 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9426
9427         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9428         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9429         Remove autoloads.
9430
9431 2006-04-18  Simon Josefsson  <jas@extundo.com>
9432
9433         * message.el (message-generate-hashcash): Default to.
9434
9435 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9438         concatenating segments rather than before concatenating them.
9439
9440 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9443
9444 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9447
9448         * message.el (message-forward-make-body-plain): Allow
9449         message-forward-ignored-headers to be a list.
9450         (message-remove-ignored-headers): Factor out into function.
9451         (message-forward-make-body-mml): Use it.
9452
9453         * imap.el (imap-quote-specials): New function.
9454         (imap-login-auth): Quote specials.
9455
9456         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9457         (rfc2231-parse-string): Allow concatanation of parameters that
9458         aren't contiguous.  The test case is
9459           (mail-header-parse-content-type "message/external-body;
9460             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9461             access-type=LOCAL-FILE;
9462             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9463
9464 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9465
9466         * nntp.el (nntp-accept-process-output): Return the value of
9467         `nnheader-accept-process-output'.
9468
9469 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9472         (gnus-button-alist): Recognize more diff formats.
9473         (gnus-button-patch): Strip directory.
9474
9475 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9478         Emacs 22 when setting focus.
9479
9480 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * gnus-art.el (gnus-article-treat-types): Do treatment of
9483         text/x-verbatim parts.
9484         (gnus-button-patch): New command.
9485
9486         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9487         addresses that contain invalid characters.
9488
9489 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9490
9491         * message.el (message-put-addresses-in-ecomplete): Use
9492         gnus-replace-in-string.
9493         (message-is-yours-p): Use the more correct
9494         mail-header-parse-address instead of
9495         mail-extract-address-components.
9496         (message-put-addresses-in-ecomplete): Fix typo.
9497
9498         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9499         keystroke.
9500
9501         * gnus-art.el (gnus-treatment-function-alist): Change order of
9502         newsgroups/generic header folding to avoid double-folding.
9503
9504         * message.el (message-hidden-headers): Add X-Draft-From.
9505
9506         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9507         command.
9508         (gnus-summary-repeat-search-article-backward): New command.
9509
9510         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9511         groups in the parent topic.
9512
9513 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9514
9515         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9516         (spam-extra-header-to-number): Return the CRM114 number as a
9517         number instead of a string.
9518
9519 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * gnus-art.el (gnus-face-properties-alist): Moved here from
9522         gnus-fun.
9523
9524         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9525
9526 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9527
9528         * message.el (message-strip-forbidden-properties): Only display on
9529         self-insert-command.
9530
9531         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9532         reindent.
9533         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9534
9535 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9536
9537         * smiley.el (smiley-style): Fix typo.
9538
9539 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * hashcash.el (hashcash-insert-payment-async-2): Use
9542         message-goto-eoh instead of doing it manually.
9543         (mail-add-payment): Use message-narrow-to-header instead of trying
9544         to do the same itself.
9545
9546         * message.el (message-hidden-headers): Add Face.
9547
9548         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9549         reparenting code.
9550         (gnus-summary-reparent-children): Refactored out code.
9551         (gnus-summary-thread-map): New keystroke.
9552         (gnus-summary-reparent-children): Make into command.
9553
9554         * smiley.el (smiley-style): Default to `medium' if using a large
9555         font.
9556
9557         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9558         does it itself.
9559
9560         * message.el (message-point-in-header-p): Simplify definition.
9561
9562 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * nnagent.el (nnagent-request-set-mark): Silence log file
9565         writing.
9566         (nnagent-request-set-mark): Use write-region instead of
9567         append-to-file.
9568
9569         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9570         strange select method.
9571
9572         * ecomplete.el (ecomplete-display-matches): Get highlightling
9573         right.
9574         (ecomplete-display-matches): Use literals.
9575         (ecomplete-display-matches): Disable message logging.
9576
9577         * message.el (message-display-abbrev): Small optimization.
9578
9579         * ecomplete.el (ecomplete-display-matches): Allow automatic
9580         display.
9581
9582         * message.el (message-strip-forbidden-properties): Display
9583         abbrevs.
9584         (message-display-abbrev): Get automatic display right.
9585
9586         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9587         keystrokes.
9588
9589 2006-04-13  Romain Francoise  <romain@orebokech.com>
9590
9591         TODO: Backport to v5-10!
9592
9593         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9594         Moved here (and renamed) from gnus-registry.el.
9595
9596         * gnus-registry.el: Require gnus-util.
9597         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9598
9599 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * gnus-group.el (gnus-group-catchup-current): Change
9602         if-then-else-if-then-else into cond.
9603         (gnus-group-catchup): Indent.
9604         (group-name-at-point): New function.
9605         (gnus-fetch-group): Provide default from thing at point.
9606
9607 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608
9609         * message.el (message-display-abbrev): Fix regexp.
9610
9611         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9612         choosing.
9613         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9614         dead variables.
9615
9616         * message.el (message-newline-and-indent): Remove debugging.
9617         (message-display-abbrev): Use new implementation.
9618
9619 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9620
9621         * gnus-art.el (gnus-article-mode): Set
9622         cursor-in-non-selected-windows to nil.
9623
9624         * smiley.el: Revert previous change.
9625         (smiley-data-directory): defvar it before using it in the
9626         defcustom of `smiley-style'.
9627
9628 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9629
9630         * message.el (message-newline-and-indent): New function.
9631
9632         * ecomplete.el: Implement more bits.
9633
9634         * message.el (message-put-addresses-in-ecomplete): Clean up the
9635         string.
9636
9637         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9638
9639         * gnus-sum.el (gnus-summary-save-parts): Bind
9640         gnus-summary-save-parts-counter and use it to make unique file
9641         names.
9642
9643         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9644
9645         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9646         parameter to say whether to actually parse the individual
9647         addresses.
9648
9649         * message.el (message-put-addresses-in-ecomplete): New function.
9650         (ecomplete): Require.
9651         (message-mail-alias-type): Add ecomplete as an option.
9652
9653 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9654
9655         * flow-fill.el (fill-flowed): Remove trailing space from blank
9656         quoted lines.
9657
9658 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * smiley.el (smiley-style): Move definition later to avoid a
9661         compilation warning.
9662
9663 2006-04-12  Kenichi Handa  <handa@m17n.org>
9664
9665         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9666         buffer and then decode the buffer text if necessary.
9667         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9668         first, and after mm-encode-body, change the buffer to unibyte.
9669         Use mm-disable-multibyte instead of set-buffer-multibyte.
9670
9671 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9674         Content-Type header instead of Content-Disposition header.
9675         (gnus-mime-inline-part): Ditto.
9676         (gnus-mime-view-part-as-charset): Ignore charset that the part
9677         specifies.
9678
9679         * mm-decode.el (mm-display-part): Work with external parts and
9680         usual parts similarly.
9681
9682         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9683         instead of gnus-display-mime.
9684
9685         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9686         instead of with-temp-buffer.
9687
9688         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9689         tag to summarized topics part in order to encode non-ASCII text.
9690
9691 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * smiley.el (smiley-style): New variable.
9694         (smiley-directory): New function.
9695         (smiley-data-directory): Derive from `smiley-style' using
9696         `smiley-directory'.
9697         (smiley-regexp-alist): Add new entries.
9698
9699         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9700         (gnus-article-browse-delete-temp): Add :version.
9701
9702 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9703
9704         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9705         the sieve region.
9706
9707 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * gnus.el (gnus-version-number): Bump version.
9710
9711 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * gnus.el: No Gnus v0.4 is released.
9714
9715 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9718         layout.
9719
9720         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9721         unknown charset.
9722
9723         * message.el (message-header-synonyms): Add Original-To to the
9724         default.
9725
9726         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9727         optional parameter.
9728
9729 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * gnus-fun.el (gnus): Require it for gnus-directory.
9732
9733 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9736
9737 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9738
9739         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9740
9741 2006-04-05  Simon Josefsson  <jas@extundo.com>
9742
9743         * password.el (password-reset): New function.
9744
9745 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9746
9747         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9748         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9749
9750 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9751
9752         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9753         Some whitespace was matched into the url, which broke browsing hits
9754         > 100 when mm-url-use-external was nil.
9755
9756 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9759         gnus-extra-headers for 'Newsgroups.
9760
9761         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9762         bound.
9763
9764 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9765
9766         * pgg-gpg.el: Clean up process buffers every time gpg processes
9767         complete.
9768
9769 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9770
9771         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9772         doc string.
9773
9774 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9775
9776         * pgg-gpg.el (pgg-gpg-process-filter)
9777         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9778
9779         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9780         lines, temporary fix.
9781
9782 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9785
9786 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9787
9788         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9789         default-enable-multibyte-characters.  This reverts the change from
9790         revision 6.17 which is no longer necessary because the passphrase
9791         is sent separately now.  GnuPG messages are unreadable under
9792         multibyte locales with default-enable-multibyte-characters set to
9793         nil.
9794
9795 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9796
9797         * message.el (message-tool-bar-gnome): Move "spell".
9798
9799 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9802         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9803         instead.
9804
9805 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9806
9807         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9808         newsgroups handling for NNTP overviews which don't include
9809         Newsgroups.
9810
9811 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9812
9813         * message.el (message-resend): Bind message-generate-hashcash to nil.
9814
9815 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9816
9817         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9818         when searching for already-paid recipients.
9819
9820 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9821
9822         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9823         passphrases when it is not needed.
9824         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9825         passphrase stuff from gpg, should only be necessary when you use
9826         gpg with a smartcard.
9827
9828 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * mml.el (mml-insert-mime): Ignore cached contents of
9831         message/external-body part.
9832
9833         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9834         (mm-insert-part): Ditto.
9835
9836 2006-03-23  Simon Josefsson  <jas@extundo.com>
9837
9838         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9839         Reiner.
9840         (pgg-gpg-use-agent-p): Use it again.
9841
9842 2006-03-23  Simon Josefsson  <jas@extundo.com>
9843
9844         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9845         older emacsen.
9846         (pgg-gpg-use-agent-p): Don't use it.
9847
9848 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9851         if we can.
9852
9853 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9854
9855         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9856         (pgg-gpg-update-agent): New function.
9857         (pgg-gpg-use-agent-p): New function.
9858         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9859         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9860         (pgg-gpg-sign-region): Use it.
9861
9862 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9865         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9866
9867 2006-03-21  Simon Josefsson  <jas@extundo.com>
9868
9869         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9870         <wilde@sha-bang.de>.
9871         (pgg-gpg-use-agent): New variable.
9872         (pgg-gpg-process-region): Use it.
9873         (pgg-gpg-encrypt-region): Likewise.
9874         (pgg-gpg-encrypt-symmetric-region): Likewise.
9875         (pgg-gpg-decrypt-region): Likewise.
9876         (pgg-gpg-sign-region): Likewise.
9877         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9878
9879 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9880
9881         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9882
9883         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9884         Add comment on version.
9885
9886 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * smiley.el: Add missing test smiley.
9889
9890 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9891
9892         * mm-decode.el (mm-with-part): New macro.
9893         (mm-get-part): Use it; work with message/external-body as well.
9894         (mm-save-part): Treat name and filename equally.
9895
9896         * mm-extern.el (mm-extern-cache-contents): New function.
9897         (mm-inline-external-body): Use it; force the part to be displayed;
9898         move undisplayer added to the cached handle to the parent.
9899
9900         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9901         (gnus-mime-view-part-as-type): Work with message/external-body.
9902
9903         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9904
9905 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9908         images in image-load-path.  [Sync with image.el, revision 1.60, in
9909         Emacs.]
9910
9911 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9914         path rather than symbol.  Always return list of directories.
9915         Guarantee that image directory comes first.  [Sync with image.el,
9916         revision 1.59, in Emacs.]
9917
9918         * message.el (message-make-tool-bar): Adjust to new API of
9919         `gmm-image-load-path-for-library'.
9920
9921         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9922
9923         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9924
9925 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9926
9927         * gnus-art.el (gnus-article-only-boring-p):
9928         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9929         intangible text.
9930         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9931
9932 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9935         `defun' instead of `gmm-defun-compat'.
9936
9937 2006-03-14  Simon Josefsson  <jas@extundo.com>
9938
9939         * message.el (message-unique-id): Don't use message-number-base36
9940         if (user-uid) is a float.
9941         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9942
9943 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9946
9947         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9948         empty line between a part and a message part.
9949
9950 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * smiley.el: Add more test smileys.
9953         (smiley-data-directory, smiley-regexp-alist)
9954         (gnus-smiley-file-types): Fix doc strings.
9955         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9956         adding new elements.
9957         (smiley-mouse-map): Unused code.  Make it a comment.
9958
9959 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9962         scan latest NoCeM messages instead of old ones.
9963         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9964         delimiters that are recently used.
9965         (gnus-nocem-load-cache): Add autoload cookie.
9966
9967         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9968
9969         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9970         level which is larger than gnus-use-nocem is specified.
9971
9972         * gnus-group.el (gnus-group-get-new-news): Ditto.
9973
9974 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-util.el (gnus-tool-bar-update): New function.
9977
9978         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9979         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9980
9981         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9982
9983         * gnus-group.el (gnus-group-redraw-when-idle)
9984         (gnus-group-redraw-check): Remove.
9985         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9986
9987 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9988
9989         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9990         if optional last element is specified in splits (FIELD VALUE...).
9991
9992 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9993
9994         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9995         to gmm-image-load-path-for-library.  Call with no-error argument.
9996         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9997
9998         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9999
10000         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10001
10002         * gmm-utils.el (gmm-image-load-path): Remove alias.
10003
10004 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gmm-utils.el (gmm-image-load-path): Add alias.
10007
10008         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10009         nnml-generate-nov-databases-1.
10010         (nnml-generate-nov-databases): Use it.
10011         (nnml-generate-nov-databases-directory): Document no-active
10012         argument.
10013
10014         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10015         directory if path is t.  Add no-error.
10016
10017         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10018         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10019
10020         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10021         resetting gnus-article-browse-html-temp-list.
10022
10023         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10024         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10025         Add example to docstring.  Rename local variables.  Move error
10026         checks to default case in cond and simplify.
10027
10028 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10031         handle is multipart when calling it recursively.
10032         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10033
10034 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10035
10036         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10037         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10038
10039 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10040
10041         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10042         is loaded.
10043
10044         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10045         loaded.
10046
10047 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10050         to "Emacs 23 (unicode)" in doc string.
10051
10052         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10053         "Emacs 23 (unicode)" in comment.
10054
10055 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10058
10059         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10060         characters 160 through 255 in Emacs 23.
10061
10062 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10063
10064         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10065         gnus-article-browse-html-temp.
10066         (gnus-article-browse-delete-temp): Make it customizable.  Add
10067         `file'.  Adjust doc string.
10068         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10069         query for each file.  Adjust doc string.
10070         (gnus-article-browse-html-parts): Add
10071         `gnus-article-browse-delete-temp-files' to
10072         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10073
10074 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10075
10076         * gnus-art.el (gnus-article-browse-html-temp)
10077         (gnus-article-browse-delete-temp): New variables.
10078         (gnus-article-browse-delete-temp-files): New function.
10079         (gnus-article-browse-html-parts): Use it.
10080
10081 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10082
10083         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10084
10085         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10086         string.
10087
10088         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10089         gnus-summary-insert-new-articles when unplugged.  Remove
10090         gnus-summary-search-article-forward.
10091
10092         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10093         display-visual-class instead of display-color-cells.
10094
10095 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * dgnushack.el: Autoload customize-group for XEmacs.
10098
10099         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10100         message/* containing non-ASCII text properly.
10101
10102 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * message.el: Require gmm-utils, remove autoloads.
10105         (message-tool-bar): Set default based on
10106         gmm-tool-bar-style.
10107         (message-tool-bar-gnome): Add gmm-customize-mode.
10108
10109         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10110         gmm-tool-bar-style.
10111         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10112
10113         * gnus-group.el (gnus-group-tool-bar): Set default based on
10114         gmm-tool-bar-style.
10115         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10116
10117         * gmm-utils.el (gmm-image-directory): Rename variable from
10118         gmm-image-load-path.
10119         (gmm-image-load-path): Use gmm-image-directory.
10120         (gmm-customize-mode): New function.
10121         (gmm-tool-bar-style): New variable.
10122
10123         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10124         gnus-group-redraw-line-number.
10125         (gnus-group-redraw-check): Simplify.
10126         (gnus-group-tool-bar-update): Remove redraw check.
10127         (gnus-group-make-tool-bar): Add redraw check.
10128
10129 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10130
10131         * gnus-art.el (gnus-button): Add missing parentheses.
10132
10133 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * lpath.el: Fbind line-number-at-pos.
10136
10137 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10140
10141 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus-art.el (gnus-button): New face.
10144         (gnus-article-button-face): Use it.
10145
10146         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10147         gnus-summary-next-page.  Re-order.
10148
10149         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10150         next-node are now included.
10151         (gnus-group-redraw-line-number): New internal variable.
10152         (gnus-group-redraw-check): Helper function for updating the tool
10153         bar.
10154         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10155
10156         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10157
10158         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10159         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10160         Use it to match format of Spamassassin 3.0 and later.  Reported by
10161         IRIE Tetsuya <irie@t.email.ne.jp>.
10162         (spam-check-bogofilter)
10163         (spam-bogofilter-register-with-bogofilter): Fix args of
10164         `gnus-error' calls.
10165
10166 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10169         unnecessary interaction when sending queued mails.  Reported by
10170         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10171
10172 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10173
10174         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10175         first or last are nil.
10176
10177 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10178
10179         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10180
10181 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182
10183         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10184
10185 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10186
10187         * dns.el (query-dns): Protect more against buggy tcp output.
10188
10189 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10192         nov.php.
10193
10194 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10195
10196         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10197         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10198         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10199         output on the server side.
10200         (nnweb-google-create-mapping): Update regexps and add some
10201         progress indication.
10202
10203 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10206         gnus-agent-toggle-plugged.  Re-order icons.
10207         (gnus-group-tool-bar-gnome): Add
10208         gnus-group-{prev,next}-unread-group.
10209         (gnus-group-tool-bar-gnome): Re-order icons.
10210
10211         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10212         gnus-summary-insert-new-articles.
10213
10214         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10215         comments.
10216
10217         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10218         also available in Emacs 21.3.
10219
10220         * message.el (message-fix-before-sending): Change "Emacs 22" to
10221         "Emacs 23 (unicode)" in comment.
10222
10223         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10224         "Emacs 23 (unicode)" in comment.
10225
10226         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10227         comment.
10228         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10229
10230         * mm-view.el (mm-fill-flowed): Add :version.
10231
10232 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10235         and load-path.
10236
10237 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * message.el: Autoload gmm-image-load-path.
10240         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10241         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10242         consitency.
10243
10244         * gmm-utils.el (gmm-image-load-path): Also search in
10245         "../etc/images".  Don't set gmm-image-load-path if we don't find
10246         the image.
10247
10248 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gmm-utils.el (gmm-image-load-path): Don't make
10251         `gmm-image-load-path' include subdirectories which the second arg
10252         `image' might specify.
10253
10254         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10255         subdirectory to icon file names.
10256
10257         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10258
10259 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10260
10261         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10262         gmm-image-load-path calls.
10263
10264         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10265
10266         * message.el (message-make-tool-bar): Ditto.
10267
10268         * mml.el (mml-preview): Added comment concerning tool bar icons.
10269
10270         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10271         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10272
10273         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10274         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10275
10276         * message.el (message-tool-bar-gnome): Use new icon names.
10277         (message-make-tool-bar): Use `gmm-image-load-path'.
10278
10279         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10280         functions from MH-E.
10281         (gmm-image-load-path): New variable from MH-E.
10282         (gmm-image-load-path): New function from MH-E.  Added arguments
10283         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10284         *-image-load-path-called-flag.
10285
10286 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10287
10288         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10289
10290 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10291
10292         * nnimap.el (nnimap-request-move-article): Change folder back to
10293         source group before deleting.
10294
10295 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10298
10299         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10300         mm-url.
10301
10302         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10303
10304 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10307         coding system which mm-charset-to-coding-system returns for a
10308         given charset is valid.
10309
10310 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10311
10312         * html2text.el (html2text-remove-tag-list):
10313         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10314
10315 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10316
10317         * gnus-cus.el: Revert 2005-10-17 change.
10318
10319 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * gnus-art.el (article-strip-banner): Call
10322         article-really-strip-banner only when the regexp match is made.
10323
10324 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus-art.el (article-strip-banner): Use
10327         gnus-extract-address-components instead of
10328         mail-header-parse-addresses to make it work with non-ASCII text;
10329         remove mail-encode-encoded-word-string.
10330
10331         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10332         values which are surrounded with \"...\"; make it never cause a
10333         Lisp error; give up parsing of parameters if it failed in
10334         extracting type.
10335
10336 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10337
10338         * smime.el (smime-cert-by-ldap-1): Fix bug where
10339         `smime-ldap-search' returns results without userCertificates.
10340
10341 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10344
10345 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * spam.el (spam-check-spamassassin-headers): Adapt format for
10348         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10349         <ari@mbf.ocn.ne.jp>.
10350         (spam-list-of-processors): Add spam-use-gmane.
10351
10352 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10355         make-temp-file; make it work with XEmacs as well.
10356
10357         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10358         mm-make-temp-file.
10359
10360         * mm-decode.el (mm-display-external): Use the 3rd arg of
10361         mm-make-temp-file.
10362         (mm-create-image-xemacs): Ditto.
10363
10364 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10367         with message-narrow-to-headers.
10368         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10369         (gnus-draft-check-draft-articles): New function.
10370         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10371
10372 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10373
10374         * gnus-art.el (gnus-article-browse-html-parts):
10375         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10376         Don't use suffix argument for mm-make-temp-file for Emacs 21
10377         compatibility.  Remove useless `format'.
10378
10379 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10380
10381         * nnweb.el (nnweb-google-wash-article): Update regexps.
10382         (nnweb-group-alist): Use defvoo instead of defvar.
10383
10384 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10387         re-loading nn* modules.
10388
10389 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10392         for `tool-bar-mode' and don't check it's default-value.
10393
10394         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10395
10396         * message.el (message-make-tool-bar): Ditto.
10397
10398         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10399         `substring'.  Shorten tmp-file name.
10400
10401         * gnus.el: Remove bogus comment.
10402
10403 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10404
10405         * gnus-art.el (gnus-article-browse-html-parts): New function.
10406         (gnus-article-browse-html-article): New function for viewing html
10407         articles with a browser.
10408
10409 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10410
10411         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10412         in elisp.
10413         (pgg-gpg-encrypt-symmetric-region): Ditto.
10414         (pgg-gpg-sign-region): Ditto.
10415
10416         * pgg-def.el (pgg-text-mode): New variable.
10417
10418         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10419         (mml2015-pgg-encrypt): Ditto.
10420
10421         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10422         (mml1991-pgg-encrypt): Ditto.
10423
10424 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10427         message-make-date instead of current-time-string.
10428
10429         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10430         to gnus-decoded which mm-uu might set.
10431
10432 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10435         don't decode quoted parameters; remove misimported Emacs code.
10436         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10437         (rfc2231-decode-encoded-string): Don't use split-string which
10438         behaves differently according to Emacs version; use
10439         mm-decode-coding-region to convert charset to coding-system.
10440         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10441         (rfc2231-encode-string): Remove misimported Emacs code.
10442
10443 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10446         when calling mail-header-parse-content-type.
10447         (article-de-quoted-unreadable): Ditto.
10448         (article-de-base64-unreadable): Ditto.
10449         (article-wash-html): Ditto.
10450
10451         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10452         calling mail-header-parse-content-type and
10453         mail-header-parse-content-disposition.
10454         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10455         mail-header-parse-content-type.
10456
10457         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10458         insert charset and format parameters; encode description after
10459         inserting it to buffer.
10460         (mml-insert-parameter): Fold lines properly even if a parameter is
10461         segmented into two or more lines; change the max column to 76.
10462
10463         * rfc1843.el (rfc1843-decode-article-body): Don't use
10464         ignore-errors when calling mail-header-parse-content-type.
10465
10466         * rfc2231.el (rfc2231-parse-string): Return at least type if
10467         possible; don't cause an error even if it fails in parsing of
10468         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10469         (rfc2231-encode-string): Don't break lines at the beginning, leave
10470         it to mml-insert-parameter.
10471
10472         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10473         calling mail-header-parse-content-type.
10474
10475 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * spam-report.el (spam-report-gmane-use-article-number):
10478         Improve doc string.
10479         (spam-report-gmane-internal): Check if a suitable header was found
10480         in the article.
10481
10482 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10485         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10486
10487 2006-02-05  Romain Francoise  <romain@orebokech.com>
10488
10489         Update copyright notices of all files in the gnus directory.
10490
10491 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10492
10493         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10494
10495 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10498         segmented lines of parameter value to cope with Thunderbird 1.5
10499         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10500         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10501         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10502
10503 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10504
10505         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10506         parts.
10507
10508 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10509
10510         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10511         there's only one active file for all servers.
10512         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10513         solid groups.  Gnus might have used a FAST request to select the group.
10514         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10515         and nnweb-search redundantly in the active file.
10516         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10517         (nnweb-request-create-group): Don't use ARGS.
10518         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10519         initialisations.  Let nnoo do the work.
10520
10521 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10524         Say the part has been decoded.
10525
10526         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10527
10528 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10529
10530         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10531         mailcap-viewer-test-cache when there's no 'test clause, since that
10532         will invert the meaning of a "nil" test previously determined by
10533         mailcap-mailcap-entry-passes-test.
10534
10535 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10538         compiling.
10539
10540         * gnus-sum.el: Ditto.
10541
10542         * message.el: Don't bind tool-bar-map when compiling.
10543
10544 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10545
10546         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10547
10548 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10549
10550         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10551         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10552         current Google Groups.
10553
10554 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10557         and tool-bar-mode.
10558
10559         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10560         and tool-bar-mode.
10561
10562         * message.el (message-tool-bar-update): Simplify.
10563         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10564
10565         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10566         gnus-summary-buffer.
10567         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10568         gnus-summary-reply.
10569
10570         * gmm-utils.el (gmm): Add :version.
10571
10572 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * Makefile.in (clean): New rule.
10575         (distclean): Use it.
10576
10577 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10578
10579         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10580         autoload.
10581
10582 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gmm-utils.el (gmm-verbose): Add :group.
10585
10586 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * message.el: Change some comments WRT tool-bars.
10589
10590         * gnus-sum.el (gnus-summary-tool-bar)
10591         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10592         (gnus-summary-tool-bar-zap-list): New variables.
10593         (gnus-summary-make-tool-bar): Complete rewrite using
10594         `gmm-tool-bar-from-list'.
10595
10596         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10597         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10598         variables.
10599         (gnus-group-make-tool-bar): Complete rewrite using
10600         `gmm-tool-bar-from-list'.
10601         (gnus-group-tool-bar-update): New function.
10602
10603         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10604
10605 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10606
10607         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10608         is dissected into a single part of which the type is the same as
10609         the given one; decode charset.
10610
10611 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10612
10613         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10614         into alists as symbol not string, since that's what
10615         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10616         look for.
10617
10618 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10621         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10622
10623         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10624
10625 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10628         (gnus-xmas-mime-security-button-menu): New function.
10629
10630         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10631         (gnus-mime-security-button-menu): New definition.
10632         (gnus-mime-security-button-map): Use them.
10633         (gnus-mime-security-button-menu): New function.
10634         (gnus-insert-mime-security-button): Addition to help echo.
10635         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10636         (gnus-mime-security-pipe-part): New functions.
10637
10638         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10639         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10640
10641         * mm-decode.el (mm-handle-set-disposition): Remove.
10642         (mm-handle-set-description): Remove.
10643
10644 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10647         (mm-w3m-standalone-supports-m17n-p): New function.
10648         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10649         w3m usage.
10650
10651         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10652         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10653
10654 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * message.el (message-tool-bar-zap-list): Use
10657         gmm-tool-bar-zap-list as custom type.
10658         (message-tool-bar-update): New function.
10659         (message-tool-bar, message-tool-bar-gnome)
10660         (message-tool-bar-retro): Add message-tool-bar-update.
10661         (message-tool-bar-gnome): Add flyspell-buffer.
10662
10663         * gnus-util.el (gnus-error): Describe `args'.
10664
10665         * gmm-utils.el (gmm-error): Describe `args'.
10666         (gmm-tool-bar-zap-list): New widget.
10667         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10668
10669 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10672         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10673         the number of recursive calls.
10674
10675         * mm-decode.el (mm-handle-set-disposition): New macro.
10676         (mm-handle-set-description): New macro.
10677
10678 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10681         encoding.
10682
10683 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10684
10685         * message.el (message-tool-bar-zap-list, message-tool-bar)
10686         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10687         (message-tool-bar-local-item-from-menu): Remove.
10688         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10689         (message-make-tool-bar): New function.
10690         (message-mode): Use `message-make-tool-bar'.
10691
10692         * gmm-utils.el: New file.
10693         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10694         (gmm-lazy): New widget copied from `nnmail.el'.
10695         (gmm-tool-bar-from-list): New function for creating customizable
10696         tool bars.
10697         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10698         output.
10699         (gmm): Add :prefix to defgroup.
10700
10701 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10702
10703         * gmm-utils.el (gmm-widget-p): New function.
10704
10705 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * mml.el (mml-attach-file): Describe `description' in doc string.
10708         (mml-menu): Add Emacs MIME manual and PGG manual.
10709
10710 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10711
10712         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10713
10714 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10715
10716         * nntp.el (nntp-end-of-line): Doc fix.
10717
10718 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10719
10720         * imap.el (imap-open): Handle case where buffer is a buffer
10721         object.
10722
10723 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10724
10725         * gnus-delay.el (gnus-delay): Don't autoload.
10726         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10727         to be re-loaded when customizing the `gnus-delay' group.
10728
10729 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10730
10731         * message.el (message-insert-citation-line): Use newlines.
10732
10733 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10734
10735         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10736         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10737         these routines, so the passphrase can be managed externally and
10738         passed in to the system.
10739         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10740         pgg-add-passphrase-to-cache function.
10741
10742         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10743         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10744         these routines, so the passphrase can be managed externally and
10745         passed in to the system.
10746         (pgg-pgp5-sign-region): Use new name of
10747         pgg-add-passphrase-to-cache function.
10748
10749 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10750
10751         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10752         part of the decoded armor to find the key-identifier.
10753         (pgg-gpg-lookup-key-owner): New function to return the
10754         human-readable identifier of a key owner.
10755         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10756         itself.
10757         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10758         the key value) if we have a key and can match it against a secret
10759         key.  Also, added a note pointing out fact that the prompt only
10760         indicates the first matching key.
10761
10762         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10763         pgg-decrypt-region.
10764         (pgg-add-passphrase-to-cache): Rename from
10765         `pgg-add-passphrase-cache' to reduce confusion (all callers
10766         changed).
10767         (pgg-remove-passphrase-from-cache): Rename from
10768         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10769         changed).
10770         (pgg-read-passphrase, pgg-add-passphrase-cache)
10771         (pgg-remove-passphrase-cache): Add informative docstrings.
10772         (pgg-decrypt): Convey provided passphrase in subordinate call to
10773         pgg-decrypt-region.
10774
10775 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10776
10777         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10778         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10779         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10780         'passphrase' argument, so the passphrase can be managed externally
10781         and then passed in to the system.
10782
10783         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10784         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10785         so the passphrase cache can be used reliably with identifiers
10786         besides a pgp packet's key id.
10787
10788         * pgg-gpg.el (pgg-gpg-encrypt-region)
10789         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10790         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10791         these routines, so the passphrase can be managed externally and
10792         passed in to the system.
10793
10794         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10795         'notruncate' argument, so the passphrase cache can be used
10796         reliably with identifiers besides a pgp packet's key id.
10797
10798 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10799
10800         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10801         symmetric encryption.
10802         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10803         encrypted session key.
10804         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10805         message ask for the passphrase in a proper way.
10806
10807         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10808         New user commands for symmetric encryption.
10809
10810 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10813
10814         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10815
10816 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10817
10818         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10819
10820 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * mm-decode.el (mm-inlined-types): Add application/pgp.
10823         (mm-automatic-display): Ditto.
10824
10825         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10826         part as text.
10827
10828 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * nnrss.el: Update copyright.
10831         (nnrss-opml-import): Query whether to subscribe to each entry.
10832
10833         * gnus-art.el:
10834         * gnus-sum.el:
10835         * gnus-xmas.el:
10836         * messagexmas.el:
10837         * mm-uu.el:
10838         * mm-view.el: Update copyright.
10839
10840 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * message.el (message-info): New function.
10843         (message-mode-menu): Add it.
10844         Update copyright.
10845
10846         * ChangeLog: Fix and update copyright.
10847
10848 2006-01-13  Romain Francoise  <romain@orebokech.com>
10849
10850         * message.el (message-forward-subject-name-subject): Prefer the
10851         address to 'nowhere' if the sender has no name.
10852         Fix typo.  Update copyright year.
10853
10854 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el (article-wash-html): Use
10857         gnus-summary-show-article-charset-alist if a numeric arg is given.
10858         (gnus-article-wash-html-with-w3m-standalone): New function.
10859
10860         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10861         mm-inline-text-html-render-with-w3m-standalone.
10862         (mm-text-html-washer-alist): Map w3m-standalone to
10863         gnus-article-wash-html-with-w3m-standalone.
10864         (mm-inline-text-html-render-with-w3m-standalone): New function.
10865
10866 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10867
10868         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10869         Improve LaTeX.
10870
10871 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10874         (nnrss-request-article): Render text/plain parts as HTML.
10875
10876         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10877         the buffer.
10878
10879 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10882         custom definition of `gnus-posting-styles'.
10883
10884         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10885         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10886
10887 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10890         Use nntp for bug archive.
10891
10892 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10893
10894         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10895         parts.
10896         (nnrss-normalize-date): New function converts ISO 8601 date into
10897         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10898         (nnrss-check-group): Use it.
10899
10900 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10901
10902         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10903
10904         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10905         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10906         (nnrss-insert-w3): Ditto.
10907
10908 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10911         the articles to be forwarded including the case where neither a
10912         number of articles nor a region is specified.
10913
10914 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * nnrss.el (nnrss-request-article): Fix last change; fill
10917         text/plain parts.
10918
10919 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10922         in text/plain part.
10923         (nnrss-check-group): Don't add excessive newline to dc:subject.
10924
10925 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10926
10927         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10928         article.
10929
10930 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10933         (nnml-use-compressed-files, nnml-save-mail): Support other
10934         comression programs such as bzip2.
10935
10936 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * dns.el (query-dns): Make sure we check the buffer size before
10939         removing tcp headers.
10940
10941 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10944         remove MIME buttons associated with multipart/alternative parts.
10945         (gnus-mime-display-alternative): Tag buttons using `article-type'
10946         text property.
10947
10948         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10949         associated with multipart/alternative parts.
10950
10951         * gnus-art.el (gnus-signature-separator): Fix custom type.
10952
10953         * mm-decode.el (mm-inlined-types): Fix custom type.
10954         (mm-keep-viewer-alive-types): Ditto.
10955         (mm-automatic-display): Ditto.
10956         (mm-attachment-override-types): Ditto.
10957         (mm-inline-override-types): Ditto.
10958         (mm-automatic-external-display): Ditto.
10959
10960 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * spam-report.el (spam-report-user-mail-address)
10963         (spam-report-user-agent): New variables.
10964         (spam-report-url-ping-plain): Use spam-report-user-agent.
10965
10966 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10967
10968         * gnus-art.el (gnus-button-handle-custom): Do not just use
10969         `customize-apropos' for any "M-x customize-*" button but the
10970         function called for.  Accept both the function name and its
10971         argument in order to achieve this.
10972         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10973         function name to `gnus-button-handle-custom' in case of "M-x
10974         customize-*" buttons.
10975
10976 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10979         multipart/alternative and add xref to mm-discouraged-alternatives
10980         in doc string.
10981
10982         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10983         gnus-buttonized-mime-types in doc string.
10984
10985 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10986
10987         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10988         Suggest image/.* in the doc string.
10989
10990 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10993         message-marks (Debian bug #342521).
10994
10995 2005-12-12  Simon Josefsson  <jas@extundo.com>
10996
10997         * password.el (password-read-from-cache): Add.
10998         (password-read): Use it.
10999
11000 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11003         us-ascii as a MIME charset.
11004
11005         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11006         against the case where the 2nd arg TYPE is nil.
11007
11008 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11009
11010         * pop3.el (pop3-stream-type): Fix custom version.
11011
11012         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11013
11014 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11015
11016         * mm-decode.el (mm-display-external): Add missing cdr.
11017
11018 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11021         RFC1524) if it is in mailcap or add a suffix according to
11022         mailcap-mime-extensions when generating a temp filename; postpone
11023         deleting a temp file for 2 seconds for some wrappers, shell
11024         scripts, and so on, which might exit right after having started a
11025         viewer command as a background job.
11026
11027 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * nntp.el (nntp-marks-directory): Fix custom group.
11030
11031         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11032         steps when < 10.
11033
11034         * gnus-start.el (gnus-no-server-1): Mention
11035         `gnus-level-default-subscribed' in doc string.
11036
11037 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11038
11039         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11040         parens.
11041
11042 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-xmas.el (gnus-use-toolbar): Revert.
11045         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11046         gnus-use-toolbar is default.
11047
11048         * messagexmas.el (message-use-toolbar): Revert.
11049         (message-setup-toolbar): Use global default-toolbar if
11050         message-use-toolbar is default.
11051
11052 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11055         according to default-toolbar-visible-p.
11056
11057         * messagexmas.el (message-use-toolbar): Ditto.
11058
11059 2005-11-26  Dave Love  <fx@gnu.org>
11060
11061         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11062         (tls-program, tls-success): Provide openssl alternative.
11063
11064         * starttls.el: Doc fixes.
11065         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11066         SERVICE to PORT.
11067
11068         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11069         port null or service name.
11070         (starttls-negotiate): Autoload.
11071
11072 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * message.el (message-kill-to-signature): Fix interactive spec.
11075
11076 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * pop3.el (pop3-open-server): Recognize a string as a service name.
11079
11080 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11081
11082         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11083
11084 2005-11-23  Dave Love  <fx@gnu.org>
11085
11086         Add pop3s, pop3/starttls.
11087
11088         * pop3.el (pop3-authentication-scheme): Clarify doc.
11089         (open-tls-stream, starttls-open-stream): Autoload.
11090         (pop3-stream-type): New.
11091         (pop3-open-server): Use it.
11092
11093         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11094         for POP.
11095         (mail-source-keyword-map): Add :stream for POP.
11096         (mail-source-fetch-pop): Use pop3-stream-type.
11097
11098 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11101         of current-time-string.
11102
11103 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11104
11105         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11106         date header.
11107
11108 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11109
11110         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11111         it can seriously impact performance as it bypasses the agent's
11112         local caches.
11113
11114 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11115
11116         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11117         must be explicitly online rather than "not explicitly offline" for
11118         its flags to be synchronized.
11119
11120         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11121         that gnus-uu-unmark-thread will function correctly.
11122
11123         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11124         1024K is instead displayed as 1M.
11125
11126 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127
11128         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11129
11130 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11131
11132         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11133
11134 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11135
11136         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11137         error message to display actual error condition.
11138         (gnus-agent-save-local): Avoid saving symbols that are bound to
11139         nil as they simply result in a warning message in
11140         gnus-agent-read-local.
11141
11142 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11145         rather than make-variable-buffer-local for file-precious-flag.
11146
11147 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11148
11149         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11150         for duplicates which are removed.  The invalid sort check then
11151         triggers a rescan after the sort as sorting may have moved
11152         duplicate entries such that they can be cheaply detected.
11153
11154 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11157
11158 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11159
11160         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11161         internal variable to a custom variable.  Changed default value
11162         from compressed(2) to uncompressed(1).
11163         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11164         support for uncompressed agentview files.  Taken together, reading
11165         the agentview file should now be 6-7 times faster.
11166
11167 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11168
11169         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11170         as a buffer-local variable.  This avoids creating truncated
11171         dribble files as a result of a hang up, eg.
11172
11173 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11174
11175         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11176         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11177         XEmacs.
11178
11179 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * gnus-start.el (gnus-start-draft-setup): Enforce
11182         `gnus-draft-mode' for nndraft:drafts at startup.
11183
11184         * gnus.el (gnus-splash): Change custom group.
11185         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11186         allow-list argument.
11187
11188         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11189         string.
11190
11191 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * gnus-art.el (gnus-default-article-saver): Add user-defined
11194         `function' to custom type.
11195
11196 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11197
11198         * imap.el (imap-open): Handle case where buffer is a buffer
11199         object.
11200
11201 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11204         long lines.
11205         (gnus-cache-delete-group): Wrap doc strings.
11206
11207         * gnus-agent.el (gnus-agent-rename-group)
11208         (gnus-agent-delete-group): Wrap doc strings.
11209
11210 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * messagexmas.el (message-use-toolbar): Change the valid values
11213         into default, top, bottom, left, and right.
11214         (message-toolbar-thickness): New variable.
11215         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11216         well.
11217         (message-setup-toolbar): Make it work.
11218
11219         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11220         (gnus-use-toolbar): Change the valid values into default, top,
11221         bottom, left, and right.
11222         (gnus-toolbar-thickness): New variable.
11223         (gnus-xmas-setup-toolbar): New function.
11224         (gnus-xmas-setup-group-toolbar): Use it.
11225         (gnus-xmas-setup-summary-toolbar): Use it.
11226
11227 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11228
11229         * gnus-start.el (gnus-1): Add "native" to
11230         gnus-predefined-server-alist.
11231
11232         * gnus.el (gnus-method-to-server): Don't add "native" to the
11233         lists here, because that leads to problems when
11234         gnus-select-method is bound.
11235
11236 2005-11-09  Simon Josefsson  <jas@extundo.com>
11237
11238         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11239         use (not sort-by-date) instead.
11240
11241 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11242
11243         * gnus-delay.el (gnus-delay-group): Don't autoload.
11244         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11245         to be re-loaded when customizing the `gnus-delay' group.
11246
11247 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11248
11249         * message.el: Revert last changes.
11250         (message-insert-citation-line): Use newlines.
11251
11252 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11253
11254         * message.el (message-courtesy-message)
11255         (message-mark-insert-begin, message-mark-insert-end)
11256         (message-elide-ellipsis, message-cancel-message)
11257         (message-add-header, message-change-subject)
11258         (message-cross-post-followup-to-header)
11259         (message-cross-post-insert-note, message-reduce-to-to-cc)
11260         (message-widen-reply, message-delete-not-region)
11261         (message-kill-to-signature, message-insert-signature)
11262         (message-insert-importance-high, message-insert-importance-low)
11263         (message-insert-or-toggle-importance)
11264         (message-insert-disposition-notification-to)
11265         (message-indent-citation, message-yank-original)
11266         (message-cite-original-without-signature, message-cite-original)
11267         (message-insert-citation-line, message-position-on-field)
11268         (message-fix-before-sending, message-send-mail-partially)
11269         (message-send-mail, message-send-mail-with-sendmail)
11270         (message-send-mail-with-qmail, message-send-news)
11271         (message-check-news-header-syntax, message-generate-headers)
11272         (message-insert-courtesy-copy, message-fill-address)
11273         (message-fill-header, message-shorten-references)
11274         (message-setup-1, message-cancel-news)
11275         (message-forward-make-body-plain, message-forward-make-body-mime)
11276         (message-forward-make-body-mml, message-encode-message-body)
11277         (message-forward-make-body-digest-plain)
11278         (message-forward-make-body-digest-mime)
11279         (message-use-alternative-email-as-from): Insert `hard-newline'
11280         instead of ordinary newlines.
11281
11282 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * message.el (message-generate-headers): Downcase the argument
11285         given to message-check-element.
11286
11287 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11288
11289         * nntp.el (nntp-authinfo-rejected): New error condition.
11290         (nntp-wait-for): Use new error condition to signal authentication
11291         error.
11292         (nntp-retrieve-data): Rethrow new error condition to break out of
11293         recursive call to nntp-send-authinfo.
11294
11295 2005-11-08  Romain Francoise  <romain@orebokech.com>
11296
11297         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11298         (gnus-summary-exit-map): Bind to `Z p'.
11299         (gnus-summary-make-menu-bar): Add menu item.
11300
11301 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11302
11303         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11304         (gnus-treat-*): Add `first' in all doc strings.
11305
11306         * gnus-group.el (gnus-group-compact-group): Fix typo.
11307
11308 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus.el (gnus-parameters-case-fold-search): New variable.
11311         (gnus-parameters-get-parameter): Use it.
11312
11313         * gnus-score.el (gnus-home-score-file): Doc fix.
11314
11315 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11316
11317         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11318
11319 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * mm-util.el (mm-special-display-p): New function.
11322
11323         * mml.el (mml-preview): Use it; doc fix.
11324
11325 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11326
11327         * imap.el (imap-open): Handle case where buffer is a buffer object.
11328
11329 2005-10-29  Romain Francoise  <romain@orebokech.com>
11330
11331         * message.el (message-fix-before-sending): Fix comment.
11332
11333 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11334
11335         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11336
11337 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11338
11339         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11340         Used in gnus-score.el.
11341
11342 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11345
11346 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11349         whitespace removed in revision 7.8.  Use concatenated string to
11350         protect trailing whitespace.
11351
11352 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11353
11354         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11355         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11356         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11357         Courier IMAP ("some version from 2004").  Mostly based on similar
11358         code in the same function.
11359
11360 2005-10-26  Didier Verna  <didier@xemacs.org>
11361
11362         * gnus-group.el (gnus-group-compact-group): Invalidate original
11363         article buffer.
11364         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11365         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11366         NOV database and in article itself.
11367         Invalidate article backlog.
11368
11369 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11372
11373 2005-10-26  Simon Josefsson  <jas@extundo.com>
11374
11375         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11376         part of 2004-07-25 change.
11377
11378 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * message.el (message-display-completion-list): New function.
11381         (message-expand-group): Use it; make sure the Completions buffer
11382         is modifiable.
11383 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11384
11385         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11386         user-mail-name is an empty string.
11387
11388 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11391         depending on gnus-score-decay-constant.
11392
11393         * encrypt.el (encrypt-insert-file-contents)
11394         (encrypt-write-file-contents): Don't use `gnus-message'.
11395
11396         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11397         arguments.
11398         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11399         arguments to mm-uu-verbatim-marks-extract.
11400         (mm-uu-hide-markers): New variable.
11401         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11402
11403         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11404         (gnus-convert-image-to-face-command): Use "convert" by default to
11405         allow other input image formats.
11406         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11407         accordingly.
11408
11409 2005-10-23  Simon Josefsson  <jas@extundo.com>
11410
11411         * imap.el (imap-gssapi-program): Align command line parameters
11412         with latest GNU SASL.
11413         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11414
11415 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11418         HTML.
11419         (nnslashdot-request-article): Ditto.
11420
11421         * lpath.el (featurep): Add nobreak-char-display.
11422
11423 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11424
11425         * mail-source.el (mail-source-fetch-pop): Require pop3.
11426         (mail-source-check-pop): Ditto.
11427
11428 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11431         errors.
11432
11433 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11436         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11437
11438         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11439
11440         * mm-bodies.el (mm-decode-string): Call
11441         `mm-charset-to-coding-system' with allow-override argument.
11442
11443 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11444
11445         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11446         (rfc2047-charset-to-coding-system): New function.
11447         (rfc2047-decode-encoded-words): New function.
11448         (rfc2047-decode-region): Use them.
11449         (rfc2047-decode-cte): Remove.
11450         (rfc2047-parse-and-decode): Remove.
11451         (rfc2047-decode): Remove.
11452
11453 2005-10-15  Kenichi Handa  <handa@m17n.org>
11454
11455         * rfc2047.el (rfc2047-decode-cte): New function.
11456         (rfc2047-decode-region): Change the way to decode successive
11457         encoded-words: decode B- or Q-encoding in each encoded-word,
11458         concatenate them, and decode it as charset.
11459
11460 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * lpath.el: Fbind codepage-setup for XEmacs.
11463
11464 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11465
11466         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11467         widget-move-and-invoke.
11468         (gnus-custom-mode): Use gnus-custom-map.
11469
11470 2005-10-15  Bill Wohler  <wohler@newt.com>
11471
11472         * message.el (message-tool-bar-map): Renamed image file from
11473         mail_send to mail/send.
11474
11475 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11476
11477         * message.el (message-expand-group): Pass the common
11478         prefix substring of completion to `display-completion-list'.
11479
11480 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * mml-sec.el (mml-secure-method): New internal variable.
11483         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11484         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11485         functions using mml-secure-method.
11486
11487         * mml.el (mml-mode-map): Add key bindings for those functions.
11488         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11489         Harder <harder@myrealbox.com>.
11490         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11491         end of message if point is the headers of the message.
11492
11493         * message.el (message-in-body-p): New function.
11494
11495         * assistant.el: Autoload gnus-util and netrc.
11496
11497         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11498         Use `mm-charset-override-alist' only when decoding.
11499
11500         * mm-bodies.el (mm-decode-body): Call
11501         `mm-charset-to-coding-system' with allow-override argument.
11502
11503         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11504         `filename' from Content-Disposition if Content-Type doesn't
11505         provide `name'.
11506         (gnus-mime-view-part-as-type): Set default instead of
11507         initial-input.
11508
11509 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11510
11511         * format-spec.el (format-spec): Propagate text properties of % spec.
11512
11513 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * gnus-art.el (gnus-treat-predicate): Add `first'.
11516
11517 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11520         (mm-charset-override-alist): New variable.
11521         (mm-charset-to-coding-system): Use it.
11522         (mm-codepage-setup): New helper function.
11523         (mm-charset-eval-alist): New variable.
11524         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11525         about unknown charsets.
11526
11527         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11528
11529 2005-10-04  David Hansen  <david.hansen@gmx.net>
11530
11531         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11532         (nnrss-check-group): Ditto.
11533
11534 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11537         Rename x-gnus-verbatim to x-verbatim.
11538         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11539
11540         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11541         x-verbatim.
11542
11543         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11544
11545         * gnus-util.el (gnus-remove-duplicates): Remove.
11546
11547         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11548         instead of gnus-remove-duplicates.
11549
11550         * message.el (message-remove-duplicates): Remove.
11551         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11552         message-remove-duplicates.
11553
11554         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11555         available, else use implementation from `delete-dups'.
11556
11557         * message.el (message-insert-expires): New function.
11558         (message-mode-map): Add key binding.
11559         (message-mode-field-menu): Add menu entry.
11560         (message-mode): Document it.
11561         (message-make-expires-date): Use `message-make-date'.
11562
11563 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11564
11565         * message.el (message-make-expires-date): New function.
11566
11567 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * Makefile.in (list-installed-shadows): New entry.
11570         (install): Use it.
11571         (remove-installed-shadows): New entry.
11572
11573         * dgnushack.el (dgnushack-default-load-path): New variable.
11574         (dgnushack-find-lisp-shadows): New function.
11575         (dgnushack-remove-lisp-shadows): New function.
11576
11577 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * Makefile.in (install-el-elc): New entry.
11580         (install): Use it so that .el files are necessarily installed.
11581
11582 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11585
11586 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11587
11588         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11589         function rather than the diff-mode.el package.
11590         (mm-display-external): Use with-current-buffer.
11591         (mm-viewer-completion-map, mm-viewer-completion-map):
11592         Move initialization inside declaration.
11593
11594 2005-09-29  Simon Josefsson  <jas@extundo.com>
11595
11596         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11597         autoload mail-check-payment.
11598         (spam-check-hashcash): Define unconditionally, since hashcash.el
11599         is part of Gnus now.  Ignore errors from payment checking.
11600
11601 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * message.el (message-bold-region, message-unbold-region): Rename
11604         from `bold-region' and `unbold-region'.
11605
11606         * message.el: Remove useless autoloads.
11607
11608 2005-09-28  Simon Josefsson  <jas@extundo.com>
11609
11610         * message.el (message-use-idna): Default to t.
11611         (message-use-idna): Test whether encoding works too.  Doc fix.
11612
11613 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * nntp.el (nntp-warn-about-losing-connection): Remove.
11616
11617 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11620         customizable.  Change default value.
11621         (mm-uu-diff-groups-regexp): Change default value.
11622         (mm-uu-type-alist): Add doc string.
11623         (mm-uu-configure): Add doc string.  Make it interactive.
11624         (mm-uu-tex-groups-regexp): New variable.
11625         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11626         (mm-uu-type-alist): Add LaTeX documents.
11627         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11628         of "text/verbatim".
11629         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11630
11631         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11632         instead of "text/verbatim".
11633
11634         * message.el (message-mark-inserted-region)
11635         (message-mark-insert-file): Use slrn style marks when called with
11636         prefix argument.
11637
11638 2005-09-27  Simon Josefsson  <jas@extundo.com>
11639
11640         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11641
11642 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11643
11644         * message.el (message-remove-duplicates): New function.
11645         Implementation borrowed from `gnus-remove-duplicates'.
11646         (message-idna-to-ascii-rhs): Also encode idna addresses in
11647         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11648         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11649         only ask about the same idna domain once per header and also tell
11650         in what header to replace the idna domain.
11651
11652         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11653         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11654         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11655         a header is decoded and not just the last one.
11656
11657 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11658
11659         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11660         has been decoded.
11661
11662         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11663         (mm-insert-part): Don't modify text if it has been decoded.
11664
11665         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11666         decoded.
11667
11668         * mm-view.el (mm-inline-text): Don't strip text props unless
11669         decoding enriched or richtext parts.
11670
11671 2005-09-25  Romain Francoise  <romain@orebokech.com>
11672
11673         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11674         * gnus-start.el (gnus-subscribe-interactively):
11675         * gnus-uu.el (gnus-uu-grab-articles):
11676         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11677         space.
11678
11679 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11680
11681         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11682         * mm-view.el (mm-view-pkcs7-decrypt):
11683         * gnus-sum.el (gnus-summary-limit-to-extra)
11684         (gnus-summary-respool-article, gnus-read-move-group-name):
11685         * gnus-score.el (gnus-summary-increase-score):
11686         * gnus-util.el (gnus-completing-read-with-default):
11687         * gnus-art.el (gnus-read-save-file-name)
11688         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11689         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11690         * message.el (message-check-news-header-syntax):
11691         Follow convention for reading with the minibuffer.
11692
11693 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * spam-report.el (spam-report-url-ping-plain):
11696         Use gnus-extended-version as User-Agent.
11697
11698         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11699         default value is nil.
11700
11701         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11702         (mm-uu-verbatim-marks-extract): New function.
11703         (mm-uu-extract): New face.
11704         (mm-uu-copy-to-buffer): Use it.
11705
11706         * spam-report.el (spam-report-gmane-ham): Renamed from
11707         `spam-report-gmane-unspam'.
11708         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11709         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11710
11711         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11712         Autoload.
11713         (spam-report-gmane-unregister-routine): Renamed
11714         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11715
11716 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11717
11718         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11719         (spam-report-gmane-unregister-routine): Add support for gmane
11720         unregistration.
11721
11722         * spam-report.el (spam-report-gmane-unspam)
11723         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11724         (spam-report-gmane): Change to take a single article and do unspam
11725         registration.
11726
11727 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11728
11729         * mm-url.el (mm-url-decode-entities): Fix regexp.
11730
11731 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11732
11733         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11734         default to nil, to be able to use Gnus at all.  If the default
11735         switches to something else, then the function should be fixed not
11736         be exceedingly slow.
11737
11738 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11739
11740         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11741         fail hard.
11742
11743         * spam-report.el: Add better Keywords line.
11744
11745         * spam.el: Add Maintainer and better Keywords line.
11746
11747 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-art.el (gnus-article-replace-part)
11750         (gnus-mime-replace-part): New functions.
11751         (gnus-mime-action-alist, gnus-mime-button-commands)
11752         (gnus-mime-save-part-and-strip): Added file argument.
11753         (gnus-article-part-wrapper): Added interactive argument.
11754
11755         * gnus-sum.el (gnus-summary-mime-map): Add
11756         `gnus-article-replace-part'.
11757
11758 2005-09-19  Didier Verna  <didier@xemacs.org>
11759
11760         The nnml compaction feature:
11761         * nnml.el (nnml-request-compact-group): New function.
11762         * nnml.el (nnml-request-compact): New function.
11763         * gnus-int.el (gnus-request-compact-group): New function.
11764         * gnus-int.el (gnus-request-compact): New function.
11765         * gnus-group.el (gnus-group-compact-group): New function.
11766         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11767         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11768         * gnus-srvr.el (gnus-server-compact-server): New function.
11769         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11770         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11771
11772 2005-09-18  Deepak Goel  <deego@gnufans.org>
11773
11774         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11775         format spec.
11776
11777 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11780
11781 2005-09-15  Romain Francoise  <romain@orebokech.com>
11782
11783         * message.el (message-fill-paragraph): Clarify docstring.
11784
11785 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * gnus-art.el (gnus-mime-display-part): Protect against broken
11788         MIME messages.
11789
11790 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11793         before parsing header.
11794
11795 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11796
11797         * html2text.el (html2text-replace-list): Add new entities.
11798
11799 2005-09-11  Romain Francoise  <romain@orebokech.com>
11800
11801         * message.el (message-alternative-emails): Improve docstring.
11802         (message-setup-1): Call `message-use-alternative-email-as-from'
11803         after `message-setup-hook' to give it precedence over posting
11804         styles, etc.
11805         (message-use-alternative-email-as-from): Add docstring.  Remove
11806         the original From header if present.
11807
11808         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11809         (nnml-save-mail): Use it.
11810
11811         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11812         articles.  Add new argument `silent'.
11813         (gnus-uu-mark-all): Report the total number of marked articles.
11814
11815 2005-09-10  Romain Francoise  <romain@orebokech.com>
11816
11817         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11818         (gnus-uu-mark-series): Likewise.
11819
11820 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * spam-report.el (spam-report-gmane): Fix generation of spam
11823         report URL.
11824
11825 2005-09-10  Simon Josefsson  <jas@extundo.com>
11826
11827         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11828         t, based on discussion on the ding list with Robert Epprecht
11829         <epprecht@solnet.ch>.
11830
11831 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11832
11833         * spam-report.el (spam-report-gmane): Make it work without
11834         X-Report-Spam header.  Gmane now only provides Archived-At.
11835         This is only used if `spam-report-gmane-use-article-number' is nil.
11836         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11837
11838         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11839         make `gnus-summary-sort-by-recipient' work with threading.
11840
11841         * nnweb.el (nnweb-google-wash-article): Print a message if article
11842         is not available.
11843
11844 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11845
11846         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11847         change.  Decode text/* parts content before displaying.
11848
11849 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11850
11851         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11852
11853 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11856
11857         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11858         url-package-name, url-package-version,
11859         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11860         w3m-display-inline-images, and w3m-minor-mode-map.
11861
11862 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11863
11864         * message.el (message-tab-body-function): Fix mismatched custom type.
11865
11866         * gnus.el (gnus-group-change-level-function): Ditto.
11867
11868         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11869
11870         * gnus-art.el (gnus-signature-limit)
11871         (gnus-article-mime-part-function): Ditto.
11872
11873 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11874
11875         * mml.el (mml-mode): Silence the byte compiler.
11876
11877         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11878         using `(sit-for 0)' before moving the point to the specified part;
11879         skip unbuttonized parts.
11880         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11881         return to the summary window if gnus-auto-select-part is non-nil.
11882
11883 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11886         variables.
11887         (mml-dnd-attach-file, mml-mode): Use them.
11888
11889         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11890         Make fetching article by MID work again for Google Groups.  Added
11891         FIXME concerning gnus-group-make-web-group.
11892
11893         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11894         Don't depend on Gnus by using mail-extract-address-components if
11895         gnus-extract-address-components is not bound.
11896
11897 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11898
11899         * gnus-art.el (gnus-mime-display-security): Don't display the
11900         signature, but only the signed part.
11901
11902 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11905
11906         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11907         list, not listp.
11908
11909 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11910
11911         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11912         when encoding.
11913
11914         * mm-bodies.el (mm-decode-content-transfer-encoding):
11915         De-canonicalize CRLF for all text content types, not just
11916         text/plain.
11917
11918 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11921         valid article; point arrow and cursor at the MIME button.
11922
11923 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11926         Suggested by Dan Christensen <jdc@uwo.ca>.
11927
11928         * mm-decode.el (mm-save-part): Enable change of prompt.
11929
11930 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11931
11932         * gnus-msg.el (gnus-inews-add-send-actions): Made
11933         `message-post-method' lambda parameter ARG `&optional'.
11934
11935 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * gnus-sum.el (gnus-summary-mime-map): Added
11938         gnus-article-save-part-and-strip, gnus-article-delete-part and
11939         gnus-article-jump-to-part.
11940
11941         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11942         (gnus-article-edit-part): Use it.
11943         (gnus-article-part-wrapper): Added no-handle argument.
11944         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11945         functions.
11946
11947 2005-08-29  Romain Francoise  <romain@orebokech.com>
11948
11949         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11950         docstring.
11951         (gnus-face-from-file): Likewise.
11952
11953 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11956         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11957         non-nil.
11958         (gnus-auto-select-part): New variable.
11959         (gnus-article-jump-to-part): New function.
11960         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11961         (gnus-mime-delete-part): Allow selecting specified part after
11962         deleting or stripping parts.
11963         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11964         part if argument is bogus.
11965
11966 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11967
11968         * gnus-art.el (w3m-minor-mode-map):
11969         * gnus-spec.el (gnus-newsrc-file-version):
11970         * gnus-util.el (nnmail-active-file-coding-system)
11971         (gnus-original-article-buffer, gnus-user-agent):
11972         * gnus.el (gnus-ham-process-destinations)
11973         (gnus-parameter-ham-marks-alist)
11974         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11975         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11976         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11977         * mm-decode.el (gnus-current-window-configuration):
11978         * mm-extern.el (gnus-article-mime-handles):
11979         * mm-url.el (url-current-object, url-package-name)
11980         (url-package-version):
11981         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11982         (smime-keys, w3m-cid-retrieve-function-alist)
11983         (w3m-current-buffer, w3m-display-inline-images)
11984         (w3m-minor-mode-map):
11985         * mml-smime.el (gnus-extract-address-components):
11986         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11987         (gnus-newsrc-hashtb, message-default-charset)
11988         (message-deletable-headers, message-options)
11989         (message-posting-charset, message-required-mail-headers)
11990         (message-required-news-headers):
11991         * mml1991.el (mc-pgp-always-sign):
11992         * mml2015.el (mc-pgp-always-sign):
11993         * nnheader.el (nnmail-extra-headers):
11994         * rfc1843.el (gnus-decode-encoded-word-function)
11995         (gnus-decode-header-function, gnus-newsgroup-name):
11996         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11997
11998 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11999
12000         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12001         the end of the date treatments.
12002
12003 2005-08-15  Simon Josefsson  <jas@extundo.com>
12004
12005         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12006         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12007         Capello and Romain Francoise.
12008         (pgg-fetch-key-function): Removed, not used?
12009         (pgg-insert-url-with-w3): Require url, to get
12010         url-insert-file-contents regardless of where it is defined.
12011
12012 2005-08-13  Romain Francoise  <romain@orebokech.com>
12013
12014         * message.el (message-cite-original-1): New function.
12015         (message-cite-original): Use it.
12016         (message-cite-original-without-signature): Ditto.
12017
12018 2005-08-08  Romain Francoise  <romain@orebokech.com>
12019
12020         * message.el (message-yank-empty-prefix): New variable.
12021         (message-indent-citation): Use it.
12022         (message-cite-original-without-signature): Respect X-No-Archive.
12023
12024 2005-08-08  Simon Josefsson  <jas@extundo.com>
12025
12026         * pgg.el: Autoload url-insert-file-contents instead of loading
12027         w3/url.
12028         (pgg-insert-url-with-w3): Don't load url here.
12029
12030 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12031
12032         * message.el (message-kill-to-signature): Don't insert newline at
12033         bol.
12034         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12035
12036 2005-08-06  Romain Francoise  <romain@orebokech.com>
12037
12038         * message.el (message-user-fqdn): Fix typo in docstring.
12039
12040 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12041
12042         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12043
12044         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12045
12046 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * mm-bodies.el (mm-encode-body): Use coding system rather than
12049         charset to encode text.
12050
12051         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12052         number of charsets if utf-8 is available (XEmacs).
12053
12054 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12055
12056         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12057         taken from `gnus-button-mid-or-mail-regexp'.
12058         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12059         (gnus-button-alist): Improve regexp for domain part of the MIDs
12060         for news:localpart@domain buttons.
12061         (gnus-button-ctan-directory-regexp): Update.
12062
12063 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * sieve-manage.el (sieve-manage-interactive-login): Use
12066         make-local-variable rather than make-variable-buffer-local.
12067         (sieve-manage-open): Ditto.
12068         (sieve-manage-authenticate): Ditto.
12069
12070         * mml.el (mml-generate-mime-1): Make the content type default to
12071         text/plain if the filename is not specified.
12072
12073 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12076         instead of insert-buffer.
12077
12078         * message.el (message-yank-original): Ditto; set the mark at the
12079         end of the yanked message.
12080
12081 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12082
12083         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12084         lines to scroll rather than to stop it.
12085
12086         * mml.el (mml-generate-default-type): Add doc string.
12087         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12088         default to application/octet-stream when determining the content
12089         type if it is not specified for the part or the mml contents; add
12090         a comment about mml-generate-default-type.
12091
12092 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12095         make it default to application/octet-stream when determining the
12096         content type if it is not specified for the external contents.
12097
12098 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12099
12100         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12101         segmented parameter but also other parameters might be there.
12102
12103 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * mm-decode.el (mm-display-external): Delete temp file, directory
12106         and buffer immediately if the external process is exited.
12107
12108 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12111         fewer lines than that of scroll-margin.
12112         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12113
12114 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-art.el (gnus-article-next-page): Revert.
12117         (gnus-article-beginning-of-window): New macro.
12118         (gnus-article-next-page-1): Use it.
12119         (gnus-article-prev-page): Ditto.
12120         (gnus-article-edit-part): Use insert-buffer-substring instead of
12121         insert-buffer.
12122         (gnus-article-edit-exit): Ditto.
12123
12124         * gnus-util.el (gnus-beginning-of-window): Remove.
12125         (gnus-end-of-window): Remove.
12126
12127         * lpath.el: Don't bind header-line-format and scroll-margin.
12128
12129 2005-07-25  Simon Josefsson  <jas@extundo.com>
12130
12131         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12132         to have the url package without w3.  Reported by Daiki Ueno
12133         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12134
12135 2005-07-20  Didier Verna  <didier@xemacs.org>
12136
12137         * gnus-diary.el: Remove the description comment (nndiary is now
12138         properly documented in the Gnus manual).
12139         Fix the spelling of "Back End".
12140         * nndiary.el: Ditto.
12141         Fix the copyright notice.
12142
12143 2005-07-18  Romain Francoise  <romain@orebokech.com>
12144
12145         * gnus-sum.el (gnus-summary-to-prefix)
12146         (gnus-summary-newsgroup-prefix): New variables.
12147         (gnus-summary-from-or-to-or-newsgroups): Use them.
12148
12149 2005-07-17  Romain Francoise  <romain@orebokech.com>
12150
12151         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12152         space as it's generally not especially interesting to the user.
12153
12154 2005-07-16  Romain Francoise  <romain@orebokech.com>
12155
12156         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12157         nil to avoid prompting and file modification if one of the
12158         messages at the top of the nnfolder file contains a copyright
12159         notice.
12160         Update copyright notice.
12161
12162         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12163         instead of `current-time-string' as the latter creates a time
12164         string that is not RFC 2822 compliant (it lacks the zone).
12165         Update copyright notice.
12166
12167 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12168
12169         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12170         for text/rtf.  Display default in prompt.  Pass default for M-n.
12171
12172         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12173
12174 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * gnus-msg.el (gnus-button-mailto): Remove
12177         save-selected-window-window hackery because it relies on
12178         save-selected-window internals.
12179
12180 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12183         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12184         (gnus-article-prev-page): Ditto.
12185
12186         * gnus-util.el (gnus-beginning-of-window): New function.
12187         (gnus-end-of-window): New function.
12188
12189         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12190
12191 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12192
12193         * gnus-score.el (gnus-score-edit-all-score): Set
12194         gnus-score-edit-exit-function to gnus-score-edit-done and call
12195         gnus-message.
12196
12197 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12198
12199         * gnus-msg.el (gnus-button-mailto): Remove
12200         save-selected-window-window hackery because it relies on
12201         save-selected-window internals.
12202
12203 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12204
12205         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12206         add-minor-mode.
12207         (gnus-binary-mode): Ditto.
12208
12209         * gnus-topic.el (gnus-topic-mode): Ditto.
12210
12211 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12212
12213         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12214         (gnus-article-prev-page): Take scroll-margin into consideration.
12215
12216 2005-07-04  Lute Kamstra  <lute@gnu.org>
12217
12218         Update FSF's address in GPL notices.
12219
12220 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12221
12222         * gnus.el (gnus-exit):
12223         * gnus-group.el (gnus-group-icons):
12224         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12225
12226         * gnus-nocem.el (gnus-nocem):
12227         * message.el (message-various, message-buffers, message-sending)
12228         (message-interface, message-forwarding, message-insertion)
12229         (message-headers, message-news, message-mail):
12230         * pgg-gpg.el (pgg-gpg):
12231         * pgg-parse.el (pgg-parse):
12232         * pgg-pgp.el (pgg-pgp):
12233         * pgg-pgp5.el (pgg-pgp5):
12234         * pop3.el (pop3): Finish `defgroup' description with period.
12235
12236 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * gnus-art.el (article-display-face): Improve the efficiency.
12239         (article-display-x-face): Ditto; remove grey x-face stuff.
12240
12241 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-art.el (article-display-face): Correct the position in
12244         which Faces are inserted.
12245
12246 2005-06-29  Didier Verna  <didier@xemacs.org>
12247
12248         * gnus-art.el (article-display-face): Display faces in correct
12249         order.
12250
12251 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12254         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12255         (gnus-nocem-check-article): Fetch the Type header.
12256         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12257         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12258         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12259         make sure gnus-nocem-hashtb is initialized.
12260         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12261         (gnus-nocem-unwanted-article-p): Ditto.
12262
12263         * pgg.el (pgg-verify): Return the verification result.
12264
12265 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12266
12267         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12268         is ascii.
12269
12270 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12271
12272         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12273         `show-nonbreak-escape'.
12274
12275 2005-06-23  Lute Kamstra  <lute@gnu.org>
12276
12277         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12278
12279         * dig.el (dig-mode):
12280         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12281
12282 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12283
12284         * nnimap.el (nnimap-split-download-body): Fix spellings.
12285
12286 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12287
12288         * gnus-art.el (gnus-article-encrypt-body):
12289         * gnus-cus.el (gnus-score-customize):
12290         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12291         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12292
12293 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12294
12295         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12296         header by looking for magic "MII" at the beginnig.
12297
12298 2005-06-16  Miles Bader  <miles@gnu.org>
12299
12300         * gnus-xmas.el (gnus-xmas-group-startup-message):
12301         Use renamed gnus-splash face.
12302
12303         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12304         (assistant-field-face): New backward-compatibility alias for renamed
12305         face.
12306         (assistant-render-text): Use renamed assistant-field face.
12307
12308         * spam.el (spam): Remove "-face" suffix from face name.
12309         (spam-face): New backward-compatibility alias for renamed face.
12310         (spam-face, spam-initialize): Use renamed spam face.
12311
12312         * message.el (message-header-to, message-header-cc)
12313         (message-header-subject, message-header-newsgroups)
12314         (message-header-other, message-header-name)
12315         (message-header-xheader, message-separator, message-cited-text)
12316         (message-mml): Remove "-face" suffix from face names.
12317         (message-header-to-face, message-header-cc-face)
12318         (message-header-subject-face, message-header-newsgroups-face)
12319         (message-header-other-face, message-header-name-face)
12320         (message-header-xheader-face, message-separator-face)
12321         (message-cited-text-face, message-mml-face):
12322         New backward-compatibility aliases for renamed faces.
12323         (message-font-lock-keywords): Use renamed message faces.
12324
12325         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12326         (sieve-test-commands, sieve-tagged-arguments):
12327         Remove "-face" suffix from face names.
12328         (sieve-control-commands-face, sieve-action-commands-face)
12329         (sieve-test-commands-face, sieve-tagged-arguments-face):
12330         New backward-compatibility aliases for renamed faces.
12331         (sieve-control-commands-face, sieve-action-commands-face)
12332         (sieve-test-commands-face, sieve-tagged-arguments-face):
12333         Use renamed sieve faces.
12334
12335         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12336         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12337         (gnus-group-news-3-empty, gnus-group-news-4)
12338         (gnus-group-news-4-empty, gnus-group-news-5)
12339         (gnus-group-news-5-empty, gnus-group-news-6)
12340         (gnus-group-news-6-empty, gnus-group-news-low)
12341         (gnus-group-news-low-empty, gnus-group-mail-1)
12342         (gnus-group-mail-1-empty, gnus-group-mail-2)
12343         (gnus-group-mail-2-empty, gnus-group-mail-3)
12344         (gnus-group-mail-3-empty, gnus-group-mail-low)
12345         (gnus-group-mail-low-empty, gnus-summary-selected)
12346         (gnus-summary-cancelled, gnus-summary-high-ticked)
12347         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12348         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12349         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12350         (gnus-summary-low-undownloaded)
12351         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12352         (gnus-summary-low-unread, gnus-summary-normal-unread)
12353         (gnus-summary-high-read, gnus-summary-low-read)
12354         (gnus-summary-normal-read, gnus-splash):
12355         Remove "-face" suffix from face names.
12356         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12357         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12358         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12359         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12360         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12361         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12362         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12363         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12364         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12365         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12366         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12367         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12368         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12369         (gnus-summary-normal-ticked-face)
12370         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12371         (gnus-summary-normal-ancient-face)
12372         (gnus-summary-high-undownloaded-face)
12373         (gnus-summary-low-undownloaded-face)
12374         (gnus-summary-normal-undownloaded-face)
12375         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12376         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12377         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12378         (gnus-splash-face):
12379         New backward-compatibility aliases for renamed faces.
12380         (gnus-group-startup-message): Use renamed gnus faces.
12381
12382         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12383         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12384         (gnus-server-agent): Remove "-face" suffix from face names.
12385         (gnus-server-agent-face, gnus-server-opened-face)
12386         (gnus-server-closed-face, gnus-server-denied-face)
12387         (gnus-server-offline-face):
12388         New backward-compatibility aliases for renamed faces.
12389         (gnus-server-agent-face, gnus-server-opened-face)
12390         (gnus-server-closed-face, gnus-server-denied-face)
12391         (gnus-server-offline-face): Use renamed gnus faces.
12392
12393         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12394         Remove "-face" suffix from face names.
12395         (gnus-picon-xbm-face, gnus-picon-face):
12396         New backward-compatibility aliases for renamed faces.
12397
12398         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12399         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12400         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12401         (gnus-cite-11): Remove "-face" suffix from face names.
12402         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12403         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12404         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12405         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12406         New backward-compatibility aliases for renamed faces.
12407         (gnus-cite-attribution-face, gnus-cite-face-list)
12408         (gnus-article-boring-faces): Use renamed gnus faces.
12409
12410         * gnus-art.el (gnus-signature, gnus-header-from)
12411         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12412         (gnus-header-content): Remove "-face" suffix from face names.
12413         (gnus-signature-face, gnus-header-from-face)
12414         (gnus-header-subject-face, gnus-header-newsgroups-face)
12415         (gnus-header-name-face, gnus-header-content-face):
12416         New backward-compatibility aliases for renamed faces.
12417         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12418
12419         * gnus-sum.el (gnus-summary-selected-face)
12420         (gnus-summary-highlight): Use renamed gnus faces.
12421         * gnus-group.el (gnus-group-highlight): Likewise.
12422
12423 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12424
12425         * gnus-sieve.el (gnus-sieve-article-add-rule):
12426         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12427         * spam-stat.el (spam-stat-buffer-change-to-spam)
12428         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12429
12430         * message.el (message-is-yours-p):
12431         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12432
12433 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * mm-view.el (mm-inline-text): Withdraw the last change.
12436
12437 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12440         executing enriched-decode.
12441
12442 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12445         charset of tar files.
12446
12447 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12448
12449         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12450
12451 2005-06-04  Lute Kamstra  <lute@gnu.org>
12452
12453         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12454         information is never recorded.
12455
12456 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12457
12458         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12459
12460 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * pop3.el (pop3-apop): Run md5 in the binary mode.
12463
12464         * starttls.el (starttls-set-process-query-on-exit-flag):
12465         Use eval-and-compile.
12466
12467 2005-05-31  Simon Josefsson  <jas@extundo.com>
12468
12469         * smime.el (smime-replace-in-string): Define.
12470         (smime-cert-by-ldap-1): Use it.
12471
12472 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus-art.el (article-display-x-face): Replace
12475         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12476
12477         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12478         set-process-query-on-exit-flag or process-kill-without-query.
12479
12480         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12481         loop instead of replace-regexp.
12482
12483         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12484         instead of process-kill-without-query if it is available.
12485
12486         * lpath.el: Fbind ldap-search-entries.
12487
12488         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12489         instead of find-file-hooks if it is available.
12490
12491         * mml1991.el: Bind pgg-default-user-id when compiling.
12492
12493         * mml2015.el: Bind pgg-default-user-id when compiling.
12494
12495         * nndraft.el (nndraft-request-associate-buffer):
12496         Use write-contents-functions instead of write-contents-hooks if it is
12497         available.
12498
12499         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12500         instead of find-file-hooks if it is available.
12501
12502         * nntp.el (nntp-open-connection): Replace
12503         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12504         (nntp-open-ssl-stream): Ditto.
12505         (nntp-open-tls-stream): Ditto.
12506
12507         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12508         set-process-query-on-exit-flag or process-kill-without-query.
12509         (starttls-open-stream-gnutls): Use it instead of
12510         process-kill-without-query.
12511         (starttls-open-stream): Ditto.
12512
12513 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12514
12515         * smime.el (smime-cert-by-ldap-1): Don't use
12516         replace-regexp-in-string.
12517
12518 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12519
12520         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12521
12522         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12523         in PEM format.  Adjust to the XEmacs compability.
12524
12525 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12528         by `string-to-number'.
12529         * gnus-agent.el (gnus-agent-regenerate-group)
12530         (gnus-agent-fetch-articles): Ditto.
12531         * gnus-art.el (gnus-button-fetch-group): Ditto.
12532         * gnus-cache.el (gnus-cache-generate-active)
12533         (gnus-cache-articles-in-group): Ditto.
12534         * gnus-group.el (gnus-group-set-current-level)
12535         (gnus-group-insert-group-line): Ditto.
12536         * gnus-score.el (gnus-score-set-expunge-below)
12537         (gnus-score-set-mark-below, gnus-summary-score-effect)
12538         (gnus-summary-score-entry): Ditto.
12539         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12540         (gnus-soup-pack): Ditto.
12541         * gnus-spec.el (gnus-xmas-format): Ditto.
12542         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12543         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12544         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12545         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12546         * nndb.el (nndb-get-remote-expire-response): Ditto.
12547         * nndiary.el (nndiary-parse-schedule-value)
12548         (nndiary-string-to-number, nndiary-request-replace-article)
12549         (nndiary-request-article): Ditto.
12550         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12551         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12552         * nneething.el (nneething-make-head): Ditto.
12553         * nnfolder.el (nnfolder-request-article)
12554         (nnfolder-retrieve-headers): Ditto.
12555         * nnheader.el (nnheader-file-to-number): Ditto.
12556         * nnkiboze.el (nnkiboze-request-article): Ditto.
12557         * nnmail.el (nnmail-process-unix-mail-format)
12558         (nnmail-process-babyl-mail-format): Ditto.
12559         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12560         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12561         (nnmh-request-create-group, nnmh-request-list-1)
12562         (nnmh-request-group, nnmh-request-article): Ditto.
12563         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12564         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12565         * nnsoup.el (nnsoup-make-active): Ditto.
12566         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12567         * nntp.el (nntp-find-group-and-number)
12568         (nntp-retrieve-headers-with-xover): Ditto.
12569         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12570         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12571         (pgg-format-key-identifier): Ditto.
12572         * pop3.el (pop3-last, pop3-stat): Ditto.
12573         * qp.el (quoted-printable-decode-region): Ditto.
12574
12575         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12576         of concat.
12577
12578 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12581
12582         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12583
12584         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12585
12586         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12587
12588         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12589
12590         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12591
12592         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12593         (gnus-carpal-mode): Ditto.
12594
12595         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12596         (gnus-browse-mode): Ditto.
12597
12598         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12599
12600         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12601
12602 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12603
12604         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12605
12606 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * gnus-util.el (gnus-run-mode-hooks): New function.
12609
12610         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12611
12612         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12613         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12614
12615 2005-05-27  Lute Kamstra  <lute@gnu.org>
12616
12617         * dns-mode.el (dns-mode): Specify customization group.
12618
12619 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12620
12621         * gnus-agent.el (gnus-agent-make-mode-line-string):
12622         Use mode-line-highlight as mouse-face.
12623
12624 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * canlock.el (canlock): Change the parent group to news.
12627
12628         * deuglify.el (gnus-outlook-deuglify): Add :group.
12629
12630         * dig.el (dig): Add :group.
12631
12632         * dns-mode.el (dns-mode): Add :group.
12633
12634         * encrypt.el (encrypt): Add :group.
12635
12636         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12637         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12638         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12639         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12640         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12641
12642         * gnus-diary.el (gnus-diary): Add :group.
12643
12644         * gnus.el (gnus-group-news-1-face): Add :group.
12645         (gnus-group-news-1-empty-face): Ditto.
12646         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12647         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12648         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12649         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12650         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12651         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12652         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12653         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12654         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12655         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12656         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12657         (gnus-summary-high-ticked-face): Ditto.
12658         (gnus-summary-low-ticked-face): Ditto.
12659         (gnus-summary-normal-ticked-face): Ditto.
12660         (gnus-summary-high-ancient-face): Ditto.
12661         (gnus-summary-low-ancient-face): Ditto.
12662         (gnus-summary-normal-ancient-face): Ditto.
12663         (gnus-summary-high-undownloaded-face): Ditto.
12664         (gnus-summary-low-undownloaded-face): Ditto.
12665         (gnus-summary-normal-undownloaded-face): Ditto.
12666         (gnus-summary-high-unread-face): Ditto.
12667         (gnus-summary-low-unread-face): Ditto.
12668         (gnus-summary-normal-unread-face): Ditto.
12669         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12670         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12671
12672         * hashcash.el (hashcash): New custom group.
12673         (hashcash-default-payment): Add :group.
12674         (hashcash-payment-alist): Ditto.
12675         (hashcash-default-accept-payment): Ditto.
12676         (hashcash-accept-resources): Ditto.
12677         (hashcash-path): Ditto.
12678         (hashcash-extra-generate-parameters): Ditto.
12679         (hashcash-double-spend-database): Ditto.
12680         (hashcash-in-news): Ditto.
12681
12682         * message.el (message-minibuffer-local-map): Add :group.
12683
12684         * netrc.el (netrc): Add :group.
12685
12686         * sieve-manage.el (sieve-manage-log): Add :group.
12687         (sieve-manage-default-user): Diito.
12688         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12689         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12690         (sieve-manage-authenticators): Ditto.
12691         (sieve-manage-authenticator-alist): Ditto.
12692         (sieve-manage-default-port): Ditto.
12693
12694         * sieve-mode.el (sieve-control-commands-face): Add :group.
12695         (sieve-action-commands-face): Ditto.
12696         (sieve-test-commands-face): Ditto.
12697         (sieve-tagged-arguments-face): Ditto.
12698
12699         * smime.el (smime): Add :group.
12700
12701         * spam-report.el (spam-report): Add :group.
12702
12703         * spam.el (spam, spam-face): Add :group.
12704
12705 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12706
12707         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12708         return \n.\n.\n at the end of articles.  Protect against that.
12709         (nntp-with-open-group): Allow debugging.
12710
12711         * nnheader.el (mail-header-set-extra): Make into a function
12712         because I just could't understand how to quote the list properly.
12713
12714         * dns.el (query-dns-cached): New function.
12715
12716 2005-05-26  Lute Kamstra  <lute@gnu.org>
12717
12718         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12719
12720 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12723
12724         * gnus-art.el: Don't autoload mail-extract-address-components.
12725
12726         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12727         eval-and-compile to evaluate it.
12728
12729         * hashcash.el: Don't autoload executable-find.
12730
12731         * nndb.el: Don't declare the nndb back end two or more times; don't
12732         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12733
12734         * nntp.el: Autoload format-spec instead of format; use
12735         eval-and-compile to evaluate autoload forms.
12736
12737 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12738
12739         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12740
12741 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12742
12743         * gnus.el (gnus-version-number): Bump version.
12744
12745 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12746
12747         * gnus.el: No Gnus v0.3 is released.
12748
12749 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12750
12751         * lpath.el (featurep): Bind show-nonbreak-escape.
12752
12753 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-art.el (gnus-article-edit-part): Disable undo.
12756
12757 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12760         gnus-article-date-lapsed-new-header is t if date timer is active;
12761         skip headers in which the original date value is empty.
12762         (gnus-article-save-original-date): Redefine it as a macro.
12763         (gnus-display-mime): Use it.
12764
12765 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-art.el (article-date-ut): Support converting date in
12768         forwarded parts as well.
12769         (gnus-article-save-original-date): New function.
12770         (gnus-display-mime): Use it.
12771
12772 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12773
12774         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12775         enclosure element of <item>.
12776
12777 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * message.el (message-kill-buffer-query): Renamed from
12780         `message-kill-buffer-query-if-modified'.  Added :version.
12781
12782 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12785         window layout.
12786
12787 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * mml.el: Autoload dnd when compiling.
12790
12791 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12792
12793         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12794         x-dnd-*.
12795
12796 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * qp.el (quoted-printable-encode-region): Save excursion.
12799
12800 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12801
12802         * message.el (message-kill-buffer-query-if-modified): Add new variable
12803         so the user can kill a modified message buffer quickly.
12804         (message-kill-buffer): Use it.
12805
12806 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * lpath.el: Fbind display-time-event-handler; don't fbind
12809         string-to-multibyte.
12810
12811         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12812
12813 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12816         contained in text because xml.el decodes entities) with LFs.
12817
12818 2005-04-11  Lute Kamstra  <lute@gnu.org>
12819
12820         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12821         differently.
12822
12823 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12824
12825         * mm-util.el (mm-detect-coding-region): Typo.
12826
12827 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12830
12831 2005-04-06  Deepak Goel  <deego@gnufans.org>
12832
12833         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12834         user-function allow user modifications of the scores.
12835         (spam-stat-score-buffer-user): New function, to allow
12836         user-computed modifications to the score.
12837         (spam-stat-score-buffer-user-functions): List of additional
12838         scoring functions.
12839         (spam-stat-error-holder): Global temporary error holder.
12840         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12841         variable.
12842
12843 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12844
12845         * gnus-registry.el (gnus-registry-clean-empty-function)
12846         (gnus-registry-trim, gnus-registry-fetch-groups)
12847         (gnus-registry-delete-group): Groups that match
12848         `gnus-registry-ignored-groups' are removed from the registry
12849         entries, not just ignored for splitting.  This helps clean up the
12850         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12851         to get all the groups a message ID is in.
12852
12853         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12854         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12855         (spam-stat-score-buffer-user-functions): Add :number custom type.
12856
12857 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12860         argument in XEmacs.
12861
12862         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12863         (nnrss-request-group): Decode group name first.
12864         (nnrss-request-article): Make a text/plain article if mml-to-mime
12865         failed.
12866         (nnrss-get-encoding): Return a compatible encoding according to
12867         nnrss-compatible-encoding-alist.
12868         (nnrss-find-el): Use consp instead of listp.
12869         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12870
12871 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12874         which Emacs 20 doesn't support.
12875         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12876
12877 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12878
12879         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12880         silence the byte compiler inside the defun.
12881
12882         * gnus-demon.el (parse-time-string): Add autoload.
12883
12884         * gnus-delay.el (parse-time-string): Add autoload.
12885
12886         * gnus-art.el (parse-time-string): Add autoload.
12887
12888         * nnultimate.el (parse-time): Require for `parse-time-string'.
12889
12890 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12893
12894         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12895
12896         * smime.el (smime-ldap-host-list): Add :version.
12897
12898 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12901         pass it to `gnus-browse-read-group'.
12902         (gnus-browse-read-group): Add NUMBER argument and pass it to
12903         `gnus-group-read-ephemeral-group'.
12904
12905         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12906         argument and pass it to `gnus-group-read-group'.
12907
12908 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12909
12910         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12911         mm-xemacs-find-mime-charset-1 if we have the mule feature
12912         available at runtime.
12913
12914 2005-03-25  Werner Lemberg  <wl@gnu.org>
12915
12916         * nnmaildir.el: Replace `illegal' with `invalid'.
12917
12918 2005-03-23  Lute Kamstra  <lute@gnu.org>
12919
12920         * time-date.el: Add comment on time value formats.
12921         Don't require parse-time.
12922         (with-decoded-time-value): New macro.
12923         (encode-time-value): New function.
12924         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12925         (days-to-time): Return a valid time value when arg is huge.
12926         (time-since): Use time-subtract.
12927         (time-to-number-of-days): Use time-to-seconds.
12928
12929 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12930
12931         * gnus-start.el (gnus-display-time-event-handler):
12932         Check display-time-timer at runtime rather than only at load time
12933         in case display-time-mode is turned off in the mean time.
12934
12935 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12938         used.
12939
12940         * nneething.el (nneething-map-file-directory): Derive from
12941         `gnus-directory'.
12942
12943         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12944         the To/Cc button.
12945
12946 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * nnmaildir.el (nnmaildir-request-accept-article):
12949         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12950
12951 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12952
12953         * gnus-async.el: Require timer-funcs at compile time when in
12954         XEmacs for `run-with-idle-timer'.
12955
12956 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12957
12958         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12959         autoloaded function.
12960
12961 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12962
12963         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12964
12965 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12966
12967         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12968
12969 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12972         gnus-expert-user to default.
12973
12974 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12975
12976         * nnimap.el (nnimap-open-server): Ditto.
12977
12978         * imap.el (imap-authenticate): Fix typo.
12979
12980 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12981
12982         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12983         buffer (since IMAP server might return FETCH response out of
12984         order, and the nntp buffer must be sorted).
12985
12986 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12987
12988         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12989         comparison on string.
12990
12991         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12992         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12993         (gnus-agent-summary-fetch-series): Modified to protect against
12994         gnus-agent-summary-fetch-group clearing processable flags.
12995         (gnus-agent-synchronize-group-flags): Update live group buffer as
12996         synchronization may occur due to the user toggle the plugged
12997         status.
12998         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12999         successfully downloaded.
13000         (gnus-agent-expire-group-1): Avoid using markers when the overview
13001         is in ascending order; greatly improves performance.
13002         (gnus-agent-regenerate-group): Use
13003         gnus-agent-synchronize-group-flags to reset read status in both
13004         gnus and server.
13005         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13006
13007 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * message.el: Don't autoload former message-utils variables.
13010         (message-strip-subject-trailing-was): Change doc string.
13011
13012         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13013         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13014         (nnweb-google-search): Add "hl=en" here.
13015         (nnweb-google-parse-1, nnweb-google-create-mapping):
13016         Don't hardcode URL.
13017
13018 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * message.el (message-get-reply-headers, message-followup):
13021         Mention related variables `message-use-followup-to' and
13022         `message-use-mail-followup-to', in the information buffer.
13023
13024         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13025         of broken groups(-beta).google.com.
13026
13027 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13028
13029         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13030         parameter to invoked gnus-request-move-article; remove the
13031         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13032         all at once instead of once per article.
13033         (gnus-summary-remove-process-mark): Accept a list of articles as
13034         well as a single article for processing.
13035
13036         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13037         parameter.
13038
13039         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13040
13041         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13042
13043         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13044         parameter.
13045
13046         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13047         parameter.
13048
13049         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13050         parameter and remove the gnus-sum-hint-move-is-internal variable.
13051
13052         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13053         parameter.
13054
13055         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13056         parameter.
13057
13058         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13059         parameter.
13060
13061         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13062
13063         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13064         parameter.
13065
13066         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13067         parameter.
13068
13069 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13070
13071         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13072         a more conservative way.
13073
13074 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13075
13076         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13077         buffer, so it moves the window's cursor.
13078
13079 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13080
13081         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13082         `mm-dissect-multipart' and receive the from field as an (optional)
13083         argument from `mm-dissect-multipart'.
13084         (mm-dissect-multipart): Receive the from field as an argument and
13085         pass it on when we call `mm-dissect-buffer' on MIME parts.
13086         Fixes verification/decryption of signed/encrypted MIME parts.
13087
13088 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * gnus-sum.el (gnus-summary-move-article): Set
13091         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13092         whatever it calls (right now, only nnimap-request-move article
13093         respects it).
13094
13095         * nnimap.el (nnimap-request-move-article): When
13096         gnus-sum-hint-move-is-internal is set, don't do the extra
13097         nnimap-request-article.
13098
13099 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13102
13103         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13104         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13105
13106         * gnus-sum.el (gnus-summary-caesar-message):
13107         Apply `gnus-treat-article' after rotation.
13108
13109         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13110         doc string.
13111
13112 2005-02-22  Simon Josefsson  <jas@extundo.com>
13113
13114         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13115         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13116         <arne@arnested.dk>.
13117         (encrypt): Add password-cache and password-cache-expiry as group
13118         members.
13119
13120 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13121
13122         * smime.el (smime-ldap-host-list): Doc fix.
13123         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13124         cache) password.
13125         (smime-sign-region): Use it.
13126         (smime-decrypt-region): Use it.
13127         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13128         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13129         fails.
13130         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13131         certificate from DER to PEM format rather than calling openssl.
13132
13133         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13134
13135         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13136         for signing/encryption.
13137
13138         * mml.el (mml-parse-1): Use them.
13139
13140 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13141
13142         * nnrss.el (nnrss-verbose): Removed.
13143         (nnrss-request-group): Use `nnheader-message' instead.
13144
13145 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13146
13147         * nnrss.el (nnrss-verbose): New variable.
13148         (nnrss-request-group): Make it say nnrss is requesting a group.
13149
13150 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13153         Handle news URL with given port correctly.
13154
13155 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13158         containing special characters.
13159
13160         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13161
13162         * mml.el (mime-to-mml): Ditto.
13163
13164         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13165         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13166         (rfc2047-decode-region): Quote decoded words containing special
13167         characters when rfc2047-quote-decoded-words-containing-tspecials
13168         is non-nil.
13169
13170 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13173
13174         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13175
13176 2005-02-15  Simon Josefsson  <jas@extundo.com>
13177
13178         * nnimap.el (nnimap-debug): Doc fix.
13179
13180         * imap.el (imap-debug): Doc fix.
13181
13182 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13185
13186 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13187
13188         * gnus.el (spam-contents): Improve docs for spam-contents
13189         parameter in its variable incarnation.
13190
13191 2005-02-14  Simon Josefsson  <jas@extundo.com>
13192
13193         * smime-ldap.el: Use require instead of load-library for ldap.
13194         (smime-ldap-search): Indent.
13195         (smime-ldap-search-internal): Shorten line.
13196
13197         * smime.el (smime-cert-by-dns): Add doc-string.
13198         (smime-cert-by-ldap-1): Indent.
13199
13200         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13201         mml-smime-get-dns-ldap.
13202         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13203
13204 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13205
13206         * smime.el: Require smime-ldap.
13207         (smime-ldap-host-list): New variable.
13208         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13209
13210         * mml-smime.el (mml-smime-encrypt-query): New function.
13211         (mml-smime-encrypt-query): Use it.
13212
13213         * smime-ldap.el: New file.
13214
13215 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13218
13219 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13220
13221         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13222         argument in doc string.  Make query for type more clear.
13223
13224 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13225
13226         * gnus.el (gnus-group-startup-message): Search for gnus images in
13227         etc/images/gnus.
13228         * mm-util.el (mm-image-load-path): Likewise.
13229         * smiley.el (smiley-data-directory): Search for smilies in
13230         etc/images/smilies.
13231
13232 2005-02-09  Kim F. Storm  <storm@cua.dk>
13233
13234         Change Emacs release version from 21.4 to 22.1 throughout.
13235         Change Emacs development version from 21.3.50 to 22.0.50.
13236
13237 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13240
13241         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13242         non-Mule XEmacs as well.
13243         (mm-decompress-buffer): Signal an error intentionally if it does
13244         not decompress compressed data because auto-compression-mode is
13245         disabled.
13246
13247 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13248
13249         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13250         an ID in the registry even if it has no groups.
13251
13252 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13255         merge it into mm-decompress-buffer.
13256         (gnus-mime-copy-part): Use the MIME part charset, the value which
13257         a user specified or gnus-newsgroup-charset for decoding, like
13258         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13259         save-buffer what was used.  Suggested by Kevin Ryde
13260         <user42@zip.com.au>.
13261         (gnus-mime-inline-part): Allow the name parameter as well as the
13262         filename parameter; force decompressing of compressed data; always
13263         display contents being not decoded as unibyte.
13264
13265         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13266         as well as the filename parameter.
13267
13268         * mm-util.el (mm-decompress-buffer): Merge
13269         gnus-mime-jka-compr-maybe-uncompress.
13270         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13271         of compressed data.
13272
13273 2005-02-08  Simon Josefsson  <jas@extundo.com>
13274
13275         * imap.el (imap-log): Doc fix.
13276
13277 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13280         the coding cookies; decompress compressed parts.
13281
13282         * mml.el (mml-generate-mime-1): Add the charset parameter according
13283         to the value which a user specified manually or the coding cookie.
13284
13285         * mm-util.el (mm-string-to-multibyte): New function.
13286         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13287         (mm-coding-system-to-mime-charset): New function.
13288         (mm-decompress-buffer): New function.
13289         (mm-find-buffer-file-coding-system): New function.
13290
13291         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13292         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13293         parts.
13294
13295 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13296
13297         * mm-view.el (mm-display-inline-fontify): Decode a part according
13298         to the charset parameter.
13299
13300 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13303         prefix arg is neither nil nor a number, as info specifies.
13304
13305 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13308         timestamps.
13309
13310 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13311
13312         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13313         groups error checking and notify user.
13314
13315 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13316
13317         * message.el (message-send-mail-function): Check existence of
13318         sendmail-program first before using default value
13319         `message-send-mail-with-sendmail'.  Otherwise use more generic
13320         `smtpmail-send-it'.
13321
13322 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * nntp.el (nntp-request-update-info): Always return nil.
13325
13326 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13327
13328         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13329
13330 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13331
13332         * message.el (message-beginning-of-line): Change the behavior when
13333         invoked between BOL and : so that it first moves backward.
13334
13335 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13338         article buffer when editing of the article is discarded.
13339         (gnus-article-prepare): Revert.
13340
13341 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-art.el (gnus-article-prepare):
13344         Remove message-strip-forbidden-properties from the local hook.
13345
13346 2005-01-27  Simon Josefsson  <jas@extundo.com>
13347
13348         * password.el (password-cache-add): Only start one timer per key.
13349         Reported by Derek Atkins <warlord@MIT.EDU>.
13350
13351 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13352
13353         * run-at-time.el: Removed.  It is no longer needed as
13354         timer-funcs.el in the xemacs-base package has a working version of
13355         `run-at-time'.
13356
13357         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13358
13359         * password.el: Require timer-funcs instead of run-at-time in
13360         XEmacs.
13361         Remove `password-run-at-time' macro.
13362         (password-cache-add): Use `run-at-time' instead of
13363         `password-run-at-time'.
13364
13365         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13366         Remove `nnheader-cancel-function-timers' alias,
13367         `cancel-function-timers' exists in XEmacs in timer-funcs.
13368
13369         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13370         for `run-with-idle-timer'.
13371
13372         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13373         for `run-at-time'.
13374
13375         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13376         for `with-timeout'.
13377
13378         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13379         the same as for XEmacs 21.4.
13380         No need to ignore `run-with-idle-timer', this function exists in
13381         XEmacs now in timer-funcs.el in the xemacs-base package.
13382         (dgnushack-compile): No need to delete
13383         run-at-time.el from the list of files to compile because it
13384         doesn't exist anymore.
13385
13386 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13389         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13390
13391 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13392
13393         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13394         sensitively.
13395
13396 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13397
13398         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13399
13400 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13403         which will be inserted according to the multibyteness of a buffer
13404         rather than the type of contents.  Suggested by ARISAWA Akihiro
13405         <ari@mbf.ocn.ne.jp>.
13406
13407         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13408         of string which old xml.el may return rather than a string.
13409
13410 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13413
13414 2005-01-16  Simon Josefsson  <jas@extundo.com>
13415
13416         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13417         idn/idna.el isn't available.
13418         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13419         <michael@waxrat.com>.
13420
13421         * hashcash.el: Remove non-FSF copyright header.
13422
13423         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13424         (hashcash-generate-payment): Use it.
13425         (hashcash-generate-payment-async): Use it.
13426
13427 2005-01-15  Simon Josefsson  <jas@extundo.com>
13428
13429         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13430         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13431
13432         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13433         gnus-summary-idna-message.
13434         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13435         (gnus-summary-idna-message): New function.
13436
13437 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13438
13439         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13440         gnus-novice-user.
13441
13442 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * nnrss.el (nnrss-request-delete-group): Delete entries in
13445         nnrss-group-alist as well.
13446         (nnrss-save-server-data): Insert newline.
13447
13448 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13449
13450         * gnus.el (gnus-user-agent): Use list of symbols instead of
13451         symbols.  Display full version number for (S)XEmacs.  Optionally
13452         display (S)XEmacs codename.
13453
13454         * gnus-util.el (gnus-emacs-version): Update for new
13455         `gnus-user-agent'.
13456
13457         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13458         Gnus version.
13459
13460 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13463         which is unreadable in some setups.
13464
13465 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-spec.el (gnus-update-format-specifications): Flush the
13468         group format spec cache if it doesn't support decoded group names.
13469
13470 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13473         Allow to apply decay on score files matching a regexp.
13474
13475 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13478         compatibility in %g and %c.
13479
13480 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13483         name for only %g and %c.
13484         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13485         of gnus-tmp-group to decoded group name.
13486         (gnus-group-make-rss-group): Exclude `/'s from group names.
13487
13488 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * nnrss.el (nnrss-get-encoding): Fix regexp.
13491
13492 2004-12-27  Simon Josefsson  <jas@extundo.com>
13493
13494         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13495         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13496         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13497
13498 2004-12-17  Kim F. Storm  <storm@cua.dk>
13499
13500         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13501
13502         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13503
13504 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13505
13506         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13507
13508 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * nnrss.el: Require rfc2047 and mml.
13511         (nnrss-file-coding-system): New variable.
13512         (nnrss-format-string): Redefine it as an inline function.
13513         (nnrss-decode-group-name): New function.
13514         (nnrss-string-as-multibyte): Remove.
13515         (nnrss-retrieve-headers): Decode group name; don't use
13516         nnrss-format-string.
13517         (nnrss-request-group): Decode group name.
13518         (nnrss-request-article): Decode group name; allow a Message-ID as
13519         well as an article number; don't use nnrss-format-string; encode a
13520         Message-ID string which may contain non-ASCII characters; use
13521         mml-to-mime to compose a MIME article.
13522         (nnrss-request-expire-articles): Decode group name.
13523         (nnrss-request-delete-group): Decode group name.
13524         (nnrss-fetch): Clarify error message.
13525         (nnrss-read-server-data): Use insert-file-contents instead of load;
13526         bind file-name-coding-system; use multibyte buffer.
13527         (nnrss-save-server-data): Bind coding-system-for-write to the
13528         value of nnrss-file-coding-system; bind file-name-coding-system;
13529         add coding cookie.
13530         (nnrss-read-group-data): Use insert-file-contents instead of load;
13531         bind file-name-coding-system; use multibyte buffer.
13532         (nnrss-save-group-data): Bind coding-system-for-write to the
13533         value of nnrss-file-coding-system; bind file-name-coding-system.
13534         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13535         make it work with non-ASCII text.
13536         (nnrss-find-el): Make it work with old xml.el as well.
13537
13538 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13539
13540         * nnrss.el (nnrss-get-encoding): New function.
13541         (nnrss-fetch): Use unibyte buffer initially; bind
13542         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13543         decode contents according to the encoding attribute.
13544         (nnrss-save-group-data): Add coding cookie.
13545         (nnrss-mime-encode-string): New function.
13546         (nnrss-check-group): Use it to encode subject and author.
13547
13548 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13549
13550         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13551         imaginary variable.
13552
13553 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13556         correctly even if there are wide characters.
13557
13558 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13559
13560         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13561         downcased symbol names; make a new cache instead of reusing
13562         bbdb-hashtable.
13563
13564 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13567         concatenating segments rather than before concatenating them.
13568         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13569
13570         * message.el (message-get-reply-headers): Bind `extra'.
13571
13572 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13573
13574         * message.el (message-extra-wide-headers): New variable.
13575         (message-get-reply-headers): Use it.
13576
13577 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13580         (gnus-agent-group-pathname): Ditto.
13581
13582         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13583
13584         * gnus-group.el (gnus-group-make-group): Decode group name.
13585         (gnus-group-make-rss-group): Register the group data after opening
13586         the nnrss group.
13587
13588 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13589
13590         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13591         by expiry now get marked as read.
13592
13593 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13596
13597 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13598
13599         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13600         unify Latin characters in XEmacs.
13601         (mm-find-mime-charset-region): Use it.
13602
13603 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-util.el (gnus-delete-directory): New function.
13606
13607         * gnus-agent.el (gnus-agent-delete-group): Use it.
13608
13609         * gnus-cache.el (gnus-cache-delete-group): Use it.
13610
13611 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13614         names.
13615
13616 2004-12-16  Simon Josefsson  <jas@extundo.com>
13617
13618         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13619
13620 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13623
13624         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13625         (gnus-group-set-current-level): Decode group name.
13626
13627 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13628
13629         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13630         failed.
13631
13632 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-group.el (gnus-group-delete-group): Decode group name.
13635         (gnus-group-make-rss-group): Encode group name.
13636         (gnus-group-catchup-current): Decode group name.
13637         (gnus-group-kill-group): Decode group name.
13638
13639 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13640
13641         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13642
13643 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-group.el (gnus-group-make-rss-group):
13646         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13647
13648         * gnus-start.el (gnus-setup-news): Honor user's setting to
13649         gnus-message-archive-method.  Suggested by Lute Kamstra
13650         <lute@gnu.org>.
13651
13652 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13653
13654         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13655         global counterparts of the buffer-local variables.
13656
13657 2004-11-16  Romain Francoise  <romain@orebokech.com>
13658
13659         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13660         counterparts of the buffer-local variables.
13661
13662 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * message.el (message-forbidden-properties): Fixed typo in doc
13665         string.
13666
13667 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-util.el (gnus-replace-in-string): Added doc string.
13670
13671         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13672         to avoid problems when splitting mails with many recipients.
13673
13674 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13677         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13678
13679 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13680
13681         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13682         if there is no hashtable in memory or file modification time is
13683         newer than cached timestamp.
13684
13685 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13688         not-matching option.
13689
13690 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13691
13692         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13693         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13694         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13695         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13696         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13697         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13698
13699 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * message.el (message-forward-make-body-mml): Remove headers
13702         according to message-forward-ignored-headers if a message is decoded.
13703
13704 2004-12-02  Romain Francoise  <romain@orebokech.com>
13705
13706         * message.el (message-forward-make-body-plain): Always remove
13707         headers according to message-forward-ignored-headers.
13708
13709 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13710
13711         * spam.el (spam-summary-prepare-exit): Remove the
13712         gnus-summary-limit pop for now, it has problems with ham marks for
13713         me.
13714
13715 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13716
13717         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13718         correctly.
13719
13720 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13721
13722         * format-spec.el (format-spec): Message the char.
13723
13724 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13725
13726         * gnus-art.el (gnus-split-methods): Reformat comments.
13727
13728         * spam.el (spam-summary-prepare-exit): Remove article limits
13729         before exiting the summary buffer.
13730
13731 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13734         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13735
13736         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13737         order to silence the byte compiler.
13738
13739         * spam.el: Fix the way to silence the byte compiler, which
13740         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13741         bbdb-search-simple, spam-BBDB-register-routine,
13742         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13743         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13744         spam-stat-buffer-is-spam, spam-stat-load,
13745         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13746         spam-stat-save and spam-stat-split-fancy.
13747
13748 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13751         which may confuse users.
13752         (canlock-password-for-verify): Ditto.
13753
13754         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13755
13756         * gnus-art.el (gnus-emphasis-alist): Ditto.
13757
13758         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13759
13760         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13761
13762         * gnus-start.el (gnus-save-killed-list): Ditto.
13763
13764         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13765         (gnus-sum-thread-tree-root): Ditto.
13766         (gnus-sum-thread-tree-false-root): Ditto.
13767         (gnus-sum-thread-tree-single-indent): Ditto.
13768
13769         * message.el (message-courtesy-message): Ditto.
13770         (message-archive-note): Ditto.
13771         (message-subscribed-address-file): Ditto.
13772         (message-user-fqdn): Ditto.
13773
13774         * spam-report.el (spam-report-gmane-regex): Ditto.
13775
13776         * spam.el (spam-blackhole-good-server-regex): Ditto.
13777
13778 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * mml.el (mml-preview): Widen the message buffer before copying
13781         the contents to the preview buffer; sort headers before previewing.
13782
13783         * message.el (message-hidden-headers): Fix the way to avoid a bug
13784         in the `repeat' widget in Emacs 21.3 or earlier.
13785
13786 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13787
13788         * message.el (message-hidden-headers): Default to "^References:".
13789         Improve customization type.  Suggested by Reiner Steib
13790         <Reiner.Steib@gmx.de>.
13791
13792 2004-11-25  Romain Francoise  <romain@orebokech.com>
13793
13794         * message.el (message-strip-forbidden-properties): Remove check for
13795         obsolete `message-hidden' text property, hidden headers are not
13796         accessible in the buffer anymore.
13797
13798 2004-11-22  Romain Francoise  <romain@orebokech.com>
13799
13800         * message.el (message-header-format-alist): Add `From' in list
13801         so that it can be sorted.
13802         (message-fix-before-sending): Widen and sort headers before
13803         sending.
13804         (message-hide-headers): Use narrowing to hide headers by moving
13805         them to the top of the buffer and narrowing to the region
13806         underneath.
13807
13808 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13809
13810         * message.el (message-strip-forbidden-properties): Bind
13811         buffer-read-only (etc) to nil.
13812
13813 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13816         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13817
13818 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13819
13820         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13821
13822 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13823
13824         * dns.el (query-dns): Use sit-for to time instead of
13825         accept-process-output, since that doesn't seem to work on udp
13826         sockets.
13827
13828 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13831
13832 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13833
13834         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13835         doc string.  Improve doc string.
13836
13837 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * nntp.el (nntp-request-update-info): Return nil if
13840         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13841         may not call gnus-activate-group which uselessly issues the GROUP
13842         commands for all nntp groups and wastes time.  Reported by Romain
13843         Francoise <romain@orebokech.com>.
13844
13845         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13846
13847 2004-11-15  Simon Josefsson  <jas@extundo.com>
13848
13849         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13850         headers separately.
13851         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13852         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13853
13854 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-start.el (gnus-convert-old-newsrc):
13857         Assign legacy-gnus-agent to 5.10.7.
13858
13859 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13860
13861         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13862         start of the lines.
13863
13864 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13865
13866         * hashcash.el (hashcash-default-payment): Change default to 20.
13867         (hashcash-default-accept-payment): Change default to 20.
13868         (hashcash-process-alist): New variable.
13869         (hashcash-generate-payment-async): Add.
13870         (hashcash-already-paid-p): Add.
13871         (hashcash-insert-payment): Don't generate payments twice.
13872         (hashcash-insert-payment-async): Add.
13873         (hashcash-insert-payment-async-2): Add.
13874         (hashcash-cancel-async): Add.
13875         (hashcash-wait-async): Add.
13876         (hashcash-processes-running-p): Add.
13877         (hashcash-wait-or-cancel): Add.
13878         (mail-add-payment): New optional argument.  Conditionally start
13879         asynchronous calculation.
13880         (mail-add-payment-async): Add.
13881
13882         * message.el (message-send-mail): Wait for asynchronous hashcash
13883         results.  Don't clobber existing X-Hashcash headers.
13884         (message-setup-1): Call mail-add-payment-async when
13885         message-generate-hashcash is non-nil.
13886
13887 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13888
13889         * message.el (message-use-alternative-email-as-from): Examine the
13890         From header as well; use message-make-from in order to include a
13891         user's full name.
13892
13893 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13896         default; improve customization type.
13897         (gnus-emphasis-custom-with-format): New macro.
13898         (gnus-emphasis-custom-value-to-external): New function.
13899         (gnus-emphasis-custom-value-to-internal): New function.
13900
13901 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13902
13903         * dns.el (query-dns): Resolve reverse addresses.
13904
13905 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * gnus-group.el (gnus-group-get-new-news): Use it.
13908
13909         * gnus-start.el (gnus-check-reasonable-setup): New function.
13910
13911 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13914         "Args out of range" error.  Reported by Arnaud Giersch
13915         <arnaud.giersch@free.fr>.
13916
13917 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13918
13919         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13920
13921 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13922
13923         * spam.el (spam group): Add :version.
13924
13925         * pgg-def.el (pgg group): Add :version.
13926
13927 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-art.el (gnus-article-edit-article): Don't associate the
13930         article buffer with a draft file.  This is a temporary measure
13931         against the 2004-08-22 change to gnus-article-edit-mode.
13932
13933 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13936         (html2text-format-tags): Remove unused variable `attr'.
13937
13938 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13941
13942         * tls.el (tls-process-connection-type, tls-success)
13943         (tls-certtool-program): Add :version.
13944
13945         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13946         (starttls-extra-arguments, starttls-process-connection-type)
13947         (starttls-connect, starttls-failure, starttls-success): Add :version.
13948
13949         * spam-stat.el (spam-stat): Add :version.
13950
13951         * sieve.el (sieve): Add :version.
13952
13953         * sha1.el (sha1): Add :version.
13954         (sha1-use-external): Remove redundant version.
13955
13956         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13957         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13958         (nnmail-split-fancy-match-partial-words)
13959         (nnmail-split-lowercase-expanded): Add :version.
13960
13961         * nndiary.el (nndiary): Add :version.
13962
13963         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13964
13965         * mml-sec.el (mml-default-sign-method)
13966         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13967         Add :version.
13968
13969         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13970
13971         * mm-url.el (mm-url-use-external, mm-url-program)
13972         (mm-url-arguments): Add :version.
13973
13974         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13975         (mm-attachment-file-modes, mm-decrypt-option)
13976         (mm-w3m-safe-url-regexp): Add :version.
13977
13978         * message.el (message-cite-prefix-regexp)
13979         (message-sendmail-envelope-from, message-minibuffer-local-map)
13980         (message-user-fqdn, message-completion-alist): Add :version.
13981
13982         * gnus-win.el (gnus-configure-windows-hook)
13983         (gnus-use-frames-on-any-display): Add :version.
13984
13985         * gnus-art.el (gnus-article-address-banner-alist)
13986         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13987         (gnus-treat-from-picon, gnus-treat-mail-picon)
13988         (gnus-treat-x-pgp-sig): Add :version.
13989
13990         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13991         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13992         (gnus-summary-article-delete-hook)
13993         (gnus-summary-display-while-building): Add :version.
13994
13995         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13996         (gnus-get-top-new-news-hook): Add :version.
13997
13998         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13999         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14000
14001         * gnus-registry.el (gnus-registry): Add :version.
14002
14003         * gnus-spec.el (gnus-use-correct-string-widths)
14004         (gnus-make-format-preserve-properties): Add :version.
14005
14006         * gnus.el (gnus-group-charter-alist)
14007         (gnus-group-fetch-control-use-browse-url)
14008         (gnus-install-group-spam-parameters): Add :version.
14009
14010         * gnus-diary.el (gnus-diary): Add :version.
14011
14012         * gnus-delay.el (gnus-delay): Add :version.
14013
14014         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14015         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14016         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14017         Add :version.
14018
14019         * gnus-agent.el (gnus-agent-max-fetch-size)
14020         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14021         (gnus-agent-prompt-send-queue): Add :version.
14022
14023         * deuglify.el (gnus-outlook-deuglify): Add :version.
14024
14025         * html2text.el: Beautify code.  Improve doc strings.  Some
14026         checkdoc cleanup.
14027         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14028
14029 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14030
14031         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14032
14033 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14034
14035         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14036         when package is loaded.
14037
14038         * spam.el (spam-summary-score-preferred-header): Add global preference
14039         for people who want to override the default SpamAssassin over
14040         Bogofilter preference (when both are set).
14041         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14042         (spam-user-format-function-S): Check
14043         spam-summary-score-preferred-header.
14044         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14045         (spam-user-format-function-S): Format the score correctly.
14046
14047 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14050         signature file.  Suggested by Manoj Srivastava
14051         <srivasta@golden-gryphon.com>.
14052
14053         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14054         iso-2022-jp even in the Japanese language environment.
14055         Suggested by Jason Rumney <jasonr@gnu.org>.
14056
14057 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14060         use the same characters as the dummy marks; make it free from
14061         getting affected by the language environment.
14062         (gnus-summary-read-group-1): Update mark positions only when the
14063         format spec is updated.
14064
14065         * gnus-spec.el (gnus-update-format-specifications): Return a list
14066         of updated types.
14067
14068 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14071         of boundp to check if display-warning is available.
14072
14073 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14074
14075         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14076
14077 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * nnspool.el (nnspool-spool-directory): Use news-path if the
14080         news-directory variable is not bound.
14081
14082         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14083         function instead of display-warning if it is not available.
14084
14085 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14086
14087         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14088         v5-10: Use `point-at-bol'.
14089
14090 2004-10-26  Simon Josefsson  <jas@extundo.com>
14091
14092         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14093         <chenggao@gmail.com>.
14094
14095 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14096
14097         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14098         instead.
14099
14100 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14101
14102         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14103         to remove a server from the nnimap-server-buffer-alist.
14104         (nnimap-open-connection, nnimap-close-server): Use it.
14105
14106         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14107
14108 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14109
14110         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14111         running the major-mode function.
14112
14113 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14116         dummy marks in the right way.
14117
14118 2004-10-18  David Edmondson  <dme@dme.org>
14119
14120         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14121         excessively.
14122
14123 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14124
14125         * gnus-util.el (gnus-split-references): Accept a nil references
14126         string and go on blissfully.
14127
14128         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14129         cases where the references string is non-nil but has no references.
14130
14131         * encrypt.el: Add autoload tags.
14132
14133         * spam.el (spam-resolve-registrations-routine): Remove article
14134         from unregistration list too.  Reported by David Hanak
14135         <dhanak@isis.vanderbilt.edu>
14136
14137 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14138
14139         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14140         nil.  Changed custom type.
14141
14142 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14145
14146         * gnus-sum.el (gnus-summary-move-article): Use it.
14147
14148 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14149
14150         * encrypt.el: Add autoload cookies.
14151
14152         * spam.el (spam-backend-article-list-property)
14153         (spam-backend-get-article-todo-list)
14154         (spam-backend-put-article-todo-list)
14155         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14156         Resolve registrations separately.
14157         (spam-register-routine): Format comments.
14158         (spam-unregister-routine, spam-register-routine): Always call with
14159         specific-articles, no default list.
14160         (spam-summary-prepare-exit): Use the spam-classifications function.
14161
14162         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14163         gnus-encrypt.el.
14164
14165         * encrypt.el: Copied from gnus-encrypt.el.
14166
14167         * gnus-encrypt.el: Commented that it's obsolete.
14168
14169 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14172         (gnus-score-save): Use it.
14173
14174         * message.el (message-bury): Use `window-dedicated-p'.
14175
14176 2004-10-15  Simon Josefsson  <jas@extundo.com>
14177
14178         * pop3.el (top-level): Don't require nnheader.
14179         (pop3-read-timeout): Add.
14180         (pop3-accept-process-output): Add.
14181         (pop3-read-response, pop3-retr): Use it.
14182
14183 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14184
14185         * spam.el (spam-register-routine): Move comment.
14186         (spam-verify-bogofilter): Use 'unknown for the initial
14187         spam-bogofilter-valid state, not 'never.
14188
14189         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14190         for netrc-machine.
14191
14192         * nnimap.el (nnimap-open-connection): Use
14193         netrc-machine-user-or-password.
14194
14195 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14196
14197         * gnus-registry.el (gnus-registry-unload-hook):
14198         Set as a variable with add-hook.
14199
14200         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14201         of news-path.
14202
14203         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14204
14205         * spam.el: Delete duplicate `provide'.
14206         (spam-unload-hook): Set as a variable with add-hook.
14207
14208 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14211         in the doc string.
14212
14213         * message.el (message-ignored-news-headers)
14214         (message-ignored-supersedes-headers)
14215         (message-ignored-resent-headers)
14216         (message-forward-ignored-headers): Improve custom type.
14217
14218 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * message.el (message-tokenize-header): Fix 2004-09-06 change
14221         which used point-min in the wrong place.
14222
14223 2004-10-12  Simon Josefsson  <jas@extundo.com>
14224
14225         * tls.el (tls-certtool-program): New variable.
14226         (tls-certificate-information): New function, based on
14227         ssl-certificate-information.
14228
14229 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * compface.el: Move the version of ELisp-based uncompface program
14232         to the contrib directory because of the copyright problem.
14233
14234 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * message.el (message-kill-buffer): Raise the current frame.
14237
14238 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14239
14240         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14241
14242         * gnus.el (message-y-or-n-p): Autoload.
14243
14244         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14245         (pop3-password-required, pop3-authentication-scheme)
14246         (pop3-leave-mail-on-server): Made customizable.
14247         (pop3): New custom group.
14248         (pop3-retr): Remove `sleep-for' statements.
14249         Suggested by Dave Love <fx@gnu.org>.
14250
14251         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14252         Windows/DOS.
14253
14254         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14255         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14256         Dave Love <fx@gnu.org>.
14257
14258         * mml.el (mml-minibuffer-read-disposition): Require match.
14259         Suggested by Dave Love <fx@gnu.org>.
14260
14261 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14262
14263         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14264         doc string.
14265
14266 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14269
14270 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14271
14272         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14273         instead of calling `mm-insert-inline', to decode text/* parts
14274         before displaying them.
14275
14276 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * mm-uu.el (mm-uu-text-plain-type): New variable.
14279         (mm-uu-pgp-signed-extract-1): Use it.
14280         (mm-uu-pgp-encrypted-extract-1): Use it.
14281         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14282         bind mm-uu-text-plain-type with that value.
14283         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14284         mm-uu-dissect.
14285
14286 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-group.el (gnus-update-group-mark-positions):
14289         * gnus-sum.el (gnus-update-summary-mark-positions):
14290         * message.el (message-check-news-body-syntax):
14291         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14292         of string-as-multibyte.
14293
14294 2004-10-05  Juri Linkov  <juri@jurta.org>
14295
14296         * gnus-group.el (gnus-update-group-mark-positions):
14297         * gnus-sum.el (gnus-update-summary-mark-positions):
14298         * message.el (message-check-news-body-syntax):
14299         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14300         8-bit unibyte values to a multibyte string for search functions.
14301
14302 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14305         (mm-uu-dissect-text-parts): New function.
14306
14307         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14308         dissect text parts.
14309
14310         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14311         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14312
14313         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14314
14315         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14316         gnus-current-topics instead of gnus-current-topic.
14317
14318 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14319
14320         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14321
14322 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14323
14324         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14325         where approriate.
14326
14327         * nnml.el (nnml-generate-active-info): do.
14328
14329         * nndiary.el (nndiary-generate-active-info): do.
14330
14331         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14332         (gnus-topic-move): do.
14333
14334         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14335         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14336
14337         * gnus-srvr.el (gnus-server-prepare)
14338         (gnus-server-open-all-servers): do.
14339
14340         * gnus-msg.el (gnus-summary-cancel-article)
14341         (gnus-summary-resend-message)
14342         (gnus-summary-mail-crosspost-complaint): do.
14343
14344         * gnus-move.el (gnus-change-server): do.
14345
14346         * gnus-group.el (gnus-group-unmark-all-groups)
14347         (gnus-group-set-current-level): do.
14348
14349 2004-10-04  Simon Josefsson  <jas@extundo.com>
14350
14351         * message.el (message-generate-hashcash): Doc fix.
14352
14353 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14354
14355         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14356         avoid infinite recursion via gnus-get-function.
14357
14358 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14359
14360         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14361
14362         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14363
14364         * nnmail.el (nnmail-split-history): do.
14365
14366         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14367         (nnml-request-delete-group): do.
14368
14369         * nnslashdot.el (nnslashdot-read-groups): do.
14370
14371         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14372         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14373
14374         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14375         (nnspool-sift-nov-with-sed): Use last.
14376         (nnspool-retrieve-headers-with-nov): Use mapc.
14377         (nnspool-request-newgroups): Use dolist.
14378         (nnspool-request-group): Use last.
14379
14380         * nntp.el (nntp-read-server-type): Use dolist.
14381
14382         * nnvirtual.el (nnvirtual-create-mapping)
14383         (nnvirtual-update-read-and-marked): Use dolist.
14384         (nnvirtual-convert-headers): Simplify.
14385
14386 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14387
14388         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14389         support for sync'ing tick marks.
14390
14391 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14394         there's no visible header.
14395
14396 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14397
14398         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14399         necessary, pass full group name to gnus-request-set-marks.
14400
14401 2004-10-01  Simon Josefsson  <jas@extundo.com>
14402
14403         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14404         acroread.
14405
14406 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14407
14408         * spam-report.el (spam-report-gmane): Fix interactive.
14409
14410         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14411
14412         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14413         when writing file.
14414         (gnus-agent-synchronize-flags): Don't default to being
14415         interactive.
14416
14417 2004-09-30  Simon Josefsson  <jas@extundo.com>
14418
14419         * message.el (message-generate-hashcash): Add.
14420         (message-send-mail): Use it, call mail-add-payment.
14421
14422 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14423
14424         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14425
14426 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14427
14428         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14429         gnus-requst-update-info with explicit code to sync the in-memory
14430         info read flags with the marks being sync'd to the backend.
14431
14432         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14433
14434 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14435
14436         * spam.el (spam-verify-bogofilter): Add new function.
14437         (spam-check-bogofilter)
14438         (spam-bogofilter-register-with-bogofilter): Use it.
14439         (spam-verify-bogofilter): Add small fixes.
14440
14441 2004-09-28  Simon Josefsson  <jas@extundo.com>
14442
14443         * hashcash.el (hashcash-generate-payment): Revert.
14444
14445 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14446
14447         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14448         gnus-extract-references instead of gnus-split-references.
14449
14450         * gnus-util.el (gnus-extract-references): Add new function, analogous
14451         to gnus-split-references but extracts only the message-ID without
14452         anything extra.
14453
14454         * hashcash.el (hashcash-generate-payment)
14455         (hashcash-check-payment): Do the right thing if hashcash-path is
14456         nil (because the hashcash program could not be found).
14457
14458         * spam.el (spam-use-hashcash): Remove comment.
14459
14460 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14461
14462         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14463         (gnus-cache-enter-article, gnus-cache-remove-article)
14464         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14465
14466         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14467
14468         * gnus-art.el (article-hide-boring-headers)
14469         (article-translate-strings, article-display-face)
14470         (gnus-article-mime-match-handle-first)
14471         (gnus-article-highlight-headers)
14472         (gnus-article-add-buttons-to-head): do.
14473
14474 2004-09-27  Simon Josefsson  <jas@extundo.com>
14475
14476         * hashcash.el: New version, from
14477         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14478         ../contrib/.
14479
14480 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14483
14484 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14485
14486         * gnus-dup.el (gnus-dup-open): Use mapc.
14487         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14488
14489         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14490         Reported by Stefan Wiens <s.wi@gmx.net>.
14491
14492         * gnus.el (gnus-shutdown): Use dolist.
14493
14494         * gnus-undo.el (gnus-undo): Use mapc.
14495
14496         * nnrss.el (nnrss-generate-active): do.
14497
14498         * message.el (message-cite-original-without-signature)
14499         (message-cite-original): Use mapc.
14500         (message-do-actions, message-make-forward-subject): Use dolist.
14501
14502 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14503
14504         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14505         deletion to remove entire duplicate line.  Fixes merged article
14506         number bug.
14507
14508 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14509
14510         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14511         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14512         first ask if you want to open a server and then, even when you
14513         responded with no, asking if you want to synchronize the server's
14514         flags.
14515         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14516         multi-line expressions.
14517         (gnus-agent-synchronize-group-flags): New internal function.
14518         Updates marks in memory (in the info structure) AND in the
14519         backend.
14520
14521         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14522
14523         * nnagent.el (nnagent-request-set-mark): Use
14524         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14525         method, to ensure that synchronization updates marks in the
14526         backend and in the info (in memory) structure.
14527
14528 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14531         convention fully; don't miss the root article of a thread; make
14532         the X-Draft-From header with correct article numbers.
14533
14534 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14535
14536         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14537         unless plugged.  Disable the agent so that an open failure causes
14538         an error.
14539
14540         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14541         Reverted 2004-09-21 change.  The backend must be opened while
14542         synchronizing flags even when the backend stores the flags
14543         locally.
14544
14545 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14546
14547         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14548         in `header' match.  Reported by Svend Tollak Munkejord.
14549
14550         * message.el (message-cite-original): Fix use of
14551         `message-cite-articles-with-x-no-archive'.
14552
14553 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14556         (gnus-window-to-buffer): Ditto.
14557
14558         * mml.el (mml-preview-buffer): New variable.
14559         (mml-preview): Manage window layout with gnus-buffer-configuration.
14560
14561         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14562         X-Draft-From header even if those articles aren't quoted.
14563
14564 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14565
14566         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14567         (gnus-request-set-mark, gnus-request-update-mark): Use new
14568         g-s-t-u-l-m to decide to use backend even when unplugged.
14569
14570 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14573         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14574
14575 2004-09-20  Simon Josefsson  <jas@extundo.com>
14576
14577         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14578         "utf-16-le".
14579
14580 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14581
14582         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14583
14584 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14585
14586         * uudecode.el (uudecode-use-external): Add :version.
14587
14588         * smime.el (smime-CA-file, smime-encrypt-cipher)
14589         (smime-dns-server): Add :version.
14590
14591         * smiley.el (gnus-smiley-file-types): Add :version.
14592
14593         * sha1.el (sha1-use-external): Add :version.
14594
14595         * pgg-def.el (pgg-query-keyserver): Add :version.
14596
14597         * nnmail.el (nnmail-fancy-expiry-targets)
14598         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14599         Add :version.
14600
14601         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14602         (nnimap-retrieve-groups-asynchronous): Add :version.
14603         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14604
14605         * mml.el (mml-content-disposition-parameters)
14606         (mml-insert-mime-headers-always): Add :version.
14607
14608         * mm-util.el (mm-coding-system-priorities): Add :version.
14609
14610         * mm-decode.el (mm-inline-text-html-with-images)
14611         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14612         (mm-verify-option): Add :version.
14613         (mm-text-html-renderer): Change :version.
14614
14615         * message.el (message-fcc-externalize-attachments)
14616         (message-required-headers, message-draft-headers)
14617         (message-subject-trailing-was-query)
14618         (message-subject-trailing-was-ask-regexp)
14619         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14620         (message-mark-insert-end, message-archive-header)
14621         (message-archive-note, message-cross-post-default)
14622         (message-cross-post-note, message-followup-to-note)
14623         (message-cross-post-note-function, message-use-mail-followup-to)
14624         (message-subscribed-address-functions)
14625         (message-subscribed-address-file, message-subscribed-addresses)
14626         (message-subscribed-regexps, message-allow-no-recipients)
14627         (message-yank-cited-prefix, message-signature-insert-empty-line)
14628         (message-hidden-headers, message-hierarchical-addresses)
14629         (message-mail-user-agent, message-use-idna)
14630         (message-valid-fqdn-regexp)
14631         (message-strip-special-text-properties, message-header-synonyms)
14632         (message-beginning-of-line, message-tab-body-function): Add :version.
14633         (message-insert-canlock, message-wide-reply-confirm-recipients):
14634         Change :version.
14635
14636         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14637         and :version.
14638         (mail-source-delete-old-incoming-confirm)
14639         (mail-source-movemail-program): Add :version.
14640
14641         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14642         (gnus-agent-cache, gnus-agent): Change :version.
14643
14644         * gnus-util.el (gnus-use-byte-compile): Change :version.
14645
14646         * gnus-sum.el (gnus-summary-make-false-root-always)
14647         (gnus-summary-default-high-score)
14648         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14649         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14650         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14651         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14652         (gnus-sum-thread-tree-single-indent)
14653         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14654         (gnus-sum-thread-tree-leaf-with-other)
14655         (gnus-sum-thread-tree-single-leaf): Add :version.
14656         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14657         (gnus-article-loose-mime): Change :version.
14658
14659         * gnus-start.el (gnus-backup-startup-file)
14660         (gnus-save-startup-file-via-temp-buffer): Add :version.
14661
14662         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14663         (gnus-server-offline-face): Add :version.
14664
14665         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14666
14667         * gnus-msg.el (gnus-gcc-externalize-attachments)
14668         (gnus-debug-files, gnus-debug-exclude-variables)
14669         (gnus-discouraged-post-methods): Change :version.
14670         (gnus-confirm-mail-reply-to-news)
14671         (gnus-confirm-treat-mail-like-news): Add :version.
14672
14673         * gnus-int.el (gnus-server-unopen-status): Add :version.
14674
14675         * gnus-group.el (gnus-group-jump-to-group-prompt)
14676         (gnus-large-ephemeral-newsgroup)
14677         (gnus-fetch-old-ephemeral-headers): Add :version.
14678
14679         * gnus-fun.el (gnus-x-face-directory)
14680         (gnus-convert-pbm-to-x-face-command)
14681         (gnus-convert-image-to-x-face-command)
14682         (gnus-convert-image-to-face-command): Add :version.
14683
14684         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14685
14686         * gnus-cite.el (gnus-cite-blank-line-after-header)
14687         (gnus-article-boring-faces): Add :version.
14688
14689         * gnus-art.el (gnus-buttonized-mime-types)
14690         (gnus-inhibit-mime-unbuttonizing)
14691         (gnus-treat-display-face)
14692         (gnus-treat-body-boundary): Change :version.
14693         (gnus-body-boundary-delimiter, gnus-picon-databases)
14694         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14695         (gnus-treat-date-english, gnus-treat-fold-headers)
14696         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14697         (gnus-treat-mail-picon, gnus-treat-wash-html)
14698         (gnus-article-encrypt-protocol)
14699         (gnus-use-idna, gnus-article-over-scroll)
14700         (gnus-mime-display-multipart-alternative-as-mixed)
14701         (gnus-mime-display-multipart-related-as-mixed)
14702         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14703         (gnus-ctan-url, gnus-button-ctan-handler)
14704         (gnus-button-handle-ctan-bogus-regexp)
14705         (gnus-button-ctan-directory-regexp)
14706         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14707         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14708         (gnus-button-man-level, gnus-button-emacs-level)
14709         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14710
14711         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14712         (gnus-agent-go-online): Change :version.
14713         (gnus-agent-expire-unagentized-dirs)
14714         (gnus-agent-auto-agentize-methods): Add :version.
14715
14716         * flow-fill.el (fill-flowed-display-column)
14717         (fill-flowed-encode-column): Add :version.
14718
14719         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14720         (gnus-outlook-deuglify-unwrap-max)
14721         (gnus-outlook-deuglify-cite-marks)
14722         (gnus-outlook-deuglify-unwrap-stop-chars)
14723         (gnus-outlook-deuglify-no-wrap-chars)
14724         (gnus-outlook-deuglify-attrib-cut-regexp)
14725         (gnus-outlook-deuglify-attrib-verb-regexp)
14726         (gnus-outlook-deuglify-attrib-end-regexp)
14727         (gnus-outlook-display-hook): Add :version.
14728
14729         * binhex.el (binhex-use-external): Add :version.
14730
14731 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14734         and `invisible'.
14735
14736 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14737
14738         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14739         in gnus-registry-trim.
14740
14741 2004-09-13  Simon Josefsson  <jas@extundo.com>
14742
14743         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14744
14745         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14746
14747         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14748         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14749         <yamaoka@jpl.org>.
14750         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14751         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14752         <yamaoka@jpl.org>.
14753
14754         * sieve.el (sieve-manage-mode): Ditto.
14755
14756 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14757
14758         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14759
14760 2004-09-11  Simon Josefsson  <jas@extundo.com>
14761
14762         * dns-mode.el: Add.
14763
14764         * mm-view.el (mm-display-dns-inline): Add.
14765
14766         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14767         (mm-automatic-display): Ditto.
14768
14769         * mailcap.el (mailcap-mime-data): Add text/dns.
14770         (mailcap-mime-extensions): Map .soa to text/dns.
14771
14772 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14773
14774         * gnus-art.el (article-decode-mime-words, article-babel)
14775         (gnus-article-highlight-signature, gnus-article-add-buttons)
14776         (gnus-signature-toggle): Remove unnecessary bindings of
14777         `inhibit-read-only' inherited from v5.10 merge.
14778
14779 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14780
14781         * nntp.el (nntp): New customization group.
14782         (nntp-authinfo-file): Add customization group.
14783
14784         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14785
14786         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14787
14788         * gnus.el (to-address, to-list, subscribed)
14789         (large-newsgroup-initial): Ditto.
14790
14791         * flow-fill.el (fill-flowed-display-column)
14792         (fill-flowed-encode-column): Ditto.
14793
14794 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14795
14796         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14797         Use point-min rather than 1.
14798         (message-send-mail): Use buffer-size rather than point-max.
14799
14800         * gnus-sum.el (gnus-summary-search-article-forward):
14801         Signal a specific `search-failed' rather than a generic `error'.
14802
14803         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14804         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14805         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14806
14807 2004-09-10  Simon Josefsson  <jas@extundo.com>
14808
14809         * nndb.el (require): Remove tcp and duplicate cl.
14810
14811 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-agent.el (directory-files-and-attributes): Move forward.
14814
14815 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14816
14817         * gnus-agent.el (directory-files-and-attributes): Optionally
14818         defined to support XEmacs.
14819
14820 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14821
14822         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14823         to avoid run-time CL dependencies.
14824         (gnus-agent-unfetch-articles): New function.
14825         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14826         article numbers even when local .overview file is missing.
14827         (gnus-agent-read-article-number): New function.  Only accepts
14828         27-bit article numbers.
14829         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14830         gnus-agent-read-article-number.
14831         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14832         from backend while recognizing that article numbers in .overview
14833         must be valid.
14834         (gnus-agent-update-files-total-fetched-for): Use
14835         directory-files-and-attributes to improve performance.
14836         * gnus-int.el (gnus-request-move-article): Use
14837         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14838         improve performance.
14839
14840         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14841         some users confused by references to .newsrc when they only have a
14842         .newsrc.eld file.
14843         (gnus-convert-mark-converter-prompt)
14844         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14845         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14846         New function.  Used internally to only display 'gnus converting
14847         files' message when actually necessary.
14848
14849         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14850         methods now autoloaded.
14851
14852 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14855         identifiers.
14856
14857 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * gnus-picon.el: Fix indentation and closing parenthesis.
14860
14861 2004-09-01  Simon Josefsson  <jas@extundo.com>
14862
14863         * message.el (message-canlock-generate): Require sha1, not
14864         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14865         to require within a function.  Sadly, if sha1.el isn't loaded, the
14866         let binding in m-c-g will hide the defcustom definition, which is
14867         bad.)
14868
14869         * canlock.el: Require sha1, not sha1-el.
14870
14871         * message.el: Don't autoload sha1 (there is a autoload cookie in
14872         sha1.el).
14873
14874         * sha1-el.el: Renamed to sha1.el.
14875
14876 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14877
14878         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14879
14880 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14881
14882         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14883
14884 2004-08-30  Kim F. Storm  <storm@cua.dk>
14885
14886         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14887
14888         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14889         Add :group 'nnimap.
14890
14891 2004-08-30  Andreas Schwab  <schwab@suse.de>
14892
14893         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14894         ?* and ?\;.
14895
14896         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14897         and ?\' to symbol instead of whitespace.
14898
14899 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14902
14903         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14904         instead of re-search-forward.
14905
14906         * gnus-uu.el (gnus-uu-save-article): Ditto.
14907         (gnus-uu-post-encode-uuencode): Ditto.
14908
14909         * html2text.el (html2text-clean-list-items): Ditto.
14910         (html2text-clean-dtdd): Ditto.
14911         (html2text-format-tags): Ditto.
14912
14913         * message.el (message-send-mail-with-sendmail): Fix regexp.
14914         (message-fill-field-general): Use search-forward instead of
14915         re-search-forward.
14916         (unbold-region): Ditto.
14917
14918         * nnrss.el (nnrss-request-article): Ditto.
14919
14920         * nnslashdot.el (nnslashdot-request-article): Ditto.
14921
14922         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14923
14924         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14925         "Unrecognized menu descriptor" error in XEmacs.
14926
14927 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14928
14929         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14930         parent article of a sparse article in the thread hashtb.
14931
14932 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14933
14934         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14935         (nnmail-expand-newtext): Lowercase expanded entries if
14936         nnmail-split-lowercase-expanded is non-nil.
14937
14938 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14941
14942         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14943         of gnus-tmp-news-method into string under XEmacs.  It will be
14944         passed to gnus-correct-length which takes only a string argument.
14945
14946 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-util.el (gnus-bind-print-variables): New macro.
14949         (gnus-prin1): Use it.
14950         (gnus-prin1-to-string): Use it.
14951         (gnus-pp): New function.
14952         (gnus-pp-to-string): New function.
14953
14954         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14955         Replace pp-to-string with gnus-pp-to-string.
14956         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14957         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14958         * gnus-msg.el (gnus-debug): Ditto.
14959         * gnus-score.el (gnus-score-save): Ditto.
14960         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14961         gnus-pp-to-string.
14962         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14963         with gnus-pp.
14964         * score-mode.el (gnus-score-pretty-print): Ditto.
14965         * webmail.el (webmail-debug): Ditto.
14966
14967 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * gnus-art.el (article-display-face, article-display-x-face):
14970         Use buffer-read-only.
14971
14972 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-art.el (article-hide-list-identifiers):
14975         Bind inhibit-read-only as t.
14976
14977 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14980
14981 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14982
14983         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14984         (gnus-narrow-to-page): Don't assume point-min == 1.
14985         (gnus-article-edit-mode): Derive from message-mode.
14986
14987         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14988         point-min == 1.
14989
14990         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14991         Disable incorrect use of `assert'.
14992
14993         * message.el (message-mode): Set comment-start-skip.
14994
14995
14996 2004-08-22  Sam Steingold  <sds@gnu.org>
14997
14998         * pop3.el (pop3-leave-mail-on-server): New user variable.
14999         (pop3-movemail): Delete mail only when it is nil.
15000
15001 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15002
15003         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15004
15005         * mml.el (mml-preview): Use `pop-to-buffer'.
15006
15007         * message.el (message-goto-mail-followup-to): Insert after "To".
15008         (message-carefully-insert-headers): Add comment.
15009
15010         * gnus.el: Remove unused variable `gnus-article-check-size'.
15011
15012         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15013
15014         * gnus-art.el (gnus-button-alist): Improve
15015         `gnus-button-handle-library' entry.
15016
15017 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15018
15019         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15020         downcase, since XEmacs capitalizes error messages differently.
15021
15022 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15023
15024         * nntp.el: Add (require 'gnus) due to reference to
15025         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15026
15027 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15028
15029         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15030         `mm-fill-flowed'.
15031
15032         * mm-decode.el (mm-dissect-singlepart): Check it.
15033
15034 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15035
15036         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15037         'imap' for netrc parsing.
15038
15039 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15040
15041         * mailcap.el (mailcap-mime-data): Mark as risky.
15042
15043 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15046         may be included in the encoded word.
15047         (rfc2047-encode): Don't append a space if the encoded word
15048         includes close parenthesis.
15049
15050 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15053         of text within parentheses.
15054
15055 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15056
15057         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15058         (gnus-encrypt-write-file-contents): Make the password key the file
15059         name PLUS the cipher, not just the cipher.  Also remove failed
15060         passwords from the cache.
15061
15062 2004-08-06  Simon Josefsson  <jas@extundo.com>
15063
15064         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15065         fix.
15066
15067 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15068
15069         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15070         LWSP.
15071
15072 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15073
15074         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15075         to append in-reply-to: data to the references: header.
15076
15077         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15078         (netrc-parse): Use gnus-encrypt.el functions.
15079
15080         * gnus-encrypt.el: Add new file for encryption support; currently
15081         does only a few GPG ciphers and an internal XOR cipher.
15082
15083         * password.el: Add comments on using password-read-and-add.
15084         (password-read-and-add): Add function to read and add the
15085         password to the cache at once.
15086
15087 2004-07-28  Simon Josefsson  <jas@extundo.com>
15088
15089         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15090         parameter (but don't use it, for now).
15091
15092         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15093         instead of hard coding to nil.
15094
15095 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15098         as mm-inline-image-xemacs does.
15099
15100 2004-07-26  Simon Josefsson  <jas@extundo.com>
15101
15102         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15103         Revert part of 2004-07-17 change below.
15104
15105 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15108         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15109
15110 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15111
15112         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15113         quotes that actually start with ">" at the beginning of the
15114         lines.
15115
15116 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * rfc2047.el (rfc2047-encode-region): Fix last change.
15119         (rfc2047-encode-parameter): Remove useless concat.
15120
15121 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15124         encode special characters; fix some kind of misconfigured headers;
15125         signal a real error if debug-on-quit or debug-on-error is non-nil.
15126         (rfc2047-encode-max-chars): New variable.
15127         (rfc2047-encode-1): Use it.
15128         (rfc2047-encode-parameter): New function.
15129
15130         * mml.el (mml-insert-parameter): Remove an excessive space.
15131
15132 2004-07-17  Simon Josefsson  <jas@extundo.com>
15133
15134         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15135         Kai Grossjohann <kai@emptydomain.de>.
15136         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15137         (gnus-group-make-menu-bar): Ditto.
15138
15139         * gnus-util.el (gnus-group-server): Add.
15140
15141 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15142
15143         * message.el (message-clone-locals): Clone sendmail and smtp
15144         variables.
15145
15146 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * rfc2047.el (rfc2047-encode-region): Fix last change.
15149
15150 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15153         characters as non-special.
15154
15155 2004-07-09  Simon Josefsson  <jas@extundo.com>
15156
15157         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15158         Users will lose all flag changes made while unplugged with
15159         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15160         good default.  See numerous reports on ding mailing list.
15161
15162 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15165         add generate-head-function and generate-article-function to the
15166         rfc822-forward entry.
15167         (nndoc-rfc822-forward-generate-article): New function.
15168         (nndoc-rfc822-forward-generate-head): New function.
15169
15170         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15171
15172 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15173
15174         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15175         respect display group parameter and gnus-summary-expunge-below.
15176         (gnus-articles-to-read): Remove unused reference to display group
15177         parameter.
15178
15179 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15180
15181         * nnheader.el (nnheader-uniquify-message-id): New experimental
15182         variable.
15183         (nnheader-nov-read-message-id): Use it.
15184
15185         * spam-report.el (spam-report-gmane): Add interactive.
15186
15187 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15190         qp-or-base64 for the application/* types.
15191
15192 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15193
15194         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15195
15196 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15197
15198         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15199         trim value.
15200
15201 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15202
15203         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15204         New macro and function.
15205         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15206
15207 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15210         after-load-alist.
15211
15212 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15215         update info that isn't there.
15216
15217 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15218
15219         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15220         entry.
15221
15222 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * mm-view.el (mm-inline-render-with-function): Use multibyte
15225         buffer; decode html source by charset.
15226
15227         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15228
15229         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15230         Mule-UCS is loaded under XEmacs.
15231         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15232
15233 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15234
15235         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15236
15237 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * mm-util.el (mm-coding-system-p): Return a coding-system.
15240         (mm-mime-mule-charset-alist): Use shift_jis instead of
15241         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15242         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15243         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15244         instead of japanese-shift-jis and iso-latin-1 respectively in
15245         order to share the default value with both Emacs and XEmacs-mule.
15246         (mm-mule-charset-to-mime-charset): Make
15247         mm-coding-system-priorities effective.
15248         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15249         while predicating of candidates upon the priorities.
15250
15251 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15252
15253         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15254         gnus-uu-invert-processable.
15255
15256         * gnus.el: Autoload gnus-uu-invert-processable.
15257
15258 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * mm-util.el (mm-with-multibyte-buffer): New macro.
15261
15262         * rfc2047.el (rfc2047-encode-string): Use it.
15263         (rfc2047-encode-region): Move point to the end of the region after
15264         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15265
15266 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15269         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15270
15271 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15274         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15275         Karl Chen <quarl@nospam.quarl.org>.
15276
15277 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15278
15279         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15280         invalid addresses.
15281
15282 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * spam.el: Change section markers, revise TODO list.
15285         (spam-backends): Make new master list of all installed backends.
15286         (spam-summary-exit-behavior): Add new variable to determine how
15287         messages moves are done at summary exit.
15288         (spam-move-spam-nonspam-groups-only)
15289         (spam-process-ham-in-nonham-groups)
15290         (spam-process-ham-in-spam-groups): Remove variables, the
15291         spam-summary-exit-behavior variable should be used to manage this
15292         behavior.
15293         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15294         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15295         and spam-old-spam-articles.
15296         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15297         Add empty variables, placeholders for the backends they represent.
15298         (spam-set-difference): Move, unchanged.
15299         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15300         unless the user has a processor variable.
15301         (spam-classifications, spam-classification-valid-p)
15302         (spam-backend-properties, spam-backend-property-valid-p)
15303         (spam-backend-function-type-valid-p)
15304         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15305         (spam-report-articles-gmane, spam-report-articles-resend):
15306         Remove functions, they are not needed.
15307         (spam-install-backend-super, spam-backend-list)
15308         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15309         (spam-backend-function, spam-backend-ham-registration-function)
15310         (spam-backend-spam-registration-function)
15311         (spam-backend-ham-unregistration-function)
15312         (spam-backend-spam-unregistration-function)
15313         (spam-backend-statistical-p, spam-backend-mover-p)
15314         (spam-install-backend-alias, spam-install-checkonly-backend)
15315         (spam-install-mover-backend, spam-install-nocheck-backend)
15316         (spam-install-backend, spam-install-statistical-backend)
15317         (spam-install-statistical-checkonly-backend): Add backend installation
15318         support.
15319         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15320         (spam-group-processor-p): Use the new backend code and respect the
15321         summary exit behavior.
15322         (spam-mark-spam-as-expired-and-move-routine): Remove.
15323         (spam-summary-prepare): Change to use the new spam-old-articles
15324         variable.
15325         (spam-copy-or-move-routine, spam-copy-spam-routine)
15326         (spam-move-spam-routine, spam-copy-ham-routine)
15327         (spam-move-ham-routine): Add code to copy/move ham or spam.
15328         (spam-fetch-field-fast): Improve doc and code, plus allow the
15329         'number request.
15330         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15331         variables.
15332         (spam-split, spam-find-spam): Use the new backend code.
15333         (spam-registration-functions): Remove variable.
15334         (spam-unregister-routine): Add convenience wrapper.
15335         (spam-log-undo-registration, spam-register-routine)
15336         (spam-log-processing-to-registry)
15337         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15338         where possible.
15339         (spam-check-gmane-xref, spam-check-regex-headers)
15340         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15341         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15342         (spam-check-bogofilter-headers, spam-check-spamoracle)
15343         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15344         (spam-check-crm114-headers): Use the spam-split-group that
15345         spam-split prepares, no need to determine it every time.
15346
15347         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15348         to the nnheader-parse-naked-head call.
15349
15350         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15351
15352         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15353         the nnheader-nov-read-message-id call.
15354
15355 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15356
15357         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15358         gnus-activate-group twice.  Suggested by Markus Peter
15359         <warp@spin.de>.
15360
15361 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-art.el (gnus-article-time-format): Exchange the order of
15364         day and month in the default value; fix customization type.
15365         (article-date-ut): Use add-text-properties.
15366         (article-make-date-line): Use message-make-date instead of
15367         current-time-string.
15368
15369         * message.el (message-fetch-field): Don't use set-text-properties.
15370         (message-make-date): Simplify.
15371
15372         * messagexmas.el (message-xmas-make-date): New function.
15373         (message-xmas-redefine): Defalias message-make-date to it.
15374
15375 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15378         (rfc2047-encode-region): Treat text within parentheses as special;
15379         show the original text when error has occurred.
15380
15381         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15382         already-computed method to gnus-activate-group.
15383
15384         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15385         same select-methods identical Lisp objects.
15386
15387         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15388         object when modifying the info.
15389
15390 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15393         gnus-opened-servers since it has never been opened with the new
15394         configuration yet.
15395
15396 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15399         arg to nnheader-generate-fake-message-id.
15400
15401 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15402
15403         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15404         number and build a fake message ID localized to a group and
15405         article number (so it's repeatable from that point on).
15406         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15407         ID format.
15408
15409         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15410         nnheader-generate-fake-message-id with the article number.
15411
15412 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15413
15414         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15415         end-of-buffer.
15416
15417 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15418
15419         * message.el (message-ignored-supersedes-headers): Add Approved.
15420
15421 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15424         goto-char.
15425         (rfc2047-encode): Fold the line before encoding.
15426
15427 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15428
15429         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15430         folding -- not all headers can be folded, and this should be done
15431         by the message composition mode.  Probably.  I think.
15432
15433 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15436         fast.
15437
15438         * gnus-ems.el (gnus-remove-image): Don't use
15439         message-text-with-property; remove only the image found first.
15440
15441         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15442         found first.
15443
15444 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15445
15446         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15447
15448 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * message.el (message-text-with-property): Make it fast and accept
15451         optional arguments.
15452         (message-strip-forbidden-properties): Use it.
15453         (message-fix-before-sending): Follow the m-t-w-p change.
15454
15455         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15456
15457 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * gnus-art.el (article-hide-headers): Don't change the buffer
15460         mistakenly when performing mml-preview even if
15461         gnus-single-article-buffer is nil.
15462
15463 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15464
15465         * message.el (message-expand-name-databases): New user option.
15466         (message-expand-name): Use it.
15467
15468 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15469
15470         * spam.el (spam-report-articles-resend)
15471         (spam-report-resend-register-routine): Allow ham reporting.
15472         (spam-report-resend-register-ham-routine): Add wrapper.
15473         (spam-registration-functions): Add ham resending functions.
15474         (spam-list-of-processors): Add ham resend processor.
15475
15476         * gnus.el (ham-resend-to): Add new group parameter.
15477         (spam-process): Add ham resend option.
15478
15479         * spam-report.el (spam-report-resend): Allow reporting ham.
15480         (spam-report-resend-ham): Add wrapper.
15481
15482 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15483
15484         * message.el (message-cite-articles-with-x-no-archive): New
15485         variable.
15486         (message-cite-original): Use it.
15487
15488 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15489
15490         * message.el (message-cite-original): Respect X-No-Archive.
15491
15492 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-art.el (article-hide-headers): Refer to the values for
15495         gnus-ignored-headers and gnus-visible-headers in the summary
15496         buffer since a user may have set them as group parameters.
15497
15498 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15499
15500         * assistant.el (assistant-node-name): Add convenience function.
15501         (assistant-render-text, assistant-render-node): Add error handling,
15502         plus handle multiple next nodes.
15503         (assistant-find-next-node): Comment out for now.
15504         (assistant-find-next-nodes): Add function, returns list of next
15505         nodes.
15506
15507 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15508
15509         * mail-source.el (mail-source-directory): Fix doc-string.
15510
15511 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15512
15513         * assistant.el (assistant-render-text, assistant-eval): Add :set
15514         widget type, which is different because it takes and returns a
15515         list.  Much hilarity ensues.
15516
15517 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15520
15521         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15522         doc-string.
15523
15524         * gnus-start.el (gnus-activate-group): Added doc-string.
15525
15526 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15529
15530 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15531
15532         * assistant.el (assistant-render-text): Try to add a :set
15533         widget, more to come.
15534
15535         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15536         strings.
15537         (spam-report-articles-resend)
15538         (spam-register-routine): Do registration iff any articles warrant
15539         it.
15540         (spam-summary-prepare-exit): Change log message for nil group
15541         destinations.
15542
15543 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15544
15545         * spam.el (spam-report-resend-register-routine): Allow
15546         spam-report-resend-to to be a group parameter or a global value.
15547
15548 2004-05-26  Simon Josefsson  <jas@extundo.com>
15549
15550         * starttls.el: Merge with my GNUTLS based starttls.el.
15551         (starttls-gnutls-program, starttls-use-gnutls)
15552         (starttls-extra-arguments, starttls-process-connection-type)
15553         (starttls-connect, starttls-failure, starttls-success): New
15554         variables.
15555         (starttls-program, starttls-extra-args): Doc fix.
15556         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15557         functions.
15558         (starttls-negotiate, starttls-open-stream): Check
15559         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15560         function if it is set.
15561
15562 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15565         structured fields.
15566
15567 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15570
15571 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15572
15573         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15574         variable.
15575         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15576         assigning the spam-mark to new messages.
15577
15578 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15579
15580         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15581
15582 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15585
15586         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15587         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15588         default.
15589
15590 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15591
15592         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15593         correct data.
15594
15595 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15596
15597         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15598         (spam-group-processor-p): Fix function.
15599         (spam-group-processor-multiple-p)
15600         (spam-group-spam-processor-report-gmane-p)
15601         (spam-group-spam-processor-report-resend-p)
15602         (spam-group-spam-processor-bogofilter-p)
15603         (spam-group-spam-processor-blacklist-p)
15604         (spam-group-spam-processor-ifile-p)
15605         (spam-group-ham-processor-ifile-p)
15606         (spam-group-spam-processor-spamoracle-p)
15607         (spam-group-spam-processor-crm114-p)
15608         (spam-group-ham-processor-bogofilter-p)
15609         (spam-group-spam-processor-stat-p)
15610         (spam-group-ham-processor-stat-p)
15611         (spam-group-ham-processor-whitelist-p)
15612         (spam-group-ham-processor-BBDB-p)
15613         (spam-group-ham-processor-spamoracle-p)
15614         (spam-group-ham-processor-copy-p): Remove functions with some
15615         prejudice against unneeded code.
15616         (spam-report-articles-resend)
15617         (spam-report-resend-register-routine): Allow the group/topic
15618         spam-resend-to value to override spam-report-resend-to.
15619         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15620         properly now.
15621
15622         * gnus.el (spam-resend-to): Add group/topic parameter.
15623         (spam-process): Move the OBSOLETE processors to the end of the
15624         choices.
15625
15626 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15627
15628         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15629         with resend-to set to nil, and then ask the user if necessary.
15630         (spam-report-resend): spam-report-resend takes a list of articles, not
15631         separate article numbers.
15632
15633 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15634
15635         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15636         addition to emacs-w3m.
15637
15638 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15639
15640         * assistant.el (assistant-authinfo-data): New function.
15641         (assistant-eval): Eval for entire assistant.
15642
15643         * netrc.el (netrc-services-file): New variable.
15644         (netrc-parse-services): New function.
15645         (netrc-find-service-name): New function.
15646         (netrc-find-service-number): New function.
15647         (netrc-port-equal): New function.
15648         (netrc-machine): Use it.
15649
15650         * nnimap.el (nnimap-open-connection): Use netrc.
15651
15652         * gnus-util.el (gnus-netrc-get): Remove aliases.
15653
15654         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15655
15656         * assistant.el (wid-edit): Fix compilation.
15657
15658         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15659
15660 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15661
15662         * gnus-util.el (gnus-set-file-modes): New function.  (small
15663         patch).
15664
15665 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15666
15667         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15668
15669         * assistant.el (assistant-render-node): Fix up rendering and
15670         read-only text.
15671         (assistant-render-node): Reset.
15672         (assistant-make-read-only): Not sticky.
15673
15674 2004-05-20  Danny Siu  <dsiu@adobe.com>
15675
15676         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15677         centered even when gnus-auto-center-summary is t.
15678
15679 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680
15681         * dns.el (dns-get-txt-answer): New function.
15682         (dns-read-txt): Ditto.
15683         (query-dns): Use it.
15684
15685 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15686
15687         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15688         active for foreign groups even if the group level is higher than
15689         the specified value.
15690
15691 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15692
15693         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15694         non-active groups.
15695
15696         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15697
15698 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15699
15700         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15701
15702 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15703
15704         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15705         (spam-crm114-header, spam-crm114-spam-switch)
15706         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15707         (spam-crm114-positive-spam-header)
15708         (spam-crm114-database-directory, spam-list-of-processors)
15709         (spam-group-spam-processor-crm114-p)
15710         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15711         (spam-generic-score, spam-list-of-checks)
15712         (spam-list-of-statistical-checks, spam-registration-functions)
15713         (spam-check-crm114-headers, spam-crm114-score)
15714         (spam-check-crm114, spam-crm114-register-with-crm114)
15715         (spam-crm114-register-spam-routine)
15716         (spam-crm114-unregister-spam-routine)
15717         (spam-crm114-register-ham-routine)
15718         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15719         asjo@koldfront.dk (Adam Sjøgren).
15720
15721         * gnus.el: Add spam-use-crm114.
15722
15723         * spam.el (spam-list-of-processors, spam-registration-functions):
15724         Add spam-use-resend.
15725         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15726         (spam-report-articles-gmane): Add doc fix.
15727         (spam-report-articles-resend, spam-report-resend-register-routine):
15728         Add wrappers around spam-report-resend-to.
15729
15730         * spam-report.el (spam-report-resend-to, spam-report-resend):
15731         Add support for resending spam.
15732         (spam-report-gmane): Fix line length >80.
15733
15734         * gnus.el (spam-process): Add spam-use-resend.
15735
15736 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15737
15738         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15739         number of processed spam messages.
15740         (spam-ham-copy-or-move-routine): Return the number of processed
15741         ham messages.
15742         (spam-summary-prepare-exit): Use the above values to decide
15743         whether status messages shouled be displayed.
15744
15745 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15748         `rfc2047-encoding-function-alist' in order to avoid conflicting
15749         with the old version.
15750         (rfc2047-encode-region): Concatenate words containing non-ASCII
15751         characters in structured fields; don't encode space-delimited
15752         ASCII words even in unstructured fields; don't break words at
15753         char-category boundaries.
15754         (rfc2047-encode-1): New function.
15755         (rfc2047-encode): Use it; encode text so that it occupies the
15756         maximum width within 76-column; work correctly on Q encoding for
15757         iso-2022-* charsets.
15758         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15759         sure not to break a line just after the header name.
15760         (rfc2047-b-encode-region): Removed.
15761         (rfc2047-b-encode-string): New function.
15762         (rfc2047-q-encode-region): Removed.
15763         (rfc2047-q-encode-string): New function.
15764
15765         * mm-util.el (mm-replace-in-string): New function.
15766
15767 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15768
15769         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15770         get it right.
15771         (gnus-inews-make-draft): Really.
15772
15773 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15774
15775         * nnmh.el (nnmh-request-list-1): Don't check the link count
15776         before descending.  (small patch)
15777
15778 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15779
15780         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15781         stuff.
15782
15783         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15784         on real group name.
15785
15786         * gnus-art.el (gnus-signature-limit): Doc fix.
15787
15788         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15789
15790         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15791
15792 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15793
15794         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15795         isn't a string.
15796
15797 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15798
15799         * gnus-draft.el (gnus-draft-send): Bind
15800         rfc2047-encode-encoded-words.
15801
15802         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15803         (rfc2047-encodable-p): Say that =? needs encoding.
15804         (rfc2047-encode-encoded-words): New variable.
15805
15806         * gnus-group.el (gnus-group-select-group): Doc fix.
15807
15808         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15809
15810         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15811         to nil.
15812
15813         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15814
15815         * nnheader.el (nnheader-get-lines-and-char): New function.
15816
15817 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15818
15819         * gnus-msg.el (gnus-summary-followup-with-original): Document
15820         yanking of region when active.
15821
15822 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15825         groups if the group level is higher than the specified value.
15826
15827 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15828
15829         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15830         (gnus-group-jump-to-group): Added prefix argument using
15831         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15832         non-active group.
15833
15834         * compface.el (uncompface): Be verbose when changing
15835         `uncompface-use-external'.
15836
15837         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15838         handle manual section.
15839
15840 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15841
15842         * gnus-art.el (gnus-button-alist): Revert previous change.
15843
15844 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15845
15846         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15847
15848 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15849
15850         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15851         whether backend can accept message.
15852
15853         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15854
15855 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15856
15857         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15858         Avoid creating directory when nntp-marks-is-evil is true.
15859         Reported by Reiner Steib.
15860
15861 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * gnus-picon.el (gnus-picon-style): New variable.
15864         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15865         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15866         Jesper Harder <harder@ifa.au.dk>.
15867
15868 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15869
15870         * message.el (message-fill-field): Return point.
15871         (message-generate-headers): Go to end of field.
15872
15873         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15874         stuff for non-living groups.
15875
15876 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * gnus-art.el (gnus-article-followup-with-original)
15879         (gnus-article-reply-with-original): gnus-mark-active-p ->
15880         gnus-region-active-p.
15881
15882 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15883
15884         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15885         only when there is spam or ham to be processed.
15886
15887 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888
15889         * mail-source.el (mail-source-delete-crash-box): Refactor.
15890         (mail-source-fetch): Use it.
15891         (mail-source-fetch-file): Ditto.
15892         (mail-source-fetch-directory): Run postscript in loop.
15893         (mail-source-fetch-pop): Delete.
15894         (mail-source-fetch-maildir): Ditto.
15895         (mail-source-fetch-imap): Ditto.
15896
15897         * imap.el (imap-authenticators): Comment out sasl.
15898
15899         * message.el (message-skip-to-next-address): New function.
15900         (message-fill-header-address): Refactor.
15901         (message-fill-address): Use it.
15902         (message-delete-address): Use it.
15903         (message-fill-header-general): Refactor.
15904         (message-fill-field-address): Rename.
15905         (message-narrow-to-field): Find the start of the header.
15906         (message-header-format-alist): Don't pre-fill.
15907         (message-fill-header): Removed.
15908         (message-insert-header): New function.
15909         (message-shorten-references): Use it.
15910
15911         * rfc2047.el (rfc2047-field-value): Strip props.
15912
15913         * mail-parse.el (mail-header-make-address): New alias.
15914
15915         * ietf-drums.el (ietf-drums-make-address): New function.
15916
15917         * imap.el: Add compiler directives.
15918
15919         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15920
15921         * gnus-art.el (article-decode-idna-rhs): Don't use
15922         message-idna-inside-rhs-p.
15923
15924 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15925
15926         * message.el (message-idna-inside-rhs-p): Removed.
15927         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15928
15929         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15930         false positives.
15931
15932 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15933
15934         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15935
15936 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15937
15938         * nneething.el (nneething-file-name): Don't create spurious
15939         files.
15940
15941         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15942         (gnus-inews-do-gcc): Remove sleep.
15943
15944         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15945         part under point.
15946
15947         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15948         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15949
15950 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15951
15952         * spam.el (spam-summary-prepare-exit): Fixed (length).
15953
15954 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15957         as expired without moving it" message when there are spam
15958         messages left.
15959
15960 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15961
15962         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15963         header is not nil.
15964
15965 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15966
15967         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15968         nntp-possibly-create-directory, not nntp-possibly-change-group.
15969         (nntp-marks-changed-p): New arg SERVER.
15970         (nntp-request-update-info): Adjust caller.
15971
15972 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15973
15974         * nntp.el (nntp-save-marks): Pass missing arg.
15975
15976 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15977
15978         * nntp.el: Support marks.
15979         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15980         (nntp-marks-modtime, nntp-marks-directory): New variables.
15981         (nntp-request-set-mark, nntp-request-update-info)
15982         (nntp-possibly-create-directory, nntp-marks-changed-p)
15983         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15984         functions.
15985
15986 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15987
15988         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15989         (gnus-xmas-redefine): Rename.
15990
15991         * gnus-score.el (gnus-score-insert-help): Use
15992         gnus-select-lowest-window.
15993
15994         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15995         appt-select-lowest-window and rename to gnus-select-lowest-window.
15996
15997         * gnus.el: do.
15998
15999 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16000
16001         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16002         encodings of MIME-encoded words, in order to improve
16003         interoperability with several broken MUAs.
16004
16005 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16006
16007         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16008         tags, only when charsets are not specified in headers.
16009         (mm-inline-text-html-render-with-w3m): Ditto.
16010
16011         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16012         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16013
16014 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16015
16016         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16017         instead of MIME-decoded from fields when checking
16018         `gnus-article-address-banner-alist'.
16019
16020 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16021
16022         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16023         description rather than subject.
16024
16025 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16026
16027         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16028
16029 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16030
16031         * gnus.el (gnus-version-number): Bump.
16032
16033 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16034
16035         * gnus.el: No Gnus v0.2 is released.
16036
16037 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16038
16039         * gnus-agent.el (gnus-agent-read-agentview): Inline
16040         gnus-uncompress-range.
16041
16042 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16043
16044         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16045         `exec-installed-p'.
16046
16047 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16048
16049         * gnus.el (spam-process, spam-autodetect-methods): Add
16050         bsfilter and bsfilter-headers.
16051
16052         * spam.el (spam-bsfilter): New customize group.
16053         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16054         (spam-bsfilter-header, spam-bsfilter-probability-header)
16055         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16056         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16057         (spam-bsfilter-database-directory): New options.
16058         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16059         (spam-list-of-statistical-checks, spam-registration-functions):
16060         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16061         (spam-bsfilter-score): New command.
16062         (spam-check-bsfilter-headers, spam-check-bsfilter)
16063         (spam-bsfilter-register-with-bsfilter)
16064         (spam-bsfilter-register-spam-routine)
16065         (spam-bsfilter-unregister-spam-routine)
16066         (spam-bsfilter-register-ham-routine)
16067         (spam-bsfilter-unregister-ham-routine): New functions.
16068         (spam-generic-score): Support bsfilter; Accept an optional argument
16069         to recalcurate spam score even if scoring header has already been
16070         added.
16071         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16072         optional argument to recalcurate spam score even if scoring header
16073         has already been added.
16074
16075 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16076
16077         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16078         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16079         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16080         link is missing.
16081
16082 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16083
16084         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16085         (html2text-get-attr): Rewrite.
16086
16087         * message.el (message-setup-1): Remove redundant put-text-property
16088         on mail-header-separator.
16089
16090 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16091
16092         * gnus-registry.el (gnus-registry-cache-whitespace)
16093         (gnus-registry-action, gnus-registry-spool-action)
16094         (gnus-registry-split-fancy-with-parent): Change message levels
16095         from 5 to 3 or 7, as needed.
16096
16097         * spam.el (spam-summary-prepare-exit)
16098         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16099         (spam-split, spam-find-spam, spam-log-undo-registration)
16100         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16101         level from 5 to 6.
16102
16103 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16106         2004-03-04 change).
16107
16108 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16109
16110         * sieve-manage.el (sieve-manage-open):
16111         * nnweb.el (nnweb-insert-html):
16112         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16113         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16114         * nnspool.el (nnspool-request-group):
16115         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16116         * nnml.el (nnml-request-update-info):
16117         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16118         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16119         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16120         (nnimap-request-set-mark):
16121         * nnfolder.el (nnfolder-request-update-info):
16122         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16123         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16124         * gnus-uu.el (gnus-uu-find-articles-matching):
16125         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16126         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16127         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16128         * gnus-nocem.el (gnus-nocem-scan-groups):
16129         * gnus-int.el (gnus-start-news-server):
16130         * gnus-group.el (gnus-group-make-kiboze-group)
16131         (gnus-group-browse-foreign-server):
16132         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16133         Use mapc when appropriate.
16134
16135 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16136
16137         FIXME: Make separate entries for each person.
16138
16139         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16140         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16141         <shields@msrl.com>:
16142
16143         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16144         may need for spam sorting and scoring.
16145         (spam-user-format-function-S): Add user format function suitable for
16146         general use.
16147         (spam-article-sort-by-spam-status): Add sorting function for summary
16148         sorting.
16149         (spam-extra-header-to-number): Add function to get a score from a
16150         header.
16151         (spam-summary-score): Add function to get a numeric score from the
16152         headers.
16153         (spam-generic-score): Fix function doc, was in wrong place.
16154         (spam-initialize): Take symbols when it's run, and install the
16155         extra headers that spam-necessary-extra-headers thinks we need.
16156
16157 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16158
16159         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16160         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16161
16162 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16163
16164         * gnus-sum.el (gnus-set-global-variables)
16165         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16166         (gnus-article-get-xrefs, gnus-summary-best-group)
16167         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16168         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16169         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16170         Use with-current-buffer.
16171
16172 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16173
16174         * spam.el (spam-summary-prepare-exit): Simplify logic.
16175         (spam-fetch-article-header): Read the article header if it's not
16176         available.
16177         (spam-list-articles): Simplify logic.
16178         (spam-filelist-register-routine): Fix bug with unregister-list.
16179
16180         * gnus-registry.el: Fix comments at beginning.
16181
16182 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16183
16184         * message.el (message-cater-to-broken-inn): Remove.
16185         (message-shorten-references): Make sure the total folded length of
16186         References is shorter than 998 characters to cater to a bug in INN
16187         2.3.  Also, don't pretend that references aren't folded -- this
16188         hasn't worked for a while.
16189
16190 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16191
16192         * gnus-agent.el (gnus-agentize):
16193         gnus-agent-send-mail-real-function no longer set to current value
16194         of message-send-mail-function but rather a lambda that calls
16195         message-send-mail-function.  The change makes the agent real-time
16196         responsive to user changes to message-send-mail-function.
16197
16198 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16199
16200         * legacy-gnus-agent.el
16201         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16202         help from Florian Weimer <fw@deneb.enyo.de>
16203
16204 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * nnmail.el (nnmail-cache-insert): Revert last change.
16207
16208 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * nnmail.el (nnmail-cache-insert): Always check whether
16211         nnmail-cache-ignore-groups matches a group name.
16212
16213 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16214
16215         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16216         (spam-find-spam, spam-log-processing-to-registry)
16217         (spam-log-registered-p, spam-log-unregistration-needed-p)
16218         (spam-log-undo-registration): Use gnus-message instead of
16219         gnus-error, none of these errors are fatal.
16220
16221         * gnus-registry.el (gnus-registry-clean-empty-function)
16222         (gnus-registry-clean-empty): Remove only empty entries without
16223         extra data.
16224
16225 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16226
16227         * spam-stat.el (spam-stat-buffer-change-to-spam)
16228         (spam-stat-buffer-change-to-non-spam): Change (error) to
16229         (gnus-message 8) invocation.
16230
16231 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * nntp.el (nntp-via-netcat-command): New variable.
16234         (nntp-via-netcat-switches): New variable.
16235         (nntp-open-via-rlogin-and-netcat): New function.
16236         (nntp-open-connection-function): Doc fix.
16237         (nntp-telnet-command): Doc fix.
16238         (nntp-end-of-line): Doc fix.
16239         (nntp-via-rlogin-command): Doc fix.
16240         (nntp-via-user-name): Doc fix.
16241         (nntp-via-address): Doc fix.
16242
16243 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16246         error in Emacs 21.1.
16247
16248 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16249
16250         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16251
16252 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16253
16254         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16255         (gnus-agent-with-refreshed-group): New macro.
16256         (gnus-agent-rename-group): New function.
16257         (gnus-agent-delete-group): New function.
16258         (gnus-agent-save-group-info): Use gnus-command-method when
16259         `method' parameter is nil.  Don't write nil entries into the
16260         active file.
16261         (gnus-agent-get-group-info): New function.
16262         (gnus-agent-fetch-articles): Use
16263         gnus-agent-update-files-total-fetched-for to increment disk space
16264         used.
16265         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16266         gnus-agent-update-view-total-fetched-for to increment disk space
16267         used.
16268         (gnus-agent-get-local): Added optional parameters to avoid calling
16269         gnus-group-real-name and gnus-find-method-for-group.
16270         (gnus-agent-set-local): Delete stored entry if either min, or max,
16271         are nil.
16272         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16273         quit, use gnus-agent-regenerate-group to record existance of any
16274         articles fetched to disk before the quit occurred.
16275         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16276         gnus-agent-update-view-total-fetched-for, and
16277         gnus-agent-update-files-total-fetched-for to decrement disk space
16278         used.
16279         (gnus-agent-retrieve-headers): Use
16280         gnus-agent-update-view-total-fetched-for to increment disk space
16281         used.
16282         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16283         with gnus-agent-update-files-total-fetched-for to decrement disk
16284         space and fresh group buffer.
16285         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16286         (gnus-agent-need-update-total-fetched-for): New variable.
16287         (gnus-agent-update-files-total-fetched-for): New function.
16288         (gnus-agent-update-view-total-fetched-for): New function.
16289         (gnus-agent-total-fetched-for): New function.
16290
16291         * gnus-cache.el (gnus-cache-save-buffers): Use
16292         gnus-cache-update-overview-total-fetched-for to change disk space
16293         used by this group.
16294         (gnus-cache-possibly-enter-article): Use
16295         gnus-cache-update-file-total-fetched-for to increment disk space
16296         used by this group.
16297         (gnus-cache-possibly-remove-article): Use
16298         gnus-cache-update-file-total-fetched-for to decrement disk space
16299         used by this group.
16300         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16301         (gnus-cache-rename-group): New function.
16302         (gnus-cache-delete-group): New function.
16303         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16304         (gnus-cache-need-update-total-fetched-for): New variable.
16305         (gnus-cache-with-refreshed-group): New macro.
16306         (gnus-cache-update-file-total-fetched-for): New function.
16307         (gnus-cache-update-overview-total-fetched-for): New function.
16308         (gnus-cache-rename-group-total-fetched-for): New function.
16309         (gnus-cache-delete-group-total-fetched-for): New function.
16310         (gnus-cache-total-fetched-for): New function.
16311
16312         * gnus-group.el: Require gnus-sum and autoload functions to
16313         resolve warnings when gnus-group.el compiled alone.
16314         (gnus-group-line-format): Documented new %F.
16315         (size of Fetched data) group line format; identifies disk space
16316         used by agent and cache.
16317         (gnus-group-line-format-alist): Defined new F format.
16318         (gnus-total-fetched-for): New function.
16319         (gnus-group-delete-group): No longer update
16320         gnus-cache-active-altered as gnus-request-delete-group now keeps
16321         the cache in sync.
16322         (gnus-group-list-active): Let the agent store a server's active
16323         list if currently plugged.
16324
16325         * gnus-int.el (gnus-request-delete-group):
16326         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16327         local disk in sync with the server.
16328         (gnus-request-rename-group):
16329         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16330         local disk in sync with the server.
16331
16332         * gnus-start.el (gnus-get-unread-articles):
16333         Cosmetic simplification to logic.
16334
16335         * gnus-util.el (gnus-rename-file): New function.
16336
16337 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16338
16339         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16340
16341 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16342
16343         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16344         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16345
16346 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16347
16348         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16349         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16350
16351 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16352
16353         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16354
16355 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * spam.el (spam-set-difference): Add function to replace
16358         gnus-set-difference in spam.el.
16359         (spam-summary-prepare-exit): Use spam-set-difference.
16360
16361 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16362
16363         * gnus-registry.el (gnus-registry-cache-file): Update to use
16364         gnus-dribble-directory OR gnus-home-directory OR ~.
16365         (gnus-registry-split-fancy-with-parent): Fix doc.
16366
16367 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * message.el (message-exchange-point-and-mark): Use
16370         message-mark-active-p.  Suggested by Jesper Harder
16371         <harder@ifa.au.dk>.
16372
16373 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * message.el (message-exchange-point-and-mark): Don't activate
16376         region if it was inactive.  Suggested by Hiroshi Fujishima
16377         <pooh@nature.tsukuba.ac.jp>.
16378
16379 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (article-display-face): Display Faces in the same
16382         order as X-Faces.
16383
16384 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16387
16388 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16391         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16392         (gnus-article-mime-hierarchy): Remove.
16393         (gnus-article-mime-hierarchy-next): Remove.
16394         (gnus-article-mode): Revert 2004-03-19 change.
16395         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16396         (gnus-insert-mime-button): Revert 2004-03-19 change.
16397         (gnus-mime-accumulate-hierarchy): Remove.
16398         (gnus-mime-enter-multipart): Remove.
16399         (gnus-mime-leave-multipart): Remove.
16400         (gnus-mime-display-part): Revert 2004-03-19 change.
16401         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16402
16403         * mml.el (mml-preview): Revert 2004-03-19 change.
16404
16405 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16406
16407         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16408
16409 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16412         t while entering a file name using the mm-with-multibyte macro.
16413         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16414
16415         * mm-util.el (mm-with-multibyte): New macro.
16416
16417 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16420         user option.
16421         (gnus-mime-multipart-functions): Doc and customization fix.
16422         (gnus-article-mime-hierarchy): New variable.
16423         (gnus-article-mime-hierarchy-next): New variable.
16424         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16425         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16426         gnus-article-mime-hierarchy-next to nil.
16427         (gnus-insert-mime-button): Show hierarchy numbers.
16428         (gnus-mime-accumulate-hierarchy): New function.
16429         (gnus-mime-enter-multipart): New function.
16430         (gnus-mime-leave-multipart): New function.
16431         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16432         (gnus-mime-display-alternative): Show hierarchy numbers.
16433
16434         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16435         gnus-article-mime-hierarchy-next to nil.
16436
16437 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16438
16439         * dns.el: Don't require gnus-xmas.
16440
16441 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16442
16443         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16444         inline PGP.
16445         (mml-menu): Disable mml-quote-region if mark is inactive.
16446
16447 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16448
16449         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16450         when the group's active is not available.
16451
16452 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16455         error.
16456
16457 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16458
16459         * imap.el (imap-store-password): New variable.
16460         (imap-interactive-login): Use it.
16461         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16462
16463 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16466         window-start and hscroll to summary window.
16467
16468 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16469
16470         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16471         conversion message to newsrc-dribble when an actual conversion is
16472         performed.
16473
16474 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16475
16476         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16477
16478 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * mm-decode.el (mm-complicated-handles): New function reviving
16481         former definition of mm-multiple-handles.
16482
16483         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16484         (gnus-mime-delete-part): Use it.
16485
16486 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16487
16488         * gnus-agent.el (gnus-agent-read-local): Bind
16489         nnheader-file-coding-system to gnus-agent-file-coding-system to
16490         avoid the implicit assumption that they will always be equal.
16491         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16492         coding-system-for-write, as the with-temp-file macro first prints
16493         to a buffer then saves the buffer.
16494
16495 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-art.el (gnus-article-edit-part): New function.
16498         (gnus-mime-save-part-and-strip): Use it; do query instead of
16499         signaling an error; don't use mm-multiple-handles.
16500         (gnus-mime-delete-part): Ditto.
16501
16502 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16503
16504         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16505         old file versions.
16506         (gnus-group-prepare-hook): Removed function that converted list
16507         form of gnus-agent-expire-days to group properties.
16508
16509         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16510         (gnus-request-accept-article): Re-indented.
16511
16512         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16513         converters to handle old agent file formats.  Added logic for a
16514         "backup before upgrading warning".
16515         (gnus-convert-mark-converter-prompt): Developers can mark
16516         functions as needing (default), or not needing,
16517         gnus-convert-old-newsrc's "backup before upgrading warning".
16518         (gnus-convert-converter-needs-prompt): Tests whether the user
16519         should be protected from potentially irreversable changes by the
16520         function.
16521
16522         * legacy-gnus-agent.el: New.  Provides converters that are only
16523         loaded when gnus-convert-old-newsrc needs to call them.
16524
16525 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * mail-source.el (mail-source-touch-pop): Doc fix.
16528
16529         * message.el (message-smtpmail-send-it): Doc fix.
16530
16531 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16534
16535         * nnmail.el (nnmail-split-fancy): do.
16536
16537         * gnus-kill.el (gnus-kill, gnus-execute): do.
16538
16539 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16540
16541         * gnus-sum.el (gnus-widget-reversible-match)
16542         (gnus-widget-reversible-to-internal)
16543         (gnus-widget-reversible-to-external): New functions.
16544         (gnus-widget-reversible): New widget.
16545         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16546
16547 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16548
16549         * gnus-sum.el (gnus-thread-sort-functions)
16550         (gnus-article-sort-functions): Document `(not F)' items.
16551
16552 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16553
16554         * spam.el (spam-use-gmane-xref): Add new backend.
16555         (spam-gmane-xref-spam-group): Add variable to control the name of the
16556         Gmane spam group.
16557         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16558         (spam-regex-headers-spam, spam-regex-headers-ham)
16559         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16560         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16561         backends and checks.
16562         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16563
16564         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16565         an autodetect method.
16566
16567 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16568
16569         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16570         articles are being added to a group.
16571         (gnus-request-replace-article): Inform the agent that articles
16572         need to be uncached as the cached contents are no longer valid.
16573
16574 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * binhex.el: Don't autoload executable-find.
16577
16578         * canlock.el: Don't autoload mail-fetch-field.
16579
16580         * dgnushack.el: Autoload c-mode for XEmacs.
16581
16582         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16583
16584         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16585         rmail-dont-reply-to and rmail-output.
16586
16587         * gnus-score.el: Don't autoload ffap-string-at-point.
16588
16589         * gnus-setup.el: Don't autoload sc-cite-original.
16590
16591         * imap.el: Don't autoload base64-decode-string,
16592         base64-encode-string and md5.
16593
16594         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16595         and rmail-msg-restore-non-pruned-header.
16596
16597         * mm-decode.el: Don't autoload executable-find.
16598
16599         * mm-url.el: Don't autoload executable-find.
16600
16601         * mm-view.el: Don't autoload diff-mode.
16602
16603         * nndb.el: Don't autoload news-reply-mode, news-setup,
16604         cancel-timer and telnet.
16605
16606         * password.el: Don't autoload run-at-time for Emacs.
16607
16608         * sha1-el.el: Don't autoload executable-find.
16609
16610         * sieve-mode.el: Don't autoload c-mode.
16611
16612         * uudecode.el: Don't autoload executable-find.
16613
16614 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16615
16616         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16617         (gnus-agent-possibly-alter-active): Avoid null in numeric
16618         comparison.
16619         (gnus-agent-set-local): Refuse to save null in local object table.
16620         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16621         list of articles that will be marked as unread.
16622
16623 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16626
16627 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16628
16629         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16630         language tags.
16631
16632 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16633
16634         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16635         Don't bind "obarray".
16636
16637         * gnus-sum.el (gnus-thread-sort-functions): Added
16638         `gnus-thread-sort-by-most-recent-number' and
16639         `gnus-thread-sort-by-most-recent-date'.
16640         Reported by Kai Grossjohann <kai@emptydomain.de>.
16641
16642 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16645
16646 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16647
16648         * gnus-cus.el (gnus-agent-customize-category): Removed
16649         ignore-errors macro reference that required cl to be loaded at
16650         run-time.
16651
16652         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16653         single-interval range of the form (min . max).  Previously the
16654         range had to look like ((min . max)).  Likewise, return
16655         (min . max) rather than ((min . max)).
16656         (gnus-range-map): Use gnus-range-normalize to accept
16657         single-interval range.
16658
16659         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16660         the cache, but not the agent, now appear with their usual face.
16661
16662         * dgnushack.el (loaddir): New variable that is bound to the
16663         directory containing the dgnushack.el file. Use loaddir, rather
16664         than srcdir, to update load-path. Change lets dgnushack compile
16665         code in directories other than GNUS/lisp.
16666
16667 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * lpath.el: Don't bind w3m-safe-url-regexp.
16670
16671         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16672         w3m-safe-url-regexp variable buffer-local.
16673
16674         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16675
16676 2004-02-27  Simon Josefsson  <jas@extundo.com>
16677
16678         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16679         gnus-group-real-prefix.
16680         (gnus-summary-move-article): Use it, instead of
16681         gnus-group-real-prefix.
16682
16683 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16684
16685         * lpath.el: Bind w3m-safe-url-regexp.
16686
16687         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16688         w3m-safe-url-regexp variable buffer-local and set it as the value
16689         of mm-w3m-safe-url-regexp.
16690
16691         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16692
16693         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16694         parsing gnus-posting-styles when the message is not for replying.
16695
16696         * dgnushack.el: Autoload sgml-mode for XEmacs.
16697
16698         * nnrss.el (nnrss-opml-export): Use
16699         mm-set-buffer-file-coding-system instead of
16700         set-buffer-file-coding-system.
16701
16702 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16703
16704         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16705         of checkdoc.el).
16706         * nnrss.el: do.
16707         * gnus-mlspl.el: do.
16708         * gnus-ml.el: do.
16709         * gnus-srvr.el: do.
16710
16711         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16712
16713 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16714
16715         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16716         Corrections to custom-manual links.
16717
16718         * gnus-art.el (gnus-article): Ditto.
16719
16720         * mm-decode.el (mime-display, mime-security): Ditto.
16721
16722 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16723
16724         * flow-fill.el: Typo.
16725
16726 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16727
16728         * spam-wash.el: New file.
16729
16730 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16731
16732         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16733
16734 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16735
16736         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16737         to be run with new-articles as LIST1, not LIST2.
16738         (spam-registration-functions): Add spam-use-ham-copy as a nil
16739         registration backend.
16740
16741 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16742
16743         * spam-stat.el (spam-stat-washing-hook): New option.
16744         (spam-stat-buffer-words): Use it.
16745         (spam-stat-process-directory, spam-stat-test-directory): Use
16746         insert-file-contents-literally.
16747         (spam-stat-coding-system): New variable.
16748         (spam-stat-load, spam-stat-save): Use it.
16749
16750 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16751
16752         * spam-report.el (spam-report-plug-agent): Quote
16753         spam-report-url-to-file and spam-report-url-ping-plain.
16754
16755 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16758         / in mailto URLs.
16759
16760 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16761
16762         * spam-report.el (spam-report-process-queue): Fix interactive use.
16763         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16764         (spam-report-unplug-agent): Doc fixes.
16765         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16766         (spam-report-agentize, spam-report-deagentize): Autoload.
16767
16768 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16769
16770         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16771
16772         * message.el (message-setup-fill-variables): Add mml tags to
16773         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16774         <ajk@iu.edu>.
16775         (message-mode): Don't modify paragraph-separate there.
16776
16777 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * compface.el (uncompface-use-external): Default to undecided.
16780         (uncompface-use-external-threshold): New variable.
16781         (uncompface-float-time): New macro.
16782         (uncompface): Determine whether to use the external decoder if
16783         uncompface-use-external is undecided.
16784
16785 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16786
16787         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16788         after images.
16789
16790         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16791
16792 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16793
16794         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16795
16796         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16797
16798         * gnus-sum.el (gnus-summary-limit-to-age)
16799         (gnus-summary-limit-children): do.
16800
16801         * gnus-int.el (gnus-request-scan): do.
16802
16803         * gnus-group.el (gnus-group-suspend): do.
16804
16805         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16806
16807         * gnus-cite.el (gnus-cite-parse-attributions): do.
16808
16809         * gnus-agent.el (gnus-summary-set-agent-mark)
16810         (gnus-agent-regenerate-group): do.
16811
16812         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16813
16814         * binhex.el (binhex-decode-region-internal): do.
16815
16816 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * gnus-fun.el (gnus-face-properties-alist): New user option.
16819         (gnus-display-x-face-in-from): Use it.
16820
16821         * gnus-art.el (article-display-face): Ditto.
16822
16823         * compface.el (uncompface-use-external): Default to nil.
16824
16825 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16826
16827         * nntp.el (nntp-erase-buffer): New function.
16828         (nntp-retrieve-data, nntp-send-command)
16829         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16830         (nntp-possibly-change-group): Use it.
16831
16832         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16833         with-current-buffer.
16834
16835 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16836
16837         * compface.el: Merge the ELisp-based uncompface program.
16838         (compface): New customization group.
16839         (uncompface-use-external): New user option.
16840         (uncompface): Call uncompface-internal if uncompface-use-external
16841         is nil.
16842         (uncompface-internal): New function.  Note that there are also
16843         some other functions and variables added for this function.
16844
16845 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16846
16847         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16848         if necessary.
16849
16850 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16851
16852         * spam-report.el (spam-report-unplug-agent)
16853         (spam-report-plug-agent, spam-report-deagentize)
16854         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16855         Add support for the Agent in spam-report: when unplugged, report to a
16856         file; when plugged, submit all the requests.
16857
16858         * spam.el (spam-register-routine): Fix message about
16859         registration.
16860
16861 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16862
16863         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16864         dependencies.
16865         (rfc2047-encode): Use it.
16866
16867         * gnus-art.el (gnus-button-marker-list): Move before first
16868         reference.
16869
16870         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16871         (imap-parse-body): Fix format string mismatch.
16872
16873         * gnus-score.el (gnus-summary-increase-score): do.
16874
16875         * nnrss.el (nnrss-close): New function.
16876
16877 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16878
16879         * nnrss.el (nnrss-make-filename): New function.
16880         (nnrss-request-delete-group, nnrss-read-server-data)
16881         (nnrss-save-server-data, nnrss-read-group-data)
16882         (nnrss-save-group-data): Use it.
16883         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16884         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16885         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16886
16887 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16888
16889         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16890
16891 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16894         files.
16895
16896         * message.el (message-generate-headers-first): Don't quote nil
16897         and t in docstrings.
16898
16899         * imap.el (imap-id): do.
16900
16901         * gnus-agent.el (gnus-agent-consider-all-articles)
16902         (gnus-agent-queue-mail): do.
16903
16904 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * spam-report.el (spam-report-process-queue): New function.
16907         Process requests from `spam-report-requests-file'.
16908         (spam-report-process-queue): Doc fix.
16909
16910 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16911
16912         * spam.el (spam-register-routine)
16913         (spam-log-processing-to-registry, spam-log-registered-p)
16914         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16915         Change "check" to "spam-check" for semi-clarity.
16916
16917 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16918
16919         * pop3.el: Require nnheader.
16920
16921         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16922
16923         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16924
16925         * gnus-picon.el: Require cl.
16926
16927         * gnus-fun.el: Require gnus-ems and gnus-util.
16928
16929         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16930
16931         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16932
16933         * gnus-art.el (gnus-article-edit-mode): Define before first
16934         reference.
16935
16936 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16937
16938         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16939         (gnus-uu-post-encoded): Use point-at-bol.
16940
16941         * gnus-topic.el (gnus-group-active-topic-p): do.
16942
16943         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16944
16945         * gnus-group.el (gnus-group-kill-region): do.
16946
16947         * gnus-art.el (article-date-ut): do.
16948
16949         * message.el (message-fetch-field): Remove redundant
16950         case-fold-search binding.
16951         (message-narrow-to-field): Simplify.
16952
16953 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16954
16955         * spam.el (spam-directory): Derive from `gnus-directory'.
16956
16957         * spam-report.el (spam-report-url-to-file)
16958         (spam-report-requests-file): New function and variable for offline
16959         reporting.
16960         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16961         and user defined function.
16962         (spam-report-url-ping-mm-url): Remove doubled slash.
16963
16964 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16965
16966         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16967
16968 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16969
16970         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16971         format string mismatch.
16972
16973         * sieve.el (sieve-deactivate-all): do.
16974
16975         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16976
16977         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16978
16979         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16980
16981         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16982
16983 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16984
16985         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16986         the list of checks.
16987
16988 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16989
16990         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16991         padding.
16992
16993 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16994
16995         * mm-view.el (mm-fill-flowed): New variable.
16996         (mm-inline-text): Use it.
16997
16998 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16999
17000         * spam.el (spam-spamassassin-register-ham-routine)
17001         (spam-spamassassin-register-spam-routine): Fix function names.
17002
17003 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * gnus.el (gnus-tmp-grouplens): Remove.
17006         (gnus-summary-line-format): Remove grouplens.
17007
17008         * gnus-group.el (gnus-group-line-format): Ditto.
17009
17010         * gnus-spec.el (gnus-format-specs): Ditto.
17011         (gnus-update-format-specifications): Flush the group format spec
17012         cache if there's the grouplens stuff.
17013         (gnus-parse-simple-format): Replace %l with the empty string.
17014
17015 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17016
17017         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17018         omission.
17019
17020 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17021
17022         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17023         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17024
17025 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17026
17027         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17028         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17029         New macros and functions.
17030         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17031         Handle > NLINK_MAX messages.
17032         * nnmaildir.el (nnmaildir-request-set-mark): Use
17033         nnmaildir--emlink-p and nnmaildir--eexist-p.
17034
17035 2004-01-25  Alex Schroeder  <alex@gnu.org>
17036
17037         * spam-stat.el (spam-stat-process-directory-age): New option.
17038         (spam-stat-process-directory): Use it.
17039
17040 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17041
17042         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17043         (spam-stat-save): Accept prefix argument.
17044
17045 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17046
17047         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17048         links" error.
17049
17050 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17053         the rest of the and/or forms.
17054
17055 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17056
17057         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17058         compatibility with old .newsrc.eld files.
17059
17060         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17061
17062         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17063
17064         * gnus-start.el (gnus-1): do.
17065
17066         * gnus-group.el (gnus-group-line-format-alist): do.
17067
17068         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17069
17070         * gnus-gl.el: Remove.
17071
17072 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17073
17074         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17075         marks consisting of a single range {for example, (3 . 5)} rather
17076         than a list of a single range { ((3 . 5)) }.
17077
17078 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17079
17080         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17081         with-current-buffer.
17082         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17083         avoid consing a string.
17084
17085         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17086         Remove obsolete entries for big5 and gb2312.
17087
17088 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17089
17090         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17091         uncompressed list.
17092
17093 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17094
17095         * spam-stat.el (spam-stat-strip-xref): New function.
17096         (spam-stat-process-directory): Use it.
17097
17098         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17099         here -- it's done in message-fetch-field.
17100
17101 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17102
17103         * gnus-agent.el (gnus-agent-queue-mail)
17104         (gnus-agent-prompt-send-queue): New variables.
17105         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17106         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17107         "nndraft:queue" along to gnus-draft-send.  Use
17108         gnus-agent-prompt-send-queue.
17109         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17110         is "nndraft:queue".  Suggested by Gaute Strokkenes
17111         <gs234@srcf.ucam.org>
17112
17113         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17114         (agent-enable-undownloaded-faces): Added.
17115         (gnus-agent-cat-groups): Use eval-and-compile, not
17116         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17117         method of gnus-agent-cat-groups even when the buffer has been
17118         evaled.
17119         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17120         delete gnus-agent-save-active-1.
17121         (gnus-agent-save-groups): Deleted.  Identical to
17122         gnus-agent-save-active.
17123         (gnus-agent-write-active): No longer adjust agent's copy of active
17124         file as agent's adjustments are now stored in their own
17125         file.  Removed optional parameter.
17126         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17127         servers.  Add use of min/max range limits from server's local
17128         file.
17129         (gnus-agent-save-alist): Removed unused optional argument.
17130         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17131         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17132         (gnus-agent-set-local): A per-server file that keeps min/max range
17133         limits for articles known to the agent.  Provides a fast mechanism
17134         for altering many active ranges.
17135         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17136         active file (local makes it unnecessary).
17137         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17138
17139         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17140         (agent-enable-undownloaded-faces): Added.
17141
17142         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17143         disable it when sending to "nndraft:queue".
17144         (gnus-group-send-queue): Add safety check to avoid sending queue
17145         when unplugged.
17146
17147         * gnus-group.el (gnus-group-catchup): Use new
17148         gnus-sequence-of-unread-articles, not
17149         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17150         numbers of articles.  Use gnus-range-map to avoid having to
17151         uncompress the unread list.
17152         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17153         Fixed invalid ange-ftp reference.
17154
17155         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17156         (gnus-sorted-range-intersection): Intersection of two ranges
17157         without requiring that they first be uncompressed.
17158
17159         * gnus-start.el (gnus-activate-group): Unless blocked by the
17160         caller, possibly expand the active range to include both cached
17161         and agentized articles.
17162         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17163         multiple version-dependent converters.
17164         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17165         gnus-agent-save-active.
17166         (gnus-save-newsrc-file): Save dirty agent range limits.
17167
17168         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17169         gnus-agent-possibly-alter-active.
17170         (gnus-adjust-marked-articles): Faster handling of simple lists.
17171
17172 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17173
17174         * spam-stat.el (spam-stat-test-directory): New optional argument
17175         displays a list of files detected.  Suggested by Andrew Cohen
17176         <cohen@andy.bu.edu>.
17177         (spam-stat-buffer-words-with-scores): Don't narrow and change
17178         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17179
17180 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17181
17182         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17183         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17184         (spam-spamassassin-arguments)
17185         (spam-spamassassin-spam-flag-header)
17186         (spam-spamassassin-positive-spam-flag-header)
17187         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17188         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17189         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17190         (spam-list-of-processors, spam-list-of-checks)
17191         (spam-list-of-statistical-checks, spam-registration-functions)
17192         (spam-check-spamassassin-headers, spam-check-spamassassin)
17193         (spam-spamassassin-score)
17194         (spam-spamassassin-register-with-sa-learn)
17195         (spam-spamassassin-register-spam-routine)
17196         (spam-spamassassin-register-ham-routine)
17197         (spam-assassin-register-spam-routine)
17198         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17199         (spam-bogofilter-score): Fix to show article before scoring.
17200
17201 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17202
17203         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17204         default scoring function.
17205         (spam-generic-score): Call spam-spamassassin-score if
17206         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17207         spam-bogofilter-score otherwise.
17208
17209         * gnus.el (spam-process, spam-autodetect-methods): Add
17210         spamassassin and spamassassin-headers.
17211
17212 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17213
17214         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17215         Suppress unnecessary messages.
17216
17217 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17218
17219         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17220         make-hash-table.
17221
17222 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17223
17224         * canlock.el (base64-encode-string): Don't autoload it.
17225
17226 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * run-at-time.el: Remove useless (require 'itimer),
17229         eval-and-compile and (featurep 'xemacs).
17230
17231 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17234         GROUP is a virtual group.
17235
17236 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17237
17238         * gnus.el: Autoload `message-y-or-n-p'.
17239
17240 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17241
17242         * pgg-parse.el: Remove unnecessary (require 'custom).
17243
17244         * pgg-def.el: do.
17245
17246         * nnmail.el: do.
17247
17248         * gnus-undo.el: do.
17249
17250         * gnus-picon.el: do.
17251
17252         * gnus-util.el: do.
17253
17254 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17255
17256         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17257
17258 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17261         handle, as well as a list.
17262
17263         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17264         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17265         (mm-w3m-cid-retrieve): Simplify.
17266
17267 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17268
17269         * message.el (message-kill-to-signature): Allow prefix arg to
17270         specify number of lines to keep before signature.
17271
17272 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17273
17274         * message.el (message-kill-to-signature): Change docstring.
17275
17276 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17277
17278         * canlock.el: Always require sha1-el.
17279         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17280
17281         * message.el: Autoload sha1 only when compiling.
17282
17283         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17284         eudc-expand-inline for XEmacs.
17285
17286 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17287
17288         * message.el (message-canlock-generate): Require sha1-el.
17289
17290 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17291
17292         * message.el (message-expand-name): Silence the byte compiler.
17293
17294         * lpath.el: Add detect-coding-system.
17295
17296         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17297         cus-edit.
17298
17299 2004-01-13  Simon Josefsson  <jas@extundo.com>
17300
17301         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17302         Invoke gnus-score-mode.  Reported by
17303         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17304
17305         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17306         Jim Blandy <jimb@redhat.com> (tiny change).
17307
17308 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17309
17310         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17311
17312 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * spam.el (spam-get-article-as-string): Update to use
17315         gnus-request-article-this-buffer, much simpler.
17316         (spam-get-article-as-buffer): Remove.
17317
17318 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17319
17320         * message.el (message-expand-name): Use EUDC if the user uses that.
17321
17322 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17323
17324         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17325         character for the encoding to avoid consing a string.
17326
17327         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17328         unnecessarily.
17329
17330         * mm-util.el (mm-replace-chars-in-string): Remove.
17331
17332         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17333         of mm-replace-chars-in-string.
17334
17335 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17338
17339         * mm-util.el (mm-subst-char-in-string): Support inplace.
17340
17341         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17342         a new string in every iteration.  Use shy groups.
17343
17344 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17345
17346         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17347         * gnus-soup.el (gnus-soup-group-brew):
17348         * gnus-msg.el (gnus-put-message):
17349         * gnus-move.el (gnus-group-move-group-to-server):
17350         * gnus-kill.el (gnus-batch-score):
17351         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17352         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17353         (gnus-group-update-group, gnus-group-read-group)
17354         (gnus-group-make-group, gnus-group-make-help-group)
17355         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17356         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17357         (gnus-group-sort-by-unread, gnus-group-catchup)
17358         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17359         (gnus-group-yank-group, gnus-group-set-info)
17360         (gnus-group-list-groups):
17361         * gnus.el (gnus-generate-new-group-name):
17362         * gnus-delay.el (gnus-delay-send-queue):
17363         * nnvirtual.el (nnvirtual-catchup-group):
17364         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17365         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17366         (gnus-group-prepare-topics, gnus-topic-check-topology):
17367         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17368         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17369         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17370         (gnus-group-make-articles-read):
17371         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17372         (gnus-group-change-level, gnus-kill-newsgroup)
17373         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17374         (gnus-get-unread-articles, gnus-make-articles-unread)
17375         (gnus-make-ascending-articles-unread): Use accessor
17376         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17377         to get group information for improved readability.
17378
17379
17380 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * gnus-art.el (article-decode-mime-words, article-babel)
17383         (gnus-article-highlight-signature, gnus-article-add-buttons)
17384         (gnus-signature-toggle): Use gnus-with-article-buffer.
17385
17386         * gnus-art.el (gnus-article-highlight-headers)
17387         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17388
17389         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17390         (gnus-article-set-globals, gnus-request-article-this-buffer)
17391         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17392         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17393         (gnus-mime-display-alternative): Use with-current-buffer.
17394
17395 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17396
17397         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17398         also under 80 char limit, and call gnus-error if needed.
17399         (spam-fetch-article-header): Fix - it was a
17400         buffer-local variable (gnus-newsgroup-data).
17401         (spam-find-spam): Use spam-generate-fake-headers, forget about
17402         spam-insert-fake-headers.
17403         (spam-insert-fake-headers): Remove.
17404
17405 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17406
17407         * deuglify.el (gnus-article-outlook-unwrap-lines)
17408         (gnus-outlook-rearrange-article)
17409         (gnus-outlook-repair-attribution-outlook)
17410         (gnus-outlook-repair-attribution-block)
17411         (gnus-outlook-repair-attribution-other): Remove redundant
17412         save-excursion.
17413
17414 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17415
17416         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17417         (spam-fetch-field-subject-fast)
17418         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17419         (spam-fetch-article-header): Add functions to deal with Gnus
17420         internals for fast retrieval of article header data.
17421         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17422
17423 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17424
17425         * pop3.el (pop3-md5): Remove.
17426         (pop3-apop): Replace pop3-md5 with md5.
17427
17428         * mm-bodies.el: base64 is always built-in.
17429
17430         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17431         with-current-buffer.
17432
17433 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17434
17435         * canlock.el (canlock-insert-header): Remove excessive grouping in
17436         regexp.
17437
17438         * gnus-sum.el (gnus-summary-read-document): Ditto.
17439
17440         * gnus-uu.el (gnus-uu-part-number): Ditto.
17441
17442         * html2text.el (html2text-remove-tags): Ditto.
17443         (html2text-format-tags): Ditto.
17444         (html2text-format-single-elements): Ditto.
17445
17446         * mml.el (mml-parse-1): Ditto.
17447
17448 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17449
17450         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17451
17452         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17453
17454         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17455
17456         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17457
17458 2003-11-15  Simon Josefsson  <jas@extundo.com>
17459
17460         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17461         (pgg-gpg-lookup-key): Use regexp match instead of
17462         split-string (split-string is different between emacs 21.2 and
17463         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17464
17465 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17466
17467         * gnus-art.el (gnus-mime-view-all-parts)
17468         (gnus-article-part-wrapper, gnus-article-view-part): Use
17469         with-current-buffer.
17470
17471 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17472
17473         * spam.el (spam-disable-spam-split-during-ham-respool)
17474         (spam-spamoracle-database, spam-cache-lookups)
17475         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17476         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17477         (spam-group-ham-marks, spam-group-spam-marks)
17478         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17479         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17480         also add spam-use-blackholes to the statistical checks.
17481         (spam-fetch-field-fast): Add interface to fetching fields, may
17482         become a macro.
17483         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17484         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17485         (spam-insert-fake-headers): Fake an article when needed.
17486         (spam-find-spam): Fake article when possible.
17487         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17488         (spam-check-bogofilter-headers): Use message-fetch-field instead
17489         of nnmail-fetch-field.
17490
17491 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17494
17495 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17496
17497         * spam.el (spam-split): Do not require spam-use-CHECK to be
17498         enabled if that check is passed to spam-split explicitly; also
17499         fix so 'spam doesn't get converted to spam-split-group when
17500         spam-split-symbolic-return is t.
17501         (spam-find-spam): Find registrations of the article and use those
17502         instead of re-running spam-split to find the spam/ham
17503         classification of the article.
17504         (spam-log-processing-to-registry, spam-log-registered-p)
17505         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17506         Use gnus-error instead of gnus-message.
17507         (spam-log-registration-type): Add function to determine the
17508         classification of a message based on registry entries; will
17509         return nil if both 'spam and 'ham are found.
17510         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17511         a reasonably fast local cache without the loading errors.
17512         (spam-cache-lookups): Set to t by default.
17513         (spam-find-spam): Don't try to guess spam-cache-lookups.
17514         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17515         spam-caches entry.
17516         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17517         caching of whitelist/blacklist entries.
17518         (spam-check-whitelist, spam-check-blacklist): Invoke
17519         spam-from-listed-p with a type, not a cache variable.
17520         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17521
17522 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17523
17524         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17525
17526         * nnmail.el (nnmail-split-fancy): do.
17527
17528         * mml.el (mml-parse): do.
17529
17530         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17531         (gnus-score-adaptive): do.
17532
17533 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17536         (gnus-mime-button-map): Don't set keymap parent.
17537         (gnus-button-ctan-directory-regexp): Use shy grouping.
17538         (gnus-prev-page-map): Don't set keymap parent.
17539         (gnus-prev-page-map): Remove duplicated one.
17540         (gnus-next-page-map): Don't set keymap parent.
17541         (gnus-mime-security-button-map): Ditto.
17542
17543         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17544         version number.
17545
17546         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17547
17548 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * canlock.el (canlock-sha1-function): Remove.
17551         (canlock-sha1-function-for-verify): Remove.
17552         (canlock-openssl-program): Remove.
17553         (canlock-openssl-args): Remove.
17554         (canlock-ignore-errors): Remove.
17555         (canlock-sha1-with-openssl): Remove.
17556         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17557         (canlock-verify): Don't use canlock-ignore-errors.
17558
17559         * sha1-el.el (sha1-string-external): Make it can return a string
17560         in binary form.
17561         (sha1-region-external): Ditto.
17562         (sha1-string-internal): Ditto.
17563         (sha1-region-internal): Ditto.
17564         (sha1-region): Ditto.
17565         (sha1-string): Ditto.
17566         (sha1): Ditto.
17567
17568 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17569
17570         * spam.el (spam-report-articles-gmane): New command.
17571
17572 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17573
17574         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17575
17576         * run-at-time.el (run-at-time-saved): Remove.
17577         (run-at-time): Doc fix.
17578
17579 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17582         (gnus-summary-limit-map): Add it.
17583         (gnus-summary-make-menu-bar): do.
17584
17585 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17586
17587         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17588         Make attempt at some caching support (done for BBDB only now).
17589         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17590         addresses to be checked.
17591         (spam-clear-cache-BBDB): Add function, to be invoked by
17592         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17593         (spam-check-BBDB): Check and use the caches, if
17594         spam-cache-lookups is on, remove superfluous (provide).
17595
17596 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17597
17598         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17599
17600 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17601
17602         * run-at-time.el (run-at-time-saved): Move to after the definition
17603         of `run-at-time'.
17604
17605         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17606
17607 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17610         mm-w3m-local-map-property.
17611
17612         * mm-view.el (mm-w3m-mode-map): Remove.
17613         (mm-w3m-local-map-property): Remove.
17614         (mm-inline-text-html-render-with-w3m): Don't use
17615         mm-w3m-local-map-property.
17616
17617 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17618
17619         * run-at-time.el: New file.
17620
17621         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17622         under Emacs.
17623
17624         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17625         of gnus-set-text-properties.
17626
17627         * gnus-uu.el (gnus-uu-save-article): Ditto.
17628
17629         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17630
17631         * gnus-cite.el (gnus-cite-parse): Ditto.
17632
17633         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17634         of gnus-.
17635
17636         * gnus-xmas.el (run-at-time): Require run-at-time.
17637
17638         * gnus.el: Changed calls to nnheader-run-at-time and
17639         password-run-at-time throughout to use run-at-time directly.
17640
17641         * password.el: Removed definition of run-at-time.
17642
17643         * nnheaderxm.el: Remove definition of run-at-time.
17644
17645 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17646
17647         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17648         in prompt.
17649
17650 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17651
17652         * messagexmas.el (message-xmas-redefine): Alias
17653         `message-make-caesar-translation-table' to
17654         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17655         version.
17656
17657         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17658         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17659         `gnus-xmas-set-text-properties'.
17660         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17661         `gnus-xmas-completing-read'.
17662         (gnus-xmas-completing-read): Removed.
17663         (gnus-xmas-open-network-stream): Removed.
17664
17665         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17666         XEmacs version.
17667
17668         * dns.el (dns-make-network-process): Use `open-network-stream'
17669         instead of `gnus-xmas-open-network-stream'.
17670
17671         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17672
17673         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17674
17675 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17676
17677         * gnus-art.el (gnus-mime-display-alternative)
17678         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17679         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17680         Don't use gnus-local-map-property.
17681
17682         * gnus-util.el (gnus-local-map-property): Remove.
17683
17684         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17685         gnus-completing-read-maybe-default with completing-read.
17686
17687         * gnus-util.el (gnus-completing-read): do.
17688         (gnus-completing-read-maybe-default): Remove.
17689
17690 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17691
17692         * password.el: Only autoload `run-at-time' if not XEmacs.
17693         Only autoload the itimer functions if XEmacs.
17694
17695 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17696
17697         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17698         XEmacsen.
17699
17700         * dgnushack.el: Autoload executable-find for XEmacs.
17701
17702 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17703
17704         * gnus-art.el (gnus-read-string): Remove.
17705         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17706         read-string.
17707
17708 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17709
17710         * netrc.el: Autoload password-read.
17711         (netrc): Add configuration group.
17712         (netrc-encoding-method, netrc-openssl-path): Add
17713         variables for encoding and decoding of files with symmetric
17714         ciphers.
17715         (netrc-encode): Add assistant function to encode a file with
17716         netrc-encoding-method.
17717         (netrc-parse): Add interactive parameter, added optional
17718         decoding if netrc-encoding-method is non-nil but otherwise
17719         behavior is standard.
17720         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17721         Do s/encode/encrypt/ everywhere.
17722
17723         * spam.el: Remove executable-find autoload.
17724
17725 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17726
17727         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17728
17729         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17730
17731 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17732
17733         * gnus-art.el (gnus-treat-ansi-sequences)
17734         (article-treat-ansi-sequences): New variable and function.
17735         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17736
17737         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17738         Use it.
17739
17740 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17741
17742         * mm-util.el (mm-quote-arg): Remove.
17743
17744         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17745         shell-quote-argument.
17746
17747         * gnus-uu.el (gnus-uu-command): do.
17748
17749         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17750
17751         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17752         with make-char.
17753
17754         * mm-util.el (mm-make-char): Remove.
17755
17756         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17757         add-minor-mode.
17758
17759         * gnus-undo.el (gnus-undo-mode): do.
17760
17761         * gnus-topic.el (gnus-topic-mode): do.
17762
17763         * gnus-sum.el (gnus-dead-summary-mode): do.
17764
17765         * gnus-start.el (gnus-slave-mode): do.
17766
17767         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17768
17769         * gnus-ml.el (gnus-mailing-list-mode): do.
17770
17771         * gnus-gl.el (gnus-grouplens-mode): do.
17772
17773         * gnus-draft.el (gnus-draft-mode): do.
17774
17775         * gnus-dired.el (gnus-dired-mode): do.
17776
17777         * gnus-ems.el (gnus-add-minor-mode): Remove.
17778
17779         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17780         Replace gnus-char-width with char-width.
17781
17782         * gnus-ems.el (gnus-char-width): Remove.
17783
17784         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17785         Replace gnus-char-width with char-width.
17786
17787         * gnus-ems.el (gnus-char-width): Remove.
17788
17789         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17790         definition.
17791         Remove Emacs 20 hash table compatibility code.
17792
17793         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17794         20 compatibility code.
17795
17796         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17797
17798         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17799
17800         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17801         with point-at-{eol,bol}.
17802
17803         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17804
17805         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17806
17807         * flow-fill.el (fill-flowed-point-at-bol)
17808         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17809
17810         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17811         Replace with point-at-{eol,bol} throughout all files.
17812
17813 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17814
17815         * ntlm.el (ntlm-string-as-unibyte): New macro.
17816         (ntlm-build-auth-response): Use it.
17817
17818         Remove Emacs 20 stuff:
17819         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17820         (butlast, mapc, remove): Remove the compiler macros.
17821         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17822         of delq and copy-sequence.
17823         * gnus-art.el (popup-menu): Remove the compiler macro.
17824         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17825         Emacs 20.
17826
17827 2004-01-05  Simon Josefsson  <jas@extundo.com>
17828
17829         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17830         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17831         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17832         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17833         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17834         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17835         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17836         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17837         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17838         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17839         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17840         string-xor into ntlm-string-xor.  Suggested by
17841         Jesper Harder <harder@myrealbox.com>.
17842
17843         * ntlm.el: Don't include poem.
17844
17845         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17846         Jesper Harder <harder@myrealbox.com>.
17847
17848         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17849
17850         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17851         probably breaks emacs with DL patch, but do we care? Is anyone
17852         still using the DL stuff?)
17853
17854         * sieve-manage.el: Use the password package.
17855         (sieve-manage-read-passwd): Remove.
17856         (sieve-manage-interactive-login): Use password.  Re-add
17857         condition-case around loop.
17858
17859         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17860         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17861         the password package.
17862
17863 2003-02-19  Simon Josefsson  <jas@extundo.com>
17864
17865         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17866         token.
17867
17868 2002-08-07  Simon Josefsson  <jas@extundo.com>
17869
17870         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17871         (sieve-manage-authenticators):
17872         (sieve-manage-authenticator-alist): Add some SASL mechs.
17873         (sieve-sasl-auth): New function.
17874         (sieve-manage-cram-md5-auth):
17875         (sieve-manage-plain-auth): Rewrite using SASL library.
17876         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17877         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17878         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17879         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17880
17881 2004-01-05  Simon Josefsson  <jas@extundo.com>
17882
17883         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17884         New files.
17885
17886 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17887
17888         * gnus-group.el (gnus-no-groups-message): Update.
17889
17890         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17891
17892 2003-11-09  Simon Josefsson  <jas@extundo.com>
17893
17894         * imap.el: Support for ID IMAP extension (RFC 2971).
17895         (imap-local-variables): Add imap-id.
17896         (imap-id): New variable.
17897         (imap-id): New function.
17898         (imap-parse-response): Parse untagged ID response.
17899         * nnimap.el (nnimap-id): New variable.
17900         (nnimap-open-connection): Use it.
17901
17902 2003-12-28  Simon Josefsson  <jas@extundo.com>
17903
17904         * gnus-score.el (gnus-score-edit-all-score): New.
17905         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17906
17907 2004-01-04  Simon Josefsson  <jas@extundo.com>
17908
17909         * password.el: Add.
17910
17911 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17912
17913         * dns.el (dns-query-types): Fix typo.
17914         (dns-query-types): New function.
17915         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17916         PTR and SOA replies, see RFC 1035.
17917
17918 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17919
17920         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17921
17922         * Moved to Changelog.2.
17923
17924 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17925
17926         * gnus.el (gnus-version-number): Bump version.
17927
17928 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17929
17930         * gnus.el: No Gnus v0.1 is released.
17931
17932 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17933
17934         * gnus.el: No Gnus v0.0 is released.
17935
17936 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17937
17938         * gnus.el (gnus-version-number): Bump.
17939         (gnus-version): No.
17940
17941 See ChangeLog.2 for earlier changes.
17942
17943     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17944       Free Software Foundation, Inc.
17945
17946   This file is part of GNU Emacs.
17947
17948   GNU Emacs is free software: you can redistribute it and/or modify
17949   it under the terms of the GNU General Public License as published by
17950   the Free Software Foundation, either version 3 of the License, or
17951   (at your option) any later version.
17952
17953   GNU Emacs is distributed in the hope that it will be useful,
17954   but WITHOUT ANY WARRANTY; without even the implied warranty of
17955   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17956   GNU General Public License for more details.
17957
17958   You should have received a copy of the GNU General Public License
17959   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17960
17961 ;; Local Variables:
17962 ;; coding: utf-8
17963 ;; fill-column: 79
17964 ;; add-log-time-zone-rule: t
17965 ;; End: