Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2
3         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4         customizable.
5
6         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7         handing broken links to browse-url.
8
9 2010-10-05  Julien Danjou  <julien@danjou.info>
10
11         * gnus-util.el (gnus-emacs-completing-read)
12         (gnus-iswitchb-completing-read): Use autoload rather than require.
13
14 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
17         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
18         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
19         iswitchb-temp-buflist for XEmacs.
20
21         * gnus-util.el (gnus-completing-read-function): Exclude
22         gnus-icompleting-read and gnus-ido-completing-read from candidates for
23         XEmacs since iswitchb.el is very old and ido.el is unavailable in
24         XEmacs.
25
26         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
27         not to use `delete-dups' that is unavailable in XEmacs 21.4.
28
29         * gnus-html.el: Don't require help-fns under XEmacs.
30         (gnus-html-schedule-image-fetching): Work for XEmacs.
31
32         * mm-decode.el (mm-shr): Decode contents by charset.
33
34 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
37         unknown.
38
39         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
40         (shr-get-image-data): Ensure against the cache file missing.
41
42         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
43         for data.
44
45         * spam-report.el (spam-report-url-ping-plain): Don't query about
46         killing the process.
47
48         * shr.el (shr-render-td): Protect against too-wide text.
49
50 2010-10-04  Julien Danjou  <julien@danjou.info>
51
52         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
53         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
54
55         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
56         retrieved.
57
58 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * shr.el (browse-url): Required.
61         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
62         lines.
63         (shr-show-alt-text, shr-browse-image): New commands.
64         (shr-browse-url, shr-copy-url): New commands.
65
66         * gnus-sum.el (gnus-widen-article-window): New variable.
67         (gnus-summary-select-article-buffer): Use it.
68
69         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
70         without @ signs.
71
72 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
73
74         * nnir.el (nnir-run-imap): Remove spurious space in search string.
75
76 2010-10-04  Julien Danjou  <julien@danjou.info>
77
78         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
79         for XEmacs.
80
81 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
84
85         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
86         (nnimap-close-server): Implement.
87
88         * dgnushack.el (iswitchb): Require to shut up the compiler.
89
90         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
91         (shr-insert): Tweak line breaking.
92         (shr-insert): Handle <pre> better.
93         (shr-tag-li): Get <li> indentation right.
94         (shr-tag-li): Get <li> indentation even righter.
95         (shr-tag-blockquote): Ensure paragraph start.
96         (shr-make-table): Tweak table generation.
97         (shr-make-table): Fix typo.
98
99         * shr.el: Implement table rendering.
100
101 2010-10-04  Julien Danjou  <julien@danjou.info>
102
103         * gnus-html.el (gnus-html-put-image): Fix resize image code.
104
105 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * shr.el (shr-insert): Use string anchors instead of line anchors.
108
109 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * shr.el: Add headings.
112         (shr-ensure-paragraph): Actually work.
113         (shr-tag-li): Make <ul> prettier.
114         (shr-insert): Get white space at the beginning/end of elements right.
115         (shr-tag-p): Collapse subsequent <p>s.
116         (shr-ensure-paragraph): Don't insert double line feeds after blank
117         lines.
118         (shr-insert): \t is also space.
119         (shr-tag-s): Fix "s" tag name function.
120         (shr-tag-s): Fix face prop name.
121
122 2010-10-03  Julien Danjou  <julien@danjou.info>
123
124         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
125
126         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
127         gnus-window-inside-pixel-edges.
128
129         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
130         gnus-ems.
131
132         * mm-view.el (mm-inline-image-emacs): Support image resizing.
133
134         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
135         function.
136
137         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
138         resize choice.
139
140 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
143         beginning of the buffer.
144
145         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
146         article buffer again.
147
148         * shr.el (shr-tag-p): Don't insert newlines at the start of the
149         buffer.
150
151         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
152         when it's at the start of the buffer.
153
154         * shr.el (shr-tag-blockquote): Convert name.
155         (shr-rescale-image): Use the right image-size variant.
156
157         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
158         buffer isn't shown, then select the current article first instead of
159         bugging out.
160         (gnus-summary-select-article-buffer): Show both the article and summary
161         buffers again.
162
163         * shr.el (shr-fontize-cont): Protect against regions with no text.
164         Rename tag functions to shr-tag-* for enhanced security.
165         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
166
167 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
168
169         * shr.el (shr-insert):
170         * pop3.el (pop3-movemail):
171         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
172         loaded.
173
174 2010-10-03  Glenn Morris  <rgm@gnu.org>
175
176         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
177
178         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
179
180         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
181
182         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
183
184         * gnus-util.el (gnus-make-local-hook): Simplify.
185
186 2010-10-02  Julien Danjou  <julien@danjou.info>
187
188         * gnus-util.el (gnus-iswitchb-completing-read): New function.
189         (gnus-ido-completing-read): New function.
190         (gnus-emacs-completing-read): New function.
191         (gnus-completing-read): Use gnus-completing-read-function.
192         Add gnus-completing-read-function.
193
194 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * shr.el (shr-insert-document): Autoload.
197         (shr-img): Be silent.
198         (shr-insert): Add a newline after every picture before text.
199         (shr-add-font): Use overlays for combining faces.
200         (shr-insert): Pass upwards the text start point.
201
202         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
203         possible.
204         (mm-shr): New function.
205
206 2010-10-02  Julien Danjou  <julien@danjou.info>
207
208         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
209         should go backward.
210
211 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
212
213         * shr.el (shr): Fix typo in provide call.
214
215 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
216
217         * shr.el: New file.
218
219         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
220
221         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
222         completing read.
223
224 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
227         we're being queried about.  Suggested by Dan Jacobson.
228
229         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
230         by Jason Eisner.
231
232         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
233         table, too.  Suggested by Stefan Wiens.
234         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
235         the table unnecessary.  Suggested by Stefan Wiens.
236
237         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
238         longer needed, and probably doesn't work either, as pointed out by
239         Stefan Wiens.
240         (gnus-summary-exit): Remove call to the clearing function.
241         (gnus-summary-exit-no-update): Ditto.
242
243         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
244         instead of gnus-eval-in-buffer-window to avoid popping up frames.
245         Reported by Stefan Monnier.
246         (gnus-summary-save-in-rmail): Ditto.
247
248         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
249         article buffer, instead of both the article buffer and the summary
250         buffer.  Sort of suggested by Dan Jacobson.
251
252         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
253
254         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
255         Suggested by Dan Jacobson.
256
257         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
258         documentation clearer.
259
260         * message.el (message-shorten-references): Comment on the number "21".
261         Suggested by Stefan Monnier.
262
263         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
264         Suggested by Dan Jacobson.
265
266         * gnus.el (gnus-large-newsgroup): Mention
267         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
268
269         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
270         externalize attachments.  Bug reported by Steve Wen.
271
272         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
273         really message anything to the user.
274
275         * nnmail.el (nnmail-article-group): Allow using the fancy split method
276         directly.
277
278         * nnimap.el (nnimap-request-group): Low higher than high to signal no
279         messages in empty groups.
280
281 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
282
283         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
284         non-UIDNEXT group.
285
286 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287
288         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
289         not the value from the collection.
290
291         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
292         values.  This sometimes happens on some groups that have no info.
293         (nnimap-request-newgroups): New function.
294
295 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
296
297         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
298         check into `gnus-registry-initialize'.
299         (gnus-registry-initialize): Ditto.
300         Fix and extend header docs.
301
302 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
305         regexp backtrace overflows.
306
307         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
308         for starttls that tls.el implements; i.e. openssl.
309
310         * tls.el (tls-starttls-switches): Give up on using starttls with
311         gnutls-cli.
312         (tls-program): Add --insecure to be consistent with the defaults from
313         openssl s_client.  Now all three commands are insecure.
314
315 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * lpath.el: Bind completion-styles-alist for XEmacs.
318
319         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
320         (gravatar-create-image): New function that's an alias to
321         gnus-xmas-create-image, gnus-create-image, or create-image.
322         (gravatar-data->image): Use it.
323
324 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
325
326         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
327         install the nnregistry refer method.
328         (gnus-registry-install-hooks): Use it.
329         (gnus-registry-unfollowed-groups): Add nnmairix to the default
330         unfollowed groups.
331
332 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
333
334         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
335         expanding threads.
336
337 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * nnir.el: Use the server names without suffixes (bug #7009).
340
341         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
342         unencrypted to STARTTLS, if possible.
343
344 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
345
346         * message.el (message-ignored-supersedes-headers): Strip Injection-*
347         headers before superseding.
348
349 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * nnrss.el (nnrss-use-local): Add documentation.
352
353         * nnimap.el (nnimap-extend-tls-programs): New function.
354         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
355         (nnimap-wait-for-connection): Accept the greeting from the stupid
356         output from openssl s_client -starttls, too.
357
358         * tls.el (tls-starttls-switches): New variable.
359         (tls-find-starttls-argument): Use it.
360         (open-tls-stream): Ditto.
361
362         * netrc.el (netrc-credentials): Return the value of the "default"
363         entry.
364         (netrc-machine): Ditto.
365
366         * nnimap.el (nnimap-find-article-by-message-id): Really return the
367         article number.
368         (nnimap-split-fancy): New variable.
369         (nnimap-split-incoming-mail): Use it.
370
371         * nntp.el (nntp-server-list-active-group): Document.
372
373         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
374         SELECT to get the message-id.
375
376         * mail-source.el (mail-sources): Removed webmail support.
377         (defvar): Ditto.
378         (mail-source-fetcher-alist): Ditto.
379         (mail-source-fetch-webmail): Removed.
380
381         * webmail.el: Removed -- doesn't seem relevant any more.
382
383         * gnus.el: Fix up make-obsolete-variable declarations throughout.
384
385         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
386         the \r.
387
388 2010-09-30  Julien Danjou  <julien@danjou.info>
389
390         * gnus-agent.el (gnus-agent-add-group): Fix call to
391         gnus-completing-read.
392
393 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * nndoc.el (nndoc-retrieve-groups): New function.
396
397         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
398         `default', use nnmail-split-methods.
399         (nnimap-request-article): Downcase the NILs so that they are nil.
400
401         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
402         symbol.
403
404         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
405         code, since if the user has requested network, that's what they ought
406         to get.
407         (nnimap-request-set-mark): Erase the buffer before issuing commands.
408         (nnimap-split-rule): Mark as obsolete.
409
410         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
411         variable.
412
413         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
414         correct slot, too.
415
416 2010-09-29  Julien Danjou  <julien@danjou.info>
417
418         * gnus.el (gnus-local-domain): Declare variable obsolete.
419
420         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
421         computing.
422         (gnus-ido-completing-read): Require ido.
423
424 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-registry.el: Don't prompt on load, which makes it impossible to
427         build Gnus.
428
429         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
430         when interpreting the structures.
431         (nnimap-request-accept-article): Add \r\n to the lines to make this
432         work with Cyrus.
433
434         * nndraft.el (nndraft-request-expire-articles): Use the group name
435         instead if "nndraft".  Fix found by Nils Ackermann.
436
437 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
438
439         * nnregistry.el: Added.
440
441 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
442
443         * nnmail.el (group, group-art-list, group-art):
444         Remove unneeded directives.
445
446 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
447
448         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
449         (mm-mime-charset)
450         * rfc2047.el (rfc2047-syntax-table)
451         * utf7.el (utf7-utf-16-coding-system): Comment fix.
452
453         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
454         rather than `insert-file-contents' and `eval-region'.
455
456         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
457         construction.
458
459         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
460
461         * time-date.el: No need to require cl for Emacs 21.
462
463 2010-09-29  Julien Danjou  <julien@danjou.info>
464
465         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
466         replacement of `gnus-gravatar-relief' to mimic
467         `gnus-faces-properties-alist'.
468         Add :version property.
469
470 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * mail-source.el (mail-source-report-new-mail)
473         * message.el (message-default-mail-headers)
474         * mm-decode.el (mm-valid-image-format-p): Comment fix.
475
476         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
477
478 2010-09-28  Julien Danjou  <julien@danjou.info>
479
480         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
481         mail-address contains the same string as real-name.
482
483         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
484         non-blank in header, otherwise it'll get stripped.
485
486         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
487         real-name, and then for mail address rather than doing : or , search.
488
489 2010-09-27  Julien Danjou  <julien@danjou.info>
490
491         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
492         (gnus-server-goto-server): Use gnus-completing-read.
493
494         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
495
496         * mm-util.el (defalias): Use gnus-completing-read.
497         (mm-codepage-setup): Use gnus-completing-read.
498
499         * smime.el (smime-sign-buffer): Use gnus-completing-read.
500         (smime-decrypt-buffer): Use gnus-completing-read.
501
502         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
503
504         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
505         (mml-minibuffer-read-disposition): Use gnus-completing-read.
506         (mml-insert-multipart): Use gnus-completing-read.
507
508         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
509
510         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
511
512         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
513
514         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
515
516         * gnus.el (gnus-read-method): Use gnus-completing-read.
517
518         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
519
520         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
521         (gnus-mime-action-on-part): Use gnus-completing-read.
522         (gnus-article-encrypt-body): Use gnus-completing-read.
523
524         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
525         (gnus-topic-move-matching): Use gnus-completing-read.
526         (gnus-topic-copy-matching): Use gnus-completing-read.
527         (gnus-topic-sort-topics): Use gnus-completing-read.
528         (gnus-topic-move): Use gnus-completing-read.
529
530         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
531         (gnus-agent-add-group): Use gnus-completing-read.
532
533         * nnmairix.el (nnmairix-create-server-and-default-group): Use
534         gnus-completing-read.
535         (nnmairix-update-groups): Use gnus-completing-read.
536         (nnmairix-get-server): Use gnus-completing-read.
537         (nnmairix-backend-to-server): Use gnus-completing-read.
538         (nnmairix-goto-original-article): Use gnus-completing-read.
539         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
540
541         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
542
543         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
544         (gnus-group-make-useful-group): Use gnus-completing-read.
545         (gnus-group-make-web-group): Use gnus-completing-read.
546         (gnus-group-add-to-virtual): Use gnus-completing-read.
547         (gnus-group-browse-foreign-server): Use gnus-completing-read.
548
549         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
550         (gnus-summary-limit-to-extra): Use gnus-completing-read.
551         (gnus-summary-execute-command): Use gnus-completing-read.
552         (gnus-summary-respool-article): Use gnus-completing-read.
553         (gnus-read-move-group-name): Use gnus-completing-read.
554
555         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
556         (gnus-summary-score-effect): Use gnus-completing-read.
557
558         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
559
560         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
561         right completing-read function.
562         (gnus-use-ido): New variable
563         (gnus-completing-read-with-default): Remove.
564
565 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
566
567         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
568         x-focus-frame.
569
570         * nnimap.el (auth-source-forget-user-or-password)
571         (auth-source-user-or-password): Autoload.
572
573         * message.el (message-from-style, message-interactive)
574         (message-cite-prefix-regexp, message-sendmail-envelope-from)
575         (message-yank-prefix, message-indentation-spaces, message-signature)
576         (message-signature-file): Add comment.
577
578 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
581         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
582         new articles.
583
584         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
585         parts.
586         (nnimap-request-article): Work with the t setting, too.
587
588         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
589         that you don't get flashes of other buffers.
590         (gnus-summary-show-complete-article): Intern before setting.
591
592 2010-09-27  David Engster  <dengste@eml.cc>
593
594         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
595         well as HEADERS.
596         (nnmairix-retrieve-headers): Provide new argument for the above.
597
598 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-sum.el (gnus-summary-move-article): Don't alter
601         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
602         group.
603
604         * nnimap.el (nnimap-update-info): Don't destructively alter active.
605
606         * message.el (message-cite-prefix-regexp): Revert my last edit.
607
608         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
609         variable instead of the Gnus variable.
610
611         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
612
613         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
614         again.
615
616         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
617         since some servers don't like it.
618         (nnimap-open-connection): Forget credentials if the server says the
619         password was wrong.
620         (nnimap-parse-line): Protect against invalid data.
621
622         * gnus-sum.el (gnus-summary-move-article): Add comment.
623         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
624         nothing alters it while scanning for new messages.
625
626         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
627         which may or may not help.
628         (nnimap-open-connection): If we're doing a stream connection, and then
629         discover we're on a STARTTLS-capable server, then open a STARTTLS
630         connection instead.
631
632 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
633
634         * nnimap.el (utf7): Required.
635
636         * message.el (message-cite-prefix-regexp): Remove "}" from citation
637         prefix.
638
639 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
640
641         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
642
643 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * nnimap.el (nnimap-request-accept-article): Message the error on
646         error.
647
648 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
651
652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * nndoc.el (nndoc-request-list): Return success always.
655
656         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
657         `fetch-old' -- we only want to fetch the articles we've requested.  The
658         rest are in the agent, probably.
659         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
660         disappeared server" to something low.  It's not important.
661
662         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
663         arrived before the FETCH data.
664
665         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
666         target here, because we don't know the Gnus name of the group.
667
668         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
669         for the correct group.
670
671         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
672
673         * gnus.el (gnus): Give a final warning after startup.
674
675         * gnus-util.el (gnus-action-message-log): New variable.
676         (gnus-message): Use it.
677         (gnus-final-warning): New function.
678
679         * nnimap.el (nnimap-open-connection): Record the greeting.
680         (nnimap): Add greeting.
681
682 2010-09-26  Julien Danjou  <julien@danjou.info>
683
684         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
685         arguments.
686         (gnus-html-wash-images): Fix spec computing to include start/end.
687
688         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
689
690 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
693         deletion.
694         (nnimap-retrieve-headers): Don't select the group, because that's
695         already done by nnimap-possibly-change-group.
696
697         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
698         (gnus-picon-transform-address): Use it.
699
700         * mail-source.el (mail-source-value): Revert previous patch.
701
702         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
703         on failure.
704         (nnimap-open-connection): Look up both virtual and physical server name
705         credentials.
706
707         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
708
709 2009-02-07  Dave Love  <fx@gnu.org>
710
711         * tls.el (open-tls-stream): Don't query killing process.
712
713 2009-02-08  Dave Love  <fx@gnu.org>
714
715         * gnus-win.el (gnus-window-to-buffer-helper,
716         gnus-all-windows-visible-p): Function needn't be a symbol.
717
718         * mail-source.el (mail-source-value): Function needn't be a symbol.
719
720 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * message.el (message-cite-prefix-regexp): Remove } from the cite
723         prefix.
724
725         * gnus-art.el (gnus-treatment-function-alist): Do picons before
726         highlight again, so that the highlight is correct.
727
728         * gnus-picon.el (gnus-picon): Remove again.
729         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
730
731         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
732         doing the header highlightling, so that the background colour of the
733         picon is correct.
734
735         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
736         (gnus-picon): Ditto.
737         (gnus-picon): Reinstate.  The background colour for picons is white.
738         (gnus-picon-insert-glyph): Make the background white.
739
740         * nnml.el (nnml-open-nov): Don't return dead buffers.
741
742         * auth-source.el (auth-source-create): Query the user for whether to
743         store the credentials.
744
745         * netrc.el (netrc-store-data): New function.
746
747         * auth-source.el (auth-source-user-or-password): Use the existing auth
748         sources, if any, for creation.
749
750         * gnus.el (gnus-group-fast-parameter): Return the last matching
751         parameter instead of the first matching parameter.
752
753 2010-09-26  Julien Danjou  <julien@danjou.info>
754
755         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
756
757 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * mml2015.el (mml2015-use): Remove gpg support.
760
761         * mml1991.el (mml1991-function-alist): Remove gpg function.
762         (mml1991-gpg-sign): Removed.
763
764 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
765
766         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
767         (gnus-browse-unsubscribe-current-group): Document it.
768         (gnus-browse-unsubscribe-group): Use it.
769
770 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
773         address to the To list for easier response.
774
775         * gnus.el (gnus-play-startup-jingle): Removed.
776         (gnus-splash): Don't play jingle.
777         (gnus): Silence gnus-load message.
778
779         * gnus-art.el (gnus-treat-play-sounds): Removed.
780
781         * gnus.el (gnus-play-jingle): Remove audio support.
782
783         * gnus-cus.el (gnus-score-customize): Remove audio reference.
784
785         * earcon.el: Removed -- no users.
786
787         * gnus-audio.el: Removed -- no users of this package.
788
789         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
790
791         * gnus-start.el (gnus-setup-news): Remove nocem support.
792
793         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
794
795         * gnus.el (gnus-use-nocem): Removed.
796
797         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
798         Removed.
799
800         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
801         uses NoCeM any more.
802
803         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
804         (gnus-button-ctan-handler): Ditto.
805         (gnus-button-handle-ctan-bogus-regexp): Ditto.
806         (gnus-button-ctan-directory-regexp): Ditto.
807         (gnus-button-handle-ctan): Ditto.
808         (gnus-button-tex-level): Ditto.
809         (gnus-button-alist): Removed CTAN stuff.
810
811 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
814         nnimap-streaming test.
815
816         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
817         servers twice.
818
819         * nnimap.el (nnimap-open-connection): Add more error reporting when
820         nnimap fails early.
821
822         * nnheader.el (nnheader-get-report-string): New function.
823         (nnheader-get-report): Use it.
824
825         * gnus-int.el (gnus-check-server): Say what the error was when opening
826         failed.
827
828         * nnimap.el (nnimap-wait-for-response): Search further when we're not
829         using streaming.
830
831 2010-09-25  Julien Danjou  <julien@danjou.info>
832
833         * gnus-html.el (gnus-html-rescale-image): Use our defalias
834         gnus-window-inside-pixel-edges.
835
836 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837
838         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
839
840         * mm-decode.el (mm-save-part): Allow saving to other directories the
841         normal Emacs way.
842
843         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
844         by Jay Berkenbilt.
845
846         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
847         there isn't a single byte.
848
849         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
850         just do it.  It doesn't really seem to matter what the user responds
851         here, I think, so it's just a confusing question.
852
853         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
854         non-streaming case.
855
856         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
857         (gnus-article-encrypt-body): Use it.
858
859         * gnus-sum.el (gnus-summary-show-complete-article): New command and
860         keystroke.
861
862         * nnimap.el (nnimap-find-wanted-parts-1): Use
863         gnus-fetch-partial-articles.
864
865         * gnus-art.el (gnus-fetch-partial-articles): New variable.
866
867         * nnimap.el (nnimap-insert-partial-structure): New function.
868         (nnimap-get-partial-article): New function.
869         (nnimap-request-article): Use it.
870         (nnimap-wait-for-response): Return whether the wait was successful.
871         (nnimap-finish-retrieve-group-infos): Don't do anything if the
872         retrieval wasn't successful.
873         (nnimap-retrieve-group-data-early): Allow throttling servers.
874         (nnimap-streaming): New variable.
875         (nnimap-fetch-partial-articles): Removed.
876
877         * mm-decode.el (mm-with-part): Protect against killed buffers.
878
879         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
880         for prettier summary display.
881
882 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
883
884         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
885         directly.
886
887 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
890         apparently third-party libraries depend on it.
891
892         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
893         before starting negotiation.
894
895         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
896         privacy reasons.
897         (gnus-treat-mail-gravatar): Ditto.
898
899         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
900         buffer when inserting images.  Inserting text into the headers, for
901         instance, can make them invalid.
902
903 2010-09-25  Julien Danjou  <julien@danjou.info>
904
905         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
906         variables.
907
908         * nnheader.el: Remove useless variables news-reply-yank-from and
909         news-reply-yank-message-id.
910
911         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
912         variables.
913
914         * mml1991.el: Remove useless mml1991-verbose.
915
916         * gnus.el: Remove useless variable gnus-use-generic-from.
917         Remove obsolete variable gnus-topic-indentation.
918
919         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
920
921         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
922
923         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
924
925         * gnus-group.el: Remove useless gnus-group-icon-cache.
926         Remove useless gnus-ephemeral-group-server.
927
928         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
929
930         * mml2015.el: Remove useless mml2015-verbose.
931
932         * mml-smime.el: Remove useless mml-smime-verbose.
933
934         * gnus.el: Remove useless gnus-local-domain.
935
936         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
937         gnus-gravatar-size.
938
939         * gnus-art.el: Remove useless gnus-treat-translate.
940
941 2010-09-24  Julien Danjou  <julien@danjou.info>
942
943         * gnus-sum.el: Add support for Gravatars.
944
945         * gnus-art.el: Add support for Gravatars.
946
947         * gnus-gravatar.el: Add this file.
948
949         * gravatar.el: Add this file.
950
951 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
954
955         * gnus-group.el (gnus-group-fetch-faq): Removed.
956
957         * gnus.el (gnus-group-faq-directory): Removed.
958
959         * gnus-group.el (gnus-group-fetch-charter): Removed.
960
961         * gnus.el (gnus-group-charter-alist): Removed.
962
963         * gnus-group.el (gnus-group-archive-directory): Removed.
964         (gnus-group-recent-archive-directory): Ditto.
965         (gnus-group-make-archive-group): Removed.
966
967         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
968
969         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
970         use the same article number for all the cached articles.
971
972         * nnimap.el (nnimap-command): Register the last command time so
973         that we can use it for idling NOOPs.
974         (nnimap-open-connection): Start the keeplive timer.
975         (nnimap-make-process-buffer): Store all the process buffers.
976         (nnimap-keepalive): New function.
977
978         * starttls.el: (starttls-open-stream): Add autoload cookie.
979
980 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
981
982         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
983         handling.
984
985 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
988         its data structures.
989
990         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
991         instead of the cl.el copy-list.
992         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
993         equalp.
994
995 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
998         and tool-bar-local-item-from-menu.
999
1000         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1001         mode-line-highlight face for Emacs.
1002
1003         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1004         loading gnus-sum.elc; fix comment for canlock-verify.
1005         (gnus-article-jump-to-part): Use read-number.
1006         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1007         Emacs pre-21 compatible code for help-echo.
1008         (gnus-article-next-page-1): No need to adjust the number of lines.
1009         (gnus-article-describe-bindings): Always use help-buffer.
1010
1011         * gnus-audio.el (gnus-audio-inline-sound)
1012         * gnus-cus.el (gnus-custom-mode)
1013         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1014
1015         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1016
1017         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1018         compatible code.
1019
1020 2010-09-24  Glenn Morris  <rgm@gnu.org>
1021
1022         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1023         visiting the fcc file in rmail-mode.
1024
1025         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1026
1027 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * nnir.el: Silence the byte compiler.
1030
1031         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1032         alias to browse-url-url-encode-chars if any.
1033         (gnus-html-encode-url): Use it.
1034
1035 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-start.el (gnus-use-backend-marks): New variable.
1038         (gnus-get-unread-articles-in-group): Use it.
1039
1040         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1041         makeover.
1042
1043 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1044
1045         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1046
1047 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1050         Removed.
1051         (gnus-setup-news-hook): Removed
1052         gnus-fixup-nnimap-unread-after-getting-new-news.
1053
1054         * gnus-int.el (gnus-request-update-info): Protect against backends not
1055         having the function.
1056
1057         * nnimap.el (nnimap-stream): Mention starttls.
1058         (nnimap-open-connection): Add starttls support.
1059
1060 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1061
1062         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1063
1064 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1067         BODYSTRUCTUREs.
1068         (nnimap-transform-headers): Unfold quoted {42} headers.
1069
1070         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1071         the info.
1072         (gnus-get-unread-articles): Only call updatep on backends that support
1073         it.
1074
1075         * nnweb.el (nnweb-request-update-info): NOOP.
1076
1077         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1078
1079         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1080         since it only deals with marks.
1081
1082         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1083         gnus-request-marks, and make a new gnus-request-update-info.
1084
1085         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1086         the active instead of the high number, which is usually too low.
1087
1088 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1089
1090         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1091         * encrypt.el: Removed.
1092
1093 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1096         server in symbolic form.
1097
1098         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1099         0.9.
1100
1101 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1104         (nnimap-update-info): Fix up code slightly.
1105
1106         * gnus-int.el (gnus-open-server): Add tracing for performance
1107         debugging.
1108
1109         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1110         (gnus-group-insert-group-line): Pass the real group name so that it
1111         gets the right data.
1112
1113         * gnus-start.el (gnus-get-unread-articles): Don't have
1114         `gnus-get-unread-articles-in-group' update info, since that can be
1115         really slow and doesn't seem to be needed?
1116
1117 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1118
1119         * time-date.el (date-to-time): Try using parse-time-string first before
1120         using the slower timezone-make-date-arpa-standard.
1121
1122 2010-09-22  Julien Danjou  <julien@danjou.info>
1123
1124         * gnus-group.el (gnus-group-insert-group-line): Call
1125         gnus-group-highlight-line.
1126         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1127         default hook list.
1128         (gnus-group-update-eval-form): Add new function.
1129         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1130         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1131
1132 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1135         immediate, then expire all articles.
1136         (nnimap-update-info): Fix off-by-one errors.
1137         (nnimap-flags-to-marks): Would return no marks lists for group with no
1138         flags.  Instead return the other data.
1139
1140 2010-09-22  Julien Danjou  <julien@danjou.info>
1141
1142         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1143         Only return an icon.
1144         (gnus-group-insert-group-line): Compute icon to return.
1145
1146         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1147         variable.
1148         (gnus-html-image-fetched): Only cache if
1149         gnus-html-image-automatic-caching is set.
1150         (gnus-html-image-fetched): Check for errors.
1151
1152 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1155         once per method on `g'.  This ensures that backends like nnfolder don't
1156         open all their folders.
1157
1158         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1159         (nnimap-request-list): Nix out group in the correct buffer.
1160         (nnimap-parse-flags): Implement by using `read' instead of
1161         hand-parsing.
1162         (nnimap-flags-to-marks): Pass on permanent-flags.
1163         (nnimap-make-process-buffer): Record the server name.
1164         (nnimap-parse-flags): Fix typo.
1165         (nnimap-request-scan): Run split on the server in general, not just a
1166         single group.
1167
1168         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1169         parameter, and propagate this downwards.
1170
1171         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1172         since EXAMINE changes it on the server.
1173
1174         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1175         this command might take a while.
1176
1177 2010-09-22  Julien Danjou  <julien@danjou.info>
1178
1179         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1180         harmful if you have 2 images side-by-side, they can't be properly
1181         update on text deletion.  Using text-property is safer here.
1182         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1183         data.
1184
1185 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * nnimap.el (nnimap-expunge-inbox): Removed.
1188         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1189         (nnimap-expunge): Flip default to t.
1190
1191         * gnus.el (gnus-method-to-server): Don't push things to the cache
1192         unless it's unique.
1193         (gnus-server-to-method): Ditto.
1194
1195 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1198
1199 2010-09-22  Julien Danjou  <julien@danjou.info>
1200
1201         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1202         get the start of data.
1203         (gnus-html-encode-url): Add this function to encode special chars in
1204         URL.
1205         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1206         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1207
1208         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1209         default.
1210         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1211
1212         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1213         images alt-text.
1214         (gnus-html-put-image): Put alt-text as help-echo.
1215
1216 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1219         * mm-util.el (mm-decompress-buffer)
1220         * nnir.el (nnir-run-find-grep)
1221         * pop3.el (pop3-list): Use 3rd arg of split-string.
1222
1223         * time-date.el (format-seconds): Comment fix.
1224
1225         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1226         and byte-optimize-form-code-walker.
1227         (dgnushack-make-auto-load): Don't advise make-autoload.
1228
1229         * lpath.el: Remove Emacs 21 stuff.
1230
1231 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1234         outside the active range.  Suggested by Dan Christensen.
1235
1236         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1237         slightly later to avoid double-getting it.
1238
1239         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1240         previous patch.
1241
1242         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1243
1244 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1245
1246         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1247
1248 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * gnus-int.el (gnus-open-server): Give a better error message in the
1251         "go offline" case.
1252
1253         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1254         marks for nnimap, which is seldom the right thing to do.
1255
1256         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1257         (gnus-same-method-different-name): New function.
1258
1259         * nnimap.el (parse-time): Require.
1260
1261         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1262         method in the presence of many similar methods.
1263
1264         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1265
1266         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1267         nnml-inhibit-expiry.
1268
1269         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1270         find out whether methods are equal.
1271
1272         * nnimap.el (nnimap-find-expired-articles): New function.
1273         (nnimap-process-expiry-targets): New function.
1274         (nnimap-request-move-article): Request the article before looking at
1275         what the Message-ID is.  Fix found by Andrew Cohen.
1276         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1277
1278         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1279         for oldness in addition to being a predicate.
1280
1281         * nnimap.el (nnimap-request-group): When we have zero articles, return
1282         the right data to Gnus.
1283         (nnimap-request-expire-articles): Only delete articles immediately if
1284         the target is 'delete.
1285
1286         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1287         method, this would bug out.
1288
1289         * gnus-group.el (gnus-group-expunge-group): Renamed from
1290         gnus-group-nnimap-expunge, and implemented as a normal interface
1291         function.
1292
1293         * gnus-int.el (gnus-request-expunge-group): New function.
1294
1295         * nnimap.el (nnimap-request-create-group): Implement.
1296         (nnimap-request-expunge-group): New function.
1297
1298 2010-09-21  Julien Danjou  <julien@danjou.info>
1299
1300         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1301         (gnus-html-cache-expired): Add new function.
1302         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1303         wethever we should display image for fetch it.
1304         Compute alt-text earlier to pass it to the fetching function too.
1305         (gnus-html-schedule-image-fetching): Change function argument to only
1306         get one image at a time, not a list.
1307         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1308         cache.
1309         (gnus-html-get-image-data): New function to retrieve image data from
1310         cache.
1311         (gnus-html-put-image): Change buffer argument to use image data rather
1312         than file, and place image above region rather than inserting a new
1313         one. Do not take alt-text as argument, since it's useless now: we place
1314         the image above alt-text.
1315         (gnus-html-prune-cache): Remove.
1316         (gnus-html-show-images): Start to fetch image when we find one, do not
1317         push into a temporary list.
1318         (gnus-html-prefetch-images): Only fetch image if they have expired.
1319         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1320         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1321
1322 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1325
1326 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1329         spec inser "*" if the group isn't active instead of 0.
1330
1331         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1332         opening the server.
1333         (nnimap-request-delete-group): Implement group deletion.
1334         (nnimap-transform-headers): Return the size of the entire message in
1335         the Bytes header, not just the size of the first part.
1336         (nnimap-request-move-article): When moving an article from nnimap,
1337         request the article first so the accepting form has an article to
1338         accept.  Reported by Dan Christensen.
1339         (nnimap-command): Make sure that the error message doesn't error out.
1340
1341 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1342
1343         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1344         we haven't requested anything.
1345
1346 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1349         "".  Fix found by Andrew Cohen.
1350
1351         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1352         instead of -encode-string.
1353
1354 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1357
1358         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1359         by mm-subst-char-in-string.
1360
1361 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362
1363         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1364         waiting for the connection string.
1365
1366         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1367         arriving.
1368
1369         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1370         bogus characters.  This allows selecting certain Gmail groups.
1371
1372         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1373         (nnimap-fetch-partial-articles): New variable.
1374         (nnimap-open-connection): When looking for credentials, also use the
1375         nnimap-server-port.
1376         (nnimap-request-article): Return the group/article number, so that Gnus
1377         `^' works as expected.
1378         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1379         them.
1380
1381         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1382         comments.
1383         (gnus-methods-sloppily-equal): New function.
1384         (gnus): When using the development version of Gnus, load the gnus-load
1385         file.
1386
1387         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1388         `gnus-open-server' on each method before trying to scan them etc.  This
1389         ensures that all the backend parameters are set correctly.
1390
1391         * nnimap.el (nnimap-authenticator): New variable.
1392         (nnimap-open-connection): Allow anonymous login.
1393         (nnimap-transform-headers): The chars header is called Chars not
1394         Bytes.
1395         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1396         drops.
1397
1398         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1399         patch, found by Knut Anders Hatlen.
1400
1401 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1402
1403         * gnus-agent.el (gnus-agent-batch-confirmation)
1404         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1405         to gnus-message.
1406         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1407         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1408         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1409         * gnus-int.el (gnus-open-server): Likewise.
1410         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1411         (gnus-score-check-syntax): Likewise.
1412         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1413         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1414         Likewise.
1415         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1416
1417 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1420         calling conventions so that prefetch doesn't bug out.
1421
1422 2010-09-19  Julien Danjou  <julien@danjou.info>
1423
1424         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1425         rather than `subst-char-in-region' in order to be able to replace ASCII
1426         char by UTF-8 ones.
1427
1428         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1429         than curl.
1430         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1431         the right URL and ALT text on images.
1432         (gnus-html-wash-tags): Fix tag case.
1433         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1434         (gnus-article-html): Add -o display_ins_del=2 option.
1435         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1436
1437 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1440         the extra mail headers, which sometimes seem to happen for unknown
1441         reasons.
1442
1443         * mail-parse.el (mail-header-encode-parameter): Define as
1444         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1445         (or most, perhaps?) mail readers don't understand the latter, but do
1446         understand the former.
1447
1448         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1449         to nil, so that no methods are automatically agentized.  I think this
1450         is probably what most users want.
1451
1452         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1453         from url-retrieve, for instance about invalid URLs.
1454
1455         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1456         groups that have no articles.
1457         (nnimap-request-article): Check that we really got an article when we
1458         requested one.
1459
1460         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1461         doesn't exist.
1462
1463         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1464         nntp buffer so the agent can save it.
1465         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1466         that CRLF doesn't get translated to \n.
1467         (nnimap-open-connection): Don't make 'shell commands only send \n.
1468
1469 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1470
1471         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1472         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1473         Update var name.
1474         (nnml-generate-nov-file): Use dolist.
1475         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1476         Use with-current-buffer.
1477
1478 2010-09-18  Julien Danjou  <julien@danjou.info>
1479
1480         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1481         parallel.
1482
1483 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1486         the range update right.
1487         (nnimap-request-group): Don't make `M-g' bug out on group with no
1488         marks.
1489         (nnoo): Required, so that other packages can require nnimap.
1490         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1491         command we're looking for.  This helps when the server sends more
1492         responses after we've gotten everything we expected.
1493         (nnimap): Add a `newlinep' field to keep track of end-of-line
1494         conventions.
1495         Don't send CRLF to things that don't want it.
1496         (nnimap-request-accept-article): Ditto.
1497
1498 2010-09-18  Julien Danjou  <julien@danjou.info>
1499
1500         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1501         than curl to retrieve images.
1502
1503 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504
1505         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1506         the marks.
1507         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1508         (nnimap-wait-for-connection): New function.
1509         (nnimap-open-connection): If we have PREAUTH, don't query for login
1510         credentials.
1511         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1512         when doing a partial update.
1513
1514 2010-09-18  Julien Danjou  <julien@danjou.info>
1515
1516         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1517         tags.
1518
1519 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * nnimap.el (nnimap-credentials): New function.
1522         (nnimap-open-connection): Use the new function to look for credentials
1523         also on the numeric equivalents of "imap" and "imaps".
1524
1525         * gnus-start.el (gnus-activate-group): Send the info to
1526         gnus-request-group.
1527
1528         * nnimap.el (nnimap-request-group): Have the "check" version of the
1529         function parse flags and update the info, so that a `M-g' get a total
1530         resync of all flags from the group.
1531
1532         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1533         to allow backends to alter the info on group selection.  Also alter all
1534         the backend -request-group functions to take the parameter.
1535
1536         * nnimap.el (nnimap-store-info): New function.
1537         (nnimap-update-info): Store the info for later usage.
1538         (nnimap-request-group): Use the stored info for the dont-check case, so
1539         that we don't retrieve all marks when we enter a group.
1540
1541         * nnimap.el: Use deffoo instead of defun for interface functions.
1542
1543         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1544         update the group info.  This makes the nndraft groups, for instance, go
1545         back to their old behaviour.
1546
1547         * gnus-sum.el (gnus-select-newsgroup): Indent.
1548
1549         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1550         in.
1551         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1552         nothing.
1553
1554         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1555         from methods that are denied.
1556
1557         * gnus-int.el (gnus-method-denied-p): New function.
1558
1559         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1560         store the password instead of netrc.
1561         (nnimap-open-connection): Don't error out when we can't make a
1562         connections.
1563
1564         * auth-source.el (auth-source-create): In the password prompt, say what
1565         we're querying for.  Also prompt for user name if that hasn't been
1566         given.
1567
1568         * nnimap.el (nnimap-with-process-buffer): Removed.
1569
1570 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1573         method when we're reading from the agent.
1574
1575         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1576
1577         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1578         that's probably most useful for users.
1579
1580         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1581         "failed" all the time.
1582
1583         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1584         ...)) with (with-current-buffer ... ).
1585
1586         * nntp.el (nntp-open-server): Return whether the open was successful or
1587         not.
1588
1589         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1590         select an unread unseen article first.
1591
1592         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1593         /etc/services, supply some sensible port defaults.
1594
1595         * dgnushack.el: Define netrc-credentials.
1596
1597 2010-09-17  Julien Danjou  <julien@danjou.info>
1598
1599         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1600
1601 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1602
1603         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1604         doesn't have any parameters.
1605
1606 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1609         only upcased checks.
1610
1611         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1612
1613         * nnimap.el (nnimap-open-shell-stream): New function.
1614         (nnimap-open-connection): Use it.
1615         (nnimap-transform-headers): Get the number of lines in each message.
1616         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1617         number of lines.
1618         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1619         problem.
1620
1621         * utf7.el (utf7-encode): Autoload.
1622
1623         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1624         to allow the mail splitting to not return a default group.  This is
1625         useful for nnimap, which will leave unmatched mail in the inbox.
1626
1627         * nnimap.el: Rewritten.
1628
1629         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1630         nnimap usage.
1631
1632         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1633         if the move is internal, so that nnimap can do fast internal moves.
1634
1635         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1636         data.
1637         (gnus-read-active-for-groups): Support finishing the early retrieval of
1638         data.
1639
1640         * gnus-range.el (gnus-range-nconcat): New function.
1641
1642         * gnus-int.el (gnus-finish-retrieve-group-infos)
1643         (gnus-retrieve-group-data-early): New functions.
1644
1645 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1646
1647         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1648         (nnrss-retrieve-groups):
1649         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1650         (pop3-quit): Use with-current-buffer.
1651
1652 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1655         instead of nnheader-accept-process-output.
1656
1657         * dgnushack.el (dgnushack-compile): Add comment.
1658
1659         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1660
1661         * gnus-html.el (gnus-html-schedule-image-fetching)
1662         (gnus-html-prefetch-images): Replace process-kill-without-query by
1663         gnus-set-process-query-on-exit-flag.
1664
1665 2010-09-16  Romain Francoise  <romain@orebokech.com>
1666
1667         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1668
1669 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1672         parameter to unintern is mandatory-ish in Emacs 24.
1673
1674         * gnus-html.el (gnus-html-schedule-image-fetching)
1675         (gnus-html-prefetch-images): Check for curl before using it.
1676
1677         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1678         depend on curl, which isn't essential.
1679
1680         * imap.el: Revert back to version
1681         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1682         seem problematic.
1683
1684 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1685
1686         * gnus-registry.el (gnus-registry-install-shortcuts):
1687         Explicitly pass `obarray' to `unintern' to avoid a warning.
1688
1689 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1692         change.
1693
1694         * nnrss.el (nnrss-request-list): Removed this function and related
1695         functions, including the moreover stuff.
1696
1697 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698
1699         * nnrss.el (nnrss-retrieve-groups): New function.
1700
1701 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1702
1703         * .dir-locals.el: Add no-byte-compile cookie.
1704
1705 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * time-date.el (format-seconds): Comment fix.
1708
1709         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1710         for back end that doesn't support request-scan.
1711
1712 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1715         then do request scans from the backends.
1716
1717         * netrc.el (netrc-credentials): New conveniency function.
1718
1719         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1720         avoid running a hook per line, since this takes a lot of time,
1721         profiling shows.
1722         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1723         directly if gnus-visual-p is true.
1724
1725 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1728         groups; replace mapcar with dolist which is a bit faster; pass groups
1729         info to gnus-read-active-file-1.
1730         (gnus-read-active-file-1): Scan only specified groups if the new
1731         optional arg `infos' is given.
1732
1733 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1736
1737         * pop3.el (pop3-movemail): Removed.
1738         (pop3-streaming-movemail): Renamed to pop3-movemail.
1739
1740         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1741         don't restrict end-tag searches to the end of the line.
1742
1743 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1746         articles of every unchecked group to t, which means unknown since the
1747         server has never been opened.
1748
1749 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-html.el (gnus-html-show-alt-text): New command.
1752         (gnus-html-browse-image): Ditto.
1753         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1754         to browse the image directly.
1755         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1756         better.
1757
1758         * gnus-async.el (gnus-async-article-callback): Call
1759         `gnus-html-prefetch-images' unconditionally.
1760
1761         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1762         before feeding URLs to curl.
1763
1764 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1767         internal images as deletable by `W D D'.
1768
1769         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1770         (gnus-async-article-callback): Fix typo.
1771
1772 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773
1774         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1775         current line to work around bugs in the output from w3m.
1776
1777         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1778         for groups that want that.
1779
1780         * nntp.el (nntp-wait-for-string): Supply a timeout for
1781         accept-process-output to ensure progress.
1782
1783         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1784         level to get unread articles from, then use that for foreign groups,
1785         too.
1786
1787         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1788         confuses the rest of the function.
1789
1790         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1791         for the methods that support -retrieve-groups, too.
1792
1793         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1794
1795 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1798         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1799
1800         * pop3.el: Require cl when compiling.
1801         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1802
1803 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1806         that aren't going to be activated.
1807         (gnus-get-unread-articles): Fix up the last commit.
1808
1809         * gnus-html.el (gnus-article-html): Allow calling without specifying
1810         the handle.  In that case, dissect the buffer first.
1811
1812         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1813
1814         * nnimap.el (nnimap-open-connection): Revert the change that would look
1815         into authinfo for imaps instead of imap.
1816
1817         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1818         say that you don't want to call gnus-request-group with don-check, but
1819         do check the reponse.  This is for virtual groups only.
1820         (gnus-get-unread-articles): Count the archive groups as secondary, so
1821         that they're activated the same way as before.
1822
1823         * imap.el (imap-message-map): Removed optional buffer parameter, since
1824         no callers use it.
1825         (imap-message-get): Ditto.
1826         (imap-message-put): Ditto.
1827         (imap-mailbox-map): Ditto.
1828         (imap-mailbox-put): Ditto.
1829         (imap-mailbox-get): Ditto.
1830         (imap-mailbox-get): Revert last change for this function.
1831
1832         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1833         case-insensitively.
1834         (nnimap-debug): Removed.
1835
1836         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1837         to use `imap-fetch' instead.  According to the comments, this should be
1838         safe, since all other IMAP clients use the 1:* syntax.
1839         (imap-enable-exchange-bug-workaround): Removed.
1840         (imap-debug): Removed -- doesn't seem very useful.
1841
1842         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1843         mail from a file, and the file doesn't exist.
1844
1845         * imap.el (imap-log): New convenience function used throughout instead
1846         of repeating the same code all over the place.
1847
1848         * pop3.el (pop3-streaming-movemail): Return t for success.
1849
1850         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1851         .authinfo if we're using ssl connection.
1852
1853         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1854         already have if we're in a main Gnus `g' run.
1855
1856         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1857
1858 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1861
1862         * nnmh.el (nnmh-request-list-1): Bind `file'.
1863
1864         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1865         alias to set-process-query-on-exit-flag or process-kill-without-query.
1866         (pop3-open-server): Use it.
1867
1868 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1869
1870         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1871         box to the Incoming file.  Fixes mistake in previous checkin.
1872
1873         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1874         request loop (for debugging purposes) removed.
1875
1876         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1877         culprit is more visible.
1878         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1879         (nnml-add-incremental-nov): New functions to do "incremental" nov
1880         updates, where we just append to the end of the existing nov files
1881         without reading/writing them in full.
1882
1883         * mail-source.el (mail-source-delete-crash-box): Really only check the
1884         incoming files once in a while.
1885
1886         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1887
1888         * mail-source.el (mail-source-delete-crash-box): Only check the
1889         incoming files for deletion once per day to save a lot of file
1890         accesses.
1891
1892         * pop3.el (pop3-logon): Fix up unbound variable typo.
1893
1894         * mail-source.el (pop3-streaming-movemail): Autoload.
1895
1896         * pop3.el (pop3-streaming-movemail): Respect
1897         pop3-leave-mail-on-server.
1898
1899         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1900         retrieval.
1901
1902         * pop3.el (pop3-process-filter): Removed unused function.
1903         (pop3-streaming-movemail, pop3-send-streaming-command)
1904         (pop3-wait-for-messages, pop3-write-to-file)
1905         (pop3-number-of-responses): New functions for streaming pop3
1906         retrieval.
1907
1908         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1909         come from no known methods.
1910         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1911         list.
1912
1913         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1914         message sizes.
1915         (pop3-movemail): Use erase-buffer instead of looping and deleting
1916         regions, which seems rather odd.
1917
1918         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1919         file once per `g' run.
1920
1921         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1922         directories.  This makes the draft queue directory work.
1923
1924         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1925         data from the backends, so that we only request the list of groups from
1926         each method once.  This should speed things up considerably.
1927
1928         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1929         detect that it's not implemented.
1930
1931         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1932         we actually do recurse down into the tree, but don't stat all leaf
1933         nodes.
1934
1935         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1936         then say so instead of bugging out.
1937
1938         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1939         files exist before trying to read them.
1940
1941         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1942         around <pre_int>.
1943
1944         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1945
1946         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1947
1948 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * mm-util.el (mm-image-load-path): Just return the image directories,
1951         not all directories in the path in addition to the image directories.
1952         (mm-image-load-path): Maintain a cache of the image directories so that
1953         the `g' command in Gnus doesn't have to stat dozens of directories each
1954         time.
1955
1956         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1957         (gnus-html-wash-tags): Add a new `i' command to insert images.
1958         (gnus-html-insert-image): New command and keystroke.
1959         (gnus-html-redisplay-with-images): New command and keystroke.
1960         (gnus-html-show-images): Renamed command.
1961         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1962         spacers.
1963         (gnus-html-wash-tags): Decode entities at the end, so that entities
1964         inside the tags don't mess up the rest of the "parsing".
1965
1966         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1967         so that nnimap methods aren't agentized by default.  There's apparently
1968         many problems related to agent/imap behaviour.
1969
1970         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1971
1972         * gnus-html.el: Doc fix.
1973
1974 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1977         specifier-spec-list for Emacs 21.
1978
1979         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1980         glyph-width and glyph-height instead of display-graphic-p and
1981         image-size; make avoidance of displaying small images work for XEmacs.
1982
1983         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1984         for XEmacs.
1985
1986         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1987         of symbol that holds plist data.
1988         (gnus-process-plist): Remove plist of process after getting it.
1989
1990 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1991
1992         * message.el (message-generate-hashcash): Change default to
1993         'opportunistic if hashcash is installed.
1994
1995         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1996         (gnus-html-put-image): Only call image-size once, since it's somewhat
1997         time-consuming on remote X servers.
1998
1999 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2002         type on data, not a file name.
2003
2004         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2005         window-pixel-edges for Emacs 21.
2006
2007         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2008         decoded contents.
2009         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2010
2011 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012
2013         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2014         group line format, since it isn't very interesting.
2015
2016         * gnus-agent.el (gnus-agent-short-article),
2017         (gnus-agent-long-article): Increase values for these two variables,
2018         since most people are likely to have more network connection and
2019         storage than before.
2020
2021         * gnus.el (gnus-refer-article-method): Change default to 'current.
2022         When referring an article, the common behaviour is to refer it from the
2023         current select method, not the native select method.  The chances of
2024         the native select method having the message in question is rather slim
2025         these days.
2026
2027         * gnus-sum.el (gnus-auto-select-subject): Change default to
2028         `unseen-or-unread'.  I think it's likely that most people want to
2029         select an unseen article over a previously seen, but unread one.
2030
2031         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2032         means that in the article buffer none of the minor mode elements will
2033         be shown, usually, and this is not desirable in most cases.
2034
2035         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2036         that commands like `d' (and the like) go to the next line in the
2037         buffer, instead of the next unread article.  I think this is the
2038         behaviour that is most natural for most users.
2039         (gnus-single-article-buffer): Change default to nil, so that people can
2040         have as many article buffers open as they have summary buffer.  I think
2041         this is the most natural way for the groups to behave.
2042
2043         * message.el (message-generate-new-buffers): Change default to
2044         `unsent', so that all new message buffers start their names with the
2045         string "*unsent", and it's easier to find the buffers if you move from
2046         them.
2047
2048 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2051         small.  They're probably tracking images.
2052         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2053         (gnus-html-rescale-image): Yet another try at getting the image sizing
2054         right.
2055
2056         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2057         nntp-marks-file-name is nil.
2058
2059 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * gnus-html.el (gnus-html-wash-tags)
2062         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2063         Better logging.
2064
2065 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066
2067         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2068
2069         * gnus-html.el (gnus-html-wash-tags): Check the value of
2070         gnus-blocked-images in the summary buffer.
2071
2072 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2073
2074         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2075
2076 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2079         like "a", it seems like.
2080         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2081         since it needs to be picked from the correct buffer.
2082
2083         * nnwfm.el: Removed.
2084
2085         * nnlistserv.el: Removed.
2086
2087 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2088
2089         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2090         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2091
2092 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2093
2094         * nnkiboze.el: Removed.
2095
2096         * nndb.el: Removed.
2097
2098         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2099         alt text.
2100         (gnus-html-rescale-image): Try to get the rescaling logic right for
2101         images that are just wide and not tall.
2102
2103         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2104         overshadow variable bindings.
2105
2106 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2107
2108         * gnus-html.el (gnus-html-wash-tags)
2109         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2110         extra logging.
2111
2112 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2115         (gnus-max-image-proportion): New variable.
2116         (gnus-html-rescale-image): New function.
2117         (gnus-html-put-image): Rescale images.
2118
2119 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2120
2121         Fix up some byte-compiler warnings.
2122         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2123         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2124         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2125         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2126         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2127         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2128         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2129
2130 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2131
2132         * gnus-html.el (gnus-article-html): Decode contents by charset.
2133
2134 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2137         (gnus-html-frame-width, gnus-blocked-images)
2138         * message.el (message-prune-recipient-rules): Add custom version.
2139         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2140
2141         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2142         functions.
2143
2144         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2145         gnus-process-get.
2146
2147 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2148
2149         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2150         instead of lsub directly.
2151
2152 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2153
2154         * nnwarchive.el: Removed.
2155
2156         * gnus-soup.el: Removed.
2157
2158         * nnsoup.el: Removed.
2159
2160         * nnultimate.el: Removed.
2161
2162         * gnus-html.el (gnus-blocked-images): New variable.
2163
2164         * message.el (message-prune-recipients): New function.
2165         (message-prune-recipient-rules): New variable.
2166
2167         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2168         guess whether a long line is natural text or not.
2169
2170         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2171         gnus-process-plist and friends for compatibility.
2172
2173 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2174
2175         * gnus-html.el: Require packages that define macros used in this file.
2176         (gnus-article-mouse-face): Declare to silence byte-compiler.
2177         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2178         process-get.
2179         (gnus-html-put-image): Use plist-get to avoid getf.
2180         (gnus-html-prefetch-images): Use with-current-buffer.
2181
2182 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-ems.el: Provide compatibility functions for
2185         gnus-set-process-plist.
2186
2187         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2188         header-line-format for XEmacs 21.4.
2189
2190         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2191         * gnus.el (gnus-valid-select-methods)
2192         * message.el (message-send-mail-partially-limit)
2193         * mm-decode.el (mm-text-html-renderer)
2194         * mml.el (mml-insert-mime-headers-always)
2195         * smiley.el (smiley-regexp-alist): Bump custom version.
2196
2197 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-html.el: require mm-url.
2200         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2201         with the url to `url'.
2202         (gnus-html-wash-tags): Support cid: URLs/images.
2203
2204 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2207         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2208         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2209
2210         * gnus-move.el: Removed file, since it doesn't really work.
2211
2212         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2213         UTF-8.  This seems to fix problems with some German web feeds.
2214
2215         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2216         at the top so that the proper colours are applied.
2217
2218         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2219         don't have dots in their names.
2220
2221         * gnus-art.el (gnus-article-view-part): Doc fix.
2222
2223         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2224         XEmacs-compatible.
2225         (gnus-html-put-image): Don't do images on non-graphic displays.
2226
2227         * nnslashdot.el: Removed this unused backend.
2228
2229         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2230         actions.
2231         (gnus-undo-register-1): Revert last change.
2232
2233         * gnus-group.el (gnus-group-completing-read): Protect against not
2234         having completion-styles bound.
2235
2236         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2237         make broken recipients happier.
2238
2239         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2240
2241         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2242         point parameter.
2243
2244         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2245
2246         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2247         completion-styles for group selection.
2248
2249 2009-02-04  Andreas Schwab  <schwab@suse.de>
2250
2251         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2252         headers and regexp-quote the match if necessary.
2253
2254 2009-03-24  Miles Bader  <miles@gnu.org>
2255
2256         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2257         the blinking smiley.
2258
2259 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2260
2261         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2262         blink smiley.
2263
2264 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2267         where the dribbel file lives exists.
2268
2269         * message.el (message-send-mail-partially-limit): Change the default to
2270         nil, since most people don't want this.
2271
2272         * mm-url.el (mm-url-decode-entities): Also decode entities like
2273         &#x3212.
2274
2275 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2276
2277         * gnus-sum.el (gnus-summary-idna-message):
2278         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2279         Hyperlink urls in docstrings with URL `...'.
2280
2281 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2282
2283         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2284         functions.
2285
2286 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2287
2288         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2289         say what the mouseover text should be.
2290
2291         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2292         version of the mm-w3m-safe-url-regexp variable to only download images
2293         in the groups where we want that to happen.
2294
2295         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2296
2297         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2298         easier debugging.
2299         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2300         big pictures in the article buffer.
2301
2302         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2303         gnus-article-html.
2304         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2305         w3m.
2306
2307         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2308
2309 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2312         which doesn't exist.
2313
2314         * message.el (message-inhibit-ecomplete): New variable to allow some
2315         function to inhibit ecomplete address storage.
2316         (message-resend): Disable ecomplete message storage when resending
2317         messages.
2318
2319         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2320
2321 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2324         Save excursion while copying, moving, and deleting articles in order to
2325         prevent the cursor from jumping to unforeseen place.
2326
2327 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * lpath.el: No need to bind bookmark-current-buffer,
2330         bookmark-yank-point and bookmark-make-record-function.
2331
2332 2010-08-17  Glenn Morris  <rgm@gnu.org>
2333
2334         * gnus-sync.el: Require gnus components whose functions are used.
2335
2336         * gnus-art.el (bookmark-make-record-function):
2337         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2338         Declare for compiler.
2339
2340         * mm-url.el (mml-compute-boundary): Autoload.
2341
2342 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2345
2346 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2347
2348         Typo fix "hoo4a" -> "hook".
2349
2350         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2351
2352 2010-08-14  Glenn Morris  <rgm@gnu.org>
2353
2354         * gnus-sync.el (gnus-sync): Fix defgroup version.
2355
2356 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2357
2358         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2359
2360         * gnus-sync.el: Fix docs.
2361         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2362         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2363
2364 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         Optimizations for gnus-sync.el.
2367
2368         * gnus-sync.el: Add docs about gnus-sync-backend
2369         possibilities.
2370         (gnus-sync-save): Remove unnecessary message.
2371         (gnus-sync-read): Optimize and show what groups were skipped.
2372
2373 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         Minor bug fixes for gnus-sync.el.
2376
2377         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2378         read the sync on get-new-news.
2379
2380         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2381         quiet.
2382
2383         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2384
2385 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2386
2387         Make saving and restoring of hidden threads work with overlays.
2388         Patch applied by Ted Zlatanov.
2389
2390         * gnus-sum.el (gnus-hidden-threads-configuration)
2391         (gnus-restore-hidden-threads-configuration): Update to deal with text
2392         properties, rather than searching for a magic character.
2393
2394 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2395
2396         New gnus-sync.el library for synchronization of marks.
2397
2398         * gnus-sync.el: New library for synchronization of marks.
2399
2400         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2401         renamed from `gnus-registry-grep-in-list'.
2402
2403         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2404
2405         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2406
2407 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2410         determining charset of text fails.
2411
2412 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * nnmail.el (nnmail-get-new-mail-1): Revert.
2415
2416         * nnml.el (nnml-active-number): Make sure names of newly created groups
2417         in nnml-group-alist are encoded.
2418
2419 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2422         containing non-ASCII characters in active file for nnml back end.
2423
2424 2010-07-24  David Engster  <dengste@eml.cc>
2425
2426         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2427         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2428
2429 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2430
2431         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2432         tag (Bug#6654).
2433
2434 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2437         the article buffer, not the summary buffer.
2438
2439 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2442         Emacs 23 as well.
2443
2444 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2447         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2448
2449 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2450
2451         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2452         Patch applied by Karl Fogel.
2453
2454         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2455         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2456
2457 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2458
2459         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2460         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2461         C-w still not working correctly from Article buffers; Thierry's
2462         patch to fix that will be applied after this.
2463
2464         * gnus-art.el (bookmark-make-record-function): New local variable.
2465
2466         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2467         article buffer.
2468         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2469
2470 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2471
2472         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2473         on changes in bookmark.el.
2474
2475 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2478         `no-log' instead of message not to log prompt string.
2479
2480 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2481
2482         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2483         the *other* type of HTML form submission.
2484
2485 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2486
2487         * auth-source.el (auth-source-pick): If choice does not contain a
2488         questioned keyword, set the check to t.
2489
2490 2010-06-12  Romain Francoise  <romain@orebokech.com>
2491
2492         * gnus-util.el (gnus-date-get-time): Move up before first use.
2493
2494 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2497         (gnus-article-edit-part): Bind it to make last part that is substituted
2498         or deleted visible.
2499         (gnus-mime-display-single): Buttonize part of which id equals to
2500         gnus-mime-buttonized-part-id.
2501
2502 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2503
2504         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2505         (gnus-dd-mmm): Use gnus-date-get-time.
2506         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2507         simplify logic.
2508         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2509         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2510
2511 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2512
2513         * auth-source.el (top): Autoload `secrets-list-collections',
2514         `secrets-create-item', `secrets-delete-item'.
2515         (auth-sources): Fix tag string.
2516         (auth-get-source, auth-source-retrieve, auth-source-create)
2517         (auth-source-delete): New defuns.
2518         (auth-source-pick): Rewrite in order to avoid 2 passes.
2519         (auth-source-forget-user-or-password): New parameter USERNAME.
2520         (auth-source-user-or-password): New parameters CREATE-MISSING and
2521         DELETE-EXISTING.  Retrieve password interactively, if needed.
2522
2523 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2524
2525         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2526         deleting unused directories when gnus-expert-user is t.
2527
2528 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2531         for each temp file when gnus-article-browse-delete-temp is ask.
2532
2533 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2534
2535         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2536         Lisp calls to delete-backward-char by calls to delete-char.
2537
2538 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2539
2540         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2541
2542 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2543
2544         * password-cache.el (password-cache-remove): Fix docstring.
2545
2546 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2549         article unless decoding article to be saved.
2550
2551 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2554         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2555         generated within the mm-with-unibyte-current-buffer macro.
2556
2557 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2560         to nil when we're in a mml-preview buffer and no group is selected.
2561
2562 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2563
2564         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2565         when catching the `C-g'.  Reported by "Leo".
2566
2567 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * message.el (message-forward-make-body-plain)
2570         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2571         multibyte-string-p.
2572
2573         * lpath.el: Revert.
2574
2575 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * message.el (message-forward-make-body-mml): Assume original message
2578         is multibyte string; error on unibyte.
2579         (message-forward-make-body-plain): Ditto; don't add excessive newline
2580         in body end.
2581
2582         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2583
2584 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2585
2586         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2587         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2588
2589 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2590
2591         * mm-extern.el (mm-extern-url): Don't use
2592         mm-with-unibyte-current-buffer.
2593         (mm-extern-cache-contents): Use with-current-buffer instead of
2594         save-excursion + set-buffer.
2595
2596 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * mm-util.el (mm-emacs-mule): Remove.
2599
2600 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2601
2602         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2603         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2604         change.
2605
2606 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2609         bind the default value of enable-multibyte-characters to nil.
2610
2611 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * message.el (message-forward-make-body-plain)
2614         (message-forward-make-body-mml):
2615         Don't use mm-with-unibyte-current-buffer.
2616
2617 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2618
2619         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2620
2621 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2622
2623         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2624         (Bug#5592).
2625
2626 2010-05-07  Julien Danjou  <julien@danjou.info>
2627
2628         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2629         it to mm-pipe-part.
2630
2631         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2632         it is given.
2633
2634 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * binhex.el (binhex-decode-region-internal)
2637         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2638         (dns-query)
2639         * nnweb.el (nnweb-gmane-search)
2640         * pgg-parse.el (pgg-parse-armor)
2641         * pgg.el (pgg-verify-region)
2642         * sha1.el (sha1-string-external)
2643         * uudecode.el (uudecode-decode-region-internal)
2644         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2645         XEmacs.
2646
2647         * gnus-art.el (gnus-article-browse-html-parts)
2648         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2649         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2650         make-temp-file.
2651
2652         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2653         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2654         compiling.
2655
2656         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2657         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2658         XEmacs when compiling.
2659
2660         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2661         gnus-pick-mode-off-hook for XEmacs when compiling.
2662         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2663         gnus-binary-mode-off-hook for XEmacs when compiling.
2664
2665         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2666         nil if char-charset is not available.
2667
2668         * imap.el (imap-disable-multibyte)
2669         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2670         macros.
2671
2672         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2673         instead of encode-coding-string.
2674
2675         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2676         'xemacs) instead of mm-emacs-mule to switch function definitions.
2677         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2678
2679         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2680         bind temporary-file-directory for XEmacs;
2681         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2682         timer-set-function for XEmacs 21.4 and SXEmacs;
2683         bind timer-list for XEmacs 21.4 and SXEmacs;
2684         fbind char-charset and find-charset-region for non-Mule XEmacs;
2685         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2686         encode-coding-region and encode-coding-string for XEmacs having no
2687         file-coding feature.
2688
2689 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2690
2691         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2692
2693 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2696         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2697
2698 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2699
2700         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2701         alias `jka-compr-delete-temp-file' no longer exists.
2702
2703 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2704
2705         Use define-minor-mode in Gnus where applicable.
2706         * mml.el (mml-mode): Use define-minor-mode.
2707         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2708         (gnus-undo-mode): Use define-minor-mode.
2709         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2710         (gnus-dead-summary-mode): Use define-minor-mode.
2711         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2712         Initialize in declaration.
2713         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2714         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2715         (gnus-mailing-list-mode): Use define-minor-mode.
2716         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2717         (gnus-draft-mode): Use define-minor-mode.
2718         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2719         (gnus-dired-mode): Use define-minor-mode.
2720
2721 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2722
2723         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2724         handles on recursive mml-to-mime translation and check them for
2725         boundary delimiter collisions.  Reported by Greg Troxel.
2726
2727 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2730
2731 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2732
2733         * mm-util.el (mm-find-buffer-file-coding-system):
2734         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2735
2736 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2737
2738         * message.el (message-generate-headers): Record insertion of optional
2739         headers as well.  Otherwise the check to prevent repeated insertion of
2740         optional headers is a no-op.
2741
2742 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2743
2744         * smime.el: Don't mention CVS.
2745
2746         * nnrss.el (nnrss-fetch): Don't mention CVS.
2747
2748         * nnir.el: Don't mention CVS.
2749
2750 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2751
2752         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2753
2754 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2755
2756         * lpath.el: Fbind bookmark-default-handler,
2757         bookmark-get-bookmark-record, bookmark-make-record-default,
2758         bookmark-prop-get for Emacs <23 and XEmacs.
2759
2760 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2761
2762         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2763         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2764         Use with-current-buffer to silence the byte-compiler.
2765         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2766         bother to require `gnus'.
2767         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2768
2769 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2770
2771         * gnus-sum.el (gnus-summary-bookmark-make-record)
2772         (gnus-summary-bookmark-jump): New functions.
2773         (gnus-summary-mode): Setup bookmark support.
2774
2775 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2776
2777         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2778         if set.
2779
2780 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2783         gnus-article-browse-html-save-cid-image; make it work recursively for
2784         forwarded messages as well.
2785         (gnus-article-browse-html-parts): Work when prefix arg is given.
2786         (gnus-article-browse-html-article): Doc fix.
2787
2788 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2789
2790         * message.el (message-default-mail-headers):
2791         (message-default-headers): Carry the value mail-default-headers over
2792         into message-default-mail-headers, rather than message-default-headers.
2793
2794 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2795
2796         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2797         charset.
2798
2799         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2800         charset into the <meta> tag when the article is encoded to utf-8.
2801
2802 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2805         directories as well.
2806         (gnus-article-browse-html-parts): Work for images that do not specify
2807         file names; delete temp directory when quitting; insert header at the
2808         right place; use file: scheme for image files.
2809
2810 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2811
2812         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2813         (gnus-article-browse-html-parts): Use it to make temporary cid image
2814         files in addition to html file so that browser may display them.
2815
2816 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2819
2820 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2821
2822         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2823
2824 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2825
2826         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2827         about Secret Service API sources.  Improve Customize options.
2828         (auth-source-pick): Change to accept any number of search parameters.
2829         Implement fallbacks iteratively, not recursively.  Add scoring on the
2830         second pass and sort by score.  Call Secret Service API when needed.
2831         (auth-source-user-or-password): Use it.  Call Secret Service API
2832         directly when needed to get the user name and the password.
2833
2834 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2835
2836         * message.el (message-interactive): Doc fix.
2837         (message-qmail-inject-args): Reflow.
2838         (message-kill-to-signature): Fix typo in docstring.
2839
2840         * smiley.el (smiley-buffer): Fix typo in docstring.
2841
2842 2010-03-24  Glenn Morris  <rgm@gnu.org>
2843
2844         * mail-source.el (gnus-message): Declare.
2845         (mail-source-delete-old-incoming): Require gnus-util.
2846
2847 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2850
2851         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2852
2853         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2854         password-cache's default if it is not bound.
2855         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2856         password-cache-expiry's default if it is not bound.
2857
2858         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2859         available in Emacs 21.
2860
2861         * lpath.el: Suppress compiler warnings for:
2862         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2863         XEmacs;
2864         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2865         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2866         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2867
2868 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2869
2870         * auth-source.el (auth-sources): Fix up definition so extra parameters
2871         are always inline.
2872
2873 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2874
2875         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2876         wasn't updated after mismatch.  Clear cached mailbox info correctly
2877         when uidvalidity changes.
2878         (nnimap-group-prefixed-name): New function to avoid some code
2879         duplication.
2880         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2881         (nnimap-request-group): Use it.
2882         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2883         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2884         with many imap folders.  This is done by caching the group status from
2885         the imap server persistently in a group parameter `imap-status'.  (This
2886         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2887         but not persistently, so every Gnus startup was still very slow.)
2888
2889 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2890
2891         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2892         delete the extra newline.  Otherwise editing of :string and :number
2893         types don't work.
2894
2895 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2896
2897         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2898         secrets.el dependency.
2899         (auth-sources): Add optional user name.  Add secrets.el configuration
2900         choice (unused right now).
2901
2902 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2905         `gnus-registry-install-shortcuts' fill in the functions.
2906
2907         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2908         warnings.
2909         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2910         (gnus-registry-install-shortcuts): Populate and use it in a
2911         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2912
2913 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2914
2915         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2916         In-place substitutions for the group name encoding/decoding.
2917         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2918         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2919         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2920         (nnimap-update-unseen, nnimap-request-list)
2921         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2922         (nnimap-request-set-mark, nnimap-split-to-groups)
2923         (nnimap-split-articles, nnimap-request-newgroups)
2924         (nnimap-request-create-group, nnimap-request-accept-article)
2925         (nnimap-request-delete-group, nnimap-request-rename-group)
2926         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2927         `encoded-mbx' for consistency.
2928         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2929         variable `imap-current-mailbox'.
2930
2931         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2932         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2933
2934 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2935
2936         * pop3.el (pop3-display-message-size-flag): Display message size byte
2937         counts during POP3 download.
2938         (pop3-movemail): Use it.
2939         (pop3-list): Implement listing of available messages.
2940
2941 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2942
2943         * nnir.el (nnir-get-article-nov-override-function): New function to
2944         override the normal NOV retrieval.
2945         (nnir-retrieve-headers): Use it.
2946
2947 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2948
2949         * auth-source.el (netrc-machine-user-or-password): Autoload.
2950
2951 2010-03-19  Glenn Morris  <rgm@gnu.org>
2952
2953         Stop message.el from loading about 40 libraries it doesn't always need.
2954         The general approach is to autoload rather than require, and to
2955         require in the specific functions rather than the file.  (Bug#5642)
2956
2957         * gmm-utils.el: Don't require wid-edit.
2958         (widget-create-child-value, widget-convert, widget-default-get):
2959         Autoload.
2960
2961         * gnus-util.el: Don't require time-date, netrc.
2962         (message-fetch-field, gnus-group-name-decode): Declare rather than
2963         autoloading.
2964         (gnus-fetch-field): Require message.
2965         (gnus-decode-newsgroups): Require gnus-group.
2966
2967         * ietf-drums.el: Don't require time-date.
2968
2969         * message.el: Don't require hashcash, canlock, ecomplete.
2970         Do require mail-utils.  Require nnheader only when compiling.
2971         (smtpmail-default-smtp-server): Remove declaration.
2972         (message-send-mail-function): Check smtpmail-default-smtp-server
2973         is bound rather than requiring smtpmail.
2974         (message-auto-save-directory, message-insert-signature): Use
2975         expand-file-name rather than nnheader-concat.
2976         (nnheader-insert-file-contents): Autoload.
2977         (hashcash-wait-async): Declare.
2978         (message-send-mail): Only call gnus-setup-posting-charset if
2979         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2980         (message-send-mail-with-sendmail): Require sendmail.
2981         (canlock-password, canlock-password-for-verify): Declare.
2982         (message-canlock-password): Require canlock.
2983         (nnheader-get-report): Autoload.
2984         (gnus-setup-posting-charset): Declare.
2985         (message-send-news): Require gnus-msg.
2986         (message-make-references, message-make-in-reply-to): Use mail-header-id
2987         rather than the alias mail-header-message-id.
2988         (ecomplete-add-item, ecomplete-save): Declare.
2989         (message-put-addresses-in-ecomplete): Require ecomplete.
2990         (ecomplete-display-matches): Autoload.
2991
2992         * mm-decode.el: Don't require mailcap, gnus-util.
2993         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2994         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2995         Autoload.
2996         (mailcap-mime-extensions): Declare.
2997
2998         * mm-encode.el: Don't require mailcap.
2999         (mailcap-extension-to-mime): Autoload.
3000
3001         * mml-sec.el: Don't require password-cache.
3002
3003         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3004         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3005         (mml-minibuffer-read-type): Require mailcap.
3006         (mml-preview): Require gnus-msg.
3007
3008         * mml1991.el: Require password-cache.
3009         (password-cache-expiry): Remove declaration.
3010
3011         * mml2015.el: Require password-cache.
3012         (password-cache-expiry): Remove declaration.
3013
3014         * nneething.el (mailcap): Require mailcap.
3015
3016         * nnheader.el (declare-function): Add compatibility stub.
3017         (message-remove-header): Declare rather than autoload.
3018         (nnheader-replace-header): Require message.
3019
3020         * nnimap.el (declare-function): Add compatibility stub.
3021         (netrc-parse, netrc-machine-user-or-password): Declare.
3022         (nnimap-open-connection): Require netrc.
3023
3024         * nntp.el (declare-function): Add compatibility stub.
3025         (netrc-parse, netrc-machine, netrc-get): Declare.
3026         (nntp-send-authinfo): Require netrc.
3027
3028         * rfc2047.el: Don't require qp.
3029         (quoted-printable-encode-region, quoted-printable-decode-string):
3030         Autoload.
3031
3032         * sieve-mode.el: Don't require easymenu.
3033         (easy-menu-add-item): Autoload it.
3034
3035         * spam-stat.el (time-to-number-of-days): Autoload it.
3036
3037 2010-03-19  Glenn Morris  <rgm@gnu.org>
3038
3039         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3040
3041 2010-03-18  Glenn Morris  <rgm@gnu.org>
3042
3043         * hashcash.el (declare-function): Remove duplicate definition.
3044
3045 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3046
3047         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3048         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3049         value if any backslash escapes).
3050
3051 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3054         if it is available.  (bug#5647)
3055
3056         * lpath.el: Suppress compiler warning for coding-system-from-name for
3057         Emacs 21 and XEmacs.
3058
3059 2010-03-14  Juri Linkov  <juri@jurta.org>
3060
3061         * hmac-def.el:
3062         * hmac-md5.el:
3063         * netrc.el: Fix keywords.
3064
3065 2010-02-26  Glenn Morris  <rgm@gnu.org>
3066
3067         * message.el (message-send-mail-function): Change the default, so that
3068         it inherits from a customized send-mail-function.  (Bug#5643)
3069
3070 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3071
3072         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3073         shell-command-to-string signals an error (bug#5299).
3074
3075 2010-02-24  Glenn Morris  <rgm@gnu.org>
3076
3077         * message.el (message-smtpmail-send-it)
3078         (message-send-mail-with-mailclient): Doc fixes.
3079
3080 2010-02-16  Glenn Morris  <rgm@gnu.org>
3081
3082         * message.el (message-default-mail-headers): Change the default value
3083         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3084
3085 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3088         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3089
3090 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3091
3092         * time-date.el (date-to-time): Doc fix (Bug#5408).
3093
3094 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3095
3096         * message.el (message-mail): Just pass yank-action on to message-setup.
3097         (message-setup): Handle (FUN . ARGS) form of yank-action.
3098         (message-with-reply-buffer, message-widen-reply)
3099         (message-yank-original): Handle non-buffer values of
3100         message-reply-buffer (Bug#4080).
3101         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3102
3103 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3104
3105         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3106         Fix typo in docstring.
3107
3108 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3109
3110         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3111         response.
3112
3113 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3116
3117         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3118
3119         * message.el (message-check-news-header-syntax): Protect against a
3120         string that `rfc822-addresses' returns when parsing fails.
3121
3122 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3123
3124         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3125         (gnus-previous-char-property-change): New functions.
3126
3127         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3128
3129 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3130
3131         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3132         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3133
3134 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3135
3136         * message.el (message-exchange-point-and-mark): Rework last change to
3137         avoid using optional arg of exchange-point-and-mark, for backward
3138         compatibility.
3139
3140 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3141
3142         * message.el (message-exchange-point-and-mark): Call
3143         exchange-point-and-mark with an argument rather than setting
3144         mark-active by hand (Bug#5175).
3145
3146 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * nntp.el (nntp-service-to-port): Work for service expressed with
3149         numeric string; replace [:digit:] with [0-9] for XEmacs.
3150
3151 2009-12-17  Glenn Morris  <rgm@gnu.org>
3152
3153         * gnus-group.el (gnus-bug-group-download-format-alist):
3154         Change emacs entry to debbugs.gnu.org.  Bump :version.
3155
3156 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3157
3158         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3159
3160 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3161
3162         * message.el (message-info): Explain why we use `Info-goto-node'.
3163
3164 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3167
3168 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3169
3170         * message.el (message-completion-in-region): New compatibility function.
3171         (message-expand-group): Use it.
3172
3173 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3176         with no unread article should be listed if the 2nd arg `predicate' is
3177         given.
3178
3179 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3182
3183 2009-11-29  Juri Linkov  <juri@jurta.org>
3184
3185         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3186         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3187         on `gnus-recenter'. (Bug#4698, Bug#4981)
3188
3189 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3190
3191         * sha1.el (sha1-string-external): default-directory "/" in case
3192         otherwise non-existent.  process-connection-type pipe for touch of
3193         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3194
3195 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3196
3197         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3198         it's comms related and sgml-mode.el has "comm" on that basis too.
3199
3200 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3201
3202         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3203         containing tspecial characters if they have been already quoted.
3204
3205 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3206
3207         * dns-mode.el (auto-mode-alist): Purecopy string.
3208
3209 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3210
3211         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3212
3213 2009-10-24  Glenn Morris  <rgm@gnu.org>
3214
3215         * gnus-art.el (help-xref-stack-item): Define for compiler.
3216
3217 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3218
3219         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3220
3221 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3224
3225 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3228         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3229
3230 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3231
3232         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3233         (gnus-overlays-in): New alias to overlays-in.
3234
3235         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3236         gnus-overlay-get, and gnus-delete-overlay.
3237         (gnus-summary-show-thread): Make it work as well for systems in which
3238         next-single-char-property-change is not available.
3239         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3240
3241         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3242         (gnus-overlay-get): New alias to extent-property.
3243         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3244
3245         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3246         SXEmacs.
3247
3248         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3249         SXEmacs.
3250
3251 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3252
3253         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3254
3255 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3256
3257         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3258         and XEmacs that don't have `remove-overlays'.
3259
3260 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3261
3262         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3263         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3264         selective display.  Use overlays instead.
3265
3266 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3267
3268         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3269
3270 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3271
3272         * spam-stat.el (spam-stat-load): Fix typo in message.
3273
3274 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3275
3276         * dig.el (dig-invoke): Fix typo in docstring.
3277         (query-dig): Reflow docstring.
3278
3279 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3280
3281         * gnus-art.el (gnus-article-encrypt-body):
3282         * message.el (message-check-recipients):
3283         * mm-util.el (mm-codepage-setup):
3284         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3285         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3286
3287 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3288
3289         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3290         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3291         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3292         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3293         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3294
3295 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3296
3297         * dig.el: Add "Keywords: comm", as per net-utils.el.
3298
3299 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3300
3301         * dig.el (dig-mode): Use define-derived-mode.
3302
3303 2009-09-19  Glenn Morris  <rgm@gnu.org>
3304
3305         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3306
3307 2009-09-18  Glenn Morris  <rgm@gnu.org>
3308
3309         * gnus-diary.el (gnus-diary-check-message):
3310         * message.el (message-insert-formatted-citation-line):
3311         * nnbabyl.el (top-level):
3312         * nndiary.el (nndiary-schedule):
3313         Fix typos in condition-case handlers.
3314
3315 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3316
3317         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3318         configuration that provides the sole article window in a frame;
3319         position point correctly after deleting a part.
3320
3321 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3322
3323         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3324         (spam-resolve-registrations-routine): Use it to unregister articles
3325         that change status.
3326
3327 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3330         with XEmacs.
3331         (parse-time-string-chars): Use it.
3332
3333 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * imap.el (imap-interactive-login): Better messages.
3336         (imap-open): Fix bug with renamed buffer on reconnect.
3337         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3338         for easier debugging and cleaner code.  On successful (guessed based on
3339         server capabilities) secondary authentication, set imap-state
3340         correctly.
3341         (imap-last-authenticator): Define imap-last-authenticator as a variable
3342         to avoid warnings.
3343
3344 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * nnrss.el (nnrss-request-article): Remove binding of
3347         default-enable-multibyte-characters that has gotten needless by
3348         the 2007-07-13 change in rfc2047-encode-message-header.
3349
3350         * mml.el (mml-insert-multipart): Error on the message header.
3351         (mml-insert-part): Error on the message header; position point at
3352         the end of a MIME tag.
3353
3354 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * time-date.el (autoload): Expand define-obsolete-function-alias into
3357         defalias and make-obsolete for old Emacsen that Gnus supports.
3358         (with-no-warnings): Define it for old Emacsen.
3359         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3360         is available.
3361         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3362         float-time is available; suppress compile warning for time-to-seconds.
3363
3364         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3365         (gnus-float-time): Alias to float-time if it exists.
3366
3367         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3368         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3369         float-time is available; suppress compile warning for time-to-seconds.
3370
3371         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3372         XEmacs.
3373
3374 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3375
3376         * imap.el (imap-message-map): Docstring fix.
3377
3378 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3379
3380         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3381         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3382         Add the optional argument `encoding' that overrides the default.
3383
3384         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3385         mm-encode-buffer.
3386
3387 2009-09-04  Glenn Morris  <rgm@gnu.org>
3388
3389         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3390         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3391         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3392         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3393         * mm-util.el (mm-with-unibyte-current-buffer)
3394         (mm-find-buffer-file-coding-system):
3395         * yenc.el (yenc-decode-region): Use default-value rather than
3396         default-enable-multibyte-characters.
3397
3398 2009-09-03  Glenn Morris  <rgm@gnu.org>
3399
3400         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3401         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3402         than default-enable-multibyte-characters.
3403
3404 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3405
3406         * gnus-art.el (gnus-article-read-summary-keys):
3407         Fix gnus-buffer-configuration's value temporarily used.
3408
3409 2009-09-02  Glenn Morris  <rgm@gnu.org>
3410
3411         * gnus-util.el (gnus-float-time): New function.
3412         * gnus-delay.el (gnus-delay-article):
3413         * gnus-sum.el (gnus-thread-latest-date):
3414         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3415         * nnspool.el (nnspool-request-newgroups):
3416         Use gnus-float-time rather than time-to-seconds.
3417         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3418
3419         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3420         (gnus-header-subject-face, gnus-header-newsgroups-face)
3421         (gnus-header-name-face, gnus-header-content-face):
3422         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3423         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3424         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3425         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3426         (gnus-cite-face-11):
3427         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3428         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3429         (gnus-server-closed-face, gnus-server-denied-face)
3430         (gnus-server-offline-face):
3431         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3432         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3433         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3434         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3435         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3436         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3437         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3438         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3439         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3440         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3441         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3442         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3443         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3444         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3445         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3446         (gnus-summary-high-undownloaded-face)
3447         (gnus-summary-low-undownloaded-face)
3448         (gnus-summary-normal-undownloaded-face)
3449         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3450         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3451         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3452         (gnus-splash-face):
3453         * message.el (message-header-to-face, message-header-cc-face)
3454         (message-header-subject-face, message-header-newsgroups-face)
3455         (message-header-other-face, message-header-name-face)
3456         (message-header-xheader-face, message-separator-face)
3457         (message-cited-text-face, message-mml-face):
3458         * sieve-mode.el (sieve-control-commands-face)
3459         (sieve-action-commands-face, sieve-test-commands-face)
3460         (sieve-tagged-arguments-face):
3461         * spam.el (spam-face):
3462         Mark face aliases with "-face" in the name as obsolete.
3463
3464 2009-09-01  Glenn Morris  <rgm@gnu.org>
3465
3466         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3467         than goto-line.
3468
3469 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3472         Don't move point if the command is invoked inside the message header.
3473
3474 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3475
3476         * imap.el (imap-send-command): Simplify.
3477         (imap-wait-for-tag): point-max -> buffer-size.
3478
3479 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3480
3481         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3482         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3483         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3484         * nnir.el (nnir-swish-e-index-file):
3485         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3486         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3487         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3488         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3489         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3490         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3491
3492 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3495         Don't save excursion.
3496
3497 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3498
3499         * nnheader.el (nnheader-find-file-noselect):
3500         * mm-util.el (mm-insert-file-contents):
3501         Use (default-value 'major-mode) instead of default-major-mode.
3502
3503 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3504
3505         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3506
3507 2009-08-26  Glenn Morris  <rgm@gnu.org>
3508
3509         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3510         than placing in files.el.
3511
3512 2009-08-25  Glenn Morris  <rgm@gnu.org>
3513
3514         * nnir.el (top-level): Don't require cl at run-time.
3515         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3516         Replace cl-function substitute with gnus-replace-in-string.
3517         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3518         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3519         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3520         simplified expansions.
3521
3522 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3523
3524         * dig.el (dig): Add autoload cookie.
3525
3526 2009-08-22  Glenn Morris  <rgm@gnu.org>
3527
3528         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3529         goto-line.
3530
3531 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3532
3533         * parse-time.el (parse-time-string-chars): Save match data.
3534
3535 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3536
3537         * parse-time.el (parse-time-string-chars): Compute using character
3538         classes, to handle non-ascii characters (Bug#3190).
3539
3540 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3541
3542         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3543
3544         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3545         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3546         (gnus-mm-display-part, gnus-mime-display-single)
3547         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3548         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3549
3550         * gnus-sum.el
3551         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3552         (gnus-summary-move-article): Add expirable mark to articles copied or
3553         moved to group that has auto-expire turned on if the option is non-nil.
3554
3555 2009-07-24  Glenn Morris  <rgm@gnu.org>
3556
3557         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3558         Fix typo.  (Bug#3903)
3559
3560 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3561
3562         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3563         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3564         that should not be used for draft articles.
3565         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3566         that has no concern in minor mode keys.
3567         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3568         Abolish.
3569
3570 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3573         article without making inquiry to a user for unknown encoding.
3574
3575         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3576         (nnmaildir--scan): Assume i-node and device number that file-attributes
3577         returns might be cons-cell.
3578
3579         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3580
3581         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3582
3583 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3584
3585         * auth-source.el: Remove docs now in auth.texi.  Don't use
3586         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3587         `auth-source-hide-passwords' and use them.
3588
3589 2009-07-15  Glenn Morris  <rgm@gnu.org>
3590
3591         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3592
3593 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3596         excessive whitespace from the default values of title and description.
3597
3598 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3599
3600         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3601         mail-fetch-field to fetch Content-Description header in order to
3602         exclude newlines.
3603
3604 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3605
3606         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3607         format used by GnuPG 2.0.11.
3608
3609 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3612         to deleted part.
3613
3614 2009-05-30  David Engster  <dengste@eml.cc>
3615
3616         * nnmairix.el: Remove old documentation in the commentary block.
3617         (nnmairix-request-group): Do not update active file for nnml back ends.
3618         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3619         end so that overview files are ignored.
3620         (nnmairix-update-groups): Make updating the groups more robust by using
3621         marks.
3622         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3623         with dollar characters in message-id.
3624
3625 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3628         2008-12-25 in dns.el.
3629
3630 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3631
3632         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3633         could happen if the text is only composed of spaces and/or tabs.
3634
3635 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3636
3637         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3638         when sending a queued message to avoid extra mml tags.
3639
3640 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3643
3644 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3647         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3648         rmail-toggle-header for XEmacs;
3649         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3650
3651 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-dired.el: Remove autoload for gnus-setup-message.
3654         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3655         displaying Gnus logo; always use compose-mail.
3656
3657 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3658
3659         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3660
3661 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3664         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3665         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3666         available.
3667         (gnus-nocem-epg-verify): New function.
3668
3669 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3672
3673 2009-02-15  Glenn Morris  <rgm@gnu.org>
3674
3675         * gnus-util.el (rmail-insert-rmail-file-header)
3676         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3677         autoloads.
3678         (rmail-default-rmail-file): Remove unnecessary declaration.
3679         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3680
3681 2009-02-14  Glenn Morris  <rgm@gnu.org>
3682
3683         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3684         variable (only used in gnus-util, which declares it anyway).
3685         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3686         which was only needed by gnus-art (changed to not use it any more).
3687         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3688         only used in gnus-util, which autoloads it itself.
3689         (rmail-update-summary): Fix autoload.
3690
3691         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3692         rather than rmail-output-to-rmail-file.
3693
3694 2009-02-07  Glenn Morris  <rgm@gnu.org>
3695
3696         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3697         autoload of function that no longer exists.
3698         (rmail-toggle-header): Declare.
3699         (message-forward-rmail-make-body): Handle mbox Rmail.
3700
3701 2009-01-31  Glenn Morris  <rgm@gnu.org>
3702
3703         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3704         2009-01-09 change.
3705
3706 2009-01-31  Dave Love  <fx@gnu.org>
3707
3708         * imap.el (imap-fetch-safe): Bind debug-on-error.
3709         (imap-debug): Add imap-fetch-safe.
3710
3711 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3712
3713         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3714         (auth-source-forget-all-cached): New convenience function.
3715         (auth-source-user-or-password): Accept list of modes or a single mode.
3716
3717         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3718         auth-source modes.
3719
3720         * netrc.el (netrc-machine-user-or-password): Use list of
3721         auth-source modes.
3722
3723         * nnimap.el (nnimap-open-connection): Use list of
3724         auth-source modes.
3725
3726         * nntp.el (nntp-send-authinfo): Use list of
3727         auth-source modes.
3728
3729 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3730
3731         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3732         now.
3733
3734 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3735
3736         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3737         coding system in XEmacs; add a workaround for XEmacs.
3738
3739         * lpath.el: Fbind coding-system-aliasee.
3740
3741 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3744         of current-language-environment.
3745
3746 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3749         available at runtime.
3750
3751 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3754
3755 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3756
3757         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3758         the greatest positive fixnum value doesn't work under an XEmacs with
3759         bignum support; use the most-positive-fixnum constant instead,
3760         available since Emacs 21.1 with cl and XEmacs 21.1.
3761
3762 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3765         XEmacs gets not to work.
3766
3767 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * mm-util.el (mm-coding-system-priorities): Allow the value like
3770         "Japanese (UTF-8)" of current-language-environment.
3771
3772 2009-01-09  Glenn Morris  <rgm@gnu.org>
3773
3774         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3775         with last-command-event.
3776
3777 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3780         in the doc string.
3781
3782         * message.el (message-fix-before-sending): Amend comment.
3783
3784 2009-01-08  Dave Love  <fx@gnu.org>
3785
3786         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3787
3788 2009-01-07  David Engster  <dengste@eml.cc>
3789
3790         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3791         simplified server definitions by converting it via
3792         gnus-server-to-method.
3793
3794 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3797         parameter's operands.
3798
3799 2009-01-06  David Engster  <dengste@eml.cc>
3800
3801         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3802         primary select method (for gnus-group-mark-article-as-read).
3803
3804 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3805
3806         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3807         `(gnus)Face', not `(gnus)X-Face'.
3808
3809 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * mm-util.el (mm-ucs-to-char): New function.
3812
3813         * mm-url.el (mm-url-decode-entities): Use it.
3814
3815         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3816         unicode-to-char.
3817
3818 2009-01-05  Dave Love  <fx@gnu.org>
3819
3820         * time-date.el: Require cl for `declare'.
3821
3822 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3823
3824         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3825         Dave Love.
3826
3827 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3828
3829         * message.el (message-fix-before-sending): Add `eight-bit' to
3830         illegible-text check.
3831
3832 2009-01-03  Michael Olson  <mwolson@gnu.org>
3833
3834         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3835         `headers' is nil.  This can occur if the IMAP server does not have
3836         permissions to read messages from a folder, but can write new messages
3837         to the folder.
3838         (nnimap-request-article-part): Do not insert `data' if it is nil.
3839
3840         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3841         characters which will confuse `read', so skip past them.
3842
3843 2009-01-01  Dave Love  <fx@gnu.org>
3844
3845         * imap.el (imap-string-to-integer): Fix typo.
3846         (imap-fetch-safe): New function.
3847         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3848
3849         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3850
3851         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3852         (imap-parse-greeting): Fix doc strings.
3853         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3854         (imap-parse-flag-list): Make messages unique.
3855         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3856
3857         * nnimap.el: Fix author email.
3858         (nnimap-split-rule): Add FIXME comment.
3859         (nnimap-debug): Fix doc string.
3860
3861 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3862
3863         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3864
3865 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3866
3867         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3868         nslookup if resolv.conf isn't available.
3869         (dns-query): Rename from query-dns.
3870         (dns-query-cached): Rename from query-dns-cached.
3871
3872 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3875         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3876         to check if those variables exist (first appeared in Emacs 18.50).
3877
3878 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * mm-util.el (mm-line-number-at-pos): New function.
3881
3882         * spam-report.el (spam-report-process-queue): Use it.
3883
3884 2008-12-24  David Engster  <dengste@eml.cc>
3885
3886         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3887         parameters that haven't existed as variables as buffer-local variables.
3888
3889 2008-12-23  Dave Love  <fx@gnu.org>
3890
3891         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3892         cadar.
3893
3894         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3895         imap-starttls-p.
3896         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3897
3898 2008-12-22  Dave Love  <fx@gnu.org>
3899
3900         * imap.el: Fix author email.  Doc fixes.
3901         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3902         reply.
3903
3904 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3905
3906         * spam-report.el (spam-report-gmane-max-requests): New constant.
3907         (spam-report-gmane-wait): New variable.
3908         (spam-report-gmane-ham, spam-report-gmane-spam)
3909         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3910         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3911         the server.
3912
3913         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3914         Add explanations.
3915
3916         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3917         nnheader-accept-process-output and nnheader-read-timeout if available.
3918         (pop3-movemail): Use it.
3919
3920         * message.el (message-check-news-body-syntax): Fix signature check if
3921         there's an attachment.
3922
3923 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * mm-util.el: Add comments to the mm- emulating functions.
3926
3927 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3928
3929         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3930         by Stephen Berman <stephen.berman@gmx.net>.
3931
3932 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * mm-util.el (mm-substring-no-properties): New function.
3935         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3936         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3937         (mm-string-to-multibyte): Doc fix.
3938
3939         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3940
3941 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3942
3943         * mml.el (mml-attach-file): Strip text properties from file name.
3944         (Bug#1574)
3945
3946 2008-12-16  Glenn Morris  <rgm@gnu.org>
3947
3948         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3949
3950 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3953         knows since the charset specified might be a bogus alias that
3954         mm-charset-synonym-alist provides.
3955
3956 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3957
3958         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3959         "ISO_8859-1".
3960
3961         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3962
3963 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * mm-util.el (mm-charset-eval-alist):
3966         Define it before mm-charset-to-coding-system.
3967         (mm-charset-to-coding-system): Add optional argument `silent';
3968         define it before mm-charset-override-alist.
3969         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3970         default value if it can be used in Emacs currently running;
3971         silence mm-charset-to-coding-system.
3972
3973 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3974
3975         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3976         `allow-override' which says whether to use `mm-charset-override-alist'.
3977         (rfc2047-decode-encoded-words): Use it.
3978
3979         * mm-util.el (mm-charset-override-alist): Fix custom type;
3980         add `(gb2312 . gbk)' to choices.
3981
3982 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3985         fast.
3986
3987         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3988
3989         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3990
3991 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3992
3993         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3994         on links.
3995
3996         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3997
3998 2008-12-03  Lute Kamstra  <lute@gnu.org>
3999
4000         * sha1.el: Remove leading * from docstrings of defcustoms,
4001         deffaces, defconsts and defuns.
4002
4003 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4006         users' addresses that don't have domain parts.
4007         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4008         rather than message-narrow-to-head since there will be the message
4009         header separator.
4010
4011 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4012
4013         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4014         since the result is inserted in a unibyte buffer anyway.
4015         (nnimap-demule-use-string-to-multibyte): Remove.
4016         (nnimap-demule): Alias it to mm-string-to-multibyte.
4017
4018 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4021         variable for debugging bug#464 and bug#1174.
4022         (nnimap-demule): Use it.
4023
4024 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4025
4026         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4027         score calculation correctly.
4028
4029 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4030
4031         * message.el (message-send-mail): Just set the buffer to unibyte
4032         rather than use mm-with-unibyte-current-buffer which does a lot more.
4033         (message-send-mail-partially): Don't bother with
4034         mm-with-unibyte-current-buffer since it's already been made unibyte by
4035         message-send-mail.
4036
4037 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4038
4039         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4040
4041 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4044
4045 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4048         require itself and to remove `with-no-warnings'.
4049
4050 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4051
4052         * starttls.el (starttls-any-program-available): Get the name of the
4053         available TLS layer program.
4054         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4055         well as the host name in the "opening" message.
4056
4057         * auth-source.el (auth-source-cache, auth-source-do-cache)
4058         (auth-source-user-or-password): Cache passwords and logins by default,
4059         allow override with `auth-source-do-cache'.
4060         (auth-source-forget-user-or-password): Allow users to remove cache
4061         entries if needed.
4062
4063 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4064
4065         * md4.el (md4-buffer): Fix typo in docstring.
4066         (md4, md4-64): Doc fixes.
4067         (md4-pack-int32): Reflow docstring.
4068
4069 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4070
4071         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4072         condition-case to only the forward-sexp call.
4073
4074 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4075
4076         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4077         quotes contained.  Make it more robust regardless by an extra
4078         condition-case wrapper.
4079
4080 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4083
4084 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * nnml.el (nnml-request-expire-articles): Check if the function set to
4087         `nnmail-expiry-target' returns the symbol `delete'.
4088
4089         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4090
4091         * nnmail.el (nnmail-expiry-target): Fix custom type.
4092
4093 2008-10-02  Glenn Morris  <rgm@gnu.org>
4094
4095         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4096         Silence compiler warning.
4097
4098 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4099
4100         * tls.el (open-tls-stream): Show the actual command being
4101         executed, instead of the format string.
4102
4103 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * lpath.el: Fbind codepage-setup for Emacs 23.
4106
4107 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4108
4109         * mml.el (mml-menu): Don't assume mml2015 is bound.
4110
4111 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4114         exists.
4115
4116 2008-09-27  Glenn Morris  <rgm@gnu.org>
4117
4118         * gnus-util.el (mail-header-remove-comments): Autoload it.
4119
4120 2008-09-27  Andreas Schwab  <schwab@suse.de>
4121
4122         * gnus-util.el (gnus-split-references): Strip comments.
4123         (gnus-parent-id): Likewise.
4124
4125 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4126
4127         * message.el (message-confirm-send): Fix version.
4128
4129 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * message.el (message-idna-to-ascii-rhs-1): Use
4132         mail-extract-address-components rather than mail-header-parse-addresses
4133         that is an alias by default to ietf-drums-parse-addresses that does not
4134         support non-ASCII names in headers' contents.
4135
4136 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4137
4138         * message.el (message-confirm-send): Fixed variable documentation to
4139         avoid the "y/n" wording.
4140
4141 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4142
4143         * message.el (message-set-auto-save-file-name): Save to a different
4144         filename so multiple messages (especially drafts) can be recovered.
4145
4146 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4147
4148         * message.el (message-confirm-send): Add appropriate version.
4149
4150 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4153         defvar.
4154
4155 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4156
4157         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4158         (mm-pkcs7-enveloped-magic): Ditto.
4159
4160 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4161
4162         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4163         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4164
4165 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4166
4167         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4168         default, it's better.
4169
4170 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4171
4172         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4173         summary line gnus-number property and ignore them (with a warning
4174         message).
4175
4176 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4179         macro caddr in the interactive form since it won't be expanded.
4180
4181 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4184         `charset'; fix name of function called recursively.
4185         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4186
4187 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4190         (gnus-mime-set-charset-parameters): New function.
4191         (gnus-mime-view-part-as-charset): Use it to correctly display part
4192         specifying wrong charset.
4193
4194 2008-09-08  David Engster  <dengste@eml.cc>
4195
4196         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4197         in completing-read for back end server.
4198
4199 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4200
4201         * message.el (message-confirm-send): New variable to confirm sending a
4202         message.
4203         (message-send): Use it.
4204
4205 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4206
4207         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4208
4209 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4212
4213 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4214
4215         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4216         prevent tracking too many groups.
4217         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4218         Use it.
4219
4220 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4221
4222         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4223         moving point to the bottom of the window in order to avoid recentering.
4224
4225 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4228
4229         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4230         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4231         (gnus-article-beginning-of-window): Fix calculation.
4232
4233 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * gnus-msg.el (gnus-summary-supersede-article)
4236         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4237         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4238         message header.
4239
4240 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4241
4242         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4243         pending output coming after the status change.
4244
4245 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4246
4247         * message.el:
4248         * gnus-start.el:
4249         * gnus-registry.el: Remove VMS support.
4250
4251 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4254         macro.
4255         (rfc2104-hash): Use it.
4256
4257 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4258
4259         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4260         (gnus-summary-sort-by-most-recent-date): New commands.
4261         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4262         and menu entries.
4263
4264 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4265
4266         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4267         don't redisplay article for raw contents; remove plural articles stuff.
4268
4269         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4270         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4271         on gnus-summary-save-article; display results properly.
4272
4273 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * lpath.el: No need to fbind ns-focus-frame.
4276
4277 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4280
4281 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4284         gnus-save-all-headers.
4285
4286 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4287
4288         * gnus-util.el (ns-focus-frame): Remove declaration.
4289         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4290         like x.
4291
4292 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4293
4294         * rfc2104.el (rfc2104-zero): Delete defconst.
4295         (rfc2104-hex-alist): Likewise.
4296         (rfc2104-hex-to-int): Delete func.
4297         (rfc2104-hexstring-to-bitstring): Likewise.
4298         (rfc2104-nybbles): New defconst.
4299         (rfc2104-hash): Rewrite for speed.
4300
4301 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * tls.el (open-tls-stream): Make it work with the 2nd argument
4304         BUFFER that is a string but does not exist as a buffer object, as
4305         mentioned in the doc-string.
4306
4307 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4310         SXEmacs.
4311
4312 2008-07-16  Glenn Morris  <rgm@gnu.org>
4313
4314         * gnus-util.el (ns-focus-frame): Declare for compiler.
4315
4316 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4319         set as a group parameter.
4320         (gnus-summary-save-in-pipe): Work when it is called independently.
4321         (gnus-summary-pipe-to-muttprint): Don't modify
4322         gnus-summary-pipe-output-default-command.
4323
4324 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4325
4326         * message.el (message-send-mail-with-sendmail):
4327         Display the error message.
4328
4329 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * gnus-art.el (gnus-default-article-saver):
4332         Add gnus-summary-save-in-pipe to choices.
4333         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4334         gnus-summary-pipe-output-default-command as the default command.
4335         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4336         instead of gnus-last-shell-command.
4337
4338         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4339         New user option.
4340         (gnus-summary-muttprint-program): Mention the value will be changed.
4341         (gnus-summary-save-article): Force showing of all headers.
4342         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4343
4344 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4345
4346         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4347
4348 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4349
4350         * nnimap.el (nnimap-id):
4351         * sieve-manage.el (sieve-manage-open): Doc fixes.
4352
4353 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4354
4355         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4356         if available.
4357
4358 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4359
4360         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4361
4362         * nnkiboze.el (nnkiboze-generate-group):
4363         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4364
4365         * nnmairix.el: Require CL.
4366
4367 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * dgnushack.el: Autoload get-display-table and put-display-table for
4370         XEmacs 21.5.
4371
4372         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4373         21.4 and SXEmacs.
4374
4375 2008-06-15  David Engster  <dengste@eml.cc>
4376
4377         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4378
4379 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4380
4381         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4382         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4383         runtime choice under XEmacs.
4384
4385         * gnus-sum.el (gnus-summary-set-display-table):
4386         Use `gnus-put-display-table', `gnus-get-display-table',
4387         `gnus-set-display-table' for the display table, instead of `aset'.
4388
4389         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4390         Use `gnus-put-display-table', `gnus-get-display-table',
4391         `gnus-set-display-table' for the display table.
4392
4393 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * nnmairix.el: Add autoloads.
4396
4397 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4398
4399         * nnmairix.el (nnmairix-delete-recreate-group)
4400         (nnmairix-update-and-clear-marks): Fix error messages.
4401
4402 2008-06-14  David Engster  <dengste@eml.cc>
4403
4404         * nnmairix.el: Upgrade to version 0.6.
4405         (nnmairix-group-toggle-propmarks-this-group)
4406         (nnmairix-group-toggle-readmarks-this-group)
4407         (nnmairix-group-delete-recreate-this-group)
4408         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4409         (nnmairix-remove-tick-mark-original-article): New commands.
4410         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4411         (nnmairix-propagate-marks-to-nnmairix-groups)
4412         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4413         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4414         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4415         functions needed for marks propagation and manipulation of read marks.
4416         (nnmairix-update-groups): New function.
4417         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4418         (nnmairix-determine-original-group-from-registry)
4419         (nnmairix-determine-original-group-from-path)
4420         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4421         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4422         New helper functions.
4423         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4424         keystrokes for new commands.
4425         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4426         (nnmairix-request-group): Check allow-fast group parameter.
4427         (nnmairix-request-create-group): Set allow-fast group parameter if
4428         nnmairix-allowfast-default is set.
4429         (nnmairix-close-group): Propagate marks upon closing if needed.
4430         (nnmairix-group-toggle-threads-this-group): Use new.
4431         nnmairix-group-toggle-parameter helper function.
4432         (nnmairix-search): Better check for empty search result.
4433         (nnmairix-goto-original-article): Use new helper functions for
4434         determining original article.
4435         (nnmairix-show-original-article): Make sure message-id is in brackets.
4436         (nnmairix-call-mairix-binary): Change variable name.
4437         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4438         helper function.
4439         (nnmairix-widget-toggle-activate): Fix doc string.
4440
4441 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * nnir.el: Require edmacro when compiling with XEmacs.
4444         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4445         available in Emacs 21.
4446
4447 2008-06-11  Glenn Morris  <rgm@gnu.org>
4448
4449         * gnus-util.el (x-focus-frame):
4450         * gnus.el (image-size):
4451         * mm-decode.el (image-size): Declare.
4452
4453         * gnus-picon.el (declare-function): Add compat definition.
4454         (image-size): Declare.
4455
4456         * gnus-group.el (tool-bar-map):
4457         * gnus-sum.el (tool-bar-map): Define for compiler.
4458
4459         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4460
4461         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4462
4463         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4464         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4465         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4466         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4467         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4468         * sieve-manage.el, spam-report.el, spam.el:
4469         Remove unnecessary eval-and-compile of autoloads.
4470
4471 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4472
4473         * auth-source.el: Precise Tramp doc.
4474
4475 2008-06-07  Glenn Morris  <rgm@gnu.org>
4476
4477         * nnmairix.el: Remove unnecessary eval-when-compile.
4478
4479 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * lpath.el: Fbind propertize for XEmacs 21.4.
4482
4483 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4484
4485         * nnir.el: Move here from ../contrib.
4486
4487 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4488
4489         * gnus-util.el (gnus-read-shell-command): New function.
4490         * mm-decode.el (mm-pipe-part):
4491         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4492
4493 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4496
4497 2008-06-03  Glenn Morris  <rgm@gnu.org>
4498
4499         * pop3.el (nnheader-accept-process-output): Autoload it.
4500
4501 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4504         are not 2-digit hexadecimal characters that follow `%'s.
4505
4506 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4507
4508         * message.el (message-bogus-recipient-p): Fix type in doc string.
4509         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4510         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4511         Improve custom options.
4512         (message-bogus-recipient-p): Adjust accordingly.
4513
4514 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4515
4516         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4517         long-form month and day names.
4518
4519 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * dgnushack.el: Autoload debug, eudc-expand-inline and
4522         pgg-snarf-keys-region for XEmacs.
4523
4524         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4525
4526         * nnmairix.el: Require edmacro when compiling with XEmacs.
4527
4528 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4531         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4532
4533 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4534
4535         * auth-source.el: Add more docs.
4536
4537         * netrc.el (netrc-machine): Always match if the port is not given.
4538
4539 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4542         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4543         retrieval faster in some cases, but might make CPU usage larger.  If
4544         this has any bad side effects, we might revert this change.
4545
4546         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4547         seems to make mail retrieval much, much faster.
4548         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4549         unconditionally.
4550
4551         * gnus-draft.el (gnus-group-send-queue): Bind
4552         message-send-mail-partially-limit to nil to avoid being prompted.
4553
4554 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4557
4558         * message.el (message-bogus-address-regexp): Fix and improve custom
4559         type.
4560         (message-setup-hook): Add message-check-recipients as custom option.
4561
4562 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * message.el (message-cite-function): Remove bogus autoload which crept
4565         in during merge from v5-10.
4566
4567 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4568
4569         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4570
4571         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4572
4573         * auth-source.el: Preliminary Tramp docs.
4574         (auth-sources): Change the default auth-sources to use
4575         EPA .gpg files.
4576
4577 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4578
4579         * nntp.el: Autoload `auth-source-user-or-password'.
4580         (nntp-send-authinfo): Use it.
4581
4582         * nnimap.el: Autoload `auth-source-user-or-password'.
4583         (nnimap-open-connection): Use it.
4584
4585         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4586         for the gnus-message function.
4587         (auth-source-user-or-password): Use it.
4588
4589 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4590
4591         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4592         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4593         (rfc2104-hash): Use it.
4594
4595 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4596
4597         * gnus-art.el (gnus-article-toggle-truncate-lines):
4598         Don't use `iff' in docstring.
4599
4600 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4603
4604         * gnus-util.el (gnus-extract-address-component-name)
4605         (gnus-extract-address-component-email): Convenience functions around
4606         `gnus-extract-address-components'.
4607
4608         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4609         Use `gnus-extract-address-component-email' to fix bug of comparing full
4610         sender name to `user-mail-address'.
4611
4612 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4615         catch/throw to optimize.
4616         (gnus-registry-find-keywords): Just use member to find a keyword.
4617
4618 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4619
4620         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4621         is current before calling gnus-server-prepare.
4622         (gnus-server-setup-buffer, gnus-server-update-server)
4623         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4624
4625 2008-05-04  Juri Linkov  <juri@jurta.org>
4626
4627         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4628         (mailcap-file-default-commands): Use mailcap-replace-in-string
4629         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4630         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4631
4632 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4633
4634         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4635
4636 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4637
4638         * gnus.el: Bump version to 0.11.
4639
4640 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4641
4642         * gnus.el: No Gnus v0.10 is released.
4643
4644 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4647         hooks.
4648         (gnus-update-read-articles): Speed up non-marks-using users.
4649         (gnus-use-marks): Define gnus-use-marks.
4650         (gnus-propagate-marks): Rename variable to something more sensible.
4651
4652 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4653
4654         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4655         (gmm-image-load-path-for-library): Fix typos in docstrings.
4656         (gmm-message): Reflow docstring.
4657
4658 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * mail-source.el (mail-source-set-1, mail-source-bind):
4661         Move auth-source code out of the macro to clean it up and fix bugs.
4662
4663 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4664
4665         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4666         by sender if it's equal to user-mail-address, it's likely to be
4667         useless.
4668
4669         * mail-source.el (mail-source-bind): Don't use user or password if they
4670         are not bound.  Unintern them if they are nil.  Don't use server unless
4671         it's bound, and default it to empty string otherwise.
4672
4673 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4674
4675         * mail-source.el: Load auth-source.el.
4676         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4677         get user name or password, if auth-sources is set up.
4678
4679         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4680         strategy of splitting with parent.
4681         (gnus-registry-split-fancy-with-parent)
4682         (gnus-registry-post-process-groups): Use it and fix prior
4683         bug (returning a list as the split result).
4684
4685         * auth-source.el (auth-sources): Remove server parameter.
4686         (auth-source-pick, auth-source-user-or-password)
4687         (auth-source-user-or-password-imap)
4688         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4689         (auth-source-user-or-password-sftp)
4690         (auth-source-user-or-password-smtp): Remove server parameter.
4691
4692 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4693
4694         * smime.el (smime-sign-region, smime-encrypt-region)
4695         (smime-decrypt-region):
4696         Remove redundant calls to `generate-new-buffer-name'.
4697
4698 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4699
4700         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4701         Don't use QP for message/rfc822.
4702         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4703
4704 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4705
4706         * sieve-manage.el (sieve-string-bytes): Remove.
4707         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4708         correct byte-length only if the process's coding-system is the same as
4709         the one used internally by Emacs to represent strings.
4710
4711 2008-04-22  Juri Linkov  <juri@jurta.org>
4712
4713         * mailcap.el (mailcap-file-default-commands): New function.
4714
4715 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4716
4717         * message.el (message-signature-separator, message-cite-function):
4718         Change custom version.
4719
4720 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4721
4722         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4723         commands.
4724         (tls-checktrust): Ditto.
4725
4726 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4727
4728         * mm-decode.el (mm-display-external): Make temp file read-only.
4729
4730 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4731
4732         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4733         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4734         `C-c C-f d'.
4735
4736 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4737
4738         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4739
4740 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4741
4742         * gnus.el: Bump version to 0.9.
4743
4744 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * gnus.el: No Gnus v0.8 is released.
4747
4748 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4749
4750         * mail-source.el (mail-source-value):
4751         Prefer fboundp to functionp so it works with macros as well.
4752
4753 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4756         Fix last change in case the element is not even a symbol.
4757
4758 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4759
4760         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4761         Prefer fboundp to functionp so it works with macros as well.
4762
4763 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4764
4765         * auth-source.el: Added docs.
4766         (auth-sources): Modify format to support server.
4767         (auth-source-pick, auth-source-user-or-password)
4768         (auth-source-user-or-password-imap)
4769         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4770         (auth-source-user-or-password-sftp)
4771         (auth-source-user-or-password-smtp): Add server parameter.
4772
4773 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4774
4775         * gnus-registry.el: Initialize the registry when gnus-registry-install
4776         is t.
4777
4778 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * compface.el (uncompface): Make buffer unibyte.
4781
4782 2008-04-05  Glenn Morris  <rgm@gnu.org>
4783
4784         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4785
4786 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4787
4788         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4789         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4790
4791         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4792         multibyteness after rather than before erasing it.
4793
4794         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4795         mm-with-multibyte.
4796         (gnus-request-article-this-buffer): Make sure the proper decoding is
4797         used if gnus-original-article-buffer happens to be unibyte.
4798
4799         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4800         default-enable-multibyte-characters.
4801
4802         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4803         default-enable-multibyte-characters.
4804
4805         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4806
4807         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4808
4809 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4810
4811         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4812         (imap-message-copyuid-1): Use it.
4813         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4814         J. Williams in
4815         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4816
4817         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4818         imap-enable-exchange-bug-workaround.
4819         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4820
4821 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4822
4823         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4824         a 100 byte status-checks into a 2-3MB transfer for each group.
4825         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4826         to enable bug workaround or not.
4827         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4828
4829 2008-03-31  Glenn Morris  <rgm@gnu.org>
4830
4831         * message.el (mml2015-use): Declare for compiler.
4832         (message-info): Require mml2015 when appropriate.
4833
4834 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4837         whitespace.
4838
4839 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4840
4841         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4842         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4843         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4844         (nntp-service-to-port): New function.
4845         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4846         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4847         (nntp-open-netcat-stream): New function.
4848         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4849
4850 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4851
4852         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4853
4854 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4855
4856         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4857
4858 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4859
4860         * dns.el (dns-write): Use set-buffer-multibyte.
4861
4862 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4863
4864         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4865
4866 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * message.el (message-signature-separator): Change default.
4869         Improve custom type.
4870         (message-cite-function): Change default to
4871         message-cite-original-without-signature.
4872
4873         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4874         toggle.
4875
4876         * message.el (message-check-news-body-syntax): Fix signature check.
4877         (message-setup-1): Mark buffer as unmodified _after_ running
4878         message-setup-hook and handling message-alternative-emails.
4879         (message-shorten-references): Be more strict when building list of
4880         valid references to comply with GNKSA.
4881
4882         * gnus-group.el (gnus-read-ephemeral-bug-group)
4883         (gnus-read-ephemeral-debian-bug-group)
4884         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4885
4886         * message.el (message-info): Don't use booleanp which isn't supported
4887         in Emacs 21 and XEmacs.
4888
4889 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4890
4891         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4892         gnus-group-gmane-group-download-format.
4893         (gnus-group-read-ephemeral-gmane-group): Rename from
4894         gnus-group-read-ephemeral-gmane-group.
4895         (gnus-read-ephemeral-gmane-group-url): Rename from
4896         gnus-group-read-ephemeral-gmane-group-url.
4897         (gnus-bug-group-download-format-alist): New variable.
4898         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4899         (gnus-read-ephemeral-emacs-bug-group): New commands.
4900
4901 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4902
4903         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4904         (gnus-visible-headers): Improve custom type.
4905
4906 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * mml.el (mml-menu): Add workarounds for XEmacs.
4909
4910         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4911         X-Boundary header.
4912
4913         * message.el (message-simplify-recipients): Fix previous commit.
4914
4915 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4916
4917         * mm-util.el (mm-set-buffer-multibyte): New function.
4918         * mm-decode.el (mm-copy-to-buffer): Use it.
4919
4920 2008-03-19  Glenn Morris  <rgm@gnu.org>
4921
4922         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4923         Accidentally removed in the sync process with Emacs.
4924
4925 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4926
4927         * message.el (message-alter-recipients-discard-bogus-full-name):
4928         New function.
4929         (message-alter-recipients-function): New variable.
4930         (message-get-reply-headers): Use it.
4931         (message-replace-header): New helper function.
4932         (message-recipients-without-full-name): New variable.
4933         (message-simplify-recipients): New command.
4934
4935         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4936
4937         * message.el (message-info): Handle EasyPG manual.
4938
4939         * mml.el (mml-menu): Add entry for EasyPG.
4940
4941 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4942
4943         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4944         parameter.
4945
4946         * message.el (message-disassociate-draft): Specify drafts group name
4947         fully.
4948
4949 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4950
4951         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4952         unnecessary duplicates from the match list.
4953
4954 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4957
4958         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4959
4960         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4961         args of `how-many' of which the XEmacs version doesn't take; declare
4962         Info-index-next as function.
4963
4964 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4965
4966         * gnus-score.el (gnus-score-headers): Fix handling of
4967         gnus-inhibit-slow-scoring.
4968
4969         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4970         string.
4971         (gnus-button-url-regexp): Improve handling of parenthesis.
4972         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4973         (gnus-button-handle-info-keystrokes): Handle index entries.
4974
4975 2008-03-15  Glenn Morris  <rgm@gnu.org>
4976
4977         * parse-time.el (parse-time-string): Simplify.
4978
4979 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4982         Incoming* files.
4983
4984 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4985
4986         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4987         (auth-source-pick): Use it.
4988
4989 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4990
4991         * binhex.el (binhex-decode-region-internal):
4992         * uudecode.el (uudecode-decode-region-internal):
4993         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4994         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4995         setting default-enable-multibyte-characters.
4996
4997 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4998
4999         * auth-source.el (auth-source-protocols)
5000         (auth-source-protocols-customize, auth-source-choices): Added and
5001         modified variable customizations and defaults.
5002         (auth-source-pick, auth-source-user-or-password)
5003         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5004         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5005         (auth-source-user-or-password-sftp)
5006         (auth-source-user-or-password-smtp): Use new variables and provide an
5007         interface to netrc.el.
5008
5009 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5012         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5013         Make sure the nntp port to specify is a string.
5014
5015 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5016
5017         * nntp.el: Use with-current-buffer.
5018         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5019         dubious mm-with-unibyte-current-buffer.
5020         (nntp-with-open-group-function): New function extracted from
5021         nntp-with-open-group macro.
5022         (nntp-with-open-group): Use the function, so it's easier to debug.
5023         Add indentation and debugging info.
5024         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5025         the use of the netcat alternatives.
5026
5027         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5028         Avoid mm-string-as-multibyte as well.
5029
5030         * nnweb.el (nnweb-insert-html):
5031         Remove use of nnheader-string-as-multibyte.
5032
5033         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5034         (nnheader-string-as-multibyte): Remove.
5035
5036         * mm-view.el: Use inhibit-read-only.
5037         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5038         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5039         or unibyte-string.
5040
5041         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5042         (mm-uu-yenc-extract): Use with-current-buffer.
5043
5044         * gnus-soup.el (gnus-soup-send-packet): Don't use
5045         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5046
5047         * nnmh.el: Use with-current-buffer.
5048         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5049         mm-string-as-multibyte on the output of mm-encode-coding-string.
5050
5051         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5052         (nnimap-request-move-article): Use with-current-buffer.
5053
5054         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5055         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5056         conversion uses string-make-unibyte rather than string-as-unibyte.
5057
5058         * gnus-msg.el: Use with-current-buffer.
5059
5060         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5061
5062 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5065         string for caching if it is 'PIN.
5066
5067 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5068
5069         * lpath.el: Consider the case without Emacs/W3.
5070
5071 2008-03-08  Glenn Morris  <rgm@gnu.org>
5072
5073         * time-date.el (date-to-time, time-subtract, time-add)
5074         (safe-date-to-time): Doc fixes.
5075
5076 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * mail-source.el (mail-source-delete-old-incoming-confirm):
5079         Change default to nil.
5080         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5081
5082 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * lpath.el: Rearrange.
5085
5086         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5087         (gnus-article-goto-prev-page): Work for articles having ^L's.
5088
5089         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5090
5091         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5092
5093 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5094
5095         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5096         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5097         (gnus-bookmark-jump): Adjust some variable names.
5098
5099 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5100
5101         * auth-source.el: New package.
5102         (auth-source-choices): Add customization entry point variable.
5103
5104         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5105         bug.
5106
5107 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5108
5109         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5110         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5111         (gnus-registry-install-shortcuts): Rename from
5112         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5113         the `gnus-registry-mark-map' keymap dynamically from
5114         `gnus-registry-marks'.  The generated functions update the summary line
5115         when a registry mark is added or deleted, and will call
5116         `gnus-registry-install-p' (see the comments in the code).
5117         (gnus-registry-user-format-function-M): Use concat intelligently.
5118
5119         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5120         the registry mark functions.
5121
5122 2008-03-05  Glenn Morris  <rgm@gnu.org>
5123
5124         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5125         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5126         gnus-art.
5127         (top-level): No need to load own source when compiling.
5128
5129 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5132         Suggested by <chris.anderton@zetnet.co.uk>.
5133
5134 2008-03-04  Glenn Morris  <rgm@gnu.org>
5135
5136         * gnus-sum.el (top-level): No need to require gnus when compiling,
5137         since unconditionally required near start of file.
5138         (gnus-summary-display-while-building): Move definition before use.
5139
5140 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5141
5142         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5143         formatting function.
5144
5145 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5146
5147         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5148         with plists.
5149         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5150         Use new format.
5151
5152 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5155         `where-is-internal' that returns a range of key sequences.
5156
5157 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5158
5159         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5160
5161         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5162         (gnus-summary-jump-to-group): Consider windows on other displayed
5163         frames as well.  Similar changes might be needed elsewhere, but that's
5164         the one I've bumped into during my use.
5165
5166         * nndoc.el (nndoc-oe-dbx-type-p):
5167         * gnus-msg.el (gnus-debug):
5168         * gnus-group.el (gnus-update-group-mark-positions):
5169         Use mm-string-to-multibyte.
5170
5171 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5174         doesn't handle NotDashEscaped.
5175
5176         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5177         (mml-dnd-attach-options): Fix typo in custom choice.
5178
5179         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5180         nndoc-article-type to mbox.
5181         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5182
5183         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5184         to nil, instead of html2text.
5185
5186         * imap.el (imap-debug): Add `imap-ping-server'.
5187
5188         * gnus-bookmark.el: Add FIXMEs.
5189
5190         * message.el (message-form-letter-separator)
5191         (message-send-form-letter-delay): New variables.
5192         (message-send-form-letter): Use them.  New command to send form
5193         letters.  Requested by Uwe Siart.
5194         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5195
5196 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * Update copyright years.
5199
5200 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         Sync from EMACS_22_BASE.
5203
5204         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5205
5206 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5207
5208         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5209         empty author.
5210
5211 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         * gnus-registry.el (gnus-registry-marks): Add variable for
5214         customization of marks and their appearance.
5215         (gnus-registry-read-mark): Use it.
5216         (gnus-registry-do-marks): Add utility function to loop through
5217         `gnus-registry-marks'.
5218         (gnus-registry-install-shortcuts-and-menus): Add function to install
5219         shortcuts and menus.
5220         (gnus-registry-initialize): Use it.
5221         (gnus-registry-default-mark): Clarify documentation.
5222
5223 2008-02-29  Glenn Morris  <rgm@gnu.org>
5224
5225         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5226         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5227         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5228         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5229         Change defcustom :version from 23.0 to 23.1.
5230
5231 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-registry.el (gnus-registry-follow-group-p)
5234         (gnus-registry-post-process-groups): Add functions to aid registry
5235         splitting and improve logging.  Clarify behavior in function
5236         documentation.
5237         (gnus-registry-split-fancy-with-parent): Use them.
5238
5239 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5240
5241         * gnus-art.el: Use with-current-buffer.
5242
5243 2008-02-27  David Engster  <dengste@eml.cc>
5244
5245         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5246         Express real group name in the response.
5247
5248 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5251         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5252         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5253         autoload gnus-registry-fetch-group when compiling.
5254         (nnmairix-request-group-with-article-number-correction): Remove
5255         unreferenced argument passed to nnmairix-call-backend.
5256
5257 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5260         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5261         Wilde.
5262
5263 2008-02-27  Glenn Morris  <rgm@gnu.org>
5264
5265         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5266         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5267         variables to defconsts.  Convert comments to doc-strings.
5268         (nnmairix-last-server, nnmairix-current-server): Convert from free
5269         variables to defvars.  Convert comments to doc-strings.
5270         (gnus-registry-fetch-group): Autoload.
5271         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5272         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5273         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5274         caddr.
5275         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5276         nnmairix-request-group-with-article-number-correction call.
5277         (nnmairix-fast, nnmairix-group): New, less general names, for free
5278         variables passed from nnmairix-request-group to
5279         nnmairix-request-group-with-article-number-correction.  Declare.
5280         (nnmairix-request-group-with-article-number-correction):
5281         Use nnmairix-fast, nnmairix-group rather than fast, group.
5282
5283 2008-02-26  David Engster  <dengste@eml.cc>
5284
5285         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5286         version 0.5.
5287
5288 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5289
5290         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5291         instead of making an extra function call.  Don't add the current group
5292         to articles only when they have the group.  Use
5293         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5294         Reported by David <de_bb@arcor.de>.
5295
5296 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5299         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5300
5301 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * mail-source.el (mail-source-delete-incoming): Change default.
5304         Supplement doc string.
5305
5306         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5307
5308 2008-02-14  Glenn Morris  <rgm@gnu.org>
5309
5310         * time-date.el (format-seconds): New function.
5311
5312 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5313
5314         * nnmail.el (nnmail-message-id-cache-file): Derive from
5315         `gnus-home-directory'.
5316
5317 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5320         Document negative prefix.
5321
5322         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5323
5324 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * message.el (message-unsent-separator): Add the Exim bounce
5327         separator.
5328
5329 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5330
5331         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5332         list.
5333         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5334         recipient/signer list.
5335
5336 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5337
5338         * Makefile.in (datarootdir): Define.
5339         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5340         name that might contain whitespace.
5341
5342 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5345         fbound (Emacs 23 unicode), signal an error.
5346
5347 2008-02-08  Glenn Morris  <rgm@gnu.org>
5348
5349         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5350
5351 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5352
5353         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5354         ports to the calls to `netrc-machine-user-or-password' in addition to
5355         "imap" and "imaps".
5356
5357 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5358
5359         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5360
5361         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5362
5363 2008-02-01  Kenichi Handa  <handa@m17n.org>
5364
5365         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5366         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5367         (rfc2104-hash): Convert the result of concat to unibyte string.
5368
5369 2008-02-01  Dave Love  <fx@gnu.org>
5370
5371         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5372         coding-system-for-read.
5373         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5374
5375 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5378         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5379         <hanche@math.ntnu.no>.
5380
5381 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5384
5385         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5386
5387 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5388
5389         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5390         * message.el (message-beginning-of-line): Use featurep instead of bound
5391         tests in order to resolve conditionals at compile time.
5392
5393 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5394
5395         * mail-source.el (mail-sources): Add `group' choice.
5396
5397         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5398         parameter `in-group' to control into which group the articles go.
5399         Add treatment of `group' mail-source.
5400
5401 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5404
5405         * mm-decode.el (mm-dissect-buffer): Decode description.
5406
5407         * mml.el (mml-to-mime): Encode message header first.
5408
5409 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5412         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5413
5414         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5415         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5416
5417 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5418
5419         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5420
5421 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5424         prefix keys.
5425         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5426         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5427         gnus-xmas.el.
5428
5429         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5430         (gnus-xmas-article-describe-bindings): New function.
5431         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5432         gnus-xmas-article-describe-bindings.
5433
5434         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5435
5436 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5437
5438         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5439         Add new variables for article mark management.
5440         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5441         list of extra data entries which, when present, will indicate that the
5442         article ID should not be trimmed from the registry.
5443         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5444         functions.
5445         (gnus-registry-read-mark): New function to read a mark name from the
5446         user.
5447         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5448         (gnus-registry-set-article-mark-internal): New functions to add and
5449         remove marks.
5450         (gnus-registry-get-article-marks): New function to show the marks for
5451         an article, or retrieve them for further use.
5452
5453 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5456         keys when no argument is given.
5457
5458 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * imap.el (imap-ping-server): New variable.
5461         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5462         (imap-ping-server): Minor doc string fixes.
5463
5464 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5465
5466         * imap.el (imap-ping-server): New function.
5467         (imap-opened): Call imap-ping-server.
5468
5469 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * gnus-sum.el (gnus-article-sort-by-random)
5472         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5473         jidanni@jidanni.org.
5474
5475 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5476
5477         * gnus-art.el (gnus-article-describe-bindings): New function.
5478         (gnus-article-read-summary-keys): Use it.
5479         (gnus-article-mode-map): Bind `C-h b' to it.
5480
5481 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5484         XEmacs.
5485         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5486         against non-character events.
5487
5488         * lpath.el: Fbind map-keymap for Emacs 21.
5489
5490 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5493         command.
5494         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5495         instead of END.  Change name of the temp file.
5496         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5497         customizable.
5498
5499 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5502         bind `S W' to gnus-article-wide-reply-with-original; set default
5503         binding to gnus-article-read-summary-send-keys.
5504         (gnus-article-read-summary-keys): Fix the order of keys; display
5505         continuation keys correctly in the echo area; describe bindings
5506         correctly when keys end with `C-h'.
5507         (gnus-article-read-summary-send-keys): New function.
5508         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5509         for gnus-article-read-summary-send-keys; display continuation keys
5510         correctly in the echo area.
5511         (gnus-article-reply-with-original): Ignore prefix argument.
5512         (gnus-article-wide-reply-with-original): New function.
5513
5514         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5515         Emacs 21.
5516
5517 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5520         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5521
5522 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5525         (gnus-group-read-ephemeral-gmane-group): New command.
5526
5527 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5528
5529         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5530
5531 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * message.el (message-send-mail-function): Increase custom version.
5534
5535         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5536         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5537
5538 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5541         for the cases where imap-authenticate is called with a nil buffer
5542         parameter.
5543
5544 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5547         html parts correctly; support forwarded messages.
5548         (gnus-article-browse-html-article): Remove work buffers.
5549
5550         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5551         compiling.
5552         (netrc-bound-and-true-p): New macro.
5553         (netrc-parse): Use it instead of bound-and-true-p that is not available
5554         in XEmacs 21.4.
5555
5556 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-registry.el (gnus-registry-mark-article)
5559         (gnus-registry-article-marks): Add functionality to mark articles
5560         through the Gnus registry.
5561
5562         * encrypt.el: Clarify documentation for the new pgg method.
5563         (encrypt-file-alist): Add PGG option.
5564         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5565         functionality.  Abstract password key and messaging to external
5566         functions.
5567         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5568         (encrypt-message-method-and-cipher): Add new convenience external
5569         functions.
5570         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5571         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5572
5573         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5574         (netrc-parse): Use encrypt-file-alist to determine if
5575         encrypt-find-model or encrypt-insert-file-contents should be used.
5576
5577         * encrypt.el: Clarify documentation.  Load password-cache or
5578         password, whichever one is found first, instead of autoloading.
5579
5580 2007-12-19  Glenn Morris  <rgm@gnu.org>
5581
5582         * mml.el (message-options-set, message-narrow-to-head)
5583         (message-in-body-p, message-mail-p, message-encode-message-body):
5584         Autoload.
5585         (message-remove-header, message-narrow-to-headers-or-head)
5586         (message-subscribed-p, message-make-mail-followup-to)
5587         (message-position-on-field, message-news-p)
5588         (message-options-set-recipient, message-generate-headers)
5589         (message-sort-headers): Declare as functions.
5590
5591 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5592
5593         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5594         convention in doc string.
5595
5596 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5599         title to html parts.
5600         (gnus-article-browse-html-article): Pass message header to it.
5601
5602         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5603
5604 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5607         or password compatible with XEmacs.
5608
5609 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5612         format document.
5613         (gnus-mime-delete-part): Don't write description line if empty.
5614         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5615
5616 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5617
5618         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5619         (gnus-summary-mark-read-and-unread-as-read)
5620         (gnus-summary-mark-current-read-and-unread-as-read)
5621         (gnus-summary-mark-unread-as-ticked): Doc fix.
5622         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5623
5624 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5627         Christoph Conrad <christoph.conrad@gmx.de>.
5628
5629 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5632         yes-or-no-p.
5633
5634 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * mm-decode.el (mm-add-meta-html-tag): New function.
5637         (mm-save-part-to-file, mm-pipe-part): Use it.
5638
5639         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5640         gnus-y-or-n-p instead of y-or-n-p.
5641         (gnus-article-browse-html-parts): Work with message/external-body; use
5642         mm-add-meta-html-tag.
5643
5644 2007-12-11  Glenn Morris  <rgm@gnu.org>
5645
5646         * gnus-cache.el: Require gnus-sum not just when compiling.
5647
5648         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5649
5650         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5651         definitions before use.
5652
5653         * mm-decode.el: Require gnus-util.
5654         (mm-remove-part): Only call delete-annotation on XEmacs.
5655
5656         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5657
5658         * nnmail.el: Require gnus-int.
5659
5660         * spam.el: Move `require's before `eval-when-compile's.
5661
5662         * gnus-ems.el (gnus-alive-p):
5663         * gnus-fun.el (message-goto-eoh):
5664         * gnus-util.el (gnus-group-name-decode):
5665         * mail-source.el (gnus-compress-sequence):
5666         * message.el (Info-goto-node, format-spec):
5667         * mm-bodies.el (message-options-get):
5668         * mm-decode.el (mm-view-pkcs7):
5669         * mm-util.el (gmm-write-region):
5670         * mml-smime.el (mml-compute-boundary)
5671         (gnus-completing-read-with-default):
5672         * mml.el (widget-button-press, gnus-make-hashtable):
5673         * mml1991.el (mm-decode-content-transfer-encoding)
5674         (mm-encode-content-transfer-encoding)
5675         (message-options-get, message-options-set):
5676         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5677         * nnfolder.el (gnus-request-group):
5678         * nnheader.el (ietf-drums-unfold-fws):
5679         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5680         * smime.el (gnus-run-mode-hooks):
5681         * spam-stat.el (gnus-message): Autoload.
5682
5683         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5684         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5685         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5686         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5687         Add declare-function compatibility definition.
5688
5689         * gnus-cache.el (nnvirtual-find-group-art):
5690         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5691         (gnus-add-image, gnus-add-wash-type):
5692         * gnus-group.el (nnkiboze-score-file):
5693         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5694         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5695         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5696         (message-tokenize-header, gnus-get-buffer-create)
5697         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5698         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5699         * gnus.el (gnus-group-decoded-name):
5700         * mail-source.el (imap-capability):
5701         * mm-bodies.el (message-options-set):
5702         * mm-decode.el (gnus-configure-windows):
5703         * mm-extern.el (message-goto-body):
5704         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5705         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5706         (epg-sub-key-validity, message-options-set):
5707         * mml.el (widget-event-point, gnus-configure-windows):
5708         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5709         * mml2015.el (epg-check-configuration, epg-configuration)
5710         (message-options-set):
5711         * nndb.el (nndb-request-article):
5712         * nnfolder.el (gnus-request-create-group):
5713         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5714         * nnmaildir.el (gnus-group-mark-article-read):
5715         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5716         * rfc1843.el (message-fetch-field):
5717         * spam.el (gnus-extract-address-components):
5718         Declare as functions.
5719
5720 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5723
5724         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5725
5726         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5727         bind show-trailing-whitespace for XEmacs.
5728
5729 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5732         new no-op macro for backward compatibility.
5733
5734         * imap.el (imap-string-to-integer): New function.
5735
5736 2007-12-09  Glenn Morris  <rgm@gnu.org>
5737
5738         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5739
5740         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5741         * message.el, mm-view.el, sieve-manage.el, smime.el:
5742         Add declare-function compatibility definition.
5743
5744         * gnus-art.el (w3-region, w3m-region, Info-menu):
5745         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5746         * gnus-sum.el (gnus-get-predicate):
5747         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5748         * message.el (mail-abbrev-in-expansion-header-p):
5749         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5750         (w3m-detect-meta-charset, w3m-region):
5751         * sieve-manage.el (password-read, password-cache-add)
5752         (password-cache-remove):
5753         * smime.el (password-read-and-add): Declare as functions.
5754
5755 2007-12-08  David Kastrup  <dak@gnu.org>
5756
5757         * gnus-sum.el (gnus-summary-simplify-subject-query):
5758         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5759         `message'.
5760
5761 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5764         it to bind idna-program, installation-directory, defined-colors, and
5765         face-attribute for XEmacs of the version that compiles defcustom forms.
5766
5767 2007-12-07  Glenn Morris  <rgm@gnu.org>
5768
5769         * gnus-art.el (article-make-date-line): Revert previous change.
5770
5771 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5772
5773         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5774
5775 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5776
5777         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5778         Call gnus-add-to-range ranges only once with a prepared article-list.
5779
5780 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5781
5782         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5783         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5784         group names with backslashes.  Reported by Tassilo Horn
5785         <tassilo@member.fsf.org>.
5786
5787 2007-12-06  Deepak Goel  <deego3@gmail.com>
5788
5789         * gnus-art.el (article-make-date-line):
5790         * gnus-start.el (gnus-load):
5791         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5792
5793 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * gnus-art.el (gnus-use-idna)
5796         * gnus-start.el (gnus-site-init-file)
5797         * message.el (message-use-idna)
5798         * mm-uu.el (mm-uu-hide-markers)
5799         * smiley.el (smiley-style): Revert changes that suppress warnings.
5800
5801 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5804         specify charset to html source.  Reported by Christoph Conrad
5805         <christoph.conrad@gmx.de>.
5806
5807 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5808
5809         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5810         idna-program in order to suppress byte compile warning issued by XEmacs
5811         that came to byte compile the default value section of defcustom forms
5812         recently.
5813
5814         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5815         value of installation-directory.
5816
5817         * message.el (message-use-idna): Don't directly refer to the value of
5818         idna-program.
5819
5820         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5821
5822         * smiley.el (smiley-style): Don't directly call face-attribute.
5823
5824 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5827
5828         * gnus-dired.el: Reduce Gnus dependencies.
5829         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5830         require.  Use autoloads instead.
5831         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5832         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5833         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5834         (gnus-dired-mode): Adjust doc string.
5835         (gnus-dired-mail-mode): New variable.
5836         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5837         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5838         (gnus-dired-mail-buffers): New function.  Return mail or message
5839         composition buffers.
5840         (gnus-dired-attach): Use it.
5841         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5842         NO-DECODE.
5843         (gnus-dired-print): Use `gnus-print-buffer' depending on
5844         `gnus-dired-mail-mode'.
5845
5846 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * rfc2047.el (rfc2047-encoded-word-regexp)
5849         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5850         explaining what regexp patterns are for.
5851
5852 2007-12-04  Glenn Morris  <rgm@gnu.org>
5853
5854         * password.el: Move to password-cache.el.
5855
5856         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5857         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5858         * mml-smime.el (password-read, password-cache-add)
5859         (password-cache-remove):
5860         No need to autoload, since mml-sec requires password.
5861
5862         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5863         * message.el (gnus-extract-address-components):
5864         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5865
5866         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5867         password.
5868
5869 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * mailcap.el: Reduce dependencies.
5872         (mail-header-parse-content-type): Autoload.
5873         (mailcap-delete-duplicates): New alias.
5874         (mailcap-mime-info): Add optional argument NO-DECODE.
5875         (mailcap-mime-types): Use mailcap-delete-duplicates.
5876
5877         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5878
5879 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5880
5881         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5882         (imap-parse-status): Upcase status-att for servers that sends them
5883         lower-case (e.g., MS Exchange 2007).
5884
5885 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5886
5887         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5888         function.
5889
5890         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5891         (gnus-uu-yenc-article): New function.
5892
5893         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5894
5895         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5896         buffer.
5897
5898 2007-12-02  Glenn Morris  <rgm@gnu.org>
5899
5900         * binhex.el (binhex): New custom group.
5901         (binhex-decoder-program, binhex-decoder-switches)
5902         (binhex-use-external): Move to the binhex custom group.
5903
5904         * uudecode.el (uudecode): New custom group.
5905         (uudecode-decoder-program, uudecode-decoder-switches)
5906         (uudecode-use-external): Move to the uudecode custom group.
5907
5908         * netrc.el (top-level): Don't load `encrypt' features.
5909         (netrc-parse): Don't use encrypt.
5910         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5911
5912         * encrypt.el: Remove file.
5913
5914 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5917         matches on patches.
5918
5919         * gnus-art.el (gnus-article-browse-html-article): Mention
5920         `mm-text-html-renderer' in the doc string.
5921
5922         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5923         string.  Add comments.
5924
5925         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5926         if rhs is ASCII.
5927
5928 2007-12-01  Glenn Morris  <rgm@gnu.org>
5929
5930         * mail-source.el (top-level): Require format-spec before
5931         eval-when-compile.
5932
5933 2007-11-30  Glenn Morris  <rgm@gnu.org>
5934
5935         * encrypt.el: Require password, rather than autoloading password-read.
5936
5937 2007-11-29  Glenn Morris  <rgm@gnu.org>
5938
5939         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5940         (sasl-make-client, sasl-next-step, sasl-step-data)
5941         (sasl-step-set-data): Declare as functions.
5942
5943 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5946
5947 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5948
5949         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5950         certs should be verified and what is to be done in the event of a
5951         verification failure.
5952
5953         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5954         caller can indicate whether the cache should be disregarded for this
5955         call.  This way the result of the call is reproducible at all times and
5956         can be considered a canonical server name for the supplied method.
5957         (gnus-agent-method-p): Canonicalize server names by pushing their
5958         method through `gnus-method-to-server' using the no-cache argument.
5959
5960         * gnus-srvr.el (gnus-server-insert-server-line): Call
5961         `gnus-method-to-server' with `no-cache' argument.
5962
5963         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5964         gnus-agent-possibly-synchronize-flags as this should be called when the
5965         server is actually being opened.
5966         (gnus-agent-possibly-synchronize-flags)
5967         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5968         flags file of an agentized server to the latter function.
5969
5970         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5971         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5972         after a connection has been established successfully.
5973
5974 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * gnus-art.el (article-display-face): Force to display face if called
5977         interactively; check if gnus-article-x-face-too-ugly matches author.
5978         (article-display-x-face): Display face even if From header is missing
5979         as article-display-face does.
5980
5981 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5982
5983         * hashcash.el (message-narrow-to-headers-or-head)
5984         (message-fetch-field, message-goto-eoh)
5985         (message-narrow-to-headers): Declare as functions.
5986
5987 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * mail-source.el (mail-sources): Default to fetch from file for
5990         compatibility with default of nnmail-spool-file.
5991
5992 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5995         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5996         to look for encoded word that should be encoded again.
5997         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5998         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5999         encoding pattern.
6000         (rfc2047-decode-region): Switch strict regexp and loose one according
6001         to rfc2047-allow-irregular-q-encoded-words.
6002
6003 2007-11-25  Romain Francoise  <romain@orebokech.com>
6004
6005         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6006
6007 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6008
6009         * tls.el (tls-program): Provide more custom choices from
6010         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6011         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6012
6013 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6014
6015         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6016         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6017
6018         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6019         `nnmail-spool-file'.
6020
6021         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6022         `nnmail-spool-file'.
6023
6024         * gnus-move.el (gnus-change-server): Ditto.
6025
6026         * gnus-kill.el (gnus-batch-score): Ditto.
6027
6028         * gnus-cache.el (gnus-jog-cache): Ditto.
6029
6030         * gnus-msg.el (gnus-summary-reply):
6031         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6032
6033 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6034
6035         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6036         version.  Minor improvement to doc strings.
6037         (tls-program): Add comment.
6038
6039 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6040
6041         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6042         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6043         mismatch between the hostname provided in the certificate and the name
6044         of the host connnecting to.
6045         (open-tls-stream): Use them.  Check certificates against trusted root
6046         certificates.
6047
6048 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6049
6050         * gnus-cache.el (gnus-cache-generate-nov-databases):
6051         Use nnml-generate-nov-databases-directory instead of
6052         nnml-generate-nov-databases-1.
6053
6054 2007-11-24  Glenn Morris  <rgm@gnu.org>
6055
6056         * message.el (message-tool-bar-retro): Update for rename
6057         mail_send.xpm->mail-send.xpm.
6058
6059 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6060
6061         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6062         `smime-ldap-search' for Emacs 22 and up.
6063
6064 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6065
6066         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6067
6068         * message.el (message-send-mail-function): Fix error convention.
6069         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6070         (message-widen-reply, message-send-mail, message-talkative-question)
6071         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6072         (message-clone-locals, message-send-news): Use with-current-buffer.
6073         (message-insert-or-toggle-importance): Remove unused var `valid'.
6074         (message-make-references): Remove unused var `new-references'.
6075         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6076
6077 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6078
6079         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6080         (spam-split-symbolic-return-positive): Reflow docstring.
6081         (spam-backends, spam-summary-exit-behavior)
6082         (spam-mark-ham-unread-before-move-from-spam-group)
6083         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6084         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6085         (spam-clear-cache, spam-backend-check, spam-install-backend)
6086         (spam-install-statistical-backend, spam-list-of-processors)
6087         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6088         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6089         (spam-check-crm114, spam-initialize, spam-unload-hook):
6090         Fix typos in docstrings.
6091
6092 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6095         been checked if they have never been read and those group levels are
6096         higher than the one that a user specified.
6097
6098 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6101         foreign groups unless a group level is specified by a user.
6102         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6103
6104 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6105
6106         * message.el (message-send-mail-function): Require sendmail.
6107
6108 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * message.el (message-send-mail-function): Check for smtpmail too.
6111
6112         * utf7.el (utf7-encode, utf7-decode): Use coding system
6113         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6114
6115         * message.el (message-send-mail-function): New function.
6116         (message-send-mail-function): Set default using
6117         message-send-mail-function.  Adjust doc string.
6118         (message-send-mail-with-mailclient): New function.
6119
6120 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6121
6122         * smime.el (from):
6123         * rfc2047.el (message-posting-charset):
6124         * qp.el (mm-use-ultra-safe-encoding):
6125         * pop3.el (parse-time-months):
6126         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6127         * nnml.el (files):
6128         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6129         (jka-compr-compression-info-list, ange-ftp-path-format)
6130         (efs-path-regexp):
6131         * nndiary.el (files):
6132         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6133         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6134         (epg-digest-algorithm-alist, inhibit-redisplay)
6135         (password-cache-expiry):
6136         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6137         (pgg-output-buffer, password-cache-expiry):
6138         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6139         (efs-path-regexp):
6140         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6141         (inhibit-redisplay):
6142         * mm-uu.el (file-name, start-point, end-point, entry)
6143         (gnus-newsgroup-name, gnus-newsgroup-charset):
6144         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6145         (latin-unity-ucs-list):
6146         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6147         (mm-uu-binhex-decode-function):
6148         * message.el (gnus-message-group-art, gnus-list-identifiers)
6149         (rmail-enable-mime-composing, gnus-local-organization)
6150         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6151         (gnus-read-active-file, facemenu-add-face-function)
6152         (facemenu-remove-face-function, gnus-article-decoded-p)
6153         (tool-bar-mode):
6154         * mail-source.el (display-time-mail-function):
6155         * gnus-util.el (nnmail-pathname-coding-system)
6156         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6157         (gnus-original-article-buffer, gnus-user-agent)
6158         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6159         (xemacs-codename, sxemacs-codename, emacs-program-version):
6160         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6161         * gnus-start.el (gnus-agent-covered-methods)
6162         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6163         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6164         (gnus-newsgroup-headers, gnus-group-list-mode)
6165         (gnus-group-mark-positions, gnus-newsgroup-data)
6166         (gnus-newsgroup-unreads, nnoo-state-alist)
6167         (gnus-current-select-method, mail-sources)
6168         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6169         (nnmail-spool-file, gnus-cache-active-hashtb):
6170         * gnus-mh.el (mh-lib-progs):
6171         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6172         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6173         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6174         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6175         (gnus-group-buffer):
6176         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6177         (font-lock-set-defaults):
6178         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6179         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6180         (gnus-summary-post-menu, total-parts, type, condition, length):
6181         * gnus-agent.el (gnus-agent-read-agentview):
6182         * flow-fill.el (show-trailing-whitespace):
6183         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6184         eval-and-compile wrappers for byte compiler pacifiers.
6185
6186         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6187         (mm-display-inline-fontify): Check for featurep 'xemacs not
6188         extent-list.
6189
6190         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6191         itimer-list.
6192         (mm-create-image-xemacs): Only do something for XEmacs.
6193         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6194
6195         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6196
6197         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6198         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6199
6200 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6201
6202         * nnimap.el (nnimap-split-download-body):
6203         * gnus-demon.el (gnus-demon):
6204         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6205
6206 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6209         macros.
6210         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6211         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6212         copy data from unibyte buffer to multibyte current buffer.
6213         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6214         to copy data from unibyte current buffer to multibyte buffer.
6215         (nntp-make-process-buffer): Make process buffer unibyte.
6216
6217         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6218
6219 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6220
6221         * pop3.el (pop3-open-server): Accept and process data more robustly at
6222         connexion start to avoid spurious "POP SSL connexion failed" errors.
6223
6224 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6227         read group names.
6228
6229 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6232
6233 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6236         (nnmail-save-active): Use a unibyte buffer when saving active file,
6237         which may contain non-ASCII group names.
6238
6239         * nnml.el (nnml-request-group): Decode group names in messages.
6240
6241 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6242
6243         * message.el (message-citation-line-function)
6244         (message-insert-formatted-citation-line): Fix spelling of
6245         `message-insert-formated-citation-line'.
6246
6247 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6248
6249         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6250
6251 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6254         nnmail-pathname-coding-system.
6255
6256         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6257         that a user enters; decode group names in messages.
6258
6259         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6260
6261 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6262
6263         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6264
6265         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6266
6267         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6268         risky local variable.
6269
6270         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6271
6272 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6273
6274         * encrypt.el: Improve documentation to fix function name typo.
6275         Reported by Daiki Ueno <ueno@unixuser.org>.
6276
6277 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6280         even if the point is not in the last page of an article.
6281         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6282         back to the previous page.
6283
6284 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6287
6288 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6291
6292 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6293
6294         * message.el (message-check-news-body-syntax): Avoid
6295         mm-string-as-multibyte.
6296         (message-hide-headers): Don't assume (point-min)==1.
6297
6298 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * message.el (message-remove-blank-cited-lines): Fix if remove is
6301         given.
6302         (message-bogus-address-regexp): New variable.
6303         (message-bogus-recipient-p): New function.
6304         (message-check-recipients): New command.
6305         (message-syntax-checks): Add `bogus-recipient'.
6306         (message-fix-before-sending): Add `bogus-recipient'.
6307
6308         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6309         (gnus-treat-body-boundary): Don't test window-system.
6310
6311 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6312
6313         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6314
6315 2007-10-28  Miles Bader  <miles@gnu.org>
6316
6317         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6318         at compile-time too.
6319
6320 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * gnus-msg.el (gnus-message-setup-hook): Add
6323         `message-remove-blank-cited-lines' to options.
6324
6325 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * message.el (message-remove-blank-cited-lines): New function.
6328         Suggested by Karl Plästerer.
6329
6330 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6333         mapc.
6334
6335         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6336         (top-level): Use mapc to set functions to be traced for debugging.
6337
6338         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6339         called for effect with while loop.
6340
6341         * message.el (message-talkative-question): Replace mapcar called for
6342         effect with mapc.
6343
6344         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6345         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6346         called for effect with dolist.
6347
6348         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6349
6350         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6351         gnus-extra-headers and nnmail-extra-headers.
6352
6353         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6354         called for effect with dolist.
6355         (top-level): Use mapc to set functions to be traced for debugging.
6356
6357         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6358         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6359         dolist.
6360
6361         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6362         Replace mapcar called for effect with mapc.
6363         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6364         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6365         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6366         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6367
6368         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6369         remove-if that's a cl function.
6370
6371         * webmail.el (webmail-debug): Replace mapcar called for effect with
6372         dolist.
6373
6374         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6375         with mapc.
6376
6377 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6380         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6381         with while loop.
6382
6383         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6384         functions from article-* functions.
6385         (gnus-multi-decode-header): Replace mapcar called for effect with
6386         dolist.
6387
6388         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6389         (gnus-bookmark-show-details): Replace mapcar called for effect with
6390         while loop.
6391
6392         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6393         called for effect with while loop.
6394
6395         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6396         with dolist.
6397
6398         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6399         mapcar called for effect with dolist.
6400
6401         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6402
6403         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6404         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6405         Replace mapcar called for effect with dolist.
6406         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6407         mapc.
6408
6409         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6410         Replace mapcar called for effect with dolist.
6411         (gnus-topic-list): Replace mapcar called for effect with mapc.
6412
6413         * gnus.el: Use mapc instead of mapcar to add autoloads.
6414
6415 2007-10-23  Richard Stallman  <rms@gnu.org>
6416
6417         * gnus-group.el (gnus-group-highlight): Mark as risky.
6418
6419 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus.el (gnus-server-to-method): Return method found first in
6422         gnus-newsrc-alist.
6423
6424         * gnus-art.el (gnus-article-highlight-signature)
6425         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6426         button overlay without the front stickiness.
6427
6428 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6429
6430         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6431         overview buffer needed a catch to receive its throw.
6432         (gnus-agent-flush-cache): Declared as interactive to make this function
6433         easier to use.
6434
6435 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6436
6437         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6438         `next-line'.
6439
6440 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6443         exclude address matching message-dont-reply-to-names.
6444
6445 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-util.el (gnus-string<): New function.
6448
6449         * gnus-sum.el (gnus-article-sort-by-author)
6450         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6451
6452 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6455         the frame-focus tag is set in gnus-buffer-configuration.
6456
6457 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6458
6459         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6460         the front stickiness.
6461
6462 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6463
6464         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6465         url pattern; remove duplicate one.
6466         (gnus-article-extend-url-button): New function.
6467         (gnus-article-add-buttons): Use it.
6468         (gnus-button-push): Use concatenated url that it makes.
6469
6470 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6471
6472         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6473
6474 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6477         Don't hardcode point-min==1.
6478
6479 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6480
6481         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6482         Fix comment about "iso8859-1".
6483
6484 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6485
6486         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6487         ones returned from the verify-function.
6488
6489         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6490         mml2015-extract-cleartext-signature if extraction failed.
6491
6492 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6493
6494         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6495         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6496         failed.
6497
6498 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6501
6502 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6503
6504         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6505         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6506         recommends to use EasyPG instead of PGG.
6507
6508         * pgg.el: Revert to revision 6.23.2.16.
6509
6510         * pgg-def.el: Revert to revision 6.6.2.14.
6511
6512         * pgg-gpg.el: Revert to revision 6.23.2.34.
6513
6514 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6517         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6518         thread for both the null and zero (kill/expire thread) universal prefix
6519         cases.
6520         (gnus-summary-expire-thread): Add new function to expire a thread,
6521         using gnus-summary-kill-thread.
6522         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6523         shortcuts for gnus-summary-expire-thread.
6524         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6525         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6526
6527 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6528
6529         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6530         extras value, so an extras entry can be deleted.
6531         (gnus-registry-delete-extra-entry): Use it.
6532         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6533         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6534         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6535         storage through the gnus-registry, and provide an appropriate API for
6536         it.
6537
6538 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6541         Suggested by Leo <sdl.web@gmail.com>.
6542
6543         * gnus.el: Do.
6544
6545 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6548         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6549
6550         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6551
6552         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6553         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6554
6555 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6558         newline.
6559         (nnmbox-request-accept-article): Don't change article in source buffer;
6560         narrow to header to use message-fetch-field rather than
6561         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6562         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6563         as delimiters; make sure article ends with newline.
6564         (nnmbox-delete-mail): Correct last position of article to be deleted;
6565         ignore X-Gnus-Newsgroup header in article body.
6566         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6567         positions; make sure article ends with newline.
6568
6569         * message.el (message-display-abbrev): Don't infloop when a user
6570         inserts SPC in the beginning of header.
6571
6572         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6573         coding-system-for-read and coding-system-for-write for XEmacs having no
6574         file-coding feature.
6575
6576         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6577
6578 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6579
6580         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6581         list of groups not followed by default.  Fix type to be regexp.
6582         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6583
6584 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6585
6586         * hmac-def.el (define-hmac-function): Switch from old-style to
6587         new-style backquotes.
6588
6589         * md4.el (md4-make-step): Likewise.
6590
6591 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6594         raw-text coding system when saving .newsrc file, which may contain
6595         non-ASCII group names.
6596
6597 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-cus.el (gnus-score-extra): New widget.
6600         (gnus-score-extra-convert): New function.
6601         (gnus-score-customize): Use it for Extra.
6602
6603 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6604
6605         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6606         (mml2015-mailcrypt-clear-verify): Use it.
6607         (mml2015-gpg-clear-verify): Use it.
6608         (mml2015-pgg-clear-verify): Use it.
6609         (mml2015-epg-clear-verify): Replace the current part with the output
6610         from GnuPG; don't extract the plaintext by itself.
6611
6612         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6613         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6614         mml2015-clear-verify-function; don't touch the armor headers or
6615         dash-escaped text here.
6616
6617 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6620         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6621         parts, or application/octet-stream as a last resort.
6622         (gnus-mime-view-part-as-type): Don't toggle display.
6623         (gnus-mime-view-part-as-charset): Don't turn off display before
6624         querying charset.
6625
6626         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6627         stuff to undisplayer function in Emacs.
6628         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6629
6630         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6631         text/calendar parts.
6632
6633 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6634
6635         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6636         decoding text/calendar parts.
6637
6638         * message.el (message-forward-make-body-mime): Always mark body as
6639         having no illegible text; remove signed-or-encrypted argument.
6640         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6641
6642         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6643         (mml-generate-mime-1): Don't encode body if it is specified to be in
6644         raw form; don't make buffer be unibyte when inserting multibyte string.
6645
6646 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6647
6648         * sha1.el: Fix up comment style.
6649         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6650         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6651
6652         * hex-util.el: Fix up comment style.
6653         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6654
6655         * gnus-salt.el: Use with-current-buffer.
6656         (gnus-pick-setup-message): Fix long-standing typo.
6657
6658 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * imap.el (imap-logout-timeout): New variable.
6661         (imap-logout, imap-logout-wait): New functions.
6662         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6663
6664         * nnimap.el (nnimap-logout-timeout): New server variable.
6665         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6666         nnimap-logout-timeout.
6667
6668         * gnus-art.el (gnus-article-summary-command-nosave)
6669         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6670
6671 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6672
6673         * gnus.el (gnus-maximum-newsgroup): New variable.
6674
6675         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6676         according to gnus-maximum-newsgroup.
6677
6678         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6679         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6680         Limit the range of articles according to gnus-maximum-newsgroup.
6681
6682 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6683
6684         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6685         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6686         Don't perform gnus-configure-windows here; reuse existing sticky
6687         article buffer.
6688
6689         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6690         it doesn't exist in gnus-article-mode.
6691
6692 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6695         (gnus-agent-decoded-group-name): New function.
6696         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6697         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6698
6699 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6700
6701         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6702         Add binding for gnus-sticky-article.
6703         (gnus-summary-exit): Don't kill sticky article buffers.
6704
6705         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6706         article buffer.
6707         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6708         (gnus-kill-sticky-article-buffers): New commands.
6709
6710 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * nntp.el (nntp-xref-number-is-evil): New server variable.
6713         (nntp-find-group-and-number): If it is non-nil, don't trust article
6714         numbers in the Xref header.
6715
6716 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-agent.el (gnus-agent-read-group): New function.
6719         (gnus-agent-flush-group, gnus-agent-expire-group)
6720         (gnus-agent-regenerate-group): Use it.
6721         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6722         nnmail-pathname-coding-system.
6723
6724 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6727
6728         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6729         that are unread as unread, and also as selected so that information of
6730         marks having been changed by a user may be updated when exiting group.
6731
6732 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6735         calculated ignoring signature parts to gnus-treat-article.
6736
6737 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6740         a point here in order to keep the window start.
6741         (gnus-insert-mime-security-button): Make a button overlay without the
6742         front stickiness.
6743         (gnus-mime-display-security): Goto the end of a button.
6744
6745         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6746
6747 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6750         group-name-at-point.
6751         (gnus-group-completing-read): New function that offers decoded
6752         non-ASCII group names for completion.
6753         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6754         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6755         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6756         (gnus-group-fetch-control): Use it.
6757         (gnus-fetch-group): Use group-name-at-point for the initial value
6758         rather than the default value; use gnus-alive-p.
6759
6760         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6761         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6762         (gnus-summary-post-news): Use gnus-group-completing-read.
6763
6764         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6765         (gnus-read-move-group-name): Decode group name for completion.
6766
6767 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6768
6769         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6770         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6771         Yamaoka slightly modified the code).
6772
6773 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6776         (nnmail-split-incoming): Bind it.
6777
6778         * nnml.el (nnml-group-name-charset): New function.
6779         (nnml-decoded-group-name): Use it; don't decode group name if
6780         nnmail-group-names-not-encoded-p is non-nil.
6781         (nnml-encoded-group-name): New function.
6782         (nnml-group-pathname): Inline nnml-decoded-group-name.
6783         (nnml-request-expire-articles): Decode group name in message.
6784         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6785         nnmail-pathname-coding-system.
6786         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6787         not decoded ones according to nnmail-group-names-not-encoded-p.
6788         (nnml-generate-active-info): Use nnml-encoded-group-name.
6789
6790 2007-08-08  Glenn Morris  <rgm@gnu.org>
6791
6792         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6793         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6794         doc-strings and comments.
6795
6796 2007-07-25  Glenn Morris  <rgm@gnu.org>
6797
6798         * Relicense all FSF files to GPLv3 or later.
6799
6800 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-sum.el (gnus-summary-move-article): Make
6803         gnus-summary-respool-article work.
6804
6805 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6808         string.
6809
6810 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6811
6812         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6813         that should be ignored when comparing distant RSS articles with local
6814         ones.
6815         (nnrss-make-hash-index): New function.  Create a hash index according
6816         to the ignored fields.
6817         (nnrss-check-group): Use it.
6818
6819 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6822
6823         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6824
6825         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6826         the new optional argument ENCODED is non-nil.
6827         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6828         coding system for encoding group name.
6829         (gnus-group-make-rss-group): Pass un-encoded group name to
6830         gnus-group-make-group.
6831         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6832         encoded.
6833
6834         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6835         Encode group name to which articles are moved or copied.
6836         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6837         coding system for encoding Newsgroup, Followup-To and Xref headers.
6838
6839         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6840         marks; use nnheader-file-coding-system to write a file.
6841         (nnagent-retrieve-headers): Bind file-name-coding-system to
6842         nnmail-pathname-coding-system.
6843
6844         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6845
6846         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6847         (nnml-request-article, nnml-request-create-group)
6848         (nnml-request-rename-group, nnml-find-id)
6849         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6850         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6851         (nnml-save-marks): Use nnml-group-pathname instead of
6852         nnmail-group-pathname.
6853
6854         (nnml-request-create-group, nnml-request-expire-articles)
6855         (nnml-request-move-article, nnml-request-delete-group)
6856         (nnml-deletable-article-p, nnml-possibly-create-directory)
6857         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6858         (nnml-open-marks): Bind file-name-coding-system to
6859         nnmail-pathname-coding-system.
6860
6861         (nnml-request-article): Pass server argument to nnml-find-group-number.
6862         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6863         server argument to nnml-possibly-create-directory.
6864         (nnml-request-accept-article): Pass server argument to
6865         nnml-active-number and nnml-save-mail.
6866         (nnml-find-group-number): Pass server argument to nnml-find-id.
6867         (nnml-request-update-info): Pass server argument to
6868         nnml-marks-changed-p.
6869
6870         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6871         (nnml-save-mail, nnml-active-number): Add server argument.
6872
6873         (nnml-request-delete-group): Warn if group is missing.
6874         (nnml-get-nov-buffer): Decode group name.
6875         (nnml-generate-active-info): Encode group name.
6876         (nnml-open-marks): Decode group name in messages.
6877
6878 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6881         if it is not specified.
6882         (gnus-article-pipe-part, gnus-article-save-part)
6883         (gnus-article-interactively-view-part, gnus-article-copy-part)
6884         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6885         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6886         (gnus-article-replace-part, gnus-article-delete-part)
6887         (gnus-article-view-part-as-type): Pass raw prefix argument to
6888         gnus-article-part-wrapper.
6889
6890 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-agent.el (gnus-agent-save-active): Bind
6893         nnheader-file-coding-system to gnus-agent-file-coding-system.
6894
6895         * gnus-cache.el (gnus-cache-save-buffers)
6896         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6897         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6898         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6899         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6900         (gnus-cache-generate-active, gnus-cache-rename-group)
6901         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6902         (gnus-cache-update-overview-total-fetched-for): Bind
6903         file-name-coding-system to nnmail-pathname-coding-system.
6904         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6905         variables.
6906         (gnus-cache-decoded-group-name): New function.
6907         (gnus-cache-file-name): Use it.
6908         (gnus-cache-generate-active): Use non-decoded group name for active.
6909
6910         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6911         right place.
6912         (gnus-write-active-file): Don't break non-ASCII group names.
6913
6914         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6915         nnmail-pathname-coding-system.
6916
6917         * lpath.el: Bind default-file-name-coding-system,
6918         file-name-coding-system and language-info-alist for XEmacs.
6919
6920         * gnus-uu.el (gnus-uu-decode-save): Typo.
6921
6922 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6925
6926 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6929         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6930         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6931         (gnus-agent-flush-group, gnus-agent-flush-cache)
6932         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6933         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6934         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6935         (gnus-agent-regenerate-group)
6936         (gnus-agent-update-files-total-fetched-for)
6937         (gnus-agent-update-view-total-fetched-for): Bind
6938         file-name-coding-system to nnmail-pathname-coding-system.
6939         (gnus-agent-group-pathname): Don't encode file names by
6940         nnmail-pathname-coding-system.
6941         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6942         coding-system-for-write instead of buffer-file-coding-system to
6943         gnus-agent-file-coding-system.
6944
6945         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6946         Decode group name.
6947
6948         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6949
6950         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6951         (gnus-read-newsrc-el-file): Make group names unibyte.
6952
6953         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6954         nnmail-pathname-coding-system.
6955
6956         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6957         (nnrss-request-delete-group): Bind file-name-coding-system to
6958         nnmail-pathname-coding-system.
6959         (nnrss-read-server-data, nnrss-read-group-data): Bind
6960         file-name-coding-system correctly.
6961         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6962
6963         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6964         (nntp-server-to-method-cache): New variable.
6965         (nntp-group-pathname): New function that decodes non-ASCII group names.
6966         (nntp-possibly-create-directory, nntp-marks-changed-p)
6967         (nntp-save-marks, nntp-open-marks): Use it.
6968         (nntp-possibly-create-directory, nntp-open-marks):
6969         Bind file-name-coding-system to nnmail-pathname-coding-system.
6970         (nntp-open-marks): Decode group names when bootstrapping marks.
6971
6972         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6973         Newsgroups and Folowup-To headers.
6974
6975 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6978         (gnus-server-closed-face, gnus-server-denied-face)
6979         (gnus-server-offline-face): Remove variable.
6980         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6981
6982         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6983         of modifying message-stack directly for XEmacs.
6984
6985         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6986         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6987         if the coding-system argument is nil for XEmacs.
6988
6989         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6990         mm-charset-override-alist.
6991
6992         * rfc2047.el: Don't require base64; require rfc2045 for the function
6993         rfc2045-encode-string.
6994         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6995         to quote the parameter value.
6996
6997 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7000         form in gnus-group-name-charset-method-alist.
7001
7002         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7003         overrides the default layout edit-form.
7004
7005         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7006
7007         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7008
7009 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7012         as unfetched articles.
7013
7014 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7015
7016         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7017
7018 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7021         original back end that keeps marks in the local system.
7022
7023 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7026         arg of pop-to-buffer for XEmacs.
7027         (gnus-article-read-summary-keys): Ditto; don't restore window
7028         configuration if summary command ends up with neither article buffer
7029         nor summary buffer; describe bindings if summary keys end with C-h.
7030
7031 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7032
7033         * message.el (message-fix-before-sending): Skip raw message part to be
7034         forwarded while checking illegible text.
7035         (message-forward-make-body-mime, message-forward-make-body): Mark
7036         signed or encrypted raw message as having no illegible text.
7037
7038 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7041         (gnus-message-with-timestamp-1): New macro.
7042         (gnus-message-with-timestamp): New function.
7043         (gnus-message): Use them.
7044
7045         * nnheader.el (nnheader-message): Use them.
7046
7047 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7050         .newsrc.eld file.
7051
7052 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-agent.el (gnus-agent-fetch-headers)
7055         (gnus-agent-retrieve-headers): Bind
7056         gnus-decode-encoded-address-function to identity.
7057
7058         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7059         available also when the server returns simply a dot.
7060
7061         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7062
7063 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7066
7067 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-ems.el (gnus-x-splash): Make it work.
7070
7071         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7072         from being used.
7073
7074         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7075
7076 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7079         4th and the 5th arguments.
7080
7081         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7082         the front stickiness.
7083         (gnus-article-summary-command-nosave): Correct the order of the
7084         arguments passed to pop-to-buffer.
7085         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7086         summary command ends up with the article buffer.
7087
7088         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7089         the same faces.
7090
7091 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7092
7093         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7094
7095 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7096
7097         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7098         * gnus-sum.el (gnus-summary-highlight):
7099         * pgg.el (pgg-sign-region, pgg-sign):
7100         * mail-source.el (mail-source-delete-old-incoming-confirm):
7101         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7102
7103 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-mime-view-part-externally)
7106         (gnus-mime-view-part-internally): Fix predicate function passed to
7107         completing-read.
7108
7109         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7110
7111         * gnus.el (gnus-update-message-archive-method): Add :version.
7112
7113 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus.el (gnus-update-message-archive-method): New variable.
7116
7117         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7118         according to gnus-message-archive-method if
7119         gnus-update-message-archive-method is non-nil.
7120
7121 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7124         by Loic Dachary <loic@dachary.org>.
7125         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7126
7127 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * message.el (message-pop-to-buffer): Add switch-function argument.
7130         (message-mail): Pass switch-function argument to it.
7131
7132 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7133
7134         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7135         Improve doc string.
7136
7137 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7140         (gnus-header-content)
7141         * gnus-cite.el (gnus-cite-10)
7142         * gnus-srvr.el (gnus-server-closed)
7143         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7144         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7145         (gnus-group-mail-3-empty, gnus-group-mail-low)
7146         (gnus-group-mail-low-empty, gnus-splash)
7147         * message.el (message-header-to, message-header-cc)
7148         (message-header-subject, message-header-other, message-header-name)
7149         (message-header-xheader, message-separator, message-cited-text)
7150         (message-mml): Lighten colors of faces used for dark background.
7151
7152 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7153
7154         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7155         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7156
7157 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * message.el (message-narrow-to-headers-or-head):
7160         Ignore mail-header-separator in the body.
7161
7162 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7165         same as window size.
7166
7167 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7168
7169         * message.el (message-font-lock-keywords): Use message-header-xheader
7170         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7171         ahead of the anything pattern, to get it recognised.
7172
7173 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7176         spam.el loads uses it in the compiled defadvice form.
7177
7178 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7179
7180         * gnus-sum.el (gnus-articles-to-read)
7181         (gnus-summary-insert-old-articles): Don't truncate group name for
7182         `read-string'.
7183
7184         * gnus-util.el (gnus-limit-string): Delete this function.
7185
7186         * gnus-sum.el (gnus-simplify-subject-fully): Use
7187         `truncate-string-to-width' instead.
7188
7189 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7190
7191         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7192         if, on summary exit, the next group has to be selected.
7193         (gnus-summary-exit): Use it.
7194
7195 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7198         non-break space.
7199
7200 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7203         Check if group is not a directory.
7204         (nnfolder-request-expire-articles): Don't delete articles if the target
7205         group is not available.
7206
7207         * nnml.el (nnml-request-create-group): Properly check if group is not a
7208         file.
7209         (nnml-request-expire-articles): Don't delete articles if the target
7210         group is not available.
7211
7212         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7213         Don't quote characters that are within parentheses.
7214
7215 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7218         (gnus-handle-ephemeral-exit): Select article according to it.
7219
7220 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * message.el (message-insert-formated-citation-line): Remove newline.
7223         (message-citation-line-format): Add final \n here so that the user can
7224         avoid a blank line.
7225
7226 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7227
7228         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7229         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7230         Update lanl/arXiv support.
7231
7232 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * gnus.el: Bump version number.
7235
7236 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus.el (gnus-version-number): Bump version.
7239
7240 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7241
7242         * gnus.el: No Gnus v0.6 is released.
7243
7244 2007-04-27  Didier Verna  <didier@xemacs.org>
7245
7246         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7247         * gmm-utils.el (gmm-regexp-concat): here.
7248         * message.el: Don't require 'gnus-util.
7249         (message-dont-reply-to-names): Handle name change above.
7250         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7251
7252 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7255         since the initial value varies according to the system.
7256
7257 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7260
7261 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7262
7263         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7264
7265 2007-04-24  Didier Verna  <didier@xemacs.org>
7266
7267         Improve the type of gnus-ignored-from-addresses.
7268         * gnus-util.el (gnus-orify-regexp): New function.
7269         * message.el (gnus-util): Require it.
7270         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7271         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7272         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7273
7274 2007-04-24  Didier Verna  <didier@xemacs.org>
7275
7276         * gnus-sum.el:
7277         * gnus-utils.el: Fix some trailing whitespaces.
7278
7279 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7282         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7283         article's Message-ID; refer parent article in summary buffer.
7284
7285         * message.el (message-bounce): Call mime-to-mml.
7286
7287         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7288         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7289         optimize and/or forms properly.
7290
7291 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7292
7293         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7294         URL.
7295
7296 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7299
7300 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7303         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7304         displayed of multipart/alternative part if it is invoked from summary
7305         buffer.
7306
7307         * mm-view.el (mm-inline-text-html-render-with-w3m)
7308         (mm-inline-text-html-render-with-w3m-standalone)
7309         (mm-inline-render-with-function): Use mail-parse-charset by default.
7310
7311 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7312
7313         * parse-time.el (parse-time-string-chars): Check if CHAR
7314         is less than the length of parse-time-syntax.
7315
7316 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7319         from gnus-newsgroup-processable.
7320
7321 2007-04-16  Didier Verna  <didier@xemacs.org>
7322
7323         * gnus-msg.el (gnus-configure-posting-styles): Handle
7324         message-signature-directory properly with :file syntax.  Reported by
7325         "Leo".
7326
7327 2007-04-11  Didier Verna  <didier@xemacs.org>
7328
7329         New user option: message-signature-directory.
7330         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7331         * message.el (message-insert-signature): Ditto.
7332         * message.el (message-signature-file): Doc update.
7333         * message.el (message-signature-directory): New.
7334
7335 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * gnus-msg.el (gnus-inews-yank-articles): Use
7338         message-exchange-point-and-mark instead of exchange-point-and-mark.
7339
7340 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * message.el (message-yank-original): Make sure cited text ends with
7343         newline; don't exchange point and mark.
7344
7345 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7346
7347         * tls.el (open-tls-stream): Properly handle case where there
7348         is no associated buffer.
7349
7350 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7351
7352         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7353         message-yank-original, make sure (< mark TEXT point).
7354
7355 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * message.el (message-fill-column): New variable.
7358         (message-mode): Use it.  Add comment on a possible new hook.
7359
7360         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7361         (nnmail-get-new-mail): Reformat.
7362
7363         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7364
7365         * gmm-utils.el: Fix Commentary.
7366         (gmm-tool-bar-from-list): Fix typo in doc string.
7367
7368 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7369
7370         * message.el (message-yank-original): Don't switch point and mark
7371         unnecessarily to put point and mark as documented.
7372
7373 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7376         from the message heads.
7377
7378 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7379
7380         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7381         article buffer does not have a window.  This may not be the best
7382         solution but is certainly better than setting the start of the null,
7383         that is the current, window.
7384
7385 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7388         (gnus-draft-setup): Run it.
7389
7390         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7391         gnus-score-fast-scoring.  Allow regexp.
7392         (gnus-score-headers): Use it.
7393
7394         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7395         XEmacs.
7396
7397         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7398         string.
7399         (gnus-button-alist): Also catch `<f1> k ...'.
7400         (gnus-treat-display-x-face): Fix doc string.
7401
7402 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7403
7404         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7405         evaluation of gnus-extended-version to ensure correct generation of the
7406         User-Agent header when message-generate-headers-first is used.
7407
7408 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7409
7410         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7411         hashcash-path is nil.  Don't call callback with incorrect number of
7412         parameters if val is 0.
7413
7414 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7415
7416         * message.el (message-required-news-headers):
7417         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7418
7419 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7420
7421         * tls.el (open-tls-stream): In handshake-waiting loop,
7422         don't wait more if there is output available to process.
7423
7424 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7425
7426         * tls.el (tls-program): Doc fix.
7427
7428 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * message.el (message-generate-new-buffers): Change the meaning of the
7431         nil value; add `standard' to the choices; treat t as `unique'; improve
7432         doc string.
7433         (gnus-select-frame-set-input-focus): Autoload.
7434         (message-buffer-name): Search for the existing message buffer if
7435         message-generate-new-buffers is nil or `standard'; treat the value t of
7436         message-generate-new-buffers as `unique'.
7437         (message-pop-to-buffer): Raise the frame already displaying the message
7438         buffer; clear the echo area after querying.
7439         (message-setup): Pass the `continue' argument to compose-mail.
7440         (message-mail): Prefer `switch-function' if it is given; search for the
7441         existing message buffer if the `continue' argument is non-nil; pass
7442         continue and switch-function arguments to compose-mail by way of
7443         message-setup.
7444         (message-mail-other-window): Adjust argument of message-setup.
7445         (message-mail-other-frame): Ditto.
7446
7447 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7448
7449         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7450         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7451         to turn font-lock on when turning gnus-message-citation-mode on.
7452
7453 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7454
7455         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7456         (mml-smime-function-alist): New variable; add epg as the backend.
7457         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7458         mml-smime- functions instead.
7459         * mm-view.el: Require smime.
7460
7461 2007-03-05  Didier Verna  <didier@xemacs.org>
7462
7463         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7464         instead of just inheritance for posting styles.
7465         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7466
7467 2007-02-24  Chris Moore  <dooglus@gmail.com>
7468
7469         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7470         * pgg-pgp.el (pgg-pgp-encrypt-region):
7471         * pgg-gpg.el (pgg-gpg-encrypt-region):
7472         Check pgg-encrypt-for-me if no other recipients.
7473
7474 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7475
7476         * tls.el (tls-certtool-program): Fix custom type.
7477
7478 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7481         and point-at-eol instead of line-(beginning|end)-position.
7482
7483         * assistant.el (assistant-parse-buffer): Ditto.
7484
7485         * netrc.el (netrc-parse-services): Ditto.
7486
7487 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7488
7489         * mml2015.el (mml2015-epg-find-usable-key): New function.
7490         (mml2015-epg-sign): Use it.
7491         (mml2015-epg-encrypt): Use it.
7492
7493 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7494
7495         * message.el (message-make-in-reply-to): Quote name containing
7496         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7497         if there are special characters.  Reported by NAKAJI Hiroyuki
7498         <nakaji@jp.freebsd.org>.
7499
7500 2007-02-27  Didier Verna  <didier@xemacs.org>
7501
7502         Include the group parameters as well as the topic ones in the
7503         inheritance filter process.
7504         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7505         argument GROUP-PARAMS-LIST.
7506         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7507
7508 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * nntp.el (nntp-never-echoes-commands)
7511         (nntp-open-connection-functions-never-echo-commands): New variables.
7512         (nntp-send-command): Use them.
7513
7514 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7515
7516         * mml2015.el (mml2015-epg-verify): Simplified.
7517
7518 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mml.el (mml-content-disposition-alist): New user option.
7521         (mml-content-disposition): New function.
7522         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7523         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7524
7525 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7526
7527         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7528         verification.
7529
7530 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7531
7532         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7533         articles posted in the last 24 hours.
7534
7535 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7536
7537         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7538
7539 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7540
7541         * nntp.el (nntp-send-command): Don't wait for echoes when
7542         nntp-open-ssl-stream is used.
7543
7544 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7547         (gnus-message-add-citation-keywords)
7548         (gnus-message-remove-citation-keywords): Remove.
7549         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7550         directly, make the variables in font-lock-defaults buffer-local, add
7551         gnus-message-citation-keywords to them and then update the value of
7552         font-lock-keywords.
7553
7554 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * message.el (message-cite-original-1): Don't call
7557         gnus-article-highlight-citation.
7558
7559         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7560         citations; fix line count.
7561
7562 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7565         (gnus-message-add-citation-keywords)
7566         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7567         versions of font-lock-add-keywords and font-lock-remove-keywords to
7568         work with XEmacs correctly.
7569
7570 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7571
7572         * gnus-cite.el (gnus-cite-face-list): Set the values of
7573         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7574         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7575         (gnus-message-cite-prefix-regexp): New variable.
7576         (gnus-message-search-citation-line): Use it; protect against long
7577         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7578         the 0th match data for Emacs.
7579         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7580         (gnus-message-add-citation-keywords): Append keywords rather than
7581         prepending; emulate font-lock-add-keywords if it is not available.
7582         (gnus-message-remove-citation-keywords): Emulate
7583         font-lock-remove-keywords if it is not available.
7584
7585         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7586
7587         * message.el (message-cite-prefix-regexp): Set the value of
7588         gnus-message-cite-prefix-regexp.
7589
7590 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7591
7592         * nnweb.el (nnweb-google-parse-1): Update parser.
7593
7594 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7595
7596         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7597
7598 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7599
7600         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7601         regexp.
7602
7603 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7606         string-to-multibyte.
7607         (uudecode-decode-region-internal): Use it.
7608
7609         * lpath.el: Fbind string-as-multibyte for XEmacs.
7610
7611 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7612
7613         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7614         custom choice.
7615
7616         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7617
7618 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7619
7620         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7621
7622         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7623         `write-region' to respect `mm-inhibit-file-name-handlers'.
7624
7625 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7626
7627         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7628         Use gnus-home-directory instead of "~/" or "$HOME".
7629
7630 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7631
7632         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7633         to mention filename.
7634         Add comments at beginning regarding usage.
7635         (encrypt-write-file-contents): Change interactive so a string is
7636         acceptable.  If the file has no associated model, show an error instead
7637         of a nonsense prompt.
7638
7639 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7640
7641         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7642         Thanks to Yoshihiko Yamada for kind notification of this typo.
7643
7644 2007-01-12  Kenichi Handa  <handa@m17n.org>
7645
7646         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7647         multibyte buffer.
7648
7649 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * gnus-score.el (gnus-score-fast-scoring): New variable.
7652         (gnus-score-headers): Use it.
7653
7654         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7655
7656         * message.el (message-cite-original-1): Call
7657         gnus-article-highlight-citation if requested.
7658         (message-make-from): Allow name and address as optional arguments.
7659
7660         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7661
7662         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7663         bugs to doc string.
7664         (gnus-button-alist): Add mid\\|message-id.
7665         (gnus-button-fetch-group): Extend for use in
7666         `browse-url-browser-function'.
7667         (gnus-button-url-regexp): Try to catch paired parentheses like in
7668         Wikipedia URLs.
7669
7670         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7671         Suggested by Simon Krahnke <overlord@gmx.li>.
7672
7673 2007-01-13  Romain Francoise  <romain@orebokech.com>
7674
7675         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7676         Update copyright.
7677
7678 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7679
7680         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7681
7682 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7683
7684         * gnus-registry.el (gnus-registry-unfollowed-groups)
7685         (gnus-registry-split-fancy-with-parent): Fix documentation.
7686
7687 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7688
7689         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7690         from nnweb groups.
7691
7692 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693
7694         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7695         Xref urls.  Erase buffer before requesting head.
7696
7697 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7700         customizable.
7701
7702 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7703
7704         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7705         no signing key is found.
7706         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7707         no encrypting and/or signing key is found.
7708
7709 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7712
7713 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7714
7715         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7716         headers read from disk with the ones newly found in the current search.
7717         This should no longer cause problems, because the article numbers in
7718         Gmane's `nov.php' output are ignored since the previous change.
7719
7720 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7721
7722         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7723
7724 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7727         replace-regexp-in-string; bind url-version; fbind display-images-p and
7728         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7729         find-face and set-itimer-function for Emacs; bind itimer-list for
7730         Emacs.
7731
7732         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7733
7734 2007-01-01  Romain Francoise  <romain@orebokech.com>
7735
7736         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7737
7738 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7739
7740         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7741         `define-minor-mode' macro definition expanded properly.
7742         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7743         exclude it there.
7744
7745         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7746         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7747         `fboundp' test.
7748         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7749         This is OK to autoload in (S)XEmacs now.
7750
7751 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7754         keystroke.
7755         (gnus-summary-limit-to-singletons): Fix typo.
7756
7757         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7758         else fails.
7759
7760 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7761
7762         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7763         docstring.
7764
7765         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7766         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7767         (gnus-summary-insert-dormant-articles): Fix typo in message.
7768
7769 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7772         nil for XEmacs.
7773         (gnus-message-citation-mode): Don't autoload in XEmacs.
7774
7775         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7776
7777 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7778
7779         * nnimap.el (nnimap-expunge-search-string): Mention
7780         nnimap-search-uids-not-since-is-evil in docstring.
7781
7782 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * spam.el: Revert to make-obsolete-variable because
7785         define-obsolete-variable-alias is not supported in Emacs 21.
7786
7787         * spam.el (spam-ifile-path, spam-ifile-database-path)
7788         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7789         make-obsolete-variable.
7790         (spam-bsfilter-path, spam-bsfilter-program)
7791         (spam-spamassassin-path, spam-spamassassin-program)
7792         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7793         use "path" inappropriately.
7794         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7795         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7796         variable names.
7797
7798 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7799
7800         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7801         summary buffer.
7802
7803         * password.el (password-cache-remove): Use clear-string to burn
7804         password, if available.
7805
7806 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7809
7810         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7811
7812         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7813         (gnus-message-highlight-citation): Move defcustom here from
7814         gnus-cite.el.
7815         (gnus-message-citation-mode): Autoload.
7816
7817         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7818         checks to make it compile with XEmacs.
7819         (gnus-message-citation-mode): New minor mode.
7820         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7821         (gnus-message-highlight-citation): New variables.
7822         (gnus-message-search-citation-line)
7823         (gnus-message-add-citation-keywords)
7824         (gnus-message-remove-citation-keywords)
7825         (turn-on-gnus-message-citation-mode)
7826         (turn-off-gnus-message-citation-mode): New functions.
7827
7828 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7829
7830         * gnus-cite.el: Enable highlighting of different citation levels in
7831         message-mode.
7832
7833 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * message.el (message-make-fqdn): Fix comment.
7836         (message-bogus-system-names): Add ".local".
7837
7838         * spam.el (spam-ifile-path, spam-ifile-program)
7839         (spam-ifile-database-path, spam-ifile-database)
7840         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7841         Don't use "path" inappropriately.
7842         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7843         strings.
7844         (spam-check-ifile, spam-ifile-register-with-ifile)
7845         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7846         new variable names.
7847
7848         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7849         (gnus-treat-display-smileys): Simplify using
7850         gnus-image-type-available-p.
7851
7852         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7853         available.
7854
7855         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7856         `display-images-p' if available.
7857
7858 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7861         one after turning on the buffer's multibyteness instead of decoding
7862         them directly in the unibyte buffer that causes unexpected conversion
7863         in Emacs 23 (unicode).
7864
7865 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7866
7867         * message.el (message-generate-hashcash): Fix custom type.
7868
7869 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7872
7873 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7874
7875         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7876         disconnect icons.  Add help text.
7877
7878 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7881         negated to be consistent with the others we handle.
7882
7883 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7884
7885         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7886         version of gnus-summary-buffer to something, so that we can use two
7887         article buffers at the same time.
7888
7889 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7890
7891         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7892         trigger all the extra headers.
7893         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7894         sorting.
7895
7896 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7897
7898         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7899         solid groups.
7900
7901 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7902
7903         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7904
7905 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * legacy-gnus-agent.el: Add Copyright notice.
7908
7909 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7910
7911         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7912
7913 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7916
7917         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7918         to make it work reliably in CVS Emacs.
7919         (gnus-summary-limit-strange-charsets-predicate)
7920         (gnus-summary-limit-to-predicate): New functions.
7921
7922 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7923
7924         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7925         specifying array size.
7926         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7927         array if it is too small.
7928         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7929         (gnus-sort-threads-loop): New function.
7930
7931 2006-12-06  Chris Moore  <dooglus@gmail.com>
7932
7933         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7934         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7935
7936 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7937
7938         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7939         options.
7940
7941 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7942
7943         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7944         DOS-ing the recipient.
7945
7946         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7947         the headers when creating the mapping to avoid mismappings.
7948         (nnweb-gmane-create-mapping): Always nix out old mapping.
7949
7950 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7953         and mm-verify-option to never.
7954
7955 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * message.el (message-signed-or-encrypted-p): New function.
7958         (message-forward-make-body): Use it.
7959
7960         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7961         Replace encode-coding-string with mm-encode-coding-string.
7962
7963 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * nneething.el (nneething-decode-file-name): Replace
7966         decode-coding-string with mm-decode-coding-string.
7967
7968         * gnus-int.el (gnus-open-server): Say failed server's name.
7969
7970 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7971
7972         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7973         strings to a single string.  Quote `errors-file-name'.
7974         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7975         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7976         Adjust calls.  Use `shell-quote-argument'.
7977
7978 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7979
7980         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7981         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7982
7983         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7984         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7985         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7986         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7987         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7988         (gnus-subscribe-newsgroup, gnus-1):
7989         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7990         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7991         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7992         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7993
7994 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7995
7996         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7997         keystroke.
7998         (gnus-summary-limit-to-bodies): Implement headersp.
7999
8000 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8001
8002         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8003
8004 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8007
8008 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * message.el (message-generate-hashcash): Expand range of values to
8011         include `opportunistic'.
8012         (message-send-mail): Use it.
8013
8014 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8015
8016         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8017         and comment it.
8018
8019         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8020
8021 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8022
8023         * gnus-util.el (gnus-extract-address-components): Improve comment.
8024
8025 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-util.el (gnus-extract-address-components): Work with address in
8028         which the name portion contains @.
8029
8030         * lpath.el: Fbind custom-autoload.
8031
8032 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * gnus.el (gnus-start): Move custom group up.
8035         (gnus-select-method): Don't autoload, but make it available for
8036         `customize-variable'.
8037         (gnus-getenv-nntpserver): Don't autoload.
8038
8039 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8040
8041         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8042
8043 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8044
8045         * message.el (message-sendmail-extra-arguments): New variable.
8046         (message-send-mail-with-sendmail): Use it.
8047
8048 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8051         mm-with-unibyte-current-buffer to make string unibyte.
8052
8053         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8054         mm-string-as-multibyte.
8055
8056 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8057
8058         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8059         Reported by Werner Koch <wk@gnupg.org>.
8060
8061 2006-11-14  Daiki Ueno  <ueno@p360>
8062
8063         * mml2015.el: Autoload epa-select-keys when compiling.
8064
8065 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8066
8067         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8068         message-options.
8069         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8070
8071 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8072
8073         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8074         EasyPG (< 0.0.6).
8075         (mml2015-always-trust): New user option.
8076         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8077         prompt.
8078
8079 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * nntp.el (nntp-authinfo-force): New variable.
8082         (nntp-send-authinfo): Use it.
8083
8084 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8085
8086         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8087         decode encoded words.  Improve prompt.  Add comment about forwarding.
8088         (message-replacement-char): Move up.
8089
8090 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8091
8092         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8093         instead of gnus-intersection because arguments of gnus-sorted-nunion
8094         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8095
8096 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8099         (message-simplify-subject-functions): Enable
8100         message-strip-subject-encoded-words by default.
8101
8102 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8103
8104         * message.el (message-strip-subject-encoded-words): New function.
8105         (message-simplify-subject-functions): New variable.
8106         (message-simplify-subject): Use it.  Fix typo in doc string.
8107         Support message-strip-subject-encoded-words.
8108
8109 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8110
8111         * gnus-diary.el (gnus-diary-delay-format-function):
8112         * nndiary.el (nndiary-reminders):
8113         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8114
8115 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * gnus-art.el (article-hide-boring-headers): Fetch date from
8118         gnus-original-article-buffer to avoid problems with localized date
8119         strings.
8120
8121 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8124
8125 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8126
8127         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8128         New variables.
8129         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8130         (mm-charset-synonym-alist): Move some entries to
8131         mm-codepage-iso-8859-list.
8132         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8133         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8134
8135 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8138
8139 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8142         with Emacs 21 and XEmacs.
8143
8144 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * spam.el (spam-parse-address): New function for better parsing,
8147         catching errors, etc.
8148         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8149
8150 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * mm-view.el: Add interactive arg to html2text autoload.
8153
8154 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8157
8158 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8161         variables.
8162         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8163         (mm-charset-synonym-alist): Move some entries to
8164         mm-codepage-iso-8859-list.
8165
8166         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8167
8168 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8169
8170         * message.el (message-citation-line-format)
8171         (message-insert-formated-citation-line): Fix implementation of %E, %N
8172         and %n according to the doc string.
8173
8174 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8175
8176         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8177         car-safe to avoid bad parses.
8178
8179 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8182         names.
8183
8184         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8185
8186 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8189         header.
8190
8191         * message.el (message-draft-headers): Add Date.
8192         (message-headers-to-generate): Fix typo in docstring.
8193
8194         * nndraft.el (nndraft-required-headers): New variable.
8195         (nndraft-generate-headers): Use it.
8196
8197         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8198
8199 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8200
8201         * gnus-registry.el (gnus-registry-wash-for-keywords)
8202         (gnus-registry-find-keywords): New functions to allow easy searching of
8203         articles that are in the registry.
8204
8205 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8206
8207         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8208         ietf-drums-parse-address instead of gnus-extract-address-components.
8209         Reported by Damien Elmes <damien@repose.cx>.
8210
8211 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * gnus.el (gnus-mime): Remove unused custom group.
8214
8215 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8216
8217         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8218         "blank line" when searching for end of armor headers.
8219
8220 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gmm-utils.el (gmm-write-region): Fix variable name.
8223
8224 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * gmm-utils.el (gmm-write-region): New function based on compatibility
8227         code from `mm-make-temp-file'.
8228
8229         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8230
8231         * nnmaildir.el (nnmaildir--update-nov)
8232         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8233         Use `gmm-write-region'.
8234
8235 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8236
8237         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8238         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8239
8240         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8241
8242         * message.el (message-replacement-char): New variable.
8243         (message-fix-before-sending): Use it.
8244         (message-simplify-subject): New function to remove duplicate code.
8245         (message-reply, message-followup): Use it.
8246
8247         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8248         gnus-summary-limit-to-articles.
8249
8250 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8251
8252         * gnus-util.el (gnus-with-local-quit): New macro.
8253
8254         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8255
8256 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8259         ignore non-string data.
8260
8261 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8262
8263         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8264         non-string data (needs to be done in the registry too).
8265
8266 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8269         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8270         (gnus-registry-split-fancy-with-parent)
8271         (gnus-registry-fetch-simplified-message-subject-fast)
8272         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8273         Remove text properties on ingress into the registry and when it's saved.
8274         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8275         registry from entries with no groups.
8276
8277 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8278
8279         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8280         function to remove string properties.
8281
8282 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * gmm-utils.el (gmm): Adjust custom version.
8285
8286         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8287         custom version.
8288
8289         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8290
8291 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * gnus-art.el (gnus-insert-prev-page-button)
8294         (gnus-insert-next-page-button): Simplify.  Reformat.
8295
8296 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8297
8298         * gnus-art.el (gnus-insert-prev-page-button)
8299         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8300
8301 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8302
8303         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8304
8305 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8306
8307         * gnus-art.el (gnus-insert-mime-button)
8308         (gnus-insert-mime-security-button):
8309         Apply gnus-article-button-face to MIME and security buttons.
8310
8311 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8312
8313         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8314         readable.
8315
8316 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8319
8320 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8321
8322         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8323         `browse-url-of-file' instead of `browse-url'.
8324
8325 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8326
8327         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8328         regexp.  Articles containing quotation were cut prematurely.
8329
8330 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * message.el (message-cite-original-1): Use nobody by default for the
8333         value of From header.
8334         (message-reply): Ditto.
8335
8336 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8337
8338         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8339         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8340         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8341
8342 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8345         mails in the doc string.  Add some URLs in comment.
8346         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8347
8348 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8351         backslashes handling and the way to find boundaries of quoted strings.
8352
8353 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8354
8355         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8356         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8357         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8358         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8359
8360 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8361
8362         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8363         doc string.
8364         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8365
8366 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8367
8368         * lpath.el: Fbind epg-check-configuration.
8369
8370 2006-09-06  Simon Josefsson  <jas@extundo.com>
8371
8372         * mml2015.el (mml2015-use): Doc fix, mention epg.
8373
8374 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8375
8376         * mml2015.el (mml2015-use): Default to epg, if available.
8377
8378 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8379
8380         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8381         message-sender.
8382         (mml1991-epg-encrypt): Ditto.
8383         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8384         message-sender.
8385         (mml2015-epg-encrypt): Ditto.
8386
8387 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8388
8389         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8390         several common directories.
8391
8392 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8393
8394         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8395         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8396
8397 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * gnus-art.el (article-decode-encoded-words): Make it fast.
8400
8401 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8404
8405         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8406         in quoted string into `\'.
8407
8408 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8411         Use standard-syntax-table.
8412
8413 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-art.el (gnus-decode-address-function): New variable.
8416         (article-decode-encoded-words): Use it to decode headers which are
8417         assumed to contain addresses.
8418         (gnus-mime-delete-part): Remove useless `or'.
8419
8420         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8421         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8422         (gnus-nov-parse-line): Use it to decode From header.
8423         (gnus-get-newsgroup-headers): Ditto.
8424         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8425
8426         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8427         (mail-decode-encoded-address-string): New alias.
8428
8429         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8430         New function.
8431         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8432         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8433         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8434         (rfc2047-decode-string): Ditto.
8435         (rfc2047-decode-address-region): New function.
8436         (rfc2047-decode-address-string): New function.
8437
8438 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * message.el (message-caesar-buffer-body): Allow rotating headers.
8441
8442         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8443
8444         * message.el (message-insert-formated-citation-line): Fix %f.
8445         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8446
8447 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8450         (gnus-bookmark-mouse-available-p): New macro.
8451         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8452         (gnus-bookmark-bmenu-show-infos): Use it.
8453         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8454         (gnus-bookmark-bmenu-hide-infos): Ditto.
8455         (gnus-bookmark-remove-properties): New function.
8456         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8457         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8458         (gnus-bookmark-write-file): Bind coding-system-for-write.
8459         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8460         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8461         group before selecting it.
8462         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8463         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8464         quit-window if it is not available; use gnus-mouse-2 and bind it to
8465         gnus-bookmark-bmenu-select-by-mouse.
8466         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8467         (gnus-bookmark-bmenu-select-by-mouse): New function.
8468
8469 2006-08-13  Romain Francoise  <romain@orebokech.com>
8470
8471         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8472         space.
8473
8474 2006-08-10  Romain Francoise  <romain@orebokech.com>
8475
8476         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8477         (dns-mode-soa-auto-increment-serial): New user option.
8478         (dns-mode-soa-maybe-increment-serial): New function.
8479         (dns-mode): Add the latter to `write-contents-functions'.
8480
8481 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * compface.el (uncompface): Use binary rather than raw-text-unix.
8484
8485 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * compface.el (uncompface): Make sure the eol conversion doesn't take
8488         place when communicating with the external programs.  Reported by
8489         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8490
8491 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8494
8495 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8496
8497         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8498         Make it more robust by parsing author and date independently.
8499
8500 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8503
8504 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8505
8506         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8507         first matching secret key.
8508         (mml2015-epg-encrypt): Ditto.
8509
8510         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8511         first matching secret key.
8512         (mml1991-epg-encrypt): Ditto.
8513
8514         * mml2015.el (mml2015-encrypt-to-self): New user option.
8515         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8516         mml2015-epg-encrypt-to-self is set.
8517
8518         * mml1991.el (mml1991-encrypt-to-self): New variable.
8519         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8520         mml1991-epg-encrypt-to-self is set.
8521
8522         * mml2015.el (mml2015-signers): New user option.
8523         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8524         (mml2015-epg-encrypt): Allow to select signing keys.
8525
8526         * mml1991.el (mml1991-signers): New variable.
8527         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8528         (mml1991-epg-encrypt): Allow to select signing keys.
8529
8530 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8531
8532         * nnheader.el (nnheader-insert-head): Make it work even if the file
8533         uses CRLF for the line-break code.
8534
8535 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8536
8537         * mml2015.el: Require mml-sec instead of password.
8538         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8539         (mml2015-cache-passphrase): Inherit the default value from
8540         mml-secure-cache-passphrase.
8541         (mml2015-passphrase-cache-expiry): Inherit the default value from
8542         mml-secure-passphrase-cache-expiry.
8543
8544         * mml1991.el: Require mml-sec instead of password.
8545         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8546         (mml1991-cache-passphrase): Inherit the default value from
8547         mml-secure-cache-passphrase.
8548         (mml1991-passphrase-cache-expiry): Inherit the default value from
8549         mml-secure-passphrase-cache-expiry.
8550
8551         * mml-sec.el: Require password.
8552         (mml-secure-verbose): New user option.
8553         (mml-secure-cache-passphrase): New user option.
8554         (mml-secure-passphrase-cache-expiry): New user option.
8555
8556 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8557
8558         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8559         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8560         andreas@altroot.de (Andreas Vögele).
8561
8562         FIXME: Use `tiny change'?
8563
8564 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8565
8566         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8567         workaround for the url package included with Emacs.
8568
8569         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8570
8571 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8574         correctly.  This fixes a bug caused by the 2006-05-12 change.
8575
8576 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8577
8578         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8579         some information about the error when saying that the `bogus' mail
8580         group will be used.
8581
8582 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8585         string.
8586
8587 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8588
8589         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8590
8591 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8592
8593         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8594
8595 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8596
8597         * mml1991.el (mml1991-function-alist): Add epg.
8598         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8599         (mml1991-epg-encrypt): New functions.
8600
8601 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8602
8603         * mml2015.el (mml2015-verbose): New variable.
8604         (mml2015-cache-passphrase): Ditto.
8605         (mml2015-passphrase-cache-expiry): Ditto.
8606         (mml2015-function-alist): Add epg.
8607         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8608         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8609         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8610         functions.
8611
8612 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8613
8614         * message.el (message-cite-original-1): Preserve region when removing
8615         quoted text due to X-No-Archive in order to avoid bogus attribution
8616         when citing multiple messages.
8617
8618 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8619
8620         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8621         Kenneth Jacker <khj@be.cs.appstate.edu>.
8622
8623 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * gnus-diary.el (gnus-user-format-function-d)
8626         (gnus-user-format-function-D): Autoload.
8627
8628         * imap.el (Commentary): Fix typo.
8629
8630         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8631         2006-04-22 contribution.
8632
8633 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8634
8635         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8636         It didn't really fix the bogosity I'm seeing with solid web groups.
8637
8638 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8639
8640         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8641         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8642         created using server names.  If we use the feature without declaring
8643         it, Gnus does not properly manage server and group state.
8644
8645         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8646         bound.
8647
8648 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8649
8650         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8651         looking up the method using GROUP's prefix before inventing a new one.
8652         It is used on killed/unknown groups in various places where returning
8653         an all-new method isn't expected by the caller.
8654
8655         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8656         and match semantics of gnus-group-real-prefix.
8657
8658 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * nnmail.el (nnmail-broken-references-mailers): New variable.
8661         (nnmail-ignore-broken-references): New function generalizing
8662         nnmail-fix-eudora-headers.
8663         (nnmail-fix-eudora-headers): Now obsolete.
8664
8665         * gnus-art.el (gnus-button-handle-custom): Support
8666         `customize-apropos*'.
8667
8668 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8669
8670         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8671
8672         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8673         articles.
8674
8675 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * message.el (message-cite-reply-above): New variable.
8678         (message-yank-original): Use it.
8679
8680 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8683
8684 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8685
8686         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8687         as read.
8688
8689         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8690
8691 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8694         (gnus-bookmark-default-file): Use gnus-directory.
8695         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8696         Remove "*" in doc string.
8697         (gnus-bookmark-write-file): Simplify.
8698         (gnus-bookmark-maybe-sort-alist): Use `when'.
8699         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8700         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8701         FIXME about Emacs 21 and XEmacs compatibility.
8702         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8703         compatibility.
8704         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8705         compatibility.
8706         (gnus-bookmark-menu-heading): Fix version.
8707
8708 2006-06-19  Bastien Guerry  <bzg@altern.org>
8709
8710         * gnus-bookmark.el: New file.
8711
8712 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * message.el (message-syntax-checks): Doc fix.
8715
8716 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8717
8718         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8719         unsubscribed groups as if they were killed ones.  It causes duplicate
8720         entries in gnus-newsrc-alist.
8721
8722 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * message.el (message-syntax-checks): Doc fix.
8725         (message-send-mail): Add check for continuation headers.
8726         (message-check-news-header-syntax): Fix regexp used to check for
8727         continuation headers.
8728
8729 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8732
8733 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8734
8735         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8736
8737 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8740         default-truncate-lines.
8741
8742 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8743
8744         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8745         to fill the utf-8 entry.
8746
8747         * lpath.el: Fbind unicode-precedence-list.
8748
8749 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8750
8751         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8752
8753 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8754
8755         * gnus-agent.el (directory-files-and-attributes): Move all the way
8756         forward (the third and final move).
8757         (gnus-agent-read-agentview): Trap reconstruction errors due to
8758         nonexistant directory.  Handle by returning nil.
8759
8760 2006-05-30  Didier Verna  <didier@xemacs.org>
8761
8762         * message.el (message-dont-reply-to-names): Update the custom type.
8763         * message.el (message-dont-reply-to-names): New defsubst: potentially
8764         convert a list of regexps into a single one.
8765         * message.el (message-get-reply-headers): Use it.
8766         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8767
8768 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-agent.el (directory-files-and-attributes): Move forward.
8771
8772 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus-ml.el (gnus-mailing-list-subscribe)
8775         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8776         (gnus-mailing-list-message): Fix doc strings.
8777
8778 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8779
8780         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8781         of doing it manually.
8782
8783 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8786         comment.
8787
8788 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8789
8790         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8791         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8792         (gnus-agent-read-local): All symbols allocated in my-obarray.
8793         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8794         (gnus-agent-regenerate-group): Check numeric names to see if they are
8795         messages or groups.
8796         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8797         better way of do this...)
8798
8799         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8800         'dummy.group' (there should be a better way of do this...)
8801
8802 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8803
8804         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8805         (gnus-saved-headers): Ditto.
8806         (gnus-default-article-saver): Mention functions may have properties.
8807         (gnus-article-save): Override gnus-save-all-headers and
8808         gnus-saved-headers by :headers property which saver function may have.
8809         (gnus-summary-save-in-file): Add :headers property.
8810         (gnus-summary-write-to-file): Ditto.
8811
8812         * gnus-sum.el (gnus-summary-save-article): Bind
8813         gnus-prompt-before-saving to t when saving many articles in a file;
8814         always show all headers.
8815
8816         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8817
8818 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8819
8820         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8821         marks.
8822
8823         * message.el (message-indent-citation): Add optional arguments to allow
8824         using it outside of message buffers.
8825
8826         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8827         (gnus-article-treat-unfold-headers): Use it.
8828         (gnus-article-truncate-lines): New variable.
8829         (gnus-article-mode): Use it.
8830         (gnus-article-toggle-truncate-lines): New function.
8831
8832         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8833         gnus-article-toggle-truncate-lines.
8834
8835         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8836         coding system in XEmacs, use binary.
8837
8838 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8841         after-load-alist.
8842
8843         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8844         this function should save decoded articles.
8845         (gnus-summary-write-to-file): Use property to specify this function
8846         should save decoded articles and specify gnus-summary-save-in-file
8847         should be used to save articles other than the first one when saving
8848         many articles.
8849         (gnus-summary-save-body-in-file): Use property to specify this
8850         function should save decoded articles.
8851         (gnus-summary-write-body-to-file): Use property to specify this
8852         function should save decoded articles and specify
8853         gnus-summary-save-body-in-file should be used to save articles other
8854         than the first one when saving many articles.
8855
8856         * gnus-sum.el (gnus-summary-save-article): Simplify.
8857
8858 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-art.el (gnus-default-article-saver): Add
8861         gnus-summary-write-body-to-file.
8862         (gnus-article-save-coding-system): Don't use coding system object
8863         in XEmacs.
8864         (gnus-read-save-file-name): Add optional `dir-var' argument which
8865         specifies directory in which files are saved; work even if optional
8866         `variable' argument is not specified.
8867         (gnus-summary-write-to-file): Read file name.
8868         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8869         (gnus-summary-write-body-to-file): New function.
8870
8871         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8872         (gnus-summary-local-variables): Add it.
8873         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8874         (gnus-summary-save-article): Remove optional `decode' argument;
8875         determine whether to decode articles by the value of
8876         gnus-default-article-saver; when saving many files using
8877         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8878         it first and use gnus-summary-save-in-file or
8879         gnus-summary-save-body-in-file thereafter unless
8880         gnus-prompt-before-saving is always; move point to article which
8881         will be saved.
8882         (gnus-summary-save-article-file): Revert.
8883         (gnus-summary-write-article-file): Revert.
8884         (gnus-summary-save-article-body-file): Revert.
8885         (gnus-summary-write-article-body-file): New function.
8886
8887 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-art.el (gnus-default-article-saver): Doc fix.
8890         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8891         from gnus-summary-save-article-coding-system, and default to a
8892         certain coding system.
8893         (gnus-output-to-file): Add coding cookie and encode text according
8894         to gnus-article-save-coding-system; don't use mm-append-to-file.
8895
8896         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8897         gnus-art.el and rename to gnus-article-save-coding-system.
8898         (gnus-summary-save-article): Require gnus-art; don't show all
8899         headers if it decodes articles; don't add coding cookie here;
8900         don't bind mm-text-coding-system-for-write.
8901         (gnus-summary-save-article-file): Save decoded articles.
8902         (gnus-summary-write-article-file): When saving many files, use
8903         gnus-summary-write-to-file first and gnus-summary-save-in-file
8904         thereafter unless gnus-prompt-before-saving is always.
8905         (gnus-summary-save-article-body-file): Save decoded articles.
8906
8907         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8908
8909 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * nnrss.el (nnrss-check-group): Bind hash-index.
8912
8913 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8914
8915         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8916         its hash index.  Store this hash in `nnrss-group-data'.
8917         (nnrss-read-group-data): Update accordingly.
8918
8919 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8922         entry.
8923
8924         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8925         gnus-article-browse-html-article.
8926
8927 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8928
8929         * gnus-sum.el (gnus-summary-mime-map): Add
8930         gnus-article-browse-html-article.
8931
8932         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8933
8934 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8937         suitable coding systems in customize.
8938
8939 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * mail-source.el (mail-sources): Fix custom type.
8942
8943 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8946         (gnus-summary-expire-articles-now): Shorten prompt.
8947
8948         * gmm-utils.el (wid-edit): Require.
8949         (defun-gmm): Renamed from `gmm-defun-compat'.
8950         (gmm-image-search-load-path): Use it.
8951         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8952
8953 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8956         variable.
8957         (gnus-summary-save-article): Add optional `decode' argument.  If
8958         it is set and gnus-summary-save-article-coding-system is non-nil,
8959         save decoded article.
8960         (gnus-summary-write-article-file): Save decoded article if
8961         gnus-summary-save-article-coding-system is non-nil.
8962
8963         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8964         type.
8965
8966 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8969
8970 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8973         first to test gnus-single-article-buffer which may be buffer-local.
8974
8975         * gnus-sum.el (gnus-summary-setup-buffer): Make
8976         gnus-single-article-buffer buffer-local and nil in ephemeral
8977         group; make gnus-article-buffer, gnus-article-current, and
8978         gnus-original-article-buffer always buffer-local.
8979         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8980         group.
8981         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8982
8983 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * nnml.el (nnml-request-compact-group): Compressed files might not
8986         have .gz extension.
8987
8988 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8989
8990         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8991         (mm-copy-to-buffer): Use with-current-buffer.
8992         (mm-display-part): Simplify.
8993         (mm-inlinable-p): Add optional arg `type'.
8994
8995 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8996
8997         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8998         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8999         Try harder to show the attachment internally or externally using
9000         gnus-mime-view-part-as-type.
9001
9002 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * message.el (message-from-style, message-signature-separator)
9005         (message-user-organization-file, message-send-mail-function)
9006         (message-citation-line-function, message-yank-prefix)
9007         (message-indent-citation-function, message-signature)
9008         (message-signature-file, message-signature-insert-empty-line):
9009         Remove autoloads.
9010
9011         * gnus-art.el (gnus-buttonized-mime-types): Remove
9012         "multipart/signed".  Revert 2006-04-26 change.
9013
9014 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * gnus.el (gnus-version-number): Bump version.
9017
9018 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9019
9020         * gnus.el: No Gnus v0.5 is released.
9021
9022 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9023
9024         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9025         fetching articles by message-id.
9026
9027 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9028
9029         * message.el (hashcash): Require hashcash as normal.
9030
9031         * ecomplete.el (ecomplete-highlight-match-line): Use
9032         point-at-eol.
9033         (ecomplete-highlight-match-line): Use `highlight', because that
9034         face exists in both Emacs and XEmacs.
9035
9036         * message.el (message-display-abbrev): Use point-at-bol.
9037
9038         * mail-source.el: Don't require timer/timer-funcs.
9039
9040         * gnus-async.el: Ditto.
9041
9042         * password.el: Ditto.
9043
9044         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9045
9046         * mm-url.el: Ditto.
9047
9048         * gnus-xmas.el: Don't require timer-funcs.
9049
9050         * mm-util.el: Require timer/timer-funcs.
9051
9052 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9053
9054         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9055         Close.
9056
9057 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9058
9059         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9060         unibyte after clear-decrypt function runs.
9061
9062         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9063         returns as a unibyte string.
9064
9065 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * lpath.el: Revert.
9068
9069         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9070         (pgg-gpg-process-sentinel): Revert.
9071
9072         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9073         (pgg-pgp-lookup-key): Revert.
9074
9075         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9076         (pgg-pgp5-lookup-key): Revert.
9077
9078         * pgg.el (pgg-fetch-key): Revert.
9079
9080 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * lpath.el: Fbind string-as-multibyte for XEmacs.
9083
9084         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9085         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9086         (mml1991-pgg-encrypt): Ditto.
9087
9088         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9089         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9090         a multibyte buffer.
9091
9092         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9093         (pgg-pgp-lookup-key): Ditto.
9094
9095         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9096         (pgg-pgp5-lookup-key): Ditto.
9097
9098         * pgg.el (pgg-fetch-key): Ditto.
9099
9100 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9101
9102         * message.el (message-user-organization-file): Check several
9103         locations of the organization file.
9104
9105         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9106         Add gnus-article-view-part-as-type.
9107
9108         * gnus-art.el (gnus-article-view-part-as-type): New function.
9109
9110         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9111         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9112
9113         * mml.el: Simplify autoload.
9114         (mml-mode): defvar dnd-protocol-alist instead of using
9115         symbol-value.
9116         (mml-default-directory): New variable.
9117         (mml-minibuffer-read-file): Use it.
9118         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9119
9120         * message.el (message-citation-line-format): New variable.
9121         (message-insert-formated-citation-line): New function.
9122         (message-citation-line-function): Add
9123         `message-insert-formated-citation-line' to custom type.
9124
9125         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9126         to doc string.
9127
9128         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9129         depending on mm-verify-option.
9130
9131 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9132
9133         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9134         binding pgg-* variables; reimplement the section which prevents
9135         MIME header from being signed.
9136         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9137         pgg-text-mode; remove a blank line at the top of body.
9138
9139         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9140         lines at the top of body; use gnus-newsgroup-charset if there's no
9141         Charset header.
9142
9143 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9144
9145         * message.el (message-self-insert-commands): Doc fix.
9146
9147         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9148         (mm-uu-pgp-encrypted-test): Ditto.
9149         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9150         between header and body; return application/pgp-encrypted handle
9151         if decryption failed; decode decrypted body by charset.
9152
9153         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9154         element match to application/pgp-*.
9155
9156 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9157
9158         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9159         HTML.
9160
9161 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9162
9163         * mail-source.el (mail-source-call-script): Message the error
9164         string.
9165
9166 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * gnus-util.el (gnus-byte-compile): Use it.
9169
9170 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9171
9172         * gnus-util.el (kill-empty-logs): New function.
9173
9174 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9175
9176         * message.el (message-mail-alias-type): Doc fix.
9177         (message-mail-alias-type-p): New function.
9178         (message-send): Use it.
9179         (message-mode): Ditto.
9180         (message-strip-forbidden-properties): Ditto.
9181
9182         * ecomplete.el (ecomplete-database-file-coding-system): New
9183         variable.
9184         (ecomplete-save): Use it.
9185         (ecomplete-setup): Use it.
9186
9187 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * message.el (message-self-insert-commands): New variable.
9190         (message-strip-forbidden-properties): Use it.
9191
9192 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9193
9194         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9195         that doesn't make XEmacs choke.
9196
9197 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus-util.el (gnus-replace-in-string):
9200         Prefer replace-regexp-in-string over of replace-in-string.
9201
9202 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-util.el (gnus-select-frame-set-input-focus):
9205         Use select-frame-set-input-focus if it is available in XEmacs; use
9206         definition defined in Emacs 22 for old Emacsen.
9207
9208         * dgnushack.el: Autoload unmorse-region for XEmacs.
9209
9210         * lpath.el: Bind cursor-in-non-selected-windows and
9211         select-frame-set-input-focus for XEmacs.
9212
9213 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9216
9217 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9218
9219         * gnus-registry.el (gnus-registry-cache-save): Remove text
9220         properties when saving via the temp buffer.
9221
9222 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9223
9224         * message.el (message-generate-hashcash): Honor custom type.
9225
9226 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * message.el (message-generate-hashcash): Default to non-nil when
9229         hashcash is found.
9230
9231         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9232         (gnus-refer-thread-limit): Increase default to 500.
9233
9234         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9235
9236         * flow-fill.el (fill-flowed): Allow delete-space.
9237
9238 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9241         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9242         Remove autoloads.
9243
9244 2006-04-18  Simon Josefsson  <jas@extundo.com>
9245
9246         * message.el (message-generate-hashcash): Default to.
9247
9248 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9251         concatenating segments rather than before concatenating them.
9252
9253 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9254
9255         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9256
9257 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9258
9259         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9260
9261         * message.el (message-forward-make-body-plain): Allow
9262         message-forward-ignored-headers to be a list.
9263         (message-remove-ignored-headers): Factor out into function.
9264         (message-forward-make-body-mml): Use it.
9265
9266         * imap.el (imap-quote-specials): New function.
9267         (imap-login-auth): Quote specials.
9268
9269         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9270         (rfc2231-parse-string): Allow concatanation of parameters that
9271         aren't contiguous.  The test case is
9272           (mail-header-parse-content-type "message/external-body;
9273             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9274             access-type=LOCAL-FILE;
9275             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9276
9277 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9278
9279         * nntp.el (nntp-accept-process-output): Return the value of
9280         `nnheader-accept-process-output'.
9281
9282 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9285         (gnus-button-alist): Recognize more diff formats.
9286         (gnus-button-patch): Strip directory.
9287
9288 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9291         Emacs 22 when setting focus.
9292
9293 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * gnus-art.el (gnus-article-treat-types): Do treatment of
9296         text/x-verbatim parts.
9297         (gnus-button-patch): New command.
9298
9299         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9300         addresses that contain invalid characters.
9301
9302 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9303
9304         * message.el (message-put-addresses-in-ecomplete): Use
9305         gnus-replace-in-string.
9306         (message-is-yours-p): Use the more correct
9307         mail-header-parse-address instead of
9308         mail-extract-address-components.
9309         (message-put-addresses-in-ecomplete): Fix typo.
9310
9311         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9312         keystroke.
9313
9314         * gnus-art.el (gnus-treatment-function-alist): Change order of
9315         newsgroups/generic header folding to avoid double-folding.
9316
9317         * message.el (message-hidden-headers): Add X-Draft-From.
9318
9319         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9320         command.
9321         (gnus-summary-repeat-search-article-backward): New command.
9322
9323         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9324         groups in the parent topic.
9325
9326 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9327
9328         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9329         (spam-extra-header-to-number): Return the CRM114 number as a
9330         number instead of a string.
9331
9332 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * gnus-art.el (gnus-face-properties-alist): Moved here from
9335         gnus-fun.
9336
9337         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9338
9339 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9340
9341         * message.el (message-strip-forbidden-properties): Only display on
9342         self-insert-command.
9343
9344         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9345         reindent.
9346         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9347
9348 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9349
9350         * smiley.el (smiley-style): Fix typo.
9351
9352 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9353
9354         * hashcash.el (hashcash-insert-payment-async-2): Use
9355         message-goto-eoh instead of doing it manually.
9356         (mail-add-payment): Use message-narrow-to-header instead of trying
9357         to do the same itself.
9358
9359         * message.el (message-hidden-headers): Add Face.
9360
9361         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9362         reparenting code.
9363         (gnus-summary-reparent-children): Refactored out code.
9364         (gnus-summary-thread-map): New keystroke.
9365         (gnus-summary-reparent-children): Make into command.
9366
9367         * smiley.el (smiley-style): Default to `medium' if using a large
9368         font.
9369
9370         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9371         does it itself.
9372
9373         * message.el (message-point-in-header-p): Simplify definition.
9374
9375 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9376
9377         * nnagent.el (nnagent-request-set-mark): Silence log file
9378         writing.
9379         (nnagent-request-set-mark): Use write-region instead of
9380         append-to-file.
9381
9382         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9383         strange select method.
9384
9385         * ecomplete.el (ecomplete-display-matches): Get highlightling
9386         right.
9387         (ecomplete-display-matches): Use literals.
9388         (ecomplete-display-matches): Disable message logging.
9389
9390         * message.el (message-display-abbrev): Small optimization.
9391
9392         * ecomplete.el (ecomplete-display-matches): Allow automatic
9393         display.
9394
9395         * message.el (message-strip-forbidden-properties): Display
9396         abbrevs.
9397         (message-display-abbrev): Get automatic display right.
9398
9399         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9400         keystrokes.
9401
9402 2006-04-13  Romain Francoise  <romain@orebokech.com>
9403
9404         TODO: Backport to v5-10!
9405
9406         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9407         Moved here (and renamed) from gnus-registry.el.
9408
9409         * gnus-registry.el: Require gnus-util.
9410         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9411
9412 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9413
9414         * gnus-group.el (gnus-group-catchup-current): Change
9415         if-then-else-if-then-else into cond.
9416         (gnus-group-catchup): Indent.
9417         (group-name-at-point): New function.
9418         (gnus-fetch-group): Provide default from thing at point.
9419
9420 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9421
9422         * message.el (message-display-abbrev): Fix regexp.
9423
9424         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9425         choosing.
9426         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9427         dead variables.
9428
9429         * message.el (message-newline-and-indent): Remove debugging.
9430         (message-display-abbrev): Use new implementation.
9431
9432 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-art.el (gnus-article-mode): Set
9435         cursor-in-non-selected-windows to nil.
9436
9437         * smiley.el: Revert previous change.
9438         (smiley-data-directory): defvar it before using it in the
9439         defcustom of `smiley-style'.
9440
9441 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9442
9443         * message.el (message-newline-and-indent): New function.
9444
9445         * ecomplete.el: Implement more bits.
9446
9447         * message.el (message-put-addresses-in-ecomplete): Clean up the
9448         string.
9449
9450         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9451
9452         * gnus-sum.el (gnus-summary-save-parts): Bind
9453         gnus-summary-save-parts-counter and use it to make unique file
9454         names.
9455
9456         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9457
9458         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9459         parameter to say whether to actually parse the individual
9460         addresses.
9461
9462         * message.el (message-put-addresses-in-ecomplete): New function.
9463         (ecomplete): Require.
9464         (message-mail-alias-type): Add ecomplete as an option.
9465
9466 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9467
9468         * flow-fill.el (fill-flowed): Remove trailing space from blank
9469         quoted lines.
9470
9471 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * smiley.el (smiley-style): Move definition later to avoid a
9474         compilation warning.
9475
9476 2006-04-12  Kenichi Handa  <handa@m17n.org>
9477
9478         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9479         buffer and then decode the buffer text if necessary.
9480         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9481         first, and after mm-encode-body, change the buffer to unibyte.
9482         Use mm-disable-multibyte instead of set-buffer-multibyte.
9483
9484 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9487         Content-Type header instead of Content-Disposition header.
9488         (gnus-mime-inline-part): Ditto.
9489         (gnus-mime-view-part-as-charset): Ignore charset that the part
9490         specifies.
9491
9492         * mm-decode.el (mm-display-part): Work with external parts and
9493         usual parts similarly.
9494
9495         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9496         instead of gnus-display-mime.
9497
9498         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9499         instead of with-temp-buffer.
9500
9501         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9502         tag to summarized topics part in order to encode non-ASCII text.
9503
9504 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * smiley.el (smiley-style): New variable.
9507         (smiley-directory): New function.
9508         (smiley-data-directory): Derive from `smiley-style' using
9509         `smiley-directory'.
9510         (smiley-regexp-alist): Add new entries.
9511
9512         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9513         (gnus-article-browse-delete-temp): Add :version.
9514
9515 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9516
9517         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9518         the sieve region.
9519
9520 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * gnus.el (gnus-version-number): Bump version.
9523
9524 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus.el: No Gnus v0.4 is released.
9527
9528 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9529
9530         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9531         layout.
9532
9533         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9534         unknown charset.
9535
9536         * message.el (message-header-synonyms): Add Original-To to the
9537         default.
9538
9539         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9540         optional parameter.
9541
9542 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9543
9544         * gnus-fun.el (gnus): Require it for gnus-directory.
9545
9546 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9549
9550 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9551
9552         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9553
9554 2006-04-05  Simon Josefsson  <jas@extundo.com>
9555
9556         * password.el (password-reset): New function.
9557
9558 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9559
9560         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9561         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9562
9563 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9564
9565         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9566         Some whitespace was matched into the url, which broke browsing hits
9567         > 100 when mm-url-use-external was nil.
9568
9569 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9572         gnus-extra-headers for 'Newsgroups.
9573
9574         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9575         bound.
9576
9577 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9578
9579         * pgg-gpg.el: Clean up process buffers every time gpg processes
9580         complete.
9581
9582 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9585         doc string.
9586
9587 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9588
9589         * pgg-gpg.el (pgg-gpg-process-filter)
9590         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9591
9592         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9593         lines, temporary fix.
9594
9595 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9598
9599 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9600
9601         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9602         default-enable-multibyte-characters.  This reverts the change from
9603         revision 6.17 which is no longer necessary because the passphrase
9604         is sent separately now.  GnuPG messages are unreadable under
9605         multibyte locales with default-enable-multibyte-characters set to
9606         nil.
9607
9608 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * message.el (message-tool-bar-gnome): Move "spell".
9611
9612 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9615         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9616         instead.
9617
9618 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9619
9620         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9621         newsgroups handling for NNTP overviews which don't include
9622         Newsgroups.
9623
9624 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9625
9626         * message.el (message-resend): Bind message-generate-hashcash to nil.
9627
9628 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9629
9630         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9631         when searching for already-paid recipients.
9632
9633 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9634
9635         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9636         passphrases when it is not needed.
9637         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9638         passphrase stuff from gpg, should only be necessary when you use
9639         gpg with a smartcard.
9640
9641 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mml.el (mml-insert-mime): Ignore cached contents of
9644         message/external-body part.
9645
9646         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9647         (mm-insert-part): Ditto.
9648
9649 2006-03-23  Simon Josefsson  <jas@extundo.com>
9650
9651         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9652         Reiner.
9653         (pgg-gpg-use-agent-p): Use it again.
9654
9655 2006-03-23  Simon Josefsson  <jas@extundo.com>
9656
9657         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9658         older emacsen.
9659         (pgg-gpg-use-agent-p): Don't use it.
9660
9661 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9664         if we can.
9665
9666 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9667
9668         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9669         (pgg-gpg-update-agent): New function.
9670         (pgg-gpg-use-agent-p): New function.
9671         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9672         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9673         (pgg-gpg-sign-region): Use it.
9674
9675 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9678         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9679
9680 2006-03-21  Simon Josefsson  <jas@extundo.com>
9681
9682         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9683         <wilde@sha-bang.de>.
9684         (pgg-gpg-use-agent): New variable.
9685         (pgg-gpg-process-region): Use it.
9686         (pgg-gpg-encrypt-region): Likewise.
9687         (pgg-gpg-encrypt-symmetric-region): Likewise.
9688         (pgg-gpg-decrypt-region): Likewise.
9689         (pgg-gpg-sign-region): Likewise.
9690         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9691
9692 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9695
9696         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9697         Add comment on version.
9698
9699 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * smiley.el: Add missing test smiley.
9702
9703 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * mm-decode.el (mm-with-part): New macro.
9706         (mm-get-part): Use it; work with message/external-body as well.
9707         (mm-save-part): Treat name and filename equally.
9708
9709         * mm-extern.el (mm-extern-cache-contents): New function.
9710         (mm-inline-external-body): Use it; force the part to be displayed;
9711         move undisplayer added to the cached handle to the parent.
9712
9713         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9714         (gnus-mime-view-part-as-type): Work with message/external-body.
9715
9716         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9717
9718 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9721         images in image-load-path.  [Sync with image.el, revision 1.60, in
9722         Emacs.]
9723
9724 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9725
9726         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9727         path rather than symbol.  Always return list of directories.
9728         Guarantee that image directory comes first.  [Sync with image.el,
9729         revision 1.59, in Emacs.]
9730
9731         * message.el (message-make-tool-bar): Adjust to new API of
9732         `gmm-image-load-path-for-library'.
9733
9734         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9735
9736         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9737
9738 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9739
9740         * gnus-art.el (gnus-article-only-boring-p):
9741         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9742         intangible text.
9743         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9744
9745 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9748         `defun' instead of `gmm-defun-compat'.
9749
9750 2006-03-14  Simon Josefsson  <jas@extundo.com>
9751
9752         * message.el (message-unique-id): Don't use message-number-base36
9753         if (user-uid) is a float.
9754         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9755
9756 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9759
9760         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9761         empty line between a part and a message part.
9762
9763 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * smiley.el: Add more test smileys.
9766         (smiley-data-directory, smiley-regexp-alist)
9767         (gnus-smiley-file-types): Fix doc strings.
9768         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9769         adding new elements.
9770         (smiley-mouse-map): Unused code.  Make it a comment.
9771
9772 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9775         scan latest NoCeM messages instead of old ones.
9776         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9777         delimiters that are recently used.
9778         (gnus-nocem-load-cache): Add autoload cookie.
9779
9780         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9781
9782         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9783         level which is larger than gnus-use-nocem is specified.
9784
9785         * gnus-group.el (gnus-group-get-new-news): Ditto.
9786
9787 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9788
9789         * gnus-util.el (gnus-tool-bar-update): New function.
9790
9791         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9792         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9793
9794         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9795
9796         * gnus-group.el (gnus-group-redraw-when-idle)
9797         (gnus-group-redraw-check): Remove.
9798         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9799
9800 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9803         if optional last element is specified in splits (FIELD VALUE...).
9804
9805 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9808         to gmm-image-load-path-for-library.  Call with no-error argument.
9809         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9810
9811         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9812
9813         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9814
9815         * gmm-utils.el (gmm-image-load-path): Remove alias.
9816
9817 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gmm-utils.el (gmm-image-load-path): Add alias.
9820
9821         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9822         nnml-generate-nov-databases-1.
9823         (nnml-generate-nov-databases): Use it.
9824         (nnml-generate-nov-databases-directory): Document no-active
9825         argument.
9826
9827         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9828         directory if path is t.  Add no-error.
9829
9830         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9831         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9832
9833         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9834         resetting gnus-article-browse-html-temp-list.
9835
9836         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9837         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9838         Add example to docstring.  Rename local variables.  Move error
9839         checks to default case in cond and simplify.
9840
9841 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9844         handle is multipart when calling it recursively.
9845         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9846
9847 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9848
9849         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9850         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9851
9852 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9855         is loaded.
9856
9857         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9858         loaded.
9859
9860 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9861
9862         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9863         to "Emacs 23 (unicode)" in doc string.
9864
9865         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9866         "Emacs 23 (unicode)" in comment.
9867
9868 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9871
9872         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9873         characters 160 through 255 in Emacs 23.
9874
9875 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9878         gnus-article-browse-html-temp.
9879         (gnus-article-browse-delete-temp): Make it customizable.  Add
9880         `file'.  Adjust doc string.
9881         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9882         query for each file.  Adjust doc string.
9883         (gnus-article-browse-html-parts): Add
9884         `gnus-article-browse-delete-temp-files' to
9885         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9886
9887 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9888
9889         * gnus-art.el (gnus-article-browse-html-temp)
9890         (gnus-article-browse-delete-temp): New variables.
9891         (gnus-article-browse-delete-temp-files): New function.
9892         (gnus-article-browse-html-parts): Use it.
9893
9894 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9897
9898         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9899         string.
9900
9901         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9902         gnus-summary-insert-new-articles when unplugged.  Remove
9903         gnus-summary-search-article-forward.
9904
9905         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9906         display-visual-class instead of display-color-cells.
9907
9908 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * dgnushack.el: Autoload customize-group for XEmacs.
9911
9912         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9913         message/* containing non-ASCII text properly.
9914
9915 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * message.el: Require gmm-utils, remove autoloads.
9918         (message-tool-bar): Set default based on
9919         gmm-tool-bar-style.
9920         (message-tool-bar-gnome): Add gmm-customize-mode.
9921
9922         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9923         gmm-tool-bar-style.
9924         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9925
9926         * gnus-group.el (gnus-group-tool-bar): Set default based on
9927         gmm-tool-bar-style.
9928         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9929
9930         * gmm-utils.el (gmm-image-directory): Rename variable from
9931         gmm-image-load-path.
9932         (gmm-image-load-path): Use gmm-image-directory.
9933         (gmm-customize-mode): New function.
9934         (gmm-tool-bar-style): New variable.
9935
9936         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9937         gnus-group-redraw-line-number.
9938         (gnus-group-redraw-check): Simplify.
9939         (gnus-group-tool-bar-update): Remove redraw check.
9940         (gnus-group-make-tool-bar): Add redraw check.
9941
9942 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9943
9944         * gnus-art.el (gnus-button): Add missing parentheses.
9945
9946 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * lpath.el: Fbind line-number-at-pos.
9949
9950 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9953
9954 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9955
9956         * gnus-art.el (gnus-button): New face.
9957         (gnus-article-button-face): Use it.
9958
9959         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9960         gnus-summary-next-page.  Re-order.
9961
9962         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9963         next-node are now included.
9964         (gnus-group-redraw-line-number): New internal variable.
9965         (gnus-group-redraw-check): Helper function for updating the tool
9966         bar.
9967         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9968
9969         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9970
9971         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9972         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9973         Use it to match format of Spamassassin 3.0 and later.  Reported by
9974         IRIE Tetsuya <irie@t.email.ne.jp>.
9975         (spam-check-bogofilter)
9976         (spam-bogofilter-register-with-bogofilter): Fix args of
9977         `gnus-error' calls.
9978
9979 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9982         unnecessary interaction when sending queued mails.  Reported by
9983         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9984
9985 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9988         first or last are nil.
9989
9990 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991
9992         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9993
9994 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9995
9996         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9997
9998 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * dns.el (query-dns): Protect more against buggy tcp output.
10001
10002 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10005         nov.php.
10006
10007 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10008
10009         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10010         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10011         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10012         output on the server side.
10013         (nnweb-google-create-mapping): Update regexps and add some
10014         progress indication.
10015
10016 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10019         gnus-agent-toggle-plugged.  Re-order icons.
10020         (gnus-group-tool-bar-gnome): Add
10021         gnus-group-{prev,next}-unread-group.
10022         (gnus-group-tool-bar-gnome): Re-order icons.
10023
10024         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10025         gnus-summary-insert-new-articles.
10026
10027         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10028         comments.
10029
10030         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10031         also available in Emacs 21.3.
10032
10033         * message.el (message-fix-before-sending): Change "Emacs 22" to
10034         "Emacs 23 (unicode)" in comment.
10035
10036         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10037         "Emacs 23 (unicode)" in comment.
10038
10039         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10040         comment.
10041         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10042
10043         * mm-view.el (mm-fill-flowed): Add :version.
10044
10045 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10048         and load-path.
10049
10050 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10051
10052         * message.el: Autoload gmm-image-load-path.
10053         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10054         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10055         consitency.
10056
10057         * gmm-utils.el (gmm-image-load-path): Also search in
10058         "../etc/images".  Don't set gmm-image-load-path if we don't find
10059         the image.
10060
10061 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gmm-utils.el (gmm-image-load-path): Don't make
10064         `gmm-image-load-path' include subdirectories which the second arg
10065         `image' might specify.
10066
10067         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10068         subdirectory to icon file names.
10069
10070         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10071
10072 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10075         gmm-image-load-path calls.
10076
10077         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10078
10079         * message.el (message-make-tool-bar): Ditto.
10080
10081         * mml.el (mml-preview): Added comment concerning tool bar icons.
10082
10083         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10084         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10085
10086         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10087         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10088
10089         * message.el (message-tool-bar-gnome): Use new icon names.
10090         (message-make-tool-bar): Use `gmm-image-load-path'.
10091
10092         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10093         functions from MH-E.
10094         (gmm-image-load-path): New variable from MH-E.
10095         (gmm-image-load-path): New function from MH-E.  Added arguments
10096         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10097         *-image-load-path-called-flag.
10098
10099 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10100
10101         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10102
10103 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10104
10105         * nnimap.el (nnimap-request-move-article): Change folder back to
10106         source group before deleting.
10107
10108 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10111
10112         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10113         mm-url.
10114
10115         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10116
10117 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10120         coding system which mm-charset-to-coding-system returns for a
10121         given charset is valid.
10122
10123 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10124
10125         * html2text.el (html2text-remove-tag-list):
10126         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10127
10128 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10129
10130         * gnus-cus.el: Revert 2005-10-17 change.
10131
10132 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (article-strip-banner): Call
10135         article-really-strip-banner only when the regexp match is made.
10136
10137 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-art.el (article-strip-banner): Use
10140         gnus-extract-address-components instead of
10141         mail-header-parse-addresses to make it work with non-ASCII text;
10142         remove mail-encode-encoded-word-string.
10143
10144         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10145         values which are surrounded with \"...\"; make it never cause a
10146         Lisp error; give up parsing of parameters if it failed in
10147         extracting type.
10148
10149 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10150
10151         * smime.el (smime-cert-by-ldap-1): Fix bug where
10152         `smime-ldap-search' returns results without userCertificates.
10153
10154 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10157
10158 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * spam.el (spam-check-spamassassin-headers): Adapt format for
10161         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10162         <ari@mbf.ocn.ne.jp>.
10163         (spam-list-of-processors): Add spam-use-gmane.
10164
10165 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10168         make-temp-file; make it work with XEmacs as well.
10169
10170         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10171         mm-make-temp-file.
10172
10173         * mm-decode.el (mm-display-external): Use the 3rd arg of
10174         mm-make-temp-file.
10175         (mm-create-image-xemacs): Ditto.
10176
10177 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10180         with message-narrow-to-headers.
10181         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10182         (gnus-draft-check-draft-articles): New function.
10183         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10184
10185 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * gnus-art.el (gnus-article-browse-html-parts):
10188         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10189         Don't use suffix argument for mm-make-temp-file for Emacs 21
10190         compatibility.  Remove useless `format'.
10191
10192 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10193
10194         * nnweb.el (nnweb-google-wash-article): Update regexps.
10195         (nnweb-group-alist): Use defvoo instead of defvar.
10196
10197 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10200         re-loading nn* modules.
10201
10202 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10205         for `tool-bar-mode' and don't check it's default-value.
10206
10207         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10208
10209         * message.el (message-make-tool-bar): Ditto.
10210
10211         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10212         `substring'.  Shorten tmp-file name.
10213
10214         * gnus.el: Remove bogus comment.
10215
10216 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10217
10218         * gnus-art.el (gnus-article-browse-html-parts): New function.
10219         (gnus-article-browse-html-article): New function for viewing html
10220         articles with a browser.
10221
10222 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10223
10224         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10225         in elisp.
10226         (pgg-gpg-encrypt-symmetric-region): Ditto.
10227         (pgg-gpg-sign-region): Ditto.
10228
10229         * pgg-def.el (pgg-text-mode): New variable.
10230
10231         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10232         (mml2015-pgg-encrypt): Ditto.
10233
10234         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10235         (mml1991-pgg-encrypt): Ditto.
10236
10237 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10240         message-make-date instead of current-time-string.
10241
10242         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10243         to gnus-decoded which mm-uu might set.
10244
10245 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10248         don't decode quoted parameters; remove misimported Emacs code.
10249         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10250         (rfc2231-decode-encoded-string): Don't use split-string which
10251         behaves differently according to Emacs version; use
10252         mm-decode-coding-region to convert charset to coding-system.
10253         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10254         (rfc2231-encode-string): Remove misimported Emacs code.
10255
10256 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10259         when calling mail-header-parse-content-type.
10260         (article-de-quoted-unreadable): Ditto.
10261         (article-de-base64-unreadable): Ditto.
10262         (article-wash-html): Ditto.
10263
10264         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10265         calling mail-header-parse-content-type and
10266         mail-header-parse-content-disposition.
10267         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10268         mail-header-parse-content-type.
10269
10270         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10271         insert charset and format parameters; encode description after
10272         inserting it to buffer.
10273         (mml-insert-parameter): Fold lines properly even if a parameter is
10274         segmented into two or more lines; change the max column to 76.
10275
10276         * rfc1843.el (rfc1843-decode-article-body): Don't use
10277         ignore-errors when calling mail-header-parse-content-type.
10278
10279         * rfc2231.el (rfc2231-parse-string): Return at least type if
10280         possible; don't cause an error even if it fails in parsing of
10281         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10282         (rfc2231-encode-string): Don't break lines at the beginning, leave
10283         it to mml-insert-parameter.
10284
10285         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10286         calling mail-header-parse-content-type.
10287
10288 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * spam-report.el (spam-report-gmane-use-article-number):
10291         Improve doc string.
10292         (spam-report-gmane-internal): Check if a suitable header was found
10293         in the article.
10294
10295 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10298         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10299
10300 2006-02-05  Romain Francoise  <romain@orebokech.com>
10301
10302         Update copyright notices of all files in the gnus directory.
10303
10304 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10305
10306         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10307
10308 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10311         segmented lines of parameter value to cope with Thunderbird 1.5
10312         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10313         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10314         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10315
10316 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10317
10318         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10319         parts.
10320
10321 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10322
10323         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10324         there's only one active file for all servers.
10325         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10326         solid groups.  Gnus might have used a FAST request to select the group.
10327         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10328         and nnweb-search redundantly in the active file.
10329         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10330         (nnweb-request-create-group): Don't use ARGS.
10331         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10332         initialisations.  Let nnoo do the work.
10333
10334 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10337         Say the part has been decoded.
10338
10339         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10340
10341 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10342
10343         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10344         mailcap-viewer-test-cache when there's no 'test clause, since that
10345         will invert the meaning of a "nil" test previously determined by
10346         mailcap-mailcap-entry-passes-test.
10347
10348 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10351         compiling.
10352
10353         * gnus-sum.el: Ditto.
10354
10355         * message.el: Don't bind tool-bar-map when compiling.
10356
10357 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10360
10361 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10362
10363         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10364         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10365         current Google Groups.
10366
10367 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10370         and tool-bar-mode.
10371
10372         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10373         and tool-bar-mode.
10374
10375         * message.el (message-tool-bar-update): Simplify.
10376         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10377
10378         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10379         gnus-summary-buffer.
10380         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10381         gnus-summary-reply.
10382
10383         * gmm-utils.el (gmm): Add :version.
10384
10385 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * Makefile.in (clean): New rule.
10388         (distclean): Use it.
10389
10390 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10391
10392         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10393         autoload.
10394
10395 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gmm-utils.el (gmm-verbose): Add :group.
10398
10399 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * message.el: Change some comments WRT tool-bars.
10402
10403         * gnus-sum.el (gnus-summary-tool-bar)
10404         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10405         (gnus-summary-tool-bar-zap-list): New variables.
10406         (gnus-summary-make-tool-bar): Complete rewrite using
10407         `gmm-tool-bar-from-list'.
10408
10409         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10410         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10411         variables.
10412         (gnus-group-make-tool-bar): Complete rewrite using
10413         `gmm-tool-bar-from-list'.
10414         (gnus-group-tool-bar-update): New function.
10415
10416         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10417
10418 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10421         is dissected into a single part of which the type is the same as
10422         the given one; decode charset.
10423
10424 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10425
10426         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10427         into alists as symbol not string, since that's what
10428         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10429         look for.
10430
10431 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10434         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10435
10436         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10437
10438 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10441         (gnus-xmas-mime-security-button-menu): New function.
10442
10443         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10444         (gnus-mime-security-button-menu): New definition.
10445         (gnus-mime-security-button-map): Use them.
10446         (gnus-mime-security-button-menu): New function.
10447         (gnus-insert-mime-security-button): Addition to help echo.
10448         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10449         (gnus-mime-security-pipe-part): New functions.
10450
10451         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10452         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10453
10454         * mm-decode.el (mm-handle-set-disposition): Remove.
10455         (mm-handle-set-description): Remove.
10456
10457 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10460         (mm-w3m-standalone-supports-m17n-p): New function.
10461         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10462         w3m usage.
10463
10464         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10465         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10466
10467 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * message.el (message-tool-bar-zap-list): Use
10470         gmm-tool-bar-zap-list as custom type.
10471         (message-tool-bar-update): New function.
10472         (message-tool-bar, message-tool-bar-gnome)
10473         (message-tool-bar-retro): Add message-tool-bar-update.
10474         (message-tool-bar-gnome): Add flyspell-buffer.
10475
10476         * gnus-util.el (gnus-error): Describe `args'.
10477
10478         * gmm-utils.el (gmm-error): Describe `args'.
10479         (gmm-tool-bar-zap-list): New widget.
10480         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10481
10482 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10485         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10486         the number of recursive calls.
10487
10488         * mm-decode.el (mm-handle-set-disposition): New macro.
10489         (mm-handle-set-description): New macro.
10490
10491 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10494         encoding.
10495
10496 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * message.el (message-tool-bar-zap-list, message-tool-bar)
10499         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10500         (message-tool-bar-local-item-from-menu): Remove.
10501         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10502         (message-make-tool-bar): New function.
10503         (message-mode): Use `message-make-tool-bar'.
10504
10505         * gmm-utils.el: New file.
10506         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10507         (gmm-lazy): New widget copied from `nnmail.el'.
10508         (gmm-tool-bar-from-list): New function for creating customizable
10509         tool bars.
10510         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10511         output.
10512         (gmm): Add :prefix to defgroup.
10513
10514 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10515
10516         * gmm-utils.el (gmm-widget-p): New function.
10517
10518 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * mml.el (mml-attach-file): Describe `description' in doc string.
10521         (mml-menu): Add Emacs MIME manual and PGG manual.
10522
10523 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10524
10525         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10526
10527 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10528
10529         * nntp.el (nntp-end-of-line): Doc fix.
10530
10531 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10532
10533         * imap.el (imap-open): Handle case where buffer is a buffer
10534         object.
10535
10536 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10537
10538         * gnus-delay.el (gnus-delay): Don't autoload.
10539         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10540         to be re-loaded when customizing the `gnus-delay' group.
10541
10542 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10543
10544         * message.el (message-insert-citation-line): Use newlines.
10545
10546 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10547
10548         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10549         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10550         these routines, so the passphrase can be managed externally and
10551         passed in to the system.
10552         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10553         pgg-add-passphrase-to-cache function.
10554
10555         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10556         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10557         these routines, so the passphrase can be managed externally and
10558         passed in to the system.
10559         (pgg-pgp5-sign-region): Use new name of
10560         pgg-add-passphrase-to-cache function.
10561
10562 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10563
10564         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10565         part of the decoded armor to find the key-identifier.
10566         (pgg-gpg-lookup-key-owner): New function to return the
10567         human-readable identifier of a key owner.
10568         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10569         itself.
10570         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10571         the key value) if we have a key and can match it against a secret
10572         key.  Also, added a note pointing out fact that the prompt only
10573         indicates the first matching key.
10574
10575         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10576         pgg-decrypt-region.
10577         (pgg-add-passphrase-to-cache): Rename from
10578         `pgg-add-passphrase-cache' to reduce confusion (all callers
10579         changed).
10580         (pgg-remove-passphrase-from-cache): Rename from
10581         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10582         changed).
10583         (pgg-read-passphrase, pgg-add-passphrase-cache)
10584         (pgg-remove-passphrase-cache): Add informative docstrings.
10585         (pgg-decrypt): Convey provided passphrase in subordinate call to
10586         pgg-decrypt-region.
10587
10588 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10589
10590         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10591         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10592         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10593         'passphrase' argument, so the passphrase can be managed externally
10594         and then passed in to the system.
10595
10596         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10597         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10598         so the passphrase cache can be used reliably with identifiers
10599         besides a pgp packet's key id.
10600
10601         * pgg-gpg.el (pgg-gpg-encrypt-region)
10602         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10603         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10604         these routines, so the passphrase can be managed externally and
10605         passed in to the system.
10606
10607         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10608         'notruncate' argument, so the passphrase cache can be used
10609         reliably with identifiers besides a pgp packet's key id.
10610
10611 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10612
10613         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10614         symmetric encryption.
10615         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10616         encrypted session key.
10617         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10618         message ask for the passphrase in a proper way.
10619
10620         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10621         New user commands for symmetric encryption.
10622
10623 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10626
10627         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10628
10629 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10630
10631         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10632
10633 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * mm-decode.el (mm-inlined-types): Add application/pgp.
10636         (mm-automatic-display): Ditto.
10637
10638         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10639         part as text.
10640
10641 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * nnrss.el: Update copyright.
10644         (nnrss-opml-import): Query whether to subscribe to each entry.
10645
10646         * gnus-art.el:
10647         * gnus-sum.el:
10648         * gnus-xmas.el:
10649         * messagexmas.el:
10650         * mm-uu.el:
10651         * mm-view.el: Update copyright.
10652
10653 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * message.el (message-info): New function.
10656         (message-mode-menu): Add it.
10657         Update copyright.
10658
10659         * ChangeLog: Fix and update copyright.
10660
10661 2006-01-13  Romain Francoise  <romain@orebokech.com>
10662
10663         * message.el (message-forward-subject-name-subject): Prefer the
10664         address to 'nowhere' if the sender has no name.
10665         Fix typo.  Update copyright year.
10666
10667 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-art.el (article-wash-html): Use
10670         gnus-summary-show-article-charset-alist if a numeric arg is given.
10671         (gnus-article-wash-html-with-w3m-standalone): New function.
10672
10673         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10674         mm-inline-text-html-render-with-w3m-standalone.
10675         (mm-text-html-washer-alist): Map w3m-standalone to
10676         gnus-article-wash-html-with-w3m-standalone.
10677         (mm-inline-text-html-render-with-w3m-standalone): New function.
10678
10679 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10682         Improve LaTeX.
10683
10684 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10687         (nnrss-request-article): Render text/plain parts as HTML.
10688
10689         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10690         the buffer.
10691
10692 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10695         custom definition of `gnus-posting-styles'.
10696
10697         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10698         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10699
10700 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10703         Use nntp for bug archive.
10704
10705 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10708         parts.
10709         (nnrss-normalize-date): New function converts ISO 8601 date into
10710         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10711         (nnrss-check-group): Use it.
10712
10713 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10716
10717         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10718         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10719         (nnrss-insert-w3): Ditto.
10720
10721 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10724         the articles to be forwarded including the case where neither a
10725         number of articles nor a region is specified.
10726
10727 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * nnrss.el (nnrss-request-article): Fix last change; fill
10730         text/plain parts.
10731
10732 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10735         in text/plain part.
10736         (nnrss-check-group): Don't add excessive newline to dc:subject.
10737
10738 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10739
10740         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10741         article.
10742
10743 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10746         (nnml-use-compressed-files, nnml-save-mail): Support other
10747         comression programs such as bzip2.
10748
10749 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10750
10751         * dns.el (query-dns): Make sure we check the buffer size before
10752         removing tcp headers.
10753
10754 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10757         remove MIME buttons associated with multipart/alternative parts.
10758         (gnus-mime-display-alternative): Tag buttons using `article-type'
10759         text property.
10760
10761         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10762         associated with multipart/alternative parts.
10763
10764         * gnus-art.el (gnus-signature-separator): Fix custom type.
10765
10766         * mm-decode.el (mm-inlined-types): Fix custom type.
10767         (mm-keep-viewer-alive-types): Ditto.
10768         (mm-automatic-display): Ditto.
10769         (mm-attachment-override-types): Ditto.
10770         (mm-inline-override-types): Ditto.
10771         (mm-automatic-external-display): Ditto.
10772
10773 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * spam-report.el (spam-report-user-mail-address)
10776         (spam-report-user-agent): New variables.
10777         (spam-report-url-ping-plain): Use spam-report-user-agent.
10778
10779 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10780
10781         * gnus-art.el (gnus-button-handle-custom): Do not just use
10782         `customize-apropos' for any "M-x customize-*" button but the
10783         function called for.  Accept both the function name and its
10784         argument in order to achieve this.
10785         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10786         function name to `gnus-button-handle-custom' in case of "M-x
10787         customize-*" buttons.
10788
10789 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10792         multipart/alternative and add xref to mm-discouraged-alternatives
10793         in doc string.
10794
10795         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10796         gnus-buttonized-mime-types in doc string.
10797
10798 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10801         Suggest image/.* in the doc string.
10802
10803 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10804
10805         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10806         message-marks (Debian bug #342521).
10807
10808 2005-12-12  Simon Josefsson  <jas@extundo.com>
10809
10810         * password.el (password-read-from-cache): Add.
10811         (password-read): Use it.
10812
10813 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10816         us-ascii as a MIME charset.
10817
10818         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10819         against the case where the 2nd arg TYPE is nil.
10820
10821 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10822
10823         * pop3.el (pop3-stream-type): Fix custom version.
10824
10825         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10826
10827 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10828
10829         * mm-decode.el (mm-display-external): Add missing cdr.
10830
10831 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10834         RFC1524) if it is in mailcap or add a suffix according to
10835         mailcap-mime-extensions when generating a temp filename; postpone
10836         deleting a temp file for 2 seconds for some wrappers, shell
10837         scripts, and so on, which might exit right after having started a
10838         viewer command as a background job.
10839
10840 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * nntp.el (nntp-marks-directory): Fix custom group.
10843
10844         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10845         steps when < 10.
10846
10847         * gnus-start.el (gnus-no-server-1): Mention
10848         `gnus-level-default-subscribed' in doc string.
10849
10850 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10851
10852         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10853         parens.
10854
10855 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * gnus-xmas.el (gnus-use-toolbar): Revert.
10858         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10859         gnus-use-toolbar is default.
10860
10861         * messagexmas.el (message-use-toolbar): Revert.
10862         (message-setup-toolbar): Use global default-toolbar if
10863         message-use-toolbar is default.
10864
10865 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10868         according to default-toolbar-visible-p.
10869
10870         * messagexmas.el (message-use-toolbar): Ditto.
10871
10872 2005-11-26  Dave Love  <fx@gnu.org>
10873
10874         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10875         (tls-program, tls-success): Provide openssl alternative.
10876
10877         * starttls.el: Doc fixes.
10878         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10879         SERVICE to PORT.
10880
10881         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10882         port null or service name.
10883         (starttls-negotiate): Autoload.
10884
10885 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * message.el (message-kill-to-signature): Fix interactive spec.
10888
10889 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * pop3.el (pop3-open-server): Recognize a string as a service name.
10892
10893 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10894
10895         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10896
10897 2005-11-23  Dave Love  <fx@gnu.org>
10898
10899         Add pop3s, pop3/starttls.
10900
10901         * pop3.el (pop3-authentication-scheme): Clarify doc.
10902         (open-tls-stream, starttls-open-stream): Autoload.
10903         (pop3-stream-type): New.
10904         (pop3-open-server): Use it.
10905
10906         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10907         for POP.
10908         (mail-source-keyword-map): Add :stream for POP.
10909         (mail-source-fetch-pop): Use pop3-stream-type.
10910
10911 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10914         of current-time-string.
10915
10916 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10917
10918         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10919         date header.
10920
10921 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10922
10923         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10924         it can seriously impact performance as it bypasses the agent's
10925         local caches.
10926
10927 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10928
10929         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10930         must be explicitly online rather than "not explicitly offline" for
10931         its flags to be synchronized.
10932
10933         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10934         that gnus-uu-unmark-thread will function correctly.
10935
10936         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10937         1024K is instead displayed as 1M.
10938
10939 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10940
10941         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10942
10943 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10944
10945         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10946
10947 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10948
10949         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10950         error message to display actual error condition.
10951         (gnus-agent-save-local): Avoid saving symbols that are bound to
10952         nil as they simply result in a warning message in
10953         gnus-agent-read-local.
10954
10955 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10958         rather than make-variable-buffer-local for file-precious-flag.
10959
10960 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10961
10962         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10963         for duplicates which are removed.  The invalid sort check then
10964         triggers a rescan after the sort as sorting may have moved
10965         duplicate entries such that they can be cheaply detected.
10966
10967 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10970
10971 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10972
10973         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10974         internal variable to a custom variable.  Changed default value
10975         from compressed(2) to uncompressed(1).
10976         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10977         support for uncompressed agentview files.  Taken together, reading
10978         the agentview file should now be 6-7 times faster.
10979
10980 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10981
10982         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10983         as a buffer-local variable.  This avoids creating truncated
10984         dribble files as a result of a hang up, eg.
10985
10986 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10987
10988         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10989         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10990         XEmacs.
10991
10992 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * gnus-start.el (gnus-start-draft-setup): Enforce
10995         `gnus-draft-mode' for nndraft:drafts at startup.
10996
10997         * gnus.el (gnus-splash): Change custom group.
10998         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10999         allow-list argument.
11000
11001         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11002         string.
11003
11004 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-art.el (gnus-default-article-saver): Add user-defined
11007         `function' to custom type.
11008
11009 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11010
11011         * imap.el (imap-open): Handle case where buffer is a buffer
11012         object.
11013
11014 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11017         long lines.
11018         (gnus-cache-delete-group): Wrap doc strings.
11019
11020         * gnus-agent.el (gnus-agent-rename-group)
11021         (gnus-agent-delete-group): Wrap doc strings.
11022
11023 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * messagexmas.el (message-use-toolbar): Change the valid values
11026         into default, top, bottom, left, and right.
11027         (message-toolbar-thickness): New variable.
11028         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11029         well.
11030         (message-setup-toolbar): Make it work.
11031
11032         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11033         (gnus-use-toolbar): Change the valid values into default, top,
11034         bottom, left, and right.
11035         (gnus-toolbar-thickness): New variable.
11036         (gnus-xmas-setup-toolbar): New function.
11037         (gnus-xmas-setup-group-toolbar): Use it.
11038         (gnus-xmas-setup-summary-toolbar): Use it.
11039
11040 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * gnus-start.el (gnus-1): Add "native" to
11043         gnus-predefined-server-alist.
11044
11045         * gnus.el (gnus-method-to-server): Don't add "native" to the
11046         lists here, because that leads to problems when
11047         gnus-select-method is bound.
11048
11049 2005-11-09  Simon Josefsson  <jas@extundo.com>
11050
11051         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11052         use (not sort-by-date) instead.
11053
11054 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11055
11056         * gnus-delay.el (gnus-delay-group): Don't autoload.
11057         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11058         to be re-loaded when customizing the `gnus-delay' group.
11059
11060 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11061
11062         * message.el: Revert last changes.
11063         (message-insert-citation-line): Use newlines.
11064
11065 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11066
11067         * message.el (message-courtesy-message)
11068         (message-mark-insert-begin, message-mark-insert-end)
11069         (message-elide-ellipsis, message-cancel-message)
11070         (message-add-header, message-change-subject)
11071         (message-cross-post-followup-to-header)
11072         (message-cross-post-insert-note, message-reduce-to-to-cc)
11073         (message-widen-reply, message-delete-not-region)
11074         (message-kill-to-signature, message-insert-signature)
11075         (message-insert-importance-high, message-insert-importance-low)
11076         (message-insert-or-toggle-importance)
11077         (message-insert-disposition-notification-to)
11078         (message-indent-citation, message-yank-original)
11079         (message-cite-original-without-signature, message-cite-original)
11080         (message-insert-citation-line, message-position-on-field)
11081         (message-fix-before-sending, message-send-mail-partially)
11082         (message-send-mail, message-send-mail-with-sendmail)
11083         (message-send-mail-with-qmail, message-send-news)
11084         (message-check-news-header-syntax, message-generate-headers)
11085         (message-insert-courtesy-copy, message-fill-address)
11086         (message-fill-header, message-shorten-references)
11087         (message-setup-1, message-cancel-news)
11088         (message-forward-make-body-plain, message-forward-make-body-mime)
11089         (message-forward-make-body-mml, message-encode-message-body)
11090         (message-forward-make-body-digest-plain)
11091         (message-forward-make-body-digest-mime)
11092         (message-use-alternative-email-as-from): Insert `hard-newline'
11093         instead of ordinary newlines.
11094
11095 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * message.el (message-generate-headers): Downcase the argument
11098         given to message-check-element.
11099
11100 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11101
11102         * nntp.el (nntp-authinfo-rejected): New error condition.
11103         (nntp-wait-for): Use new error condition to signal authentication
11104         error.
11105         (nntp-retrieve-data): Rethrow new error condition to break out of
11106         recursive call to nntp-send-authinfo.
11107
11108 2005-11-08  Romain Francoise  <romain@orebokech.com>
11109
11110         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11111         (gnus-summary-exit-map): Bind to `Z p'.
11112         (gnus-summary-make-menu-bar): Add menu item.
11113
11114 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11117         (gnus-treat-*): Add `first' in all doc strings.
11118
11119         * gnus-group.el (gnus-group-compact-group): Fix typo.
11120
11121 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus.el (gnus-parameters-case-fold-search): New variable.
11124         (gnus-parameters-get-parameter): Use it.
11125
11126         * gnus-score.el (gnus-home-score-file): Doc fix.
11127
11128 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11129
11130         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11131
11132 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * mm-util.el (mm-special-display-p): New function.
11135
11136         * mml.el (mml-preview): Use it; doc fix.
11137
11138 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11139
11140         * imap.el (imap-open): Handle case where buffer is a buffer object.
11141
11142 2005-10-29  Romain Francoise  <romain@orebokech.com>
11143
11144         * message.el (message-fix-before-sending): Fix comment.
11145
11146 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11147
11148         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11149
11150 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11151
11152         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11153         Used in gnus-score.el.
11154
11155 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11156
11157         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11158
11159 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11162         whitespace removed in revision 7.8.  Use concatenated string to
11163         protect trailing whitespace.
11164
11165 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11166
11167         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11168         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11169         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11170         Courier IMAP ("some version from 2004").  Mostly based on similar
11171         code in the same function.
11172
11173 2005-10-26  Didier Verna  <didier@xemacs.org>
11174
11175         * gnus-group.el (gnus-group-compact-group): Invalidate original
11176         article buffer.
11177         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11178         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11179         NOV database and in article itself.
11180         Invalidate article backlog.
11181
11182 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11185
11186 2005-10-26  Simon Josefsson  <jas@extundo.com>
11187
11188         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11189         part of 2004-07-25 change.
11190
11191 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * message.el (message-display-completion-list): New function.
11194         (message-expand-group): Use it; make sure the Completions buffer
11195         is modifiable.
11196 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11197
11198         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11199         user-mail-name is an empty string.
11200
11201 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11204         depending on gnus-score-decay-constant.
11205
11206         * encrypt.el (encrypt-insert-file-contents)
11207         (encrypt-write-file-contents): Don't use `gnus-message'.
11208
11209         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11210         arguments.
11211         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11212         arguments to mm-uu-verbatim-marks-extract.
11213         (mm-uu-hide-markers): New variable.
11214         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11215
11216         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11217         (gnus-convert-image-to-face-command): Use "convert" by default to
11218         allow other input image formats.
11219         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11220         accordingly.
11221
11222 2005-10-23  Simon Josefsson  <jas@extundo.com>
11223
11224         * imap.el (imap-gssapi-program): Align command line parameters
11225         with latest GNU SASL.
11226         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11227
11228 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11229
11230         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11231         HTML.
11232         (nnslashdot-request-article): Ditto.
11233
11234         * lpath.el (featurep): Add nobreak-char-display.
11235
11236 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11237
11238         * mail-source.el (mail-source-fetch-pop): Require pop3.
11239         (mail-source-check-pop): Ditto.
11240
11241 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11244         errors.
11245
11246 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11249         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11250
11251         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11252
11253         * mm-bodies.el (mm-decode-string): Call
11254         `mm-charset-to-coding-system' with allow-override argument.
11255
11256 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11259         (rfc2047-charset-to-coding-system): New function.
11260         (rfc2047-decode-encoded-words): New function.
11261         (rfc2047-decode-region): Use them.
11262         (rfc2047-decode-cte): Remove.
11263         (rfc2047-parse-and-decode): Remove.
11264         (rfc2047-decode): Remove.
11265
11266 2005-10-15  Kenichi Handa  <handa@m17n.org>
11267
11268         * rfc2047.el (rfc2047-decode-cte): New function.
11269         (rfc2047-decode-region): Change the way to decode successive
11270         encoded-words: decode B- or Q-encoding in each encoded-word,
11271         concatenate them, and decode it as charset.
11272
11273 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * lpath.el: Fbind codepage-setup for XEmacs.
11276
11277 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11278
11279         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11280         widget-move-and-invoke.
11281         (gnus-custom-mode): Use gnus-custom-map.
11282
11283 2005-10-15  Bill Wohler  <wohler@newt.com>
11284
11285         * message.el (message-tool-bar-map): Renamed image file from
11286         mail_send to mail/send.
11287
11288 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11289
11290         * message.el (message-expand-group): Pass the common
11291         prefix substring of completion to `display-completion-list'.
11292
11293 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11294
11295         * mml-sec.el (mml-secure-method): New internal variable.
11296         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11297         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11298         functions using mml-secure-method.
11299
11300         * mml.el (mml-mode-map): Add key bindings for those functions.
11301         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11302         Harder <harder@myrealbox.com>.
11303         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11304         end of message if point is the headers of the message.
11305
11306         * message.el (message-in-body-p): New function.
11307
11308         * assistant.el: Autoload gnus-util and netrc.
11309
11310         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11311         Use `mm-charset-override-alist' only when decoding.
11312
11313         * mm-bodies.el (mm-decode-body): Call
11314         `mm-charset-to-coding-system' with allow-override argument.
11315
11316         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11317         `filename' from Content-Disposition if Content-Type doesn't
11318         provide `name'.
11319         (gnus-mime-view-part-as-type): Set default instead of
11320         initial-input.
11321
11322 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11323
11324         * format-spec.el (format-spec): Propagate text properties of % spec.
11325
11326 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * gnus-art.el (gnus-treat-predicate): Add `first'.
11329
11330 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11333         (mm-charset-override-alist): New variable.
11334         (mm-charset-to-coding-system): Use it.
11335         (mm-codepage-setup): New helper function.
11336         (mm-charset-eval-alist): New variable.
11337         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11338         about unknown charsets.
11339
11340         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11341
11342 2005-10-04  David Hansen  <david.hansen@gmx.net>
11343
11344         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11345         (nnrss-check-group): Ditto.
11346
11347 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11350         Rename x-gnus-verbatim to x-verbatim.
11351         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11352
11353         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11354         x-verbatim.
11355
11356         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11357
11358         * gnus-util.el (gnus-remove-duplicates): Remove.
11359
11360         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11361         instead of gnus-remove-duplicates.
11362
11363         * message.el (message-remove-duplicates): Remove.
11364         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11365         message-remove-duplicates.
11366
11367         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11368         available, else use implementation from `delete-dups'.
11369
11370         * message.el (message-insert-expires): New function.
11371         (message-mode-map): Add key binding.
11372         (message-mode-field-menu): Add menu entry.
11373         (message-mode): Document it.
11374         (message-make-expires-date): Use `message-make-date'.
11375
11376 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11377
11378         * message.el (message-make-expires-date): New function.
11379
11380 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * Makefile.in (list-installed-shadows): New entry.
11383         (install): Use it.
11384         (remove-installed-shadows): New entry.
11385
11386         * dgnushack.el (dgnushack-default-load-path): New variable.
11387         (dgnushack-find-lisp-shadows): New function.
11388         (dgnushack-remove-lisp-shadows): New function.
11389
11390 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * Makefile.in (install-el-elc): New entry.
11393         (install): Use it so that .el files are necessarily installed.
11394
11395 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11398
11399 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11400
11401         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11402         function rather than the diff-mode.el package.
11403         (mm-display-external): Use with-current-buffer.
11404         (mm-viewer-completion-map, mm-viewer-completion-map):
11405         Move initialization inside declaration.
11406
11407 2005-09-29  Simon Josefsson  <jas@extundo.com>
11408
11409         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11410         autoload mail-check-payment.
11411         (spam-check-hashcash): Define unconditionally, since hashcash.el
11412         is part of Gnus now.  Ignore errors from payment checking.
11413
11414 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11415
11416         * message.el (message-bold-region, message-unbold-region): Rename
11417         from `bold-region' and `unbold-region'.
11418
11419         * message.el: Remove useless autoloads.
11420
11421 2005-09-28  Simon Josefsson  <jas@extundo.com>
11422
11423         * message.el (message-use-idna): Default to t.
11424         (message-use-idna): Test whether encoding works too.  Doc fix.
11425
11426 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * nntp.el (nntp-warn-about-losing-connection): Remove.
11429
11430 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11433         customizable.  Change default value.
11434         (mm-uu-diff-groups-regexp): Change default value.
11435         (mm-uu-type-alist): Add doc string.
11436         (mm-uu-configure): Add doc string.  Make it interactive.
11437         (mm-uu-tex-groups-regexp): New variable.
11438         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11439         (mm-uu-type-alist): Add LaTeX documents.
11440         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11441         of "text/verbatim".
11442         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11443
11444         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11445         instead of "text/verbatim".
11446
11447         * message.el (message-mark-inserted-region)
11448         (message-mark-insert-file): Use slrn style marks when called with
11449         prefix argument.
11450
11451 2005-09-27  Simon Josefsson  <jas@extundo.com>
11452
11453         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11454
11455 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11456
11457         * message.el (message-remove-duplicates): New function.
11458         Implementation borrowed from `gnus-remove-duplicates'.
11459         (message-idna-to-ascii-rhs): Also encode idna addresses in
11460         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11461         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11462         only ask about the same idna domain once per header and also tell
11463         in what header to replace the idna domain.
11464
11465         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11466         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11467         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11468         a header is decoded and not just the last one.
11469
11470 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11473         has been decoded.
11474
11475         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11476         (mm-insert-part): Don't modify text if it has been decoded.
11477
11478         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11479         decoded.
11480
11481         * mm-view.el (mm-inline-text): Don't strip text props unless
11482         decoding enriched or richtext parts.
11483
11484 2005-09-25  Romain Francoise  <romain@orebokech.com>
11485
11486         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11487         * gnus-start.el (gnus-subscribe-interactively):
11488         * gnus-uu.el (gnus-uu-grab-articles):
11489         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11490         space.
11491
11492 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11493
11494         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11495         * mm-view.el (mm-view-pkcs7-decrypt):
11496         * gnus-sum.el (gnus-summary-limit-to-extra)
11497         (gnus-summary-respool-article, gnus-read-move-group-name):
11498         * gnus-score.el (gnus-summary-increase-score):
11499         * gnus-util.el (gnus-completing-read-with-default):
11500         * gnus-art.el (gnus-read-save-file-name)
11501         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11502         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11503         * message.el (message-check-news-header-syntax):
11504         Follow convention for reading with the minibuffer.
11505
11506 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11507
11508         * spam-report.el (spam-report-url-ping-plain):
11509         Use gnus-extended-version as User-Agent.
11510
11511         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11512         default value is nil.
11513
11514         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11515         (mm-uu-verbatim-marks-extract): New function.
11516         (mm-uu-extract): New face.
11517         (mm-uu-copy-to-buffer): Use it.
11518
11519         * spam-report.el (spam-report-gmane-ham): Renamed from
11520         `spam-report-gmane-unspam'.
11521         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11522         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11523
11524         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11525         Autoload.
11526         (spam-report-gmane-unregister-routine): Renamed
11527         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11528
11529 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11530
11531         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11532         (spam-report-gmane-unregister-routine): Add support for gmane
11533         unregistration.
11534
11535         * spam-report.el (spam-report-gmane-unspam)
11536         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11537         (spam-report-gmane): Change to take a single article and do unspam
11538         registration.
11539
11540 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * mm-url.el (mm-url-decode-entities): Fix regexp.
11543
11544 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11545
11546         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11547         default to nil, to be able to use Gnus at all.  If the default
11548         switches to something else, then the function should be fixed not
11549         be exceedingly slow.
11550
11551 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11552
11553         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11554         fail hard.
11555
11556         * spam-report.el: Add better Keywords line.
11557
11558         * spam.el: Add Maintainer and better Keywords line.
11559
11560 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11561
11562         * gnus-art.el (gnus-article-replace-part)
11563         (gnus-mime-replace-part): New functions.
11564         (gnus-mime-action-alist, gnus-mime-button-commands)
11565         (gnus-mime-save-part-and-strip): Added file argument.
11566         (gnus-article-part-wrapper): Added interactive argument.
11567
11568         * gnus-sum.el (gnus-summary-mime-map): Add
11569         `gnus-article-replace-part'.
11570
11571 2005-09-19  Didier Verna  <didier@xemacs.org>
11572
11573         The nnml compaction feature:
11574         * nnml.el (nnml-request-compact-group): New function.
11575         * nnml.el (nnml-request-compact): New function.
11576         * gnus-int.el (gnus-request-compact-group): New function.
11577         * gnus-int.el (gnus-request-compact): New function.
11578         * gnus-group.el (gnus-group-compact-group): New function.
11579         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11580         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11581         * gnus-srvr.el (gnus-server-compact-server): New function.
11582         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11583         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11584
11585 2005-09-18  Deepak Goel  <deego@gnufans.org>
11586
11587         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11588         format spec.
11589
11590 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11593
11594 2005-09-15  Romain Francoise  <romain@orebokech.com>
11595
11596         * message.el (message-fill-paragraph): Clarify docstring.
11597
11598 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-art.el (gnus-mime-display-part): Protect against broken
11601         MIME messages.
11602
11603 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11606         before parsing header.
11607
11608 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11609
11610         * html2text.el (html2text-replace-list): Add new entities.
11611
11612 2005-09-11  Romain Francoise  <romain@orebokech.com>
11613
11614         * message.el (message-alternative-emails): Improve docstring.
11615         (message-setup-1): Call `message-use-alternative-email-as-from'
11616         after `message-setup-hook' to give it precedence over posting
11617         styles, etc.
11618         (message-use-alternative-email-as-from): Add docstring.  Remove
11619         the original From header if present.
11620
11621         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11622         (nnml-save-mail): Use it.
11623
11624         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11625         articles.  Add new argument `silent'.
11626         (gnus-uu-mark-all): Report the total number of marked articles.
11627
11628 2005-09-10  Romain Francoise  <romain@orebokech.com>
11629
11630         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11631         (gnus-uu-mark-series): Likewise.
11632
11633 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * spam-report.el (spam-report-gmane): Fix generation of spam
11636         report URL.
11637
11638 2005-09-10  Simon Josefsson  <jas@extundo.com>
11639
11640         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11641         t, based on discussion on the ding list with Robert Epprecht
11642         <epprecht@solnet.ch>.
11643
11644 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * spam-report.el (spam-report-gmane): Make it work without
11647         X-Report-Spam header.  Gmane now only provides Archived-At.
11648         This is only used if `spam-report-gmane-use-article-number' is nil.
11649         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11650
11651         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11652         make `gnus-summary-sort-by-recipient' work with threading.
11653
11654         * nnweb.el (nnweb-google-wash-article): Print a message if article
11655         is not available.
11656
11657 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11658
11659         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11660         change.  Decode text/* parts content before displaying.
11661
11662 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11665
11666 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11669
11670         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11671         url-package-name, url-package-version,
11672         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11673         w3m-display-inline-images, and w3m-minor-mode-map.
11674
11675 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * message.el (message-tab-body-function): Fix mismatched custom type.
11678
11679         * gnus.el (gnus-group-change-level-function): Ditto.
11680
11681         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11682
11683         * gnus-art.el (gnus-signature-limit)
11684         (gnus-article-mime-part-function): Ditto.
11685
11686 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mml.el (mml-mode): Silence the byte compiler.
11689
11690         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11691         using `(sit-for 0)' before moving the point to the specified part;
11692         skip unbuttonized parts.
11693         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11694         return to the summary window if gnus-auto-select-part is non-nil.
11695
11696 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11699         variables.
11700         (mml-dnd-attach-file, mml-mode): Use them.
11701
11702         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11703         Make fetching article by MID work again for Google Groups.  Added
11704         FIXME concerning gnus-group-make-web-group.
11705
11706         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11707         Don't depend on Gnus by using mail-extract-address-components if
11708         gnus-extract-address-components is not bound.
11709
11710 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11711
11712         * gnus-art.el (gnus-mime-display-security): Don't display the
11713         signature, but only the signed part.
11714
11715 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11718
11719         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11720         list, not listp.
11721
11722 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11723
11724         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11725         when encoding.
11726
11727         * mm-bodies.el (mm-decode-content-transfer-encoding):
11728         De-canonicalize CRLF for all text content types, not just
11729         text/plain.
11730
11731 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11734         valid article; point arrow and cursor at the MIME button.
11735
11736 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11739         Suggested by Dan Christensen <jdc@uwo.ca>.
11740
11741         * mm-decode.el (mm-save-part): Enable change of prompt.
11742
11743 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11744
11745         * gnus-msg.el (gnus-inews-add-send-actions): Made
11746         `message-post-method' lambda parameter ARG `&optional'.
11747
11748 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-sum.el (gnus-summary-mime-map): Added
11751         gnus-article-save-part-and-strip, gnus-article-delete-part and
11752         gnus-article-jump-to-part.
11753
11754         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11755         (gnus-article-edit-part): Use it.
11756         (gnus-article-part-wrapper): Added no-handle argument.
11757         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11758         functions.
11759
11760 2005-08-29  Romain Francoise  <romain@orebokech.com>
11761
11762         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11763         docstring.
11764         (gnus-face-from-file): Likewise.
11765
11766 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11769         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11770         non-nil.
11771         (gnus-auto-select-part): New variable.
11772         (gnus-article-jump-to-part): New function.
11773         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11774         (gnus-mime-delete-part): Allow selecting specified part after
11775         deleting or stripping parts.
11776         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11777         part if argument is bogus.
11778
11779 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11780
11781         * gnus-art.el (w3m-minor-mode-map):
11782         * gnus-spec.el (gnus-newsrc-file-version):
11783         * gnus-util.el (nnmail-active-file-coding-system)
11784         (gnus-original-article-buffer, gnus-user-agent):
11785         * gnus.el (gnus-ham-process-destinations)
11786         (gnus-parameter-ham-marks-alist)
11787         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11788         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11789         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11790         * mm-decode.el (gnus-current-window-configuration):
11791         * mm-extern.el (gnus-article-mime-handles):
11792         * mm-url.el (url-current-object, url-package-name)
11793         (url-package-version):
11794         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11795         (smime-keys, w3m-cid-retrieve-function-alist)
11796         (w3m-current-buffer, w3m-display-inline-images)
11797         (w3m-minor-mode-map):
11798         * mml-smime.el (gnus-extract-address-components):
11799         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11800         (gnus-newsrc-hashtb, message-default-charset)
11801         (message-deletable-headers, message-options)
11802         (message-posting-charset, message-required-mail-headers)
11803         (message-required-news-headers):
11804         * mml1991.el (mc-pgp-always-sign):
11805         * mml2015.el (mc-pgp-always-sign):
11806         * nnheader.el (nnmail-extra-headers):
11807         * rfc1843.el (gnus-decode-encoded-word-function)
11808         (gnus-decode-header-function, gnus-newsgroup-name):
11809         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11810
11811 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11812
11813         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11814         the end of the date treatments.
11815
11816 2005-08-15  Simon Josefsson  <jas@extundo.com>
11817
11818         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11819         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11820         Capello and Romain Francoise.
11821         (pgg-fetch-key-function): Removed, not used?
11822         (pgg-insert-url-with-w3): Require url, to get
11823         url-insert-file-contents regardless of where it is defined.
11824
11825 2005-08-13  Romain Francoise  <romain@orebokech.com>
11826
11827         * message.el (message-cite-original-1): New function.
11828         (message-cite-original): Use it.
11829         (message-cite-original-without-signature): Ditto.
11830
11831 2005-08-08  Romain Francoise  <romain@orebokech.com>
11832
11833         * message.el (message-yank-empty-prefix): New variable.
11834         (message-indent-citation): Use it.
11835         (message-cite-original-without-signature): Respect X-No-Archive.
11836
11837 2005-08-08  Simon Josefsson  <jas@extundo.com>
11838
11839         * pgg.el: Autoload url-insert-file-contents instead of loading
11840         w3/url.
11841         (pgg-insert-url-with-w3): Don't load url here.
11842
11843 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11844
11845         * message.el (message-kill-to-signature): Don't insert newline at
11846         bol.
11847         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11848
11849 2005-08-06  Romain Francoise  <romain@orebokech.com>
11850
11851         * message.el (message-user-fqdn): Fix typo in docstring.
11852
11853 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11854
11855         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11856
11857         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11858
11859 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * mm-bodies.el (mm-encode-body): Use coding system rather than
11862         charset to encode text.
11863
11864         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11865         number of charsets if utf-8 is available (XEmacs).
11866
11867 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11870         taken from `gnus-button-mid-or-mail-regexp'.
11871         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11872         (gnus-button-alist): Improve regexp for domain part of the MIDs
11873         for news:localpart@domain buttons.
11874         (gnus-button-ctan-directory-regexp): Update.
11875
11876 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * sieve-manage.el (sieve-manage-interactive-login): Use
11879         make-local-variable rather than make-variable-buffer-local.
11880         (sieve-manage-open): Ditto.
11881         (sieve-manage-authenticate): Ditto.
11882
11883         * mml.el (mml-generate-mime-1): Make the content type default to
11884         text/plain if the filename is not specified.
11885
11886 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11889         instead of insert-buffer.
11890
11891         * message.el (message-yank-original): Ditto; set the mark at the
11892         end of the yanked message.
11893
11894 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11897         lines to scroll rather than to stop it.
11898
11899         * mml.el (mml-generate-default-type): Add doc string.
11900         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11901         default to application/octet-stream when determining the content
11902         type if it is not specified for the part or the mml contents; add
11903         a comment about mml-generate-default-type.
11904
11905 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11906
11907         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11908         make it default to application/octet-stream when determining the
11909         content type if it is not specified for the external contents.
11910
11911 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11914         segmented parameter but also other parameters might be there.
11915
11916 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * mm-decode.el (mm-display-external): Delete temp file, directory
11919         and buffer immediately if the external process is exited.
11920
11921 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11924         fewer lines than that of scroll-margin.
11925         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11926
11927 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11928
11929         * gnus-art.el (gnus-article-next-page): Revert.
11930         (gnus-article-beginning-of-window): New macro.
11931         (gnus-article-next-page-1): Use it.
11932         (gnus-article-prev-page): Ditto.
11933         (gnus-article-edit-part): Use insert-buffer-substring instead of
11934         insert-buffer.
11935         (gnus-article-edit-exit): Ditto.
11936
11937         * gnus-util.el (gnus-beginning-of-window): Remove.
11938         (gnus-end-of-window): Remove.
11939
11940         * lpath.el: Don't bind header-line-format and scroll-margin.
11941
11942 2005-07-25  Simon Josefsson  <jas@extundo.com>
11943
11944         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11945         to have the url package without w3.  Reported by Daiki Ueno
11946         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11947
11948 2005-07-20  Didier Verna  <didier@xemacs.org>
11949
11950         * gnus-diary.el: Remove the description comment (nndiary is now
11951         properly documented in the Gnus manual).
11952         Fix the spelling of "Back End".
11953         * nndiary.el: Ditto.
11954         Fix the copyright notice.
11955
11956 2005-07-18  Romain Francoise  <romain@orebokech.com>
11957
11958         * gnus-sum.el (gnus-summary-to-prefix)
11959         (gnus-summary-newsgroup-prefix): New variables.
11960         (gnus-summary-from-or-to-or-newsgroups): Use them.
11961
11962 2005-07-17  Romain Francoise  <romain@orebokech.com>
11963
11964         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11965         space as it's generally not especially interesting to the user.
11966
11967 2005-07-16  Romain Francoise  <romain@orebokech.com>
11968
11969         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11970         nil to avoid prompting and file modification if one of the
11971         messages at the top of the nnfolder file contains a copyright
11972         notice.
11973         Update copyright notice.
11974
11975         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11976         instead of `current-time-string' as the latter creates a time
11977         string that is not RFC 2822 compliant (it lacks the zone).
11978         Update copyright notice.
11979
11980 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11981
11982         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11983         for text/rtf.  Display default in prompt.  Pass default for M-n.
11984
11985         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11986
11987 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11988
11989         * gnus-msg.el (gnus-button-mailto): Remove
11990         save-selected-window-window hackery because it relies on
11991         save-selected-window internals.
11992
11993 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11996         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11997         (gnus-article-prev-page): Ditto.
11998
11999         * gnus-util.el (gnus-beginning-of-window): New function.
12000         (gnus-end-of-window): New function.
12001
12002         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12003
12004 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12005
12006         * gnus-score.el (gnus-score-edit-all-score): Set
12007         gnus-score-edit-exit-function to gnus-score-edit-done and call
12008         gnus-message.
12009
12010 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011
12012         * gnus-msg.el (gnus-button-mailto): Remove
12013         save-selected-window-window hackery because it relies on
12014         save-selected-window internals.
12015
12016 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12019         add-minor-mode.
12020         (gnus-binary-mode): Ditto.
12021
12022         * gnus-topic.el (gnus-topic-mode): Ditto.
12023
12024 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12025
12026         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12027         (gnus-article-prev-page): Take scroll-margin into consideration.
12028
12029 2005-07-04  Lute Kamstra  <lute@gnu.org>
12030
12031         Update FSF's address in GPL notices.
12032
12033 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12034
12035         * gnus.el (gnus-exit):
12036         * gnus-group.el (gnus-group-icons):
12037         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12038
12039         * gnus-nocem.el (gnus-nocem):
12040         * message.el (message-various, message-buffers, message-sending)
12041         (message-interface, message-forwarding, message-insertion)
12042         (message-headers, message-news, message-mail):
12043         * pgg-gpg.el (pgg-gpg):
12044         * pgg-parse.el (pgg-parse):
12045         * pgg-pgp.el (pgg-pgp):
12046         * pgg-pgp5.el (pgg-pgp5):
12047         * pop3.el (pop3): Finish `defgroup' description with period.
12048
12049 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-art.el (article-display-face): Improve the efficiency.
12052         (article-display-x-face): Ditto; remove grey x-face stuff.
12053
12054 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * gnus-art.el (article-display-face): Correct the position in
12057         which Faces are inserted.
12058
12059 2005-06-29  Didier Verna  <didier@xemacs.org>
12060
12061         * gnus-art.el (article-display-face): Display faces in correct
12062         order.
12063
12064 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12067         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12068         (gnus-nocem-check-article): Fetch the Type header.
12069         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12070         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12071         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12072         make sure gnus-nocem-hashtb is initialized.
12073         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12074         (gnus-nocem-unwanted-article-p): Ditto.
12075
12076         * pgg.el (pgg-verify): Return the verification result.
12077
12078 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12079
12080         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12081         is ascii.
12082
12083 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12084
12085         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12086         `show-nonbreak-escape'.
12087
12088 2005-06-23  Lute Kamstra  <lute@gnu.org>
12089
12090         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12091
12092         * dig.el (dig-mode):
12093         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12094
12095 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12096
12097         * nnimap.el (nnimap-split-download-body): Fix spellings.
12098
12099 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12100
12101         * gnus-art.el (gnus-article-encrypt-body):
12102         * gnus-cus.el (gnus-score-customize):
12103         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12104         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12105
12106 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12107
12108         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12109         header by looking for magic "MII" at the beginnig.
12110
12111 2005-06-16  Miles Bader  <miles@gnu.org>
12112
12113         * gnus-xmas.el (gnus-xmas-group-startup-message):
12114         Use renamed gnus-splash face.
12115
12116         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12117         (assistant-field-face): New backward-compatibility alias for renamed
12118         face.
12119         (assistant-render-text): Use renamed assistant-field face.
12120
12121         * spam.el (spam): Remove "-face" suffix from face name.
12122         (spam-face): New backward-compatibility alias for renamed face.
12123         (spam-face, spam-initialize): Use renamed spam face.
12124
12125         * message.el (message-header-to, message-header-cc)
12126         (message-header-subject, message-header-newsgroups)
12127         (message-header-other, message-header-name)
12128         (message-header-xheader, message-separator, message-cited-text)
12129         (message-mml): Remove "-face" suffix from face names.
12130         (message-header-to-face, message-header-cc-face)
12131         (message-header-subject-face, message-header-newsgroups-face)
12132         (message-header-other-face, message-header-name-face)
12133         (message-header-xheader-face, message-separator-face)
12134         (message-cited-text-face, message-mml-face):
12135         New backward-compatibility aliases for renamed faces.
12136         (message-font-lock-keywords): Use renamed message faces.
12137
12138         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12139         (sieve-test-commands, sieve-tagged-arguments):
12140         Remove "-face" suffix from face names.
12141         (sieve-control-commands-face, sieve-action-commands-face)
12142         (sieve-test-commands-face, sieve-tagged-arguments-face):
12143         New backward-compatibility aliases for renamed faces.
12144         (sieve-control-commands-face, sieve-action-commands-face)
12145         (sieve-test-commands-face, sieve-tagged-arguments-face):
12146         Use renamed sieve faces.
12147
12148         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12149         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12150         (gnus-group-news-3-empty, gnus-group-news-4)
12151         (gnus-group-news-4-empty, gnus-group-news-5)
12152         (gnus-group-news-5-empty, gnus-group-news-6)
12153         (gnus-group-news-6-empty, gnus-group-news-low)
12154         (gnus-group-news-low-empty, gnus-group-mail-1)
12155         (gnus-group-mail-1-empty, gnus-group-mail-2)
12156         (gnus-group-mail-2-empty, gnus-group-mail-3)
12157         (gnus-group-mail-3-empty, gnus-group-mail-low)
12158         (gnus-group-mail-low-empty, gnus-summary-selected)
12159         (gnus-summary-cancelled, gnus-summary-high-ticked)
12160         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12161         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12162         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12163         (gnus-summary-low-undownloaded)
12164         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12165         (gnus-summary-low-unread, gnus-summary-normal-unread)
12166         (gnus-summary-high-read, gnus-summary-low-read)
12167         (gnus-summary-normal-read, gnus-splash):
12168         Remove "-face" suffix from face names.
12169         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12170         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12171         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12172         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12173         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12174         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12175         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12176         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12177         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12178         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12179         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12180         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12181         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12182         (gnus-summary-normal-ticked-face)
12183         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12184         (gnus-summary-normal-ancient-face)
12185         (gnus-summary-high-undownloaded-face)
12186         (gnus-summary-low-undownloaded-face)
12187         (gnus-summary-normal-undownloaded-face)
12188         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12189         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12190         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12191         (gnus-splash-face):
12192         New backward-compatibility aliases for renamed faces.
12193         (gnus-group-startup-message): Use renamed gnus faces.
12194
12195         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12196         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12197         (gnus-server-agent): Remove "-face" suffix from face names.
12198         (gnus-server-agent-face, gnus-server-opened-face)
12199         (gnus-server-closed-face, gnus-server-denied-face)
12200         (gnus-server-offline-face):
12201         New backward-compatibility aliases for renamed faces.
12202         (gnus-server-agent-face, gnus-server-opened-face)
12203         (gnus-server-closed-face, gnus-server-denied-face)
12204         (gnus-server-offline-face): Use renamed gnus faces.
12205
12206         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12207         Remove "-face" suffix from face names.
12208         (gnus-picon-xbm-face, gnus-picon-face):
12209         New backward-compatibility aliases for renamed faces.
12210
12211         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12212         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12213         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12214         (gnus-cite-11): Remove "-face" suffix from face names.
12215         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12216         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12217         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12218         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12219         New backward-compatibility aliases for renamed faces.
12220         (gnus-cite-attribution-face, gnus-cite-face-list)
12221         (gnus-article-boring-faces): Use renamed gnus faces.
12222
12223         * gnus-art.el (gnus-signature, gnus-header-from)
12224         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12225         (gnus-header-content): Remove "-face" suffix from face names.
12226         (gnus-signature-face, gnus-header-from-face)
12227         (gnus-header-subject-face, gnus-header-newsgroups-face)
12228         (gnus-header-name-face, gnus-header-content-face):
12229         New backward-compatibility aliases for renamed faces.
12230         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12231
12232         * gnus-sum.el (gnus-summary-selected-face)
12233         (gnus-summary-highlight): Use renamed gnus faces.
12234         * gnus-group.el (gnus-group-highlight): Likewise.
12235
12236 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12237
12238         * gnus-sieve.el (gnus-sieve-article-add-rule):
12239         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12240         * spam-stat.el (spam-stat-buffer-change-to-spam)
12241         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12242
12243         * message.el (message-is-yours-p):
12244         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12245
12246 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * mm-view.el (mm-inline-text): Withdraw the last change.
12249
12250 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12253         executing enriched-decode.
12254
12255 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12258         charset of tar files.
12259
12260 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12261
12262         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12263
12264 2005-06-04  Lute Kamstra  <lute@gnu.org>
12265
12266         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12267         information is never recorded.
12268
12269 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12270
12271         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12272
12273 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * pop3.el (pop3-apop): Run md5 in the binary mode.
12276
12277         * starttls.el (starttls-set-process-query-on-exit-flag):
12278         Use eval-and-compile.
12279
12280 2005-05-31  Simon Josefsson  <jas@extundo.com>
12281
12282         * smime.el (smime-replace-in-string): Define.
12283         (smime-cert-by-ldap-1): Use it.
12284
12285 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * gnus-art.el (article-display-x-face): Replace
12288         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12289
12290         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12291         set-process-query-on-exit-flag or process-kill-without-query.
12292
12293         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12294         loop instead of replace-regexp.
12295
12296         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12297         instead of process-kill-without-query if it is available.
12298
12299         * lpath.el: Fbind ldap-search-entries.
12300
12301         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12302         instead of find-file-hooks if it is available.
12303
12304         * mml1991.el: Bind pgg-default-user-id when compiling.
12305
12306         * mml2015.el: Bind pgg-default-user-id when compiling.
12307
12308         * nndraft.el (nndraft-request-associate-buffer):
12309         Use write-contents-functions instead of write-contents-hooks if it is
12310         available.
12311
12312         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12313         instead of find-file-hooks if it is available.
12314
12315         * nntp.el (nntp-open-connection): Replace
12316         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12317         (nntp-open-ssl-stream): Ditto.
12318         (nntp-open-tls-stream): Ditto.
12319
12320         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12321         set-process-query-on-exit-flag or process-kill-without-query.
12322         (starttls-open-stream-gnutls): Use it instead of
12323         process-kill-without-query.
12324         (starttls-open-stream): Ditto.
12325
12326 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12327
12328         * smime.el (smime-cert-by-ldap-1): Don't use
12329         replace-regexp-in-string.
12330
12331 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12332
12333         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12334
12335         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12336         in PEM format.  Adjust to the XEmacs compability.
12337
12338 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12339
12340         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12341         by `string-to-number'.
12342         * gnus-agent.el (gnus-agent-regenerate-group)
12343         (gnus-agent-fetch-articles): Ditto.
12344         * gnus-art.el (gnus-button-fetch-group): Ditto.
12345         * gnus-cache.el (gnus-cache-generate-active)
12346         (gnus-cache-articles-in-group): Ditto.
12347         * gnus-group.el (gnus-group-set-current-level)
12348         (gnus-group-insert-group-line): Ditto.
12349         * gnus-score.el (gnus-score-set-expunge-below)
12350         (gnus-score-set-mark-below, gnus-summary-score-effect)
12351         (gnus-summary-score-entry): Ditto.
12352         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12353         (gnus-soup-pack): Ditto.
12354         * gnus-spec.el (gnus-xmas-format): Ditto.
12355         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12356         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12357         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12358         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12359         * nndb.el (nndb-get-remote-expire-response): Ditto.
12360         * nndiary.el (nndiary-parse-schedule-value)
12361         (nndiary-string-to-number, nndiary-request-replace-article)
12362         (nndiary-request-article): Ditto.
12363         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12364         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12365         * nneething.el (nneething-make-head): Ditto.
12366         * nnfolder.el (nnfolder-request-article)
12367         (nnfolder-retrieve-headers): Ditto.
12368         * nnheader.el (nnheader-file-to-number): Ditto.
12369         * nnkiboze.el (nnkiboze-request-article): Ditto.
12370         * nnmail.el (nnmail-process-unix-mail-format)
12371         (nnmail-process-babyl-mail-format): Ditto.
12372         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12373         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12374         (nnmh-request-create-group, nnmh-request-list-1)
12375         (nnmh-request-group, nnmh-request-article): Ditto.
12376         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12377         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12378         * nnsoup.el (nnsoup-make-active): Ditto.
12379         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12380         * nntp.el (nntp-find-group-and-number)
12381         (nntp-retrieve-headers-with-xover): Ditto.
12382         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12383         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12384         (pgg-format-key-identifier): Ditto.
12385         * pop3.el (pop3-last, pop3-stat): Ditto.
12386         * qp.el (quoted-printable-decode-region): Ditto.
12387
12388         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12389         of concat.
12390
12391 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12392
12393         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12394
12395         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12396
12397         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12398
12399         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12400
12401         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12402
12403         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12404
12405         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12406         (gnus-carpal-mode): Ditto.
12407
12408         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12409         (gnus-browse-mode): Ditto.
12410
12411         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12412
12413         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12414
12415 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12416
12417         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12418
12419 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-util.el (gnus-run-mode-hooks): New function.
12422
12423         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12424
12425         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12426         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12427
12428 2005-05-27  Lute Kamstra  <lute@gnu.org>
12429
12430         * dns-mode.el (dns-mode): Specify customization group.
12431
12432 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12433
12434         * gnus-agent.el (gnus-agent-make-mode-line-string):
12435         Use mode-line-highlight as mouse-face.
12436
12437 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12438
12439         * canlock.el (canlock): Change the parent group to news.
12440
12441         * deuglify.el (gnus-outlook-deuglify): Add :group.
12442
12443         * dig.el (dig): Add :group.
12444
12445         * dns-mode.el (dns-mode): Add :group.
12446
12447         * encrypt.el (encrypt): Add :group.
12448
12449         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12450         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12451         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12452         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12453         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12454
12455         * gnus-diary.el (gnus-diary): Add :group.
12456
12457         * gnus.el (gnus-group-news-1-face): Add :group.
12458         (gnus-group-news-1-empty-face): Ditto.
12459         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12460         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12461         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12462         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12463         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12464         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12465         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12466         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12467         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12468         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12469         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12470         (gnus-summary-high-ticked-face): Ditto.
12471         (gnus-summary-low-ticked-face): Ditto.
12472         (gnus-summary-normal-ticked-face): Ditto.
12473         (gnus-summary-high-ancient-face): Ditto.
12474         (gnus-summary-low-ancient-face): Ditto.
12475         (gnus-summary-normal-ancient-face): Ditto.
12476         (gnus-summary-high-undownloaded-face): Ditto.
12477         (gnus-summary-low-undownloaded-face): Ditto.
12478         (gnus-summary-normal-undownloaded-face): Ditto.
12479         (gnus-summary-high-unread-face): Ditto.
12480         (gnus-summary-low-unread-face): Ditto.
12481         (gnus-summary-normal-unread-face): Ditto.
12482         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12483         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12484
12485         * hashcash.el (hashcash): New custom group.
12486         (hashcash-default-payment): Add :group.
12487         (hashcash-payment-alist): Ditto.
12488         (hashcash-default-accept-payment): Ditto.
12489         (hashcash-accept-resources): Ditto.
12490         (hashcash-path): Ditto.
12491         (hashcash-extra-generate-parameters): Ditto.
12492         (hashcash-double-spend-database): Ditto.
12493         (hashcash-in-news): Ditto.
12494
12495         * message.el (message-minibuffer-local-map): Add :group.
12496
12497         * netrc.el (netrc): Add :group.
12498
12499         * sieve-manage.el (sieve-manage-log): Add :group.
12500         (sieve-manage-default-user): Diito.
12501         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12502         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12503         (sieve-manage-authenticators): Ditto.
12504         (sieve-manage-authenticator-alist): Ditto.
12505         (sieve-manage-default-port): Ditto.
12506
12507         * sieve-mode.el (sieve-control-commands-face): Add :group.
12508         (sieve-action-commands-face): Ditto.
12509         (sieve-test-commands-face): Ditto.
12510         (sieve-tagged-arguments-face): Ditto.
12511
12512         * smime.el (smime): Add :group.
12513
12514         * spam-report.el (spam-report): Add :group.
12515
12516         * spam.el (spam, spam-face): Add :group.
12517
12518 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12519
12520         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12521         return \n.\n.\n at the end of articles.  Protect against that.
12522         (nntp-with-open-group): Allow debugging.
12523
12524         * nnheader.el (mail-header-set-extra): Make into a function
12525         because I just could't understand how to quote the list properly.
12526
12527         * dns.el (query-dns-cached): New function.
12528
12529 2005-05-26  Lute Kamstra  <lute@gnu.org>
12530
12531         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12532
12533 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12536
12537         * gnus-art.el: Don't autoload mail-extract-address-components.
12538
12539         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12540         eval-and-compile to evaluate it.
12541
12542         * hashcash.el: Don't autoload executable-find.
12543
12544         * nndb.el: Don't declare the nndb back end two or more times; don't
12545         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12546
12547         * nntp.el: Autoload format-spec instead of format; use
12548         eval-and-compile to evaluate autoload forms.
12549
12550 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12551
12552         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12553
12554 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12555
12556         * gnus.el (gnus-version-number): Bump version.
12557
12558 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12559
12560         * gnus.el: No Gnus v0.3 is released.
12561
12562 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12563
12564         * lpath.el (featurep): Bind show-nonbreak-escape.
12565
12566 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-art.el (gnus-article-edit-part): Disable undo.
12569
12570 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12571
12572         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12573         gnus-article-date-lapsed-new-header is t if date timer is active;
12574         skip headers in which the original date value is empty.
12575         (gnus-article-save-original-date): Redefine it as a macro.
12576         (gnus-display-mime): Use it.
12577
12578 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-art.el (article-date-ut): Support converting date in
12581         forwarded parts as well.
12582         (gnus-article-save-original-date): New function.
12583         (gnus-display-mime): Use it.
12584
12585 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12586
12587         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12588         enclosure element of <item>.
12589
12590 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * message.el (message-kill-buffer-query): Renamed from
12593         `message-kill-buffer-query-if-modified'.  Added :version.
12594
12595 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12596
12597         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12598         window layout.
12599
12600 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12601
12602         * mml.el: Autoload dnd when compiling.
12603
12604 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12607         x-dnd-*.
12608
12609 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * qp.el (quoted-printable-encode-region): Save excursion.
12612
12613 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12614
12615         * message.el (message-kill-buffer-query-if-modified): Add new variable
12616         so the user can kill a modified message buffer quickly.
12617         (message-kill-buffer): Use it.
12618
12619 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * lpath.el: Fbind display-time-event-handler; don't fbind
12622         string-to-multibyte.
12623
12624         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12625
12626 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12629         contained in text because xml.el decodes entities) with LFs.
12630
12631 2005-04-11  Lute Kamstra  <lute@gnu.org>
12632
12633         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12634         differently.
12635
12636 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12637
12638         * mm-util.el (mm-detect-coding-region): Typo.
12639
12640 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12641
12642         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12643
12644 2005-04-06  Deepak Goel  <deego@gnufans.org>
12645
12646         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12647         user-function allow user modifications of the scores.
12648         (spam-stat-score-buffer-user): New function, to allow
12649         user-computed modifications to the score.
12650         (spam-stat-score-buffer-user-functions): List of additional
12651         scoring functions.
12652         (spam-stat-error-holder): Global temporary error holder.
12653         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12654         variable.
12655
12656 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12657
12658         * gnus-registry.el (gnus-registry-clean-empty-function)
12659         (gnus-registry-trim, gnus-registry-fetch-groups)
12660         (gnus-registry-delete-group): Groups that match
12661         `gnus-registry-ignored-groups' are removed from the registry
12662         entries, not just ignored for splitting.  This helps clean up the
12663         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12664         to get all the groups a message ID is in.
12665
12666         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12667         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12668         (spam-stat-score-buffer-user-functions): Add :number custom type.
12669
12670 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12671
12672         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12673         argument in XEmacs.
12674
12675         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12676         (nnrss-request-group): Decode group name first.
12677         (nnrss-request-article): Make a text/plain article if mml-to-mime
12678         failed.
12679         (nnrss-get-encoding): Return a compatible encoding according to
12680         nnrss-compatible-encoding-alist.
12681         (nnrss-find-el): Use consp instead of listp.
12682         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12683
12684 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12687         which Emacs 20 doesn't support.
12688         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12689
12690 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12693         silence the byte compiler inside the defun.
12694
12695         * gnus-demon.el (parse-time-string): Add autoload.
12696
12697         * gnus-delay.el (parse-time-string): Add autoload.
12698
12699         * gnus-art.el (parse-time-string): Add autoload.
12700
12701         * nnultimate.el (parse-time): Require for `parse-time-string'.
12702
12703 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12706
12707         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12708
12709         * smime.el (smime-ldap-host-list): Add :version.
12710
12711 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12714         pass it to `gnus-browse-read-group'.
12715         (gnus-browse-read-group): Add NUMBER argument and pass it to
12716         `gnus-group-read-ephemeral-group'.
12717
12718         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12719         argument and pass it to `gnus-group-read-group'.
12720
12721 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12722
12723         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12724         mm-xemacs-find-mime-charset-1 if we have the mule feature
12725         available at runtime.
12726
12727 2005-03-25  Werner Lemberg  <wl@gnu.org>
12728
12729         * nnmaildir.el: Replace `illegal' with `invalid'.
12730
12731 2005-03-23  Lute Kamstra  <lute@gnu.org>
12732
12733         * time-date.el: Add comment on time value formats.
12734         Don't require parse-time.
12735         (with-decoded-time-value): New macro.
12736         (encode-time-value): New function.
12737         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12738         (days-to-time): Return a valid time value when arg is huge.
12739         (time-since): Use time-subtract.
12740         (time-to-number-of-days): Use time-to-seconds.
12741
12742 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12743
12744         * gnus-start.el (gnus-display-time-event-handler):
12745         Check display-time-timer at runtime rather than only at load time
12746         in case display-time-mode is turned off in the mean time.
12747
12748 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12749
12750         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12751         used.
12752
12753         * nneething.el (nneething-map-file-directory): Derive from
12754         `gnus-directory'.
12755
12756         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12757         the To/Cc button.
12758
12759 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12760
12761         * nnmaildir.el (nnmaildir-request-accept-article):
12762         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12763
12764 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12765
12766         * gnus-async.el: Require timer-funcs at compile time when in
12767         XEmacs for `run-with-idle-timer'.
12768
12769 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12770
12771         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12772         autoloaded function.
12773
12774 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12775
12776         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12777
12778 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12779
12780         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12781
12782 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12783
12784         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12785         gnus-expert-user to default.
12786
12787 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12788
12789         * nnimap.el (nnimap-open-server): Ditto.
12790
12791         * imap.el (imap-authenticate): Fix typo.
12792
12793 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12794
12795         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12796         buffer (since IMAP server might return FETCH response out of
12797         order, and the nntp buffer must be sorted).
12798
12799 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12800
12801         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12802         comparison on string.
12803
12804         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12805         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12806         (gnus-agent-summary-fetch-series): Modified to protect against
12807         gnus-agent-summary-fetch-group clearing processable flags.
12808         (gnus-agent-synchronize-group-flags): Update live group buffer as
12809         synchronization may occur due to the user toggle the plugged
12810         status.
12811         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12812         successfully downloaded.
12813         (gnus-agent-expire-group-1): Avoid using markers when the overview
12814         is in ascending order; greatly improves performance.
12815         (gnus-agent-regenerate-group): Use
12816         gnus-agent-synchronize-group-flags to reset read status in both
12817         gnus and server.
12818         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12819
12820 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * message.el: Don't autoload former message-utils variables.
12823         (message-strip-subject-trailing-was): Change doc string.
12824
12825         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12826         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12827         (nnweb-google-search): Add "hl=en" here.
12828         (nnweb-google-parse-1, nnweb-google-create-mapping):
12829         Don't hardcode URL.
12830
12831 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * message.el (message-get-reply-headers, message-followup):
12834         Mention related variables `message-use-followup-to' and
12835         `message-use-mail-followup-to', in the information buffer.
12836
12837         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12838         of broken groups(-beta).google.com.
12839
12840 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12841
12842         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12843         parameter to invoked gnus-request-move-article; remove the
12844         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12845         all at once instead of once per article.
12846         (gnus-summary-remove-process-mark): Accept a list of articles as
12847         well as a single article for processing.
12848
12849         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12850         parameter.
12851
12852         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12853
12854         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12855
12856         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12857         parameter.
12858
12859         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12860         parameter.
12861
12862         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12863         parameter and remove the gnus-sum-hint-move-is-internal variable.
12864
12865         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12866         parameter.
12867
12868         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12869         parameter.
12870
12871         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12872         parameter.
12873
12874         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12875
12876         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12877         parameter.
12878
12879         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12880         parameter.
12881
12882 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12883
12884         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12885         a more conservative way.
12886
12887 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12888
12889         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12890         buffer, so it moves the window's cursor.
12891
12892 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12893
12894         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12895         `mm-dissect-multipart' and receive the from field as an (optional)
12896         argument from `mm-dissect-multipart'.
12897         (mm-dissect-multipart): Receive the from field as an argument and
12898         pass it on when we call `mm-dissect-buffer' on MIME parts.
12899         Fixes verification/decryption of signed/encrypted MIME parts.
12900
12901 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12902
12903         * gnus-sum.el (gnus-summary-move-article): Set
12904         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12905         whatever it calls (right now, only nnimap-request-move article
12906         respects it).
12907
12908         * nnimap.el (nnimap-request-move-article): When
12909         gnus-sum-hint-move-is-internal is set, don't do the extra
12910         nnimap-request-article.
12911
12912 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12915
12916         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12917         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12918
12919         * gnus-sum.el (gnus-summary-caesar-message):
12920         Apply `gnus-treat-article' after rotation.
12921
12922         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12923         doc string.
12924
12925 2005-02-22  Simon Josefsson  <jas@extundo.com>
12926
12927         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12928         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12929         <arne@arnested.dk>.
12930         (encrypt): Add password-cache and password-cache-expiry as group
12931         members.
12932
12933 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12934
12935         * smime.el (smime-ldap-host-list): Doc fix.
12936         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12937         cache) password.
12938         (smime-sign-region): Use it.
12939         (smime-decrypt-region): Use it.
12940         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12941         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12942         fails.
12943         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12944         certificate from DER to PEM format rather than calling openssl.
12945
12946         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12947
12948         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12949         for signing/encryption.
12950
12951         * mml.el (mml-parse-1): Use them.
12952
12953 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12954
12955         * nnrss.el (nnrss-verbose): Removed.
12956         (nnrss-request-group): Use `nnheader-message' instead.
12957
12958 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12959
12960         * nnrss.el (nnrss-verbose): New variable.
12961         (nnrss-request-group): Make it say nnrss is requesting a group.
12962
12963 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12966         Handle news URL with given port correctly.
12967
12968 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12969
12970         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12971         containing special characters.
12972
12973         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12974
12975         * mml.el (mime-to-mml): Ditto.
12976
12977         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12978         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12979         (rfc2047-decode-region): Quote decoded words containing special
12980         characters when rfc2047-quote-decoded-words-containing-tspecials
12981         is non-nil.
12982
12983 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12984
12985         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12986
12987         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12988
12989 2005-02-15  Simon Josefsson  <jas@extundo.com>
12990
12991         * nnimap.el (nnimap-debug): Doc fix.
12992
12993         * imap.el (imap-debug): Doc fix.
12994
12995 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12998
12999 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13000
13001         * gnus.el (spam-contents): Improve docs for spam-contents
13002         parameter in its variable incarnation.
13003
13004 2005-02-14  Simon Josefsson  <jas@extundo.com>
13005
13006         * smime-ldap.el: Use require instead of load-library for ldap.
13007         (smime-ldap-search): Indent.
13008         (smime-ldap-search-internal): Shorten line.
13009
13010         * smime.el (smime-cert-by-dns): Add doc-string.
13011         (smime-cert-by-ldap-1): Indent.
13012
13013         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13014         mml-smime-get-dns-ldap.
13015         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13016
13017 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13018
13019         * smime.el: Require smime-ldap.
13020         (smime-ldap-host-list): New variable.
13021         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13022
13023         * mml-smime.el (mml-smime-encrypt-query): New function.
13024         (mml-smime-encrypt-query): Use it.
13025
13026         * smime-ldap.el: New file.
13027
13028 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13031
13032 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13035         argument in doc string.  Make query for type more clear.
13036
13037 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * gnus.el (gnus-group-startup-message): Search for gnus images in
13040         etc/images/gnus.
13041         * mm-util.el (mm-image-load-path): Likewise.
13042         * smiley.el (smiley-data-directory): Search for smilies in
13043         etc/images/smilies.
13044
13045 2005-02-09  Kim F. Storm  <storm@cua.dk>
13046
13047         Change Emacs release version from 21.4 to 22.1 throughout.
13048         Change Emacs development version from 21.3.50 to 22.0.50.
13049
13050 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13053
13054         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13055         non-Mule XEmacs as well.
13056         (mm-decompress-buffer): Signal an error intentionally if it does
13057         not decompress compressed data because auto-compression-mode is
13058         disabled.
13059
13060 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13061
13062         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13063         an ID in the registry even if it has no groups.
13064
13065 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13068         merge it into mm-decompress-buffer.
13069         (gnus-mime-copy-part): Use the MIME part charset, the value which
13070         a user specified or gnus-newsgroup-charset for decoding, like
13071         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13072         save-buffer what was used.  Suggested by Kevin Ryde
13073         <user42@zip.com.au>.
13074         (gnus-mime-inline-part): Allow the name parameter as well as the
13075         filename parameter; force decompressing of compressed data; always
13076         display contents being not decoded as unibyte.
13077
13078         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13079         as well as the filename parameter.
13080
13081         * mm-util.el (mm-decompress-buffer): Merge
13082         gnus-mime-jka-compr-maybe-uncompress.
13083         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13084         of compressed data.
13085
13086 2005-02-08  Simon Josefsson  <jas@extundo.com>
13087
13088         * imap.el (imap-log): Doc fix.
13089
13090 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13093         the coding cookies; decompress compressed parts.
13094
13095         * mml.el (mml-generate-mime-1): Add the charset parameter according
13096         to the value which a user specified manually or the coding cookie.
13097
13098         * mm-util.el (mm-string-to-multibyte): New function.
13099         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13100         (mm-coding-system-to-mime-charset): New function.
13101         (mm-decompress-buffer): New function.
13102         (mm-find-buffer-file-coding-system): New function.
13103
13104         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13105         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13106         parts.
13107
13108 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13109
13110         * mm-view.el (mm-display-inline-fontify): Decode a part according
13111         to the charset parameter.
13112
13113 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13116         prefix arg is neither nil nor a number, as info specifies.
13117
13118 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13121         timestamps.
13122
13123 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13124
13125         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13126         groups error checking and notify user.
13127
13128 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13129
13130         * message.el (message-send-mail-function): Check existence of
13131         sendmail-program first before using default value
13132         `message-send-mail-with-sendmail'.  Otherwise use more generic
13133         `smtpmail-send-it'.
13134
13135 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13136
13137         * nntp.el (nntp-request-update-info): Always return nil.
13138
13139 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13140
13141         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13142
13143 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13144
13145         * message.el (message-beginning-of-line): Change the behavior when
13146         invoked between BOL and : so that it first moves backward.
13147
13148 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13151         article buffer when editing of the article is discarded.
13152         (gnus-article-prepare): Revert.
13153
13154 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * gnus-art.el (gnus-article-prepare):
13157         Remove message-strip-forbidden-properties from the local hook.
13158
13159 2005-01-27  Simon Josefsson  <jas@extundo.com>
13160
13161         * password.el (password-cache-add): Only start one timer per key.
13162         Reported by Derek Atkins <warlord@MIT.EDU>.
13163
13164 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13165
13166         * run-at-time.el: Removed.  It is no longer needed as
13167         timer-funcs.el in the xemacs-base package has a working version of
13168         `run-at-time'.
13169
13170         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13171
13172         * password.el: Require timer-funcs instead of run-at-time in
13173         XEmacs.
13174         Remove `password-run-at-time' macro.
13175         (password-cache-add): Use `run-at-time' instead of
13176         `password-run-at-time'.
13177
13178         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13179         Remove `nnheader-cancel-function-timers' alias,
13180         `cancel-function-timers' exists in XEmacs in timer-funcs.
13181
13182         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13183         for `run-with-idle-timer'.
13184
13185         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13186         for `run-at-time'.
13187
13188         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13189         for `with-timeout'.
13190
13191         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13192         the same as for XEmacs 21.4.
13193         No need to ignore `run-with-idle-timer', this function exists in
13194         XEmacs now in timer-funcs.el in the xemacs-base package.
13195         (dgnushack-compile): No need to delete
13196         run-at-time.el from the list of files to compile because it
13197         doesn't exist anymore.
13198
13199 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13202         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13203
13204 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13205
13206         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13207         sensitively.
13208
13209 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13210
13211         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13212
13213 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13216         which will be inserted according to the multibyteness of a buffer
13217         rather than the type of contents.  Suggested by ARISAWA Akihiro
13218         <ari@mbf.ocn.ne.jp>.
13219
13220         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13221         of string which old xml.el may return rather than a string.
13222
13223 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13226
13227 2005-01-16  Simon Josefsson  <jas@extundo.com>
13228
13229         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13230         idn/idna.el isn't available.
13231         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13232         <michael@waxrat.com>.
13233
13234         * hashcash.el: Remove non-FSF copyright header.
13235
13236         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13237         (hashcash-generate-payment): Use it.
13238         (hashcash-generate-payment-async): Use it.
13239
13240 2005-01-15  Simon Josefsson  <jas@extundo.com>
13241
13242         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13243         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13244
13245         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13246         gnus-summary-idna-message.
13247         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13248         (gnus-summary-idna-message): New function.
13249
13250 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13253         gnus-novice-user.
13254
13255 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * nnrss.el (nnrss-request-delete-group): Delete entries in
13258         nnrss-group-alist as well.
13259         (nnrss-save-server-data): Insert newline.
13260
13261 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * gnus.el (gnus-user-agent): Use list of symbols instead of
13264         symbols.  Display full version number for (S)XEmacs.  Optionally
13265         display (S)XEmacs codename.
13266
13267         * gnus-util.el (gnus-emacs-version): Update for new
13268         `gnus-user-agent'.
13269
13270         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13271         Gnus version.
13272
13273 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13274
13275         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13276         which is unreadable in some setups.
13277
13278 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-spec.el (gnus-update-format-specifications): Flush the
13281         group format spec cache if it doesn't support decoded group names.
13282
13283 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13286         Allow to apply decay on score files matching a regexp.
13287
13288 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13291         compatibility in %g and %c.
13292
13293 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13296         name for only %g and %c.
13297         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13298         of gnus-tmp-group to decoded group name.
13299         (gnus-group-make-rss-group): Exclude `/'s from group names.
13300
13301 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * nnrss.el (nnrss-get-encoding): Fix regexp.
13304
13305 2004-12-27  Simon Josefsson  <jas@extundo.com>
13306
13307         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13308         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13309         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13310
13311 2004-12-17  Kim F. Storm  <storm@cua.dk>
13312
13313         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13314
13315         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13316
13317 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13318
13319         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13320
13321 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * nnrss.el: Require rfc2047 and mml.
13324         (nnrss-file-coding-system): New variable.
13325         (nnrss-format-string): Redefine it as an inline function.
13326         (nnrss-decode-group-name): New function.
13327         (nnrss-string-as-multibyte): Remove.
13328         (nnrss-retrieve-headers): Decode group name; don't use
13329         nnrss-format-string.
13330         (nnrss-request-group): Decode group name.
13331         (nnrss-request-article): Decode group name; allow a Message-ID as
13332         well as an article number; don't use nnrss-format-string; encode a
13333         Message-ID string which may contain non-ASCII characters; use
13334         mml-to-mime to compose a MIME article.
13335         (nnrss-request-expire-articles): Decode group name.
13336         (nnrss-request-delete-group): Decode group name.
13337         (nnrss-fetch): Clarify error message.
13338         (nnrss-read-server-data): Use insert-file-contents instead of load;
13339         bind file-name-coding-system; use multibyte buffer.
13340         (nnrss-save-server-data): Bind coding-system-for-write to the
13341         value of nnrss-file-coding-system; bind file-name-coding-system;
13342         add coding cookie.
13343         (nnrss-read-group-data): Use insert-file-contents instead of load;
13344         bind file-name-coding-system; use multibyte buffer.
13345         (nnrss-save-group-data): Bind coding-system-for-write to the
13346         value of nnrss-file-coding-system; bind file-name-coding-system.
13347         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13348         make it work with non-ASCII text.
13349         (nnrss-find-el): Make it work with old xml.el as well.
13350
13351 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13352
13353         * nnrss.el (nnrss-get-encoding): New function.
13354         (nnrss-fetch): Use unibyte buffer initially; bind
13355         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13356         decode contents according to the encoding attribute.
13357         (nnrss-save-group-data): Add coding cookie.
13358         (nnrss-mime-encode-string): New function.
13359         (nnrss-check-group): Use it to encode subject and author.
13360
13361 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13364         imaginary variable.
13365
13366 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13369         correctly even if there are wide characters.
13370
13371 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13372
13373         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13374         downcased symbol names; make a new cache instead of reusing
13375         bbdb-hashtable.
13376
13377 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13380         concatenating segments rather than before concatenating them.
13381         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13382
13383         * message.el (message-get-reply-headers): Bind `extra'.
13384
13385 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13386
13387         * message.el (message-extra-wide-headers): New variable.
13388         (message-get-reply-headers): Use it.
13389
13390 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13393         (gnus-agent-group-pathname): Ditto.
13394
13395         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13396
13397         * gnus-group.el (gnus-group-make-group): Decode group name.
13398         (gnus-group-make-rss-group): Register the group data after opening
13399         the nnrss group.
13400
13401 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13402
13403         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13404         by expiry now get marked as read.
13405
13406 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13409
13410 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13411
13412         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13413         unify Latin characters in XEmacs.
13414         (mm-find-mime-charset-region): Use it.
13415
13416 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * gnus-util.el (gnus-delete-directory): New function.
13419
13420         * gnus-agent.el (gnus-agent-delete-group): Use it.
13421
13422         * gnus-cache.el (gnus-cache-delete-group): Use it.
13423
13424 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13427         names.
13428
13429 2004-12-16  Simon Josefsson  <jas@extundo.com>
13430
13431         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13432
13433 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13436
13437         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13438         (gnus-group-set-current-level): Decode group name.
13439
13440 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13441
13442         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13443         failed.
13444
13445 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * gnus-group.el (gnus-group-delete-group): Decode group name.
13448         (gnus-group-make-rss-group): Encode group name.
13449         (gnus-group-catchup-current): Decode group name.
13450         (gnus-group-kill-group): Decode group name.
13451
13452 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13453
13454         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13455
13456 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-group.el (gnus-group-make-rss-group):
13459         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13460
13461         * gnus-start.el (gnus-setup-news): Honor user's setting to
13462         gnus-message-archive-method.  Suggested by Lute Kamstra
13463         <lute@gnu.org>.
13464
13465 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13466
13467         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13468         global counterparts of the buffer-local variables.
13469
13470 2004-11-16  Romain Francoise  <romain@orebokech.com>
13471
13472         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13473         counterparts of the buffer-local variables.
13474
13475 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * message.el (message-forbidden-properties): Fixed typo in doc
13478         string.
13479
13480 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13481
13482         * gnus-util.el (gnus-replace-in-string): Added doc string.
13483
13484         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13485         to avoid problems when splitting mails with many recipients.
13486
13487 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13488
13489         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13490         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13491
13492 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13493
13494         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13495         if there is no hashtable in memory or file modification time is
13496         newer than cached timestamp.
13497
13498 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13499
13500         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13501         not-matching option.
13502
13503 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13506         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13507         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13508         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13509         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13510         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13511
13512 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * message.el (message-forward-make-body-mml): Remove headers
13515         according to message-forward-ignored-headers if a message is decoded.
13516
13517 2004-12-02  Romain Francoise  <romain@orebokech.com>
13518
13519         * message.el (message-forward-make-body-plain): Always remove
13520         headers according to message-forward-ignored-headers.
13521
13522 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13523
13524         * spam.el (spam-summary-prepare-exit): Remove the
13525         gnus-summary-limit pop for now, it has problems with ham marks for
13526         me.
13527
13528 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13529
13530         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13531         correctly.
13532
13533 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13534
13535         * format-spec.el (format-spec): Message the char.
13536
13537 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13538
13539         * gnus-art.el (gnus-split-methods): Reformat comments.
13540
13541         * spam.el (spam-summary-prepare-exit): Remove article limits
13542         before exiting the summary buffer.
13543
13544 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13547         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13548
13549         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13550         order to silence the byte compiler.
13551
13552         * spam.el: Fix the way to silence the byte compiler, which
13553         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13554         bbdb-search-simple, spam-BBDB-register-routine,
13555         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13556         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13557         spam-stat-buffer-is-spam, spam-stat-load,
13558         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13559         spam-stat-save and spam-stat-split-fancy.
13560
13561 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13562
13563         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13564         which may confuse users.
13565         (canlock-password-for-verify): Ditto.
13566
13567         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13568
13569         * gnus-art.el (gnus-emphasis-alist): Ditto.
13570
13571         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13572
13573         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13574
13575         * gnus-start.el (gnus-save-killed-list): Ditto.
13576
13577         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13578         (gnus-sum-thread-tree-root): Ditto.
13579         (gnus-sum-thread-tree-false-root): Ditto.
13580         (gnus-sum-thread-tree-single-indent): Ditto.
13581
13582         * message.el (message-courtesy-message): Ditto.
13583         (message-archive-note): Ditto.
13584         (message-subscribed-address-file): Ditto.
13585         (message-user-fqdn): Ditto.
13586
13587         * spam-report.el (spam-report-gmane-regex): Ditto.
13588
13589         * spam.el (spam-blackhole-good-server-regex): Ditto.
13590
13591 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13592
13593         * mml.el (mml-preview): Widen the message buffer before copying
13594         the contents to the preview buffer; sort headers before previewing.
13595
13596         * message.el (message-hidden-headers): Fix the way to avoid a bug
13597         in the `repeat' widget in Emacs 21.3 or earlier.
13598
13599 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * message.el (message-hidden-headers): Default to "^References:".
13602         Improve customization type.  Suggested by Reiner Steib
13603         <Reiner.Steib@gmx.de>.
13604
13605 2004-11-25  Romain Francoise  <romain@orebokech.com>
13606
13607         * message.el (message-strip-forbidden-properties): Remove check for
13608         obsolete `message-hidden' text property, hidden headers are not
13609         accessible in the buffer anymore.
13610
13611 2004-11-22  Romain Francoise  <romain@orebokech.com>
13612
13613         * message.el (message-header-format-alist): Add `From' in list
13614         so that it can be sorted.
13615         (message-fix-before-sending): Widen and sort headers before
13616         sending.
13617         (message-hide-headers): Use narrowing to hide headers by moving
13618         them to the top of the buffer and narrowing to the region
13619         underneath.
13620
13621 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13622
13623         * message.el (message-strip-forbidden-properties): Bind
13624         buffer-read-only (etc) to nil.
13625
13626 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13629         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13630
13631 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13632
13633         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13634
13635 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13636
13637         * dns.el (query-dns): Use sit-for to time instead of
13638         accept-process-output, since that doesn't seem to work on udp
13639         sockets.
13640
13641 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13642
13643         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13644
13645 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13646
13647         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13648         doc string.  Improve doc string.
13649
13650 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13651
13652         * nntp.el (nntp-request-update-info): Return nil if
13653         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13654         may not call gnus-activate-group which uselessly issues the GROUP
13655         commands for all nntp groups and wastes time.  Reported by Romain
13656         Francoise <romain@orebokech.com>.
13657
13658         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13659
13660 2004-11-15  Simon Josefsson  <jas@extundo.com>
13661
13662         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13663         headers separately.
13664         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13665         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13666
13667 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13668
13669         * gnus-start.el (gnus-convert-old-newsrc):
13670         Assign legacy-gnus-agent to 5.10.7.
13671
13672 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13673
13674         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13675         start of the lines.
13676
13677 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13678
13679         * hashcash.el (hashcash-default-payment): Change default to 20.
13680         (hashcash-default-accept-payment): Change default to 20.
13681         (hashcash-process-alist): New variable.
13682         (hashcash-generate-payment-async): Add.
13683         (hashcash-already-paid-p): Add.
13684         (hashcash-insert-payment): Don't generate payments twice.
13685         (hashcash-insert-payment-async): Add.
13686         (hashcash-insert-payment-async-2): Add.
13687         (hashcash-cancel-async): Add.
13688         (hashcash-wait-async): Add.
13689         (hashcash-processes-running-p): Add.
13690         (hashcash-wait-or-cancel): Add.
13691         (mail-add-payment): New optional argument.  Conditionally start
13692         asynchronous calculation.
13693         (mail-add-payment-async): Add.
13694
13695         * message.el (message-send-mail): Wait for asynchronous hashcash
13696         results.  Don't clobber existing X-Hashcash headers.
13697         (message-setup-1): Call mail-add-payment-async when
13698         message-generate-hashcash is non-nil.
13699
13700 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13701
13702         * message.el (message-use-alternative-email-as-from): Examine the
13703         From header as well; use message-make-from in order to include a
13704         user's full name.
13705
13706 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13709         default; improve customization type.
13710         (gnus-emphasis-custom-with-format): New macro.
13711         (gnus-emphasis-custom-value-to-external): New function.
13712         (gnus-emphasis-custom-value-to-internal): New function.
13713
13714 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13715
13716         * dns.el (query-dns): Resolve reverse addresses.
13717
13718 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13719
13720         * gnus-group.el (gnus-group-get-new-news): Use it.
13721
13722         * gnus-start.el (gnus-check-reasonable-setup): New function.
13723
13724 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13725
13726         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13727         "Args out of range" error.  Reported by Arnaud Giersch
13728         <arnaud.giersch@free.fr>.
13729
13730 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13731
13732         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13733
13734 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13735
13736         * spam.el (spam group): Add :version.
13737
13738         * pgg-def.el (pgg group): Add :version.
13739
13740 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-art.el (gnus-article-edit-article): Don't associate the
13743         article buffer with a draft file.  This is a temporary measure
13744         against the 2004-08-22 change to gnus-article-edit-mode.
13745
13746 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13747
13748         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13749         (html2text-format-tags): Remove unused variable `attr'.
13750
13751 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13752
13753         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13754
13755         * tls.el (tls-process-connection-type, tls-success)
13756         (tls-certtool-program): Add :version.
13757
13758         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13759         (starttls-extra-arguments, starttls-process-connection-type)
13760         (starttls-connect, starttls-failure, starttls-success): Add :version.
13761
13762         * spam-stat.el (spam-stat): Add :version.
13763
13764         * sieve.el (sieve): Add :version.
13765
13766         * sha1.el (sha1): Add :version.
13767         (sha1-use-external): Remove redundant version.
13768
13769         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13770         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13771         (nnmail-split-fancy-match-partial-words)
13772         (nnmail-split-lowercase-expanded): Add :version.
13773
13774         * nndiary.el (nndiary): Add :version.
13775
13776         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13777
13778         * mml-sec.el (mml-default-sign-method)
13779         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13780         Add :version.
13781
13782         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13783
13784         * mm-url.el (mm-url-use-external, mm-url-program)
13785         (mm-url-arguments): Add :version.
13786
13787         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13788         (mm-attachment-file-modes, mm-decrypt-option)
13789         (mm-w3m-safe-url-regexp): Add :version.
13790
13791         * message.el (message-cite-prefix-regexp)
13792         (message-sendmail-envelope-from, message-minibuffer-local-map)
13793         (message-user-fqdn, message-completion-alist): Add :version.
13794
13795         * gnus-win.el (gnus-configure-windows-hook)
13796         (gnus-use-frames-on-any-display): Add :version.
13797
13798         * gnus-art.el (gnus-article-address-banner-alist)
13799         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13800         (gnus-treat-from-picon, gnus-treat-mail-picon)
13801         (gnus-treat-x-pgp-sig): Add :version.
13802
13803         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13804         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13805         (gnus-summary-article-delete-hook)
13806         (gnus-summary-display-while-building): Add :version.
13807
13808         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13809         (gnus-get-top-new-news-hook): Add :version.
13810
13811         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13812         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13813
13814         * gnus-registry.el (gnus-registry): Add :version.
13815
13816         * gnus-spec.el (gnus-use-correct-string-widths)
13817         (gnus-make-format-preserve-properties): Add :version.
13818
13819         * gnus.el (gnus-group-charter-alist)
13820         (gnus-group-fetch-control-use-browse-url)
13821         (gnus-install-group-spam-parameters): Add :version.
13822
13823         * gnus-diary.el (gnus-diary): Add :version.
13824
13825         * gnus-delay.el (gnus-delay): Add :version.
13826
13827         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13828         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13829         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13830         Add :version.
13831
13832         * gnus-agent.el (gnus-agent-max-fetch-size)
13833         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13834         (gnus-agent-prompt-send-queue): Add :version.
13835
13836         * deuglify.el (gnus-outlook-deuglify): Add :version.
13837
13838         * html2text.el: Beautify code.  Improve doc strings.  Some
13839         checkdoc cleanup.
13840         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13841
13842 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13843
13844         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13845
13846 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13847
13848         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13849         when package is loaded.
13850
13851         * spam.el (spam-summary-score-preferred-header): Add global preference
13852         for people who want to override the default SpamAssassin over
13853         Bogofilter preference (when both are set).
13854         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13855         (spam-user-format-function-S): Check
13856         spam-summary-score-preferred-header.
13857         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13858         (spam-user-format-function-S): Format the score correctly.
13859
13860 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13863         signature file.  Suggested by Manoj Srivastava
13864         <srivasta@golden-gryphon.com>.
13865
13866         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13867         iso-2022-jp even in the Japanese language environment.
13868         Suggested by Jason Rumney <jasonr@gnu.org>.
13869
13870 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13873         use the same characters as the dummy marks; make it free from
13874         getting affected by the language environment.
13875         (gnus-summary-read-group-1): Update mark positions only when the
13876         format spec is updated.
13877
13878         * gnus-spec.el (gnus-update-format-specifications): Return a list
13879         of updated types.
13880
13881 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13884         of boundp to check if display-warning is available.
13885
13886 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13887
13888         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13889
13890 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13891
13892         * nnspool.el (nnspool-spool-directory): Use news-path if the
13893         news-directory variable is not bound.
13894
13895         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13896         function instead of display-warning if it is not available.
13897
13898 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13899
13900         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13901         v5-10: Use `point-at-bol'.
13902
13903 2004-10-26  Simon Josefsson  <jas@extundo.com>
13904
13905         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13906         <chenggao@gmail.com>.
13907
13908 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13909
13910         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13911         instead.
13912
13913 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13914
13915         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13916         to remove a server from the nnimap-server-buffer-alist.
13917         (nnimap-open-connection, nnimap-close-server): Use it.
13918
13919         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13920
13921 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13924         running the major-mode function.
13925
13926 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13929         dummy marks in the right way.
13930
13931 2004-10-18  David Edmondson  <dme@dme.org>
13932
13933         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13934         excessively.
13935
13936 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * gnus-util.el (gnus-split-references): Accept a nil references
13939         string and go on blissfully.
13940
13941         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13942         cases where the references string is non-nil but has no references.
13943
13944         * encrypt.el: Add autoload tags.
13945
13946         * spam.el (spam-resolve-registrations-routine): Remove article
13947         from unregistration list too.  Reported by David Hanak
13948         <dhanak@isis.vanderbilt.edu>
13949
13950 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13953         nil.  Changed custom type.
13954
13955 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13958
13959         * gnus-sum.el (gnus-summary-move-article): Use it.
13960
13961 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13962
13963         * encrypt.el: Add autoload cookies.
13964
13965         * spam.el (spam-backend-article-list-property)
13966         (spam-backend-get-article-todo-list)
13967         (spam-backend-put-article-todo-list)
13968         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13969         Resolve registrations separately.
13970         (spam-register-routine): Format comments.
13971         (spam-unregister-routine, spam-register-routine): Always call with
13972         specific-articles, no default list.
13973         (spam-summary-prepare-exit): Use the spam-classifications function.
13974
13975         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13976         gnus-encrypt.el.
13977
13978         * encrypt.el: Copied from gnus-encrypt.el.
13979
13980         * gnus-encrypt.el: Commented that it's obsolete.
13981
13982 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13983
13984         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13985         (gnus-score-save): Use it.
13986
13987         * message.el (message-bury): Use `window-dedicated-p'.
13988
13989 2004-10-15  Simon Josefsson  <jas@extundo.com>
13990
13991         * pop3.el (top-level): Don't require nnheader.
13992         (pop3-read-timeout): Add.
13993         (pop3-accept-process-output): Add.
13994         (pop3-read-response, pop3-retr): Use it.
13995
13996 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13997
13998         * spam.el (spam-register-routine): Move comment.
13999         (spam-verify-bogofilter): Use 'unknown for the initial
14000         spam-bogofilter-valid state, not 'never.
14001
14002         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14003         for netrc-machine.
14004
14005         * nnimap.el (nnimap-open-connection): Use
14006         netrc-machine-user-or-password.
14007
14008 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14009
14010         * gnus-registry.el (gnus-registry-unload-hook):
14011         Set as a variable with add-hook.
14012
14013         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14014         of news-path.
14015
14016         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14017
14018         * spam.el: Delete duplicate `provide'.
14019         (spam-unload-hook): Set as a variable with add-hook.
14020
14021 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14024         in the doc string.
14025
14026         * message.el (message-ignored-news-headers)
14027         (message-ignored-supersedes-headers)
14028         (message-ignored-resent-headers)
14029         (message-forward-ignored-headers): Improve custom type.
14030
14031 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * message.el (message-tokenize-header): Fix 2004-09-06 change
14034         which used point-min in the wrong place.
14035
14036 2004-10-12  Simon Josefsson  <jas@extundo.com>
14037
14038         * tls.el (tls-certtool-program): New variable.
14039         (tls-certificate-information): New function, based on
14040         ssl-certificate-information.
14041
14042 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * compface.el: Move the version of ELisp-based uncompface program
14045         to the contrib directory because of the copyright problem.
14046
14047 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * message.el (message-kill-buffer): Raise the current frame.
14050
14051 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14052
14053         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14054
14055         * gnus.el (message-y-or-n-p): Autoload.
14056
14057         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14058         (pop3-password-required, pop3-authentication-scheme)
14059         (pop3-leave-mail-on-server): Made customizable.
14060         (pop3): New custom group.
14061         (pop3-retr): Remove `sleep-for' statements.
14062         Suggested by Dave Love <fx@gnu.org>.
14063
14064         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14065         Windows/DOS.
14066
14067         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14068         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14069         Dave Love <fx@gnu.org>.
14070
14071         * mml.el (mml-minibuffer-read-disposition): Require match.
14072         Suggested by Dave Love <fx@gnu.org>.
14073
14074 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14075
14076         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14077         doc string.
14078
14079 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14082
14083 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14084
14085         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14086         instead of calling `mm-insert-inline', to decode text/* parts
14087         before displaying them.
14088
14089 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * mm-uu.el (mm-uu-text-plain-type): New variable.
14092         (mm-uu-pgp-signed-extract-1): Use it.
14093         (mm-uu-pgp-encrypted-extract-1): Use it.
14094         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14095         bind mm-uu-text-plain-type with that value.
14096         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14097         mm-uu-dissect.
14098
14099 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus-group.el (gnus-update-group-mark-positions):
14102         * gnus-sum.el (gnus-update-summary-mark-positions):
14103         * message.el (message-check-news-body-syntax):
14104         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14105         of string-as-multibyte.
14106
14107 2004-10-05  Juri Linkov  <juri@jurta.org>
14108
14109         * gnus-group.el (gnus-update-group-mark-positions):
14110         * gnus-sum.el (gnus-update-summary-mark-positions):
14111         * message.el (message-check-news-body-syntax):
14112         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14113         8-bit unibyte values to a multibyte string for search functions.
14114
14115 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14118         (mm-uu-dissect-text-parts): New function.
14119
14120         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14121         dissect text parts.
14122
14123         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14124         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14125
14126         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14127
14128         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14129         gnus-current-topics instead of gnus-current-topic.
14130
14131 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14132
14133         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14134
14135 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14136
14137         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14138         where approriate.
14139
14140         * nnml.el (nnml-generate-active-info): do.
14141
14142         * nndiary.el (nndiary-generate-active-info): do.
14143
14144         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14145         (gnus-topic-move): do.
14146
14147         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14148         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14149
14150         * gnus-srvr.el (gnus-server-prepare)
14151         (gnus-server-open-all-servers): do.
14152
14153         * gnus-msg.el (gnus-summary-cancel-article)
14154         (gnus-summary-resend-message)
14155         (gnus-summary-mail-crosspost-complaint): do.
14156
14157         * gnus-move.el (gnus-change-server): do.
14158
14159         * gnus-group.el (gnus-group-unmark-all-groups)
14160         (gnus-group-set-current-level): do.
14161
14162 2004-10-04  Simon Josefsson  <jas@extundo.com>
14163
14164         * message.el (message-generate-hashcash): Doc fix.
14165
14166 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14167
14168         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14169         avoid infinite recursion via gnus-get-function.
14170
14171 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14172
14173         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14174
14175         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14176
14177         * nnmail.el (nnmail-split-history): do.
14178
14179         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14180         (nnml-request-delete-group): do.
14181
14182         * nnslashdot.el (nnslashdot-read-groups): do.
14183
14184         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14185         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14186
14187         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14188         (nnspool-sift-nov-with-sed): Use last.
14189         (nnspool-retrieve-headers-with-nov): Use mapc.
14190         (nnspool-request-newgroups): Use dolist.
14191         (nnspool-request-group): Use last.
14192
14193         * nntp.el (nntp-read-server-type): Use dolist.
14194
14195         * nnvirtual.el (nnvirtual-create-mapping)
14196         (nnvirtual-update-read-and-marked): Use dolist.
14197         (nnvirtual-convert-headers): Simplify.
14198
14199 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14200
14201         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14202         support for sync'ing tick marks.
14203
14204 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14207         there's no visible header.
14208
14209 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14210
14211         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14212         necessary, pass full group name to gnus-request-set-marks.
14213
14214 2004-10-01  Simon Josefsson  <jas@extundo.com>
14215
14216         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14217         acroread.
14218
14219 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14220
14221         * spam-report.el (spam-report-gmane): Fix interactive.
14222
14223         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14224
14225         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14226         when writing file.
14227         (gnus-agent-synchronize-flags): Don't default to being
14228         interactive.
14229
14230 2004-09-30  Simon Josefsson  <jas@extundo.com>
14231
14232         * message.el (message-generate-hashcash): Add.
14233         (message-send-mail): Use it, call mail-add-payment.
14234
14235 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14236
14237         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14238
14239 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14240
14241         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14242         gnus-requst-update-info with explicit code to sync the in-memory
14243         info read flags with the marks being sync'd to the backend.
14244
14245         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14246
14247 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14248
14249         * spam.el (spam-verify-bogofilter): Add new function.
14250         (spam-check-bogofilter)
14251         (spam-bogofilter-register-with-bogofilter): Use it.
14252         (spam-verify-bogofilter): Add small fixes.
14253
14254 2004-09-28  Simon Josefsson  <jas@extundo.com>
14255
14256         * hashcash.el (hashcash-generate-payment): Revert.
14257
14258 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14259
14260         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14261         gnus-extract-references instead of gnus-split-references.
14262
14263         * gnus-util.el (gnus-extract-references): Add new function, analogous
14264         to gnus-split-references but extracts only the message-ID without
14265         anything extra.
14266
14267         * hashcash.el (hashcash-generate-payment)
14268         (hashcash-check-payment): Do the right thing if hashcash-path is
14269         nil (because the hashcash program could not be found).
14270
14271         * spam.el (spam-use-hashcash): Remove comment.
14272
14273 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14274
14275         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14276         (gnus-cache-enter-article, gnus-cache-remove-article)
14277         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14278
14279         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14280
14281         * gnus-art.el (article-hide-boring-headers)
14282         (article-translate-strings, article-display-face)
14283         (gnus-article-mime-match-handle-first)
14284         (gnus-article-highlight-headers)
14285         (gnus-article-add-buttons-to-head): do.
14286
14287 2004-09-27  Simon Josefsson  <jas@extundo.com>
14288
14289         * hashcash.el: New version, from
14290         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14291         ../contrib/.
14292
14293 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14296
14297 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14298
14299         * gnus-dup.el (gnus-dup-open): Use mapc.
14300         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14301
14302         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14303         Reported by Stefan Wiens <s.wi@gmx.net>.
14304
14305         * gnus.el (gnus-shutdown): Use dolist.
14306
14307         * gnus-undo.el (gnus-undo): Use mapc.
14308
14309         * nnrss.el (nnrss-generate-active): do.
14310
14311         * message.el (message-cite-original-without-signature)
14312         (message-cite-original): Use mapc.
14313         (message-do-actions, message-make-forward-subject): Use dolist.
14314
14315 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14316
14317         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14318         deletion to remove entire duplicate line.  Fixes merged article
14319         number bug.
14320
14321 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14322
14323         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14324         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14325         first ask if you want to open a server and then, even when you
14326         responded with no, asking if you want to synchronize the server's
14327         flags.
14328         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14329         multi-line expressions.
14330         (gnus-agent-synchronize-group-flags): New internal function.
14331         Updates marks in memory (in the info structure) AND in the
14332         backend.
14333
14334         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14335
14336         * nnagent.el (nnagent-request-set-mark): Use
14337         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14338         method, to ensure that synchronization updates marks in the
14339         backend and in the info (in memory) structure.
14340
14341 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14342
14343         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14344         convention fully; don't miss the root article of a thread; make
14345         the X-Draft-From header with correct article numbers.
14346
14347 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14348
14349         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14350         unless plugged.  Disable the agent so that an open failure causes
14351         an error.
14352
14353         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14354         Reverted 2004-09-21 change.  The backend must be opened while
14355         synchronizing flags even when the backend stores the flags
14356         locally.
14357
14358 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14361         in `header' match.  Reported by Svend Tollak Munkejord.
14362
14363         * message.el (message-cite-original): Fix use of
14364         `message-cite-articles-with-x-no-archive'.
14365
14366 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14369         (gnus-window-to-buffer): Ditto.
14370
14371         * mml.el (mml-preview-buffer): New variable.
14372         (mml-preview): Manage window layout with gnus-buffer-configuration.
14373
14374         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14375         X-Draft-From header even if those articles aren't quoted.
14376
14377 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14378
14379         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14380         (gnus-request-set-mark, gnus-request-update-mark): Use new
14381         g-s-t-u-l-m to decide to use backend even when unplugged.
14382
14383 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14386         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14387
14388 2004-09-20  Simon Josefsson  <jas@extundo.com>
14389
14390         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14391         "utf-16-le".
14392
14393 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14394
14395         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14396
14397 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14398
14399         * uudecode.el (uudecode-use-external): Add :version.
14400
14401         * smime.el (smime-CA-file, smime-encrypt-cipher)
14402         (smime-dns-server): Add :version.
14403
14404         * smiley.el (gnus-smiley-file-types): Add :version.
14405
14406         * sha1.el (sha1-use-external): Add :version.
14407
14408         * pgg-def.el (pgg-query-keyserver): Add :version.
14409
14410         * nnmail.el (nnmail-fancy-expiry-targets)
14411         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14412         Add :version.
14413
14414         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14415         (nnimap-retrieve-groups-asynchronous): Add :version.
14416         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14417
14418         * mml.el (mml-content-disposition-parameters)
14419         (mml-insert-mime-headers-always): Add :version.
14420
14421         * mm-util.el (mm-coding-system-priorities): Add :version.
14422
14423         * mm-decode.el (mm-inline-text-html-with-images)
14424         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14425         (mm-verify-option): Add :version.
14426         (mm-text-html-renderer): Change :version.
14427
14428         * message.el (message-fcc-externalize-attachments)
14429         (message-required-headers, message-draft-headers)
14430         (message-subject-trailing-was-query)
14431         (message-subject-trailing-was-ask-regexp)
14432         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14433         (message-mark-insert-end, message-archive-header)
14434         (message-archive-note, message-cross-post-default)
14435         (message-cross-post-note, message-followup-to-note)
14436         (message-cross-post-note-function, message-use-mail-followup-to)
14437         (message-subscribed-address-functions)
14438         (message-subscribed-address-file, message-subscribed-addresses)
14439         (message-subscribed-regexps, message-allow-no-recipients)
14440         (message-yank-cited-prefix, message-signature-insert-empty-line)
14441         (message-hidden-headers, message-hierarchical-addresses)
14442         (message-mail-user-agent, message-use-idna)
14443         (message-valid-fqdn-regexp)
14444         (message-strip-special-text-properties, message-header-synonyms)
14445         (message-beginning-of-line, message-tab-body-function): Add :version.
14446         (message-insert-canlock, message-wide-reply-confirm-recipients):
14447         Change :version.
14448
14449         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14450         and :version.
14451         (mail-source-delete-old-incoming-confirm)
14452         (mail-source-movemail-program): Add :version.
14453
14454         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14455         (gnus-agent-cache, gnus-agent): Change :version.
14456
14457         * gnus-util.el (gnus-use-byte-compile): Change :version.
14458
14459         * gnus-sum.el (gnus-summary-make-false-root-always)
14460         (gnus-summary-default-high-score)
14461         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14462         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14463         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14464         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14465         (gnus-sum-thread-tree-single-indent)
14466         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14467         (gnus-sum-thread-tree-leaf-with-other)
14468         (gnus-sum-thread-tree-single-leaf): Add :version.
14469         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14470         (gnus-article-loose-mime): Change :version.
14471
14472         * gnus-start.el (gnus-backup-startup-file)
14473         (gnus-save-startup-file-via-temp-buffer): Add :version.
14474
14475         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14476         (gnus-server-offline-face): Add :version.
14477
14478         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14479
14480         * gnus-msg.el (gnus-gcc-externalize-attachments)
14481         (gnus-debug-files, gnus-debug-exclude-variables)
14482         (gnus-discouraged-post-methods): Change :version.
14483         (gnus-confirm-mail-reply-to-news)
14484         (gnus-confirm-treat-mail-like-news): Add :version.
14485
14486         * gnus-int.el (gnus-server-unopen-status): Add :version.
14487
14488         * gnus-group.el (gnus-group-jump-to-group-prompt)
14489         (gnus-large-ephemeral-newsgroup)
14490         (gnus-fetch-old-ephemeral-headers): Add :version.
14491
14492         * gnus-fun.el (gnus-x-face-directory)
14493         (gnus-convert-pbm-to-x-face-command)
14494         (gnus-convert-image-to-x-face-command)
14495         (gnus-convert-image-to-face-command): Add :version.
14496
14497         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14498
14499         * gnus-cite.el (gnus-cite-blank-line-after-header)
14500         (gnus-article-boring-faces): Add :version.
14501
14502         * gnus-art.el (gnus-buttonized-mime-types)
14503         (gnus-inhibit-mime-unbuttonizing)
14504         (gnus-treat-display-face)
14505         (gnus-treat-body-boundary): Change :version.
14506         (gnus-body-boundary-delimiter, gnus-picon-databases)
14507         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14508         (gnus-treat-date-english, gnus-treat-fold-headers)
14509         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14510         (gnus-treat-mail-picon, gnus-treat-wash-html)
14511         (gnus-article-encrypt-protocol)
14512         (gnus-use-idna, gnus-article-over-scroll)
14513         (gnus-mime-display-multipart-alternative-as-mixed)
14514         (gnus-mime-display-multipart-related-as-mixed)
14515         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14516         (gnus-ctan-url, gnus-button-ctan-handler)
14517         (gnus-button-handle-ctan-bogus-regexp)
14518         (gnus-button-ctan-directory-regexp)
14519         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14520         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14521         (gnus-button-man-level, gnus-button-emacs-level)
14522         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14523
14524         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14525         (gnus-agent-go-online): Change :version.
14526         (gnus-agent-expire-unagentized-dirs)
14527         (gnus-agent-auto-agentize-methods): Add :version.
14528
14529         * flow-fill.el (fill-flowed-display-column)
14530         (fill-flowed-encode-column): Add :version.
14531
14532         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14533         (gnus-outlook-deuglify-unwrap-max)
14534         (gnus-outlook-deuglify-cite-marks)
14535         (gnus-outlook-deuglify-unwrap-stop-chars)
14536         (gnus-outlook-deuglify-no-wrap-chars)
14537         (gnus-outlook-deuglify-attrib-cut-regexp)
14538         (gnus-outlook-deuglify-attrib-verb-regexp)
14539         (gnus-outlook-deuglify-attrib-end-regexp)
14540         (gnus-outlook-display-hook): Add :version.
14541
14542         * binhex.el (binhex-use-external): Add :version.
14543
14544 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14547         and `invisible'.
14548
14549 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14550
14551         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14552         in gnus-registry-trim.
14553
14554 2004-09-13  Simon Josefsson  <jas@extundo.com>
14555
14556         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14557
14558         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14559
14560         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14561         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14562         <yamaoka@jpl.org>.
14563         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14564         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14565         <yamaoka@jpl.org>.
14566
14567         * sieve.el (sieve-manage-mode): Ditto.
14568
14569 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14570
14571         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14572
14573 2004-09-11  Simon Josefsson  <jas@extundo.com>
14574
14575         * dns-mode.el: Add.
14576
14577         * mm-view.el (mm-display-dns-inline): Add.
14578
14579         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14580         (mm-automatic-display): Ditto.
14581
14582         * mailcap.el (mailcap-mime-data): Add text/dns.
14583         (mailcap-mime-extensions): Map .soa to text/dns.
14584
14585 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14586
14587         * gnus-art.el (article-decode-mime-words, article-babel)
14588         (gnus-article-highlight-signature, gnus-article-add-buttons)
14589         (gnus-signature-toggle): Remove unnecessary bindings of
14590         `inhibit-read-only' inherited from v5.10 merge.
14591
14592 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14593
14594         * nntp.el (nntp): New customization group.
14595         (nntp-authinfo-file): Add customization group.
14596
14597         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14598
14599         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14600
14601         * gnus.el (to-address, to-list, subscribed)
14602         (large-newsgroup-initial): Ditto.
14603
14604         * flow-fill.el (fill-flowed-display-column)
14605         (fill-flowed-encode-column): Ditto.
14606
14607 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14608
14609         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14610         Use point-min rather than 1.
14611         (message-send-mail): Use buffer-size rather than point-max.
14612
14613         * gnus-sum.el (gnus-summary-search-article-forward):
14614         Signal a specific `search-failed' rather than a generic `error'.
14615
14616         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14617         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14618         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14619
14620 2004-09-10  Simon Josefsson  <jas@extundo.com>
14621
14622         * nndb.el (require): Remove tcp and duplicate cl.
14623
14624 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * gnus-agent.el (directory-files-and-attributes): Move forward.
14627
14628 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14629
14630         * gnus-agent.el (directory-files-and-attributes): Optionally
14631         defined to support XEmacs.
14632
14633 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14634
14635         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14636         to avoid run-time CL dependencies.
14637         (gnus-agent-unfetch-articles): New function.
14638         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14639         article numbers even when local .overview file is missing.
14640         (gnus-agent-read-article-number): New function.  Only accepts
14641         27-bit article numbers.
14642         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14643         gnus-agent-read-article-number.
14644         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14645         from backend while recognizing that article numbers in .overview
14646         must be valid.
14647         (gnus-agent-update-files-total-fetched-for): Use
14648         directory-files-and-attributes to improve performance.
14649         * gnus-int.el (gnus-request-move-article): Use
14650         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14651         improve performance.
14652
14653         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14654         some users confused by references to .newsrc when they only have a
14655         .newsrc.eld file.
14656         (gnus-convert-mark-converter-prompt)
14657         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14658         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14659         New function.  Used internally to only display 'gnus converting
14660         files' message when actually necessary.
14661
14662         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14663         methods now autoloaded.
14664
14665 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14668         identifiers.
14669
14670 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14671
14672         * gnus-picon.el: Fix indentation and closing parenthesis.
14673
14674 2004-09-01  Simon Josefsson  <jas@extundo.com>
14675
14676         * message.el (message-canlock-generate): Require sha1, not
14677         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14678         to require within a function.  Sadly, if sha1.el isn't loaded, the
14679         let binding in m-c-g will hide the defcustom definition, which is
14680         bad.)
14681
14682         * canlock.el: Require sha1, not sha1-el.
14683
14684         * message.el: Don't autoload sha1 (there is a autoload cookie in
14685         sha1.el).
14686
14687         * sha1-el.el: Renamed to sha1.el.
14688
14689 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14690
14691         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14692
14693 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14694
14695         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14696
14697 2004-08-30  Kim F. Storm  <storm@cua.dk>
14698
14699         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14700
14701         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14702         Add :group 'nnimap.
14703
14704 2004-08-30  Andreas Schwab  <schwab@suse.de>
14705
14706         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14707         ?* and ?\;.
14708
14709         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14710         and ?\' to symbol instead of whitespace.
14711
14712 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14715
14716         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14717         instead of re-search-forward.
14718
14719         * gnus-uu.el (gnus-uu-save-article): Ditto.
14720         (gnus-uu-post-encode-uuencode): Ditto.
14721
14722         * html2text.el (html2text-clean-list-items): Ditto.
14723         (html2text-clean-dtdd): Ditto.
14724         (html2text-format-tags): Ditto.
14725
14726         * message.el (message-send-mail-with-sendmail): Fix regexp.
14727         (message-fill-field-general): Use search-forward instead of
14728         re-search-forward.
14729         (unbold-region): Ditto.
14730
14731         * nnrss.el (nnrss-request-article): Ditto.
14732
14733         * nnslashdot.el (nnslashdot-request-article): Ditto.
14734
14735         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14736
14737         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14738         "Unrecognized menu descriptor" error in XEmacs.
14739
14740 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14741
14742         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14743         parent article of a sparse article in the thread hashtb.
14744
14745 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14746
14747         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14748         (nnmail-expand-newtext): Lowercase expanded entries if
14749         nnmail-split-lowercase-expanded is non-nil.
14750
14751 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14752
14753         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14754
14755         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14756         of gnus-tmp-news-method into string under XEmacs.  It will be
14757         passed to gnus-correct-length which takes only a string argument.
14758
14759 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * gnus-util.el (gnus-bind-print-variables): New macro.
14762         (gnus-prin1): Use it.
14763         (gnus-prin1-to-string): Use it.
14764         (gnus-pp): New function.
14765         (gnus-pp-to-string): New function.
14766
14767         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14768         Replace pp-to-string with gnus-pp-to-string.
14769         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14770         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14771         * gnus-msg.el (gnus-debug): Ditto.
14772         * gnus-score.el (gnus-score-save): Ditto.
14773         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14774         gnus-pp-to-string.
14775         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14776         with gnus-pp.
14777         * score-mode.el (gnus-score-pretty-print): Ditto.
14778         * webmail.el (webmail-debug): Ditto.
14779
14780 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-art.el (article-display-face, article-display-x-face):
14783         Use buffer-read-only.
14784
14785 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (article-hide-list-identifiers):
14788         Bind inhibit-read-only as t.
14789
14790 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14791
14792         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14793
14794 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14795
14796         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14797         (gnus-narrow-to-page): Don't assume point-min == 1.
14798         (gnus-article-edit-mode): Derive from message-mode.
14799
14800         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14801         point-min == 1.
14802
14803         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14804         Disable incorrect use of `assert'.
14805
14806         * message.el (message-mode): Set comment-start-skip.
14807
14808
14809 2004-08-22  Sam Steingold  <sds@gnu.org>
14810
14811         * pop3.el (pop3-leave-mail-on-server): New user variable.
14812         (pop3-movemail): Delete mail only when it is nil.
14813
14814 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14815
14816         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14817
14818         * mml.el (mml-preview): Use `pop-to-buffer'.
14819
14820         * message.el (message-goto-mail-followup-to): Insert after "To".
14821         (message-carefully-insert-headers): Add comment.
14822
14823         * gnus.el: Remove unused variable `gnus-article-check-size'.
14824
14825         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14826
14827         * gnus-art.el (gnus-button-alist): Improve
14828         `gnus-button-handle-library' entry.
14829
14830 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14831
14832         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14833         downcase, since XEmacs capitalizes error messages differently.
14834
14835 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14836
14837         * nntp.el: Add (require 'gnus) due to reference to
14838         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14839
14840 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14841
14842         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14843         `mm-fill-flowed'.
14844
14845         * mm-decode.el (mm-dissect-singlepart): Check it.
14846
14847 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14848
14849         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14850         'imap' for netrc parsing.
14851
14852 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * mailcap.el (mailcap-mime-data): Mark as risky.
14855
14856 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14859         may be included in the encoded word.
14860         (rfc2047-encode): Don't append a space if the encoded word
14861         includes close parenthesis.
14862
14863 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14866         of text within parentheses.
14867
14868 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14869
14870         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14871         (gnus-encrypt-write-file-contents): Make the password key the file
14872         name PLUS the cipher, not just the cipher.  Also remove failed
14873         passwords from the cache.
14874
14875 2004-08-06  Simon Josefsson  <jas@extundo.com>
14876
14877         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14878         fix.
14879
14880 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14883         LWSP.
14884
14885 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14886
14887         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14888         to append in-reply-to: data to the references: header.
14889
14890         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14891         (netrc-parse): Use gnus-encrypt.el functions.
14892
14893         * gnus-encrypt.el: Add new file for encryption support; currently
14894         does only a few GPG ciphers and an internal XOR cipher.
14895
14896         * password.el: Add comments on using password-read-and-add.
14897         (password-read-and-add): Add function to read and add the
14898         password to the cache at once.
14899
14900 2004-07-28  Simon Josefsson  <jas@extundo.com>
14901
14902         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14903         parameter (but don't use it, for now).
14904
14905         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14906         instead of hard coding to nil.
14907
14908 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14911         as mm-inline-image-xemacs does.
14912
14913 2004-07-26  Simon Josefsson  <jas@extundo.com>
14914
14915         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14916         Revert part of 2004-07-17 change below.
14917
14918 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14921         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14922
14923 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14924
14925         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14926         quotes that actually start with ">" at the beginning of the
14927         lines.
14928
14929 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14930
14931         * rfc2047.el (rfc2047-encode-region): Fix last change.
14932         (rfc2047-encode-parameter): Remove useless concat.
14933
14934 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14937         encode special characters; fix some kind of misconfigured headers;
14938         signal a real error if debug-on-quit or debug-on-error is non-nil.
14939         (rfc2047-encode-max-chars): New variable.
14940         (rfc2047-encode-1): Use it.
14941         (rfc2047-encode-parameter): New function.
14942
14943         * mml.el (mml-insert-parameter): Remove an excessive space.
14944
14945 2004-07-17  Simon Josefsson  <jas@extundo.com>
14946
14947         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14948         Kai Grossjohann <kai@emptydomain.de>.
14949         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14950         (gnus-group-make-menu-bar): Ditto.
14951
14952         * gnus-util.el (gnus-group-server): Add.
14953
14954 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14955
14956         * message.el (message-clone-locals): Clone sendmail and smtp
14957         variables.
14958
14959 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * rfc2047.el (rfc2047-encode-region): Fix last change.
14962
14963 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14964
14965         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14966         characters as non-special.
14967
14968 2004-07-09  Simon Josefsson  <jas@extundo.com>
14969
14970         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14971         Users will lose all flag changes made while unplugged with
14972         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14973         good default.  See numerous reports on ding mailing list.
14974
14975 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14978         add generate-head-function and generate-article-function to the
14979         rfc822-forward entry.
14980         (nndoc-rfc822-forward-generate-article): New function.
14981         (nndoc-rfc822-forward-generate-head): New function.
14982
14983         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14984
14985 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14986
14987         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14988         respect display group parameter and gnus-summary-expunge-below.
14989         (gnus-articles-to-read): Remove unused reference to display group
14990         parameter.
14991
14992 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14993
14994         * nnheader.el (nnheader-uniquify-message-id): New experimental
14995         variable.
14996         (nnheader-nov-read-message-id): Use it.
14997
14998         * spam-report.el (spam-report-gmane): Add interactive.
14999
15000 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15001
15002         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15003         qp-or-base64 for the application/* types.
15004
15005 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15006
15007         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15008
15009 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15012         trim value.
15013
15014 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15015
15016         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15017         New macro and function.
15018         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15019
15020 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15023         after-load-alist.
15024
15025 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15026
15027         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15028         update info that isn't there.
15029
15030 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15031
15032         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15033         entry.
15034
15035 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * mm-view.el (mm-inline-render-with-function): Use multibyte
15038         buffer; decode html source by charset.
15039
15040         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15041
15042         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15043         Mule-UCS is loaded under XEmacs.
15044         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15045
15046 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15047
15048         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15049
15050 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * mm-util.el (mm-coding-system-p): Return a coding-system.
15053         (mm-mime-mule-charset-alist): Use shift_jis instead of
15054         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15055         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15056         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15057         instead of japanese-shift-jis and iso-latin-1 respectively in
15058         order to share the default value with both Emacs and XEmacs-mule.
15059         (mm-mule-charset-to-mime-charset): Make
15060         mm-coding-system-priorities effective.
15061         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15062         while predicating of candidates upon the priorities.
15063
15064 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15065
15066         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15067         gnus-uu-invert-processable.
15068
15069         * gnus.el: Autoload gnus-uu-invert-processable.
15070
15071 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * mm-util.el (mm-with-multibyte-buffer): New macro.
15074
15075         * rfc2047.el (rfc2047-encode-string): Use it.
15076         (rfc2047-encode-region): Move point to the end of the region after
15077         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15078
15079 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15082         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15083
15084 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15087         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15088         Karl Chen <quarl@nospam.quarl.org>.
15089
15090 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15091
15092         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15093         invalid addresses.
15094
15095 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15096
15097         * spam.el: Change section markers, revise TODO list.
15098         (spam-backends): Make new master list of all installed backends.
15099         (spam-summary-exit-behavior): Add new variable to determine how
15100         messages moves are done at summary exit.
15101         (spam-move-spam-nonspam-groups-only)
15102         (spam-process-ham-in-nonham-groups)
15103         (spam-process-ham-in-spam-groups): Remove variables, the
15104         spam-summary-exit-behavior variable should be used to manage this
15105         behavior.
15106         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15107         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15108         and spam-old-spam-articles.
15109         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15110         Add empty variables, placeholders for the backends they represent.
15111         (spam-set-difference): Move, unchanged.
15112         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15113         unless the user has a processor variable.
15114         (spam-classifications, spam-classification-valid-p)
15115         (spam-backend-properties, spam-backend-property-valid-p)
15116         (spam-backend-function-type-valid-p)
15117         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15118         (spam-report-articles-gmane, spam-report-articles-resend):
15119         Remove functions, they are not needed.
15120         (spam-install-backend-super, spam-backend-list)
15121         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15122         (spam-backend-function, spam-backend-ham-registration-function)
15123         (spam-backend-spam-registration-function)
15124         (spam-backend-ham-unregistration-function)
15125         (spam-backend-spam-unregistration-function)
15126         (spam-backend-statistical-p, spam-backend-mover-p)
15127         (spam-install-backend-alias, spam-install-checkonly-backend)
15128         (spam-install-mover-backend, spam-install-nocheck-backend)
15129         (spam-install-backend, spam-install-statistical-backend)
15130         (spam-install-statistical-checkonly-backend): Add backend installation
15131         support.
15132         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15133         (spam-group-processor-p): Use the new backend code and respect the
15134         summary exit behavior.
15135         (spam-mark-spam-as-expired-and-move-routine): Remove.
15136         (spam-summary-prepare): Change to use the new spam-old-articles
15137         variable.
15138         (spam-copy-or-move-routine, spam-copy-spam-routine)
15139         (spam-move-spam-routine, spam-copy-ham-routine)
15140         (spam-move-ham-routine): Add code to copy/move ham or spam.
15141         (spam-fetch-field-fast): Improve doc and code, plus allow the
15142         'number request.
15143         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15144         variables.
15145         (spam-split, spam-find-spam): Use the new backend code.
15146         (spam-registration-functions): Remove variable.
15147         (spam-unregister-routine): Add convenience wrapper.
15148         (spam-log-undo-registration, spam-register-routine)
15149         (spam-log-processing-to-registry)
15150         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15151         where possible.
15152         (spam-check-gmane-xref, spam-check-regex-headers)
15153         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15154         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15155         (spam-check-bogofilter-headers, spam-check-spamoracle)
15156         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15157         (spam-check-crm114-headers): Use the spam-split-group that
15158         spam-split prepares, no need to determine it every time.
15159
15160         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15161         to the nnheader-parse-naked-head call.
15162
15163         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15164
15165         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15166         the nnheader-nov-read-message-id call.
15167
15168 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15171         gnus-activate-group twice.  Suggested by Markus Peter
15172         <warp@spin.de>.
15173
15174 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * gnus-art.el (gnus-article-time-format): Exchange the order of
15177         day and month in the default value; fix customization type.
15178         (article-date-ut): Use add-text-properties.
15179         (article-make-date-line): Use message-make-date instead of
15180         current-time-string.
15181
15182         * message.el (message-fetch-field): Don't use set-text-properties.
15183         (message-make-date): Simplify.
15184
15185         * messagexmas.el (message-xmas-make-date): New function.
15186         (message-xmas-redefine): Defalias message-make-date to it.
15187
15188 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15191         (rfc2047-encode-region): Treat text within parentheses as special;
15192         show the original text when error has occurred.
15193
15194         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15195         already-computed method to gnus-activate-group.
15196
15197         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15198         same select-methods identical Lisp objects.
15199
15200         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15201         object when modifying the info.
15202
15203 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15204
15205         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15206         gnus-opened-servers since it has never been opened with the new
15207         configuration yet.
15208
15209 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15212         arg to nnheader-generate-fake-message-id.
15213
15214 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15217         number and build a fake message ID localized to a group and
15218         article number (so it's repeatable from that point on).
15219         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15220         ID format.
15221
15222         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15223         nnheader-generate-fake-message-id with the article number.
15224
15225 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15226
15227         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15228         end-of-buffer.
15229
15230 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15231
15232         * message.el (message-ignored-supersedes-headers): Add Approved.
15233
15234 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15237         goto-char.
15238         (rfc2047-encode): Fold the line before encoding.
15239
15240 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15241
15242         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15243         folding -- not all headers can be folded, and this should be done
15244         by the message composition mode.  Probably.  I think.
15245
15246 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15249         fast.
15250
15251         * gnus-ems.el (gnus-remove-image): Don't use
15252         message-text-with-property; remove only the image found first.
15253
15254         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15255         found first.
15256
15257 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15258
15259         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15260
15261 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * message.el (message-text-with-property): Make it fast and accept
15264         optional arguments.
15265         (message-strip-forbidden-properties): Use it.
15266         (message-fix-before-sending): Follow the m-t-w-p change.
15267
15268         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15269
15270 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * gnus-art.el (article-hide-headers): Don't change the buffer
15273         mistakenly when performing mml-preview even if
15274         gnus-single-article-buffer is nil.
15275
15276 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15277
15278         * message.el (message-expand-name-databases): New user option.
15279         (message-expand-name): Use it.
15280
15281 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15282
15283         * spam.el (spam-report-articles-resend)
15284         (spam-report-resend-register-routine): Allow ham reporting.
15285         (spam-report-resend-register-ham-routine): Add wrapper.
15286         (spam-registration-functions): Add ham resending functions.
15287         (spam-list-of-processors): Add ham resend processor.
15288
15289         * gnus.el (ham-resend-to): Add new group parameter.
15290         (spam-process): Add ham resend option.
15291
15292         * spam-report.el (spam-report-resend): Allow reporting ham.
15293         (spam-report-resend-ham): Add wrapper.
15294
15295 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15296
15297         * message.el (message-cite-articles-with-x-no-archive): New
15298         variable.
15299         (message-cite-original): Use it.
15300
15301 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15302
15303         * message.el (message-cite-original): Respect X-No-Archive.
15304
15305 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * gnus-art.el (article-hide-headers): Refer to the values for
15308         gnus-ignored-headers and gnus-visible-headers in the summary
15309         buffer since a user may have set them as group parameters.
15310
15311 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15312
15313         * assistant.el (assistant-node-name): Add convenience function.
15314         (assistant-render-text, assistant-render-node): Add error handling,
15315         plus handle multiple next nodes.
15316         (assistant-find-next-node): Comment out for now.
15317         (assistant-find-next-nodes): Add function, returns list of next
15318         nodes.
15319
15320 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15321
15322         * mail-source.el (mail-source-directory): Fix doc-string.
15323
15324 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15325
15326         * assistant.el (assistant-render-text, assistant-eval): Add :set
15327         widget type, which is different because it takes and returns a
15328         list.  Much hilarity ensues.
15329
15330 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15333
15334         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15335         doc-string.
15336
15337         * gnus-start.el (gnus-activate-group): Added doc-string.
15338
15339 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15340
15341         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15342
15343 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15344
15345         * assistant.el (assistant-render-text): Try to add a :set
15346         widget, more to come.
15347
15348         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15349         strings.
15350         (spam-report-articles-resend)
15351         (spam-register-routine): Do registration iff any articles warrant
15352         it.
15353         (spam-summary-prepare-exit): Change log message for nil group
15354         destinations.
15355
15356 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15357
15358         * spam.el (spam-report-resend-register-routine): Allow
15359         spam-report-resend-to to be a group parameter or a global value.
15360
15361 2004-05-26  Simon Josefsson  <jas@extundo.com>
15362
15363         * starttls.el: Merge with my GNUTLS based starttls.el.
15364         (starttls-gnutls-program, starttls-use-gnutls)
15365         (starttls-extra-arguments, starttls-process-connection-type)
15366         (starttls-connect, starttls-failure, starttls-success): New
15367         variables.
15368         (starttls-program, starttls-extra-args): Doc fix.
15369         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15370         functions.
15371         (starttls-negotiate, starttls-open-stream): Check
15372         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15373         function if it is set.
15374
15375 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15376
15377         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15378         structured fields.
15379
15380 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15381
15382         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15383
15384 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15385
15386         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15387         variable.
15388         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15389         assigning the spam-mark to new messages.
15390
15391 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15392
15393         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15394
15395 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15398
15399         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15400         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15401         default.
15402
15403 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15404
15405         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15406         correct data.
15407
15408 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15409
15410         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15411         (spam-group-processor-p): Fix function.
15412         (spam-group-processor-multiple-p)
15413         (spam-group-spam-processor-report-gmane-p)
15414         (spam-group-spam-processor-report-resend-p)
15415         (spam-group-spam-processor-bogofilter-p)
15416         (spam-group-spam-processor-blacklist-p)
15417         (spam-group-spam-processor-ifile-p)
15418         (spam-group-ham-processor-ifile-p)
15419         (spam-group-spam-processor-spamoracle-p)
15420         (spam-group-spam-processor-crm114-p)
15421         (spam-group-ham-processor-bogofilter-p)
15422         (spam-group-spam-processor-stat-p)
15423         (spam-group-ham-processor-stat-p)
15424         (spam-group-ham-processor-whitelist-p)
15425         (spam-group-ham-processor-BBDB-p)
15426         (spam-group-ham-processor-spamoracle-p)
15427         (spam-group-ham-processor-copy-p): Remove functions with some
15428         prejudice against unneeded code.
15429         (spam-report-articles-resend)
15430         (spam-report-resend-register-routine): Allow the group/topic
15431         spam-resend-to value to override spam-report-resend-to.
15432         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15433         properly now.
15434
15435         * gnus.el (spam-resend-to): Add group/topic parameter.
15436         (spam-process): Move the OBSOLETE processors to the end of the
15437         choices.
15438
15439 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15440
15441         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15442         with resend-to set to nil, and then ask the user if necessary.
15443         (spam-report-resend): spam-report-resend takes a list of articles, not
15444         separate article numbers.
15445
15446 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15449         addition to emacs-w3m.
15450
15451 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15452
15453         * assistant.el (assistant-authinfo-data): New function.
15454         (assistant-eval): Eval for entire assistant.
15455
15456         * netrc.el (netrc-services-file): New variable.
15457         (netrc-parse-services): New function.
15458         (netrc-find-service-name): New function.
15459         (netrc-find-service-number): New function.
15460         (netrc-port-equal): New function.
15461         (netrc-machine): Use it.
15462
15463         * nnimap.el (nnimap-open-connection): Use netrc.
15464
15465         * gnus-util.el (gnus-netrc-get): Remove aliases.
15466
15467         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15468
15469         * assistant.el (wid-edit): Fix compilation.
15470
15471         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15472
15473 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15474
15475         * gnus-util.el (gnus-set-file-modes): New function.  (small
15476         patch).
15477
15478 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15479
15480         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15481
15482         * assistant.el (assistant-render-node): Fix up rendering and
15483         read-only text.
15484         (assistant-render-node): Reset.
15485         (assistant-make-read-only): Not sticky.
15486
15487 2004-05-20  Danny Siu  <dsiu@adobe.com>
15488
15489         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15490         centered even when gnus-auto-center-summary is t.
15491
15492 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15493
15494         * dns.el (dns-get-txt-answer): New function.
15495         (dns-read-txt): Ditto.
15496         (query-dns): Use it.
15497
15498 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15501         active for foreign groups even if the group level is higher than
15502         the specified value.
15503
15504 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15505
15506         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15507         non-active groups.
15508
15509         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15510
15511 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15512
15513         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15514
15515 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15516
15517         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15518         (spam-crm114-header, spam-crm114-spam-switch)
15519         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15520         (spam-crm114-positive-spam-header)
15521         (spam-crm114-database-directory, spam-list-of-processors)
15522         (spam-group-spam-processor-crm114-p)
15523         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15524         (spam-generic-score, spam-list-of-checks)
15525         (spam-list-of-statistical-checks, spam-registration-functions)
15526         (spam-check-crm114-headers, spam-crm114-score)
15527         (spam-check-crm114, spam-crm114-register-with-crm114)
15528         (spam-crm114-register-spam-routine)
15529         (spam-crm114-unregister-spam-routine)
15530         (spam-crm114-register-ham-routine)
15531         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15532         asjo@koldfront.dk (Adam Sjøgren).
15533
15534         * gnus.el: Add spam-use-crm114.
15535
15536         * spam.el (spam-list-of-processors, spam-registration-functions):
15537         Add spam-use-resend.
15538         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15539         (spam-report-articles-gmane): Add doc fix.
15540         (spam-report-articles-resend, spam-report-resend-register-routine):
15541         Add wrappers around spam-report-resend-to.
15542
15543         * spam-report.el (spam-report-resend-to, spam-report-resend):
15544         Add support for resending spam.
15545         (spam-report-gmane): Fix line length >80.
15546
15547         * gnus.el (spam-process): Add spam-use-resend.
15548
15549 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15550
15551         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15552         number of processed spam messages.
15553         (spam-ham-copy-or-move-routine): Return the number of processed
15554         ham messages.
15555         (spam-summary-prepare-exit): Use the above values to decide
15556         whether status messages shouled be displayed.
15557
15558 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15561         `rfc2047-encoding-function-alist' in order to avoid conflicting
15562         with the old version.
15563         (rfc2047-encode-region): Concatenate words containing non-ASCII
15564         characters in structured fields; don't encode space-delimited
15565         ASCII words even in unstructured fields; don't break words at
15566         char-category boundaries.
15567         (rfc2047-encode-1): New function.
15568         (rfc2047-encode): Use it; encode text so that it occupies the
15569         maximum width within 76-column; work correctly on Q encoding for
15570         iso-2022-* charsets.
15571         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15572         sure not to break a line just after the header name.
15573         (rfc2047-b-encode-region): Removed.
15574         (rfc2047-b-encode-string): New function.
15575         (rfc2047-q-encode-region): Removed.
15576         (rfc2047-q-encode-string): New function.
15577
15578         * mm-util.el (mm-replace-in-string): New function.
15579
15580 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15581
15582         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15583         get it right.
15584         (gnus-inews-make-draft): Really.
15585
15586 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15587
15588         * nnmh.el (nnmh-request-list-1): Don't check the link count
15589         before descending.  (small patch)
15590
15591 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15592
15593         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15594         stuff.
15595
15596         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15597         on real group name.
15598
15599         * gnus-art.el (gnus-signature-limit): Doc fix.
15600
15601         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15602
15603         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15604
15605 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15606
15607         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15608         isn't a string.
15609
15610 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15611
15612         * gnus-draft.el (gnus-draft-send): Bind
15613         rfc2047-encode-encoded-words.
15614
15615         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15616         (rfc2047-encodable-p): Say that =? needs encoding.
15617         (rfc2047-encode-encoded-words): New variable.
15618
15619         * gnus-group.el (gnus-group-select-group): Doc fix.
15620
15621         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15622
15623         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15624         to nil.
15625
15626         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15627
15628         * nnheader.el (nnheader-get-lines-and-char): New function.
15629
15630 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15631
15632         * gnus-msg.el (gnus-summary-followup-with-original): Document
15633         yanking of region when active.
15634
15635 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15638         groups if the group level is higher than the specified value.
15639
15640 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15643         (gnus-group-jump-to-group): Added prefix argument using
15644         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15645         non-active group.
15646
15647         * compface.el (uncompface): Be verbose when changing
15648         `uncompface-use-external'.
15649
15650         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15651         handle manual section.
15652
15653 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15654
15655         * gnus-art.el (gnus-button-alist): Revert previous change.
15656
15657 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15658
15659         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15660
15661 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15662
15663         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15664         whether backend can accept message.
15665
15666         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15667
15668 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15669
15670         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15671         Avoid creating directory when nntp-marks-is-evil is true.
15672         Reported by Reiner Steib.
15673
15674 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15675
15676         * gnus-picon.el (gnus-picon-style): New variable.
15677         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15678         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15679         Jesper Harder <harder@ifa.au.dk>.
15680
15681 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15682
15683         * message.el (message-fill-field): Return point.
15684         (message-generate-headers): Go to end of field.
15685
15686         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15687         stuff for non-living groups.
15688
15689 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15690
15691         * gnus-art.el (gnus-article-followup-with-original)
15692         (gnus-article-reply-with-original): gnus-mark-active-p ->
15693         gnus-region-active-p.
15694
15695 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15696
15697         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15698         only when there is spam or ham to be processed.
15699
15700 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15701
15702         * mail-source.el (mail-source-delete-crash-box): Refactor.
15703         (mail-source-fetch): Use it.
15704         (mail-source-fetch-file): Ditto.
15705         (mail-source-fetch-directory): Run postscript in loop.
15706         (mail-source-fetch-pop): Delete.
15707         (mail-source-fetch-maildir): Ditto.
15708         (mail-source-fetch-imap): Ditto.
15709
15710         * imap.el (imap-authenticators): Comment out sasl.
15711
15712         * message.el (message-skip-to-next-address): New function.
15713         (message-fill-header-address): Refactor.
15714         (message-fill-address): Use it.
15715         (message-delete-address): Use it.
15716         (message-fill-header-general): Refactor.
15717         (message-fill-field-address): Rename.
15718         (message-narrow-to-field): Find the start of the header.
15719         (message-header-format-alist): Don't pre-fill.
15720         (message-fill-header): Removed.
15721         (message-insert-header): New function.
15722         (message-shorten-references): Use it.
15723
15724         * rfc2047.el (rfc2047-field-value): Strip props.
15725
15726         * mail-parse.el (mail-header-make-address): New alias.
15727
15728         * ietf-drums.el (ietf-drums-make-address): New function.
15729
15730         * imap.el: Add compiler directives.
15731
15732         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15733
15734         * gnus-art.el (article-decode-idna-rhs): Don't use
15735         message-idna-inside-rhs-p.
15736
15737 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15738
15739         * message.el (message-idna-inside-rhs-p): Removed.
15740         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15741
15742         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15743         false positives.
15744
15745 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15746
15747         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15748
15749 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15750
15751         * nneething.el (nneething-file-name): Don't create spurious
15752         files.
15753
15754         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15755         (gnus-inews-do-gcc): Remove sleep.
15756
15757         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15758         part under point.
15759
15760         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15761         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15762
15763 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15764
15765         * spam.el (spam-summary-prepare-exit): Fixed (length).
15766
15767 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15768
15769         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15770         as expired without moving it" message when there are spam
15771         messages left.
15772
15773 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15774
15775         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15776         header is not nil.
15777
15778 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15779
15780         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15781         nntp-possibly-create-directory, not nntp-possibly-change-group.
15782         (nntp-marks-changed-p): New arg SERVER.
15783         (nntp-request-update-info): Adjust caller.
15784
15785 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15786
15787         * nntp.el (nntp-save-marks): Pass missing arg.
15788
15789 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15790
15791         * nntp.el: Support marks.
15792         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15793         (nntp-marks-modtime, nntp-marks-directory): New variables.
15794         (nntp-request-set-mark, nntp-request-update-info)
15795         (nntp-possibly-create-directory, nntp-marks-changed-p)
15796         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15797         functions.
15798
15799 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15800
15801         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15802         (gnus-xmas-redefine): Rename.
15803
15804         * gnus-score.el (gnus-score-insert-help): Use
15805         gnus-select-lowest-window.
15806
15807         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15808         appt-select-lowest-window and rename to gnus-select-lowest-window.
15809
15810         * gnus.el: do.
15811
15812 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15813
15814         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15815         encodings of MIME-encoded words, in order to improve
15816         interoperability with several broken MUAs.
15817
15818 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15819
15820         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15821         tags, only when charsets are not specified in headers.
15822         (mm-inline-text-html-render-with-w3m): Ditto.
15823
15824         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15825         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15826
15827 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15828
15829         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15830         instead of MIME-decoded from fields when checking
15831         `gnus-article-address-banner-alist'.
15832
15833 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15834
15835         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15836         description rather than subject.
15837
15838 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15839
15840         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15841
15842 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15843
15844         * gnus.el (gnus-version-number): Bump.
15845
15846 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15847
15848         * gnus.el: No Gnus v0.2 is released.
15849
15850 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15851
15852         * gnus-agent.el (gnus-agent-read-agentview): Inline
15853         gnus-uncompress-range.
15854
15855 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15856
15857         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15858         `exec-installed-p'.
15859
15860 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15861
15862         * gnus.el (spam-process, spam-autodetect-methods): Add
15863         bsfilter and bsfilter-headers.
15864
15865         * spam.el (spam-bsfilter): New customize group.
15866         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15867         (spam-bsfilter-header, spam-bsfilter-probability-header)
15868         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15869         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15870         (spam-bsfilter-database-directory): New options.
15871         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15872         (spam-list-of-statistical-checks, spam-registration-functions):
15873         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15874         (spam-bsfilter-score): New command.
15875         (spam-check-bsfilter-headers, spam-check-bsfilter)
15876         (spam-bsfilter-register-with-bsfilter)
15877         (spam-bsfilter-register-spam-routine)
15878         (spam-bsfilter-unregister-spam-routine)
15879         (spam-bsfilter-register-ham-routine)
15880         (spam-bsfilter-unregister-ham-routine): New functions.
15881         (spam-generic-score): Support bsfilter; Accept an optional argument
15882         to recalcurate spam score even if scoring header has already been
15883         added.
15884         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15885         optional argument to recalcurate spam score even if scoring header
15886         has already been added.
15887
15888 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15889
15890         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15891         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15892         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15893         link is missing.
15894
15895 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15896
15897         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15898         (html2text-get-attr): Rewrite.
15899
15900         * message.el (message-setup-1): Remove redundant put-text-property
15901         on mail-header-separator.
15902
15903 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15904
15905         * gnus-registry.el (gnus-registry-cache-whitespace)
15906         (gnus-registry-action, gnus-registry-spool-action)
15907         (gnus-registry-split-fancy-with-parent): Change message levels
15908         from 5 to 3 or 7, as needed.
15909
15910         * spam.el (spam-summary-prepare-exit)
15911         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15912         (spam-split, spam-find-spam, spam-log-undo-registration)
15913         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15914         level from 5 to 6.
15915
15916 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15919         2004-03-04 change).
15920
15921 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15922
15923         * sieve-manage.el (sieve-manage-open):
15924         * nnweb.el (nnweb-insert-html):
15925         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15926         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15927         * nnspool.el (nnspool-request-group):
15928         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15929         * nnml.el (nnml-request-update-info):
15930         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15931         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15932         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15933         (nnimap-request-set-mark):
15934         * nnfolder.el (nnfolder-request-update-info):
15935         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15936         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15937         * gnus-uu.el (gnus-uu-find-articles-matching):
15938         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15939         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15940         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15941         * gnus-nocem.el (gnus-nocem-scan-groups):
15942         * gnus-int.el (gnus-start-news-server):
15943         * gnus-group.el (gnus-group-make-kiboze-group)
15944         (gnus-group-browse-foreign-server):
15945         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15946         Use mapc when appropriate.
15947
15948 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15949
15950         FIXME: Make separate entries for each person.
15951
15952         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15953         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15954         <shields@msrl.com>:
15955
15956         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15957         may need for spam sorting and scoring.
15958         (spam-user-format-function-S): Add user format function suitable for
15959         general use.
15960         (spam-article-sort-by-spam-status): Add sorting function for summary
15961         sorting.
15962         (spam-extra-header-to-number): Add function to get a score from a
15963         header.
15964         (spam-summary-score): Add function to get a numeric score from the
15965         headers.
15966         (spam-generic-score): Fix function doc, was in wrong place.
15967         (spam-initialize): Take symbols when it's run, and install the
15968         extra headers that spam-necessary-extra-headers thinks we need.
15969
15970 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15971
15972         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15973         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15974
15975 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15976
15977         * gnus-sum.el (gnus-set-global-variables)
15978         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15979         (gnus-article-get-xrefs, gnus-summary-best-group)
15980         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15981         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15982         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15983         Use with-current-buffer.
15984
15985 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15986
15987         * spam.el (spam-summary-prepare-exit): Simplify logic.
15988         (spam-fetch-article-header): Read the article header if it's not
15989         available.
15990         (spam-list-articles): Simplify logic.
15991         (spam-filelist-register-routine): Fix bug with unregister-list.
15992
15993         * gnus-registry.el: Fix comments at beginning.
15994
15995 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15996
15997         * message.el (message-cater-to-broken-inn): Remove.
15998         (message-shorten-references): Make sure the total folded length of
15999         References is shorter than 998 characters to cater to a bug in INN
16000         2.3.  Also, don't pretend that references aren't folded -- this
16001         hasn't worked for a while.
16002
16003 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16004
16005         * gnus-agent.el (gnus-agentize):
16006         gnus-agent-send-mail-real-function no longer set to current value
16007         of message-send-mail-function but rather a lambda that calls
16008         message-send-mail-function.  The change makes the agent real-time
16009         responsive to user changes to message-send-mail-function.
16010
16011 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16012
16013         * legacy-gnus-agent.el
16014         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16015         help from Florian Weimer <fw@deneb.enyo.de>
16016
16017 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * nnmail.el (nnmail-cache-insert): Revert last change.
16020
16021 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16022
16023         * nnmail.el (nnmail-cache-insert): Always check whether
16024         nnmail-cache-ignore-groups matches a group name.
16025
16026 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16027
16028         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16029         (spam-find-spam, spam-log-processing-to-registry)
16030         (spam-log-registered-p, spam-log-unregistration-needed-p)
16031         (spam-log-undo-registration): Use gnus-message instead of
16032         gnus-error, none of these errors are fatal.
16033
16034         * gnus-registry.el (gnus-registry-clean-empty-function)
16035         (gnus-registry-clean-empty): Remove only empty entries without
16036         extra data.
16037
16038 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * spam-stat.el (spam-stat-buffer-change-to-spam)
16041         (spam-stat-buffer-change-to-non-spam): Change (error) to
16042         (gnus-message 8) invocation.
16043
16044 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * nntp.el (nntp-via-netcat-command): New variable.
16047         (nntp-via-netcat-switches): New variable.
16048         (nntp-open-via-rlogin-and-netcat): New function.
16049         (nntp-open-connection-function): Doc fix.
16050         (nntp-telnet-command): Doc fix.
16051         (nntp-end-of-line): Doc fix.
16052         (nntp-via-rlogin-command): Doc fix.
16053         (nntp-via-user-name): Doc fix.
16054         (nntp-via-address): Doc fix.
16055
16056 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16059         error in Emacs 21.1.
16060
16061 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16062
16063         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16064
16065 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16066
16067         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16068         (gnus-agent-with-refreshed-group): New macro.
16069         (gnus-agent-rename-group): New function.
16070         (gnus-agent-delete-group): New function.
16071         (gnus-agent-save-group-info): Use gnus-command-method when
16072         `method' parameter is nil.  Don't write nil entries into the
16073         active file.
16074         (gnus-agent-get-group-info): New function.
16075         (gnus-agent-fetch-articles): Use
16076         gnus-agent-update-files-total-fetched-for to increment disk space
16077         used.
16078         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16079         gnus-agent-update-view-total-fetched-for to increment disk space
16080         used.
16081         (gnus-agent-get-local): Added optional parameters to avoid calling
16082         gnus-group-real-name and gnus-find-method-for-group.
16083         (gnus-agent-set-local): Delete stored entry if either min, or max,
16084         are nil.
16085         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16086         quit, use gnus-agent-regenerate-group to record existance of any
16087         articles fetched to disk before the quit occurred.
16088         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16089         gnus-agent-update-view-total-fetched-for, and
16090         gnus-agent-update-files-total-fetched-for to decrement disk space
16091         used.
16092         (gnus-agent-retrieve-headers): Use
16093         gnus-agent-update-view-total-fetched-for to increment disk space
16094         used.
16095         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16096         with gnus-agent-update-files-total-fetched-for to decrement disk
16097         space and fresh group buffer.
16098         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16099         (gnus-agent-need-update-total-fetched-for): New variable.
16100         (gnus-agent-update-files-total-fetched-for): New function.
16101         (gnus-agent-update-view-total-fetched-for): New function.
16102         (gnus-agent-total-fetched-for): New function.
16103
16104         * gnus-cache.el (gnus-cache-save-buffers): Use
16105         gnus-cache-update-overview-total-fetched-for to change disk space
16106         used by this group.
16107         (gnus-cache-possibly-enter-article): Use
16108         gnus-cache-update-file-total-fetched-for to increment disk space
16109         used by this group.
16110         (gnus-cache-possibly-remove-article): Use
16111         gnus-cache-update-file-total-fetched-for to decrement disk space
16112         used by this group.
16113         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16114         (gnus-cache-rename-group): New function.
16115         (gnus-cache-delete-group): New function.
16116         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16117         (gnus-cache-need-update-total-fetched-for): New variable.
16118         (gnus-cache-with-refreshed-group): New macro.
16119         (gnus-cache-update-file-total-fetched-for): New function.
16120         (gnus-cache-update-overview-total-fetched-for): New function.
16121         (gnus-cache-rename-group-total-fetched-for): New function.
16122         (gnus-cache-delete-group-total-fetched-for): New function.
16123         (gnus-cache-total-fetched-for): New function.
16124
16125         * gnus-group.el: Require gnus-sum and autoload functions to
16126         resolve warnings when gnus-group.el compiled alone.
16127         (gnus-group-line-format): Documented new %F.
16128         (size of Fetched data) group line format; identifies disk space
16129         used by agent and cache.
16130         (gnus-group-line-format-alist): Defined new F format.
16131         (gnus-total-fetched-for): New function.
16132         (gnus-group-delete-group): No longer update
16133         gnus-cache-active-altered as gnus-request-delete-group now keeps
16134         the cache in sync.
16135         (gnus-group-list-active): Let the agent store a server's active
16136         list if currently plugged.
16137
16138         * gnus-int.el (gnus-request-delete-group):
16139         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16140         local disk in sync with the server.
16141         (gnus-request-rename-group):
16142         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16143         local disk in sync with the server.
16144
16145         * gnus-start.el (gnus-get-unread-articles):
16146         Cosmetic simplification to logic.
16147
16148         * gnus-util.el (gnus-rename-file): New function.
16149
16150 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16151
16152         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16153
16154 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16155
16156         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16157         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16158
16159 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16160
16161         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16162         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16163
16164 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16165
16166         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16167
16168 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16169
16170         * spam.el (spam-set-difference): Add function to replace
16171         gnus-set-difference in spam.el.
16172         (spam-summary-prepare-exit): Use spam-set-difference.
16173
16174 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16175
16176         * gnus-registry.el (gnus-registry-cache-file): Update to use
16177         gnus-dribble-directory OR gnus-home-directory OR ~.
16178         (gnus-registry-split-fancy-with-parent): Fix doc.
16179
16180 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * message.el (message-exchange-point-and-mark): Use
16183         message-mark-active-p.  Suggested by Jesper Harder
16184         <harder@ifa.au.dk>.
16185
16186 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * message.el (message-exchange-point-and-mark): Don't activate
16189         region if it was inactive.  Suggested by Hiroshi Fujishima
16190         <pooh@nature.tsukuba.ac.jp>.
16191
16192 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * gnus-art.el (article-display-face): Display Faces in the same
16195         order as X-Faces.
16196
16197 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16198
16199         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16200
16201 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16204         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16205         (gnus-article-mime-hierarchy): Remove.
16206         (gnus-article-mime-hierarchy-next): Remove.
16207         (gnus-article-mode): Revert 2004-03-19 change.
16208         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16209         (gnus-insert-mime-button): Revert 2004-03-19 change.
16210         (gnus-mime-accumulate-hierarchy): Remove.
16211         (gnus-mime-enter-multipart): Remove.
16212         (gnus-mime-leave-multipart): Remove.
16213         (gnus-mime-display-part): Revert 2004-03-19 change.
16214         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16215
16216         * mml.el (mml-preview): Revert 2004-03-19 change.
16217
16218 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16219
16220         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16221
16222 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16223
16224         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16225         t while entering a file name using the mm-with-multibyte macro.
16226         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16227
16228         * mm-util.el (mm-with-multibyte): New macro.
16229
16230 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16231
16232         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16233         user option.
16234         (gnus-mime-multipart-functions): Doc and customization fix.
16235         (gnus-article-mime-hierarchy): New variable.
16236         (gnus-article-mime-hierarchy-next): New variable.
16237         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16238         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16239         gnus-article-mime-hierarchy-next to nil.
16240         (gnus-insert-mime-button): Show hierarchy numbers.
16241         (gnus-mime-accumulate-hierarchy): New function.
16242         (gnus-mime-enter-multipart): New function.
16243         (gnus-mime-leave-multipart): New function.
16244         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16245         (gnus-mime-display-alternative): Show hierarchy numbers.
16246
16247         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16248         gnus-article-mime-hierarchy-next to nil.
16249
16250 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16251
16252         * dns.el: Don't require gnus-xmas.
16253
16254 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16255
16256         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16257         inline PGP.
16258         (mml-menu): Disable mml-quote-region if mark is inactive.
16259
16260 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16263         when the group's active is not available.
16264
16265 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16266
16267         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16268         error.
16269
16270 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16271
16272         * imap.el (imap-store-password): New variable.
16273         (imap-interactive-login): Use it.
16274         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16275
16276 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16277
16278         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16279         window-start and hscroll to summary window.
16280
16281 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16282
16283         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16284         conversion message to newsrc-dribble when an actual conversion is
16285         performed.
16286
16287 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16288
16289         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16290
16291 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * mm-decode.el (mm-complicated-handles): New function reviving
16294         former definition of mm-multiple-handles.
16295
16296         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16297         (gnus-mime-delete-part): Use it.
16298
16299 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16300
16301         * gnus-agent.el (gnus-agent-read-local): Bind
16302         nnheader-file-coding-system to gnus-agent-file-coding-system to
16303         avoid the implicit assumption that they will always be equal.
16304         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16305         coding-system-for-write, as the with-temp-file macro first prints
16306         to a buffer then saves the buffer.
16307
16308 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * gnus-art.el (gnus-article-edit-part): New function.
16311         (gnus-mime-save-part-and-strip): Use it; do query instead of
16312         signaling an error; don't use mm-multiple-handles.
16313         (gnus-mime-delete-part): Ditto.
16314
16315 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16316
16317         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16318         old file versions.
16319         (gnus-group-prepare-hook): Removed function that converted list
16320         form of gnus-agent-expire-days to group properties.
16321
16322         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16323         (gnus-request-accept-article): Re-indented.
16324
16325         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16326         converters to handle old agent file formats.  Added logic for a
16327         "backup before upgrading warning".
16328         (gnus-convert-mark-converter-prompt): Developers can mark
16329         functions as needing (default), or not needing,
16330         gnus-convert-old-newsrc's "backup before upgrading warning".
16331         (gnus-convert-converter-needs-prompt): Tests whether the user
16332         should be protected from potentially irreversable changes by the
16333         function.
16334
16335         * legacy-gnus-agent.el: New.  Provides converters that are only
16336         loaded when gnus-convert-old-newsrc needs to call them.
16337
16338 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * mail-source.el (mail-source-touch-pop): Doc fix.
16341
16342         * message.el (message-smtpmail-send-it): Doc fix.
16343
16344 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16345
16346         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16347
16348         * nnmail.el (nnmail-split-fancy): do.
16349
16350         * gnus-kill.el (gnus-kill, gnus-execute): do.
16351
16352 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16353
16354         * gnus-sum.el (gnus-widget-reversible-match)
16355         (gnus-widget-reversible-to-internal)
16356         (gnus-widget-reversible-to-external): New functions.
16357         (gnus-widget-reversible): New widget.
16358         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16359
16360 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16361
16362         * gnus-sum.el (gnus-thread-sort-functions)
16363         (gnus-article-sort-functions): Document `(not F)' items.
16364
16365 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16366
16367         * spam.el (spam-use-gmane-xref): Add new backend.
16368         (spam-gmane-xref-spam-group): Add variable to control the name of the
16369         Gmane spam group.
16370         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16371         (spam-regex-headers-spam, spam-regex-headers-ham)
16372         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16373         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16374         backends and checks.
16375         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16376
16377         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16378         an autodetect method.
16379
16380 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16381
16382         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16383         articles are being added to a group.
16384         (gnus-request-replace-article): Inform the agent that articles
16385         need to be uncached as the cached contents are no longer valid.
16386
16387 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16388
16389         * binhex.el: Don't autoload executable-find.
16390
16391         * canlock.el: Don't autoload mail-fetch-field.
16392
16393         * dgnushack.el: Autoload c-mode for XEmacs.
16394
16395         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16396
16397         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16398         rmail-dont-reply-to and rmail-output.
16399
16400         * gnus-score.el: Don't autoload ffap-string-at-point.
16401
16402         * gnus-setup.el: Don't autoload sc-cite-original.
16403
16404         * imap.el: Don't autoload base64-decode-string,
16405         base64-encode-string and md5.
16406
16407         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16408         and rmail-msg-restore-non-pruned-header.
16409
16410         * mm-decode.el: Don't autoload executable-find.
16411
16412         * mm-url.el: Don't autoload executable-find.
16413
16414         * mm-view.el: Don't autoload diff-mode.
16415
16416         * nndb.el: Don't autoload news-reply-mode, news-setup,
16417         cancel-timer and telnet.
16418
16419         * password.el: Don't autoload run-at-time for Emacs.
16420
16421         * sha1-el.el: Don't autoload executable-find.
16422
16423         * sieve-mode.el: Don't autoload c-mode.
16424
16425         * uudecode.el: Don't autoload executable-find.
16426
16427 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16428
16429         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16430         (gnus-agent-possibly-alter-active): Avoid null in numeric
16431         comparison.
16432         (gnus-agent-set-local): Refuse to save null in local object table.
16433         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16434         list of articles that will be marked as unread.
16435
16436 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16437
16438         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16439
16440 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16441
16442         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16443         language tags.
16444
16445 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16446
16447         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16448         Don't bind "obarray".
16449
16450         * gnus-sum.el (gnus-thread-sort-functions): Added
16451         `gnus-thread-sort-by-most-recent-number' and
16452         `gnus-thread-sort-by-most-recent-date'.
16453         Reported by Kai Grossjohann <kai@emptydomain.de>.
16454
16455 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16458
16459 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16460
16461         * gnus-cus.el (gnus-agent-customize-category): Removed
16462         ignore-errors macro reference that required cl to be loaded at
16463         run-time.
16464
16465         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16466         single-interval range of the form (min . max).  Previously the
16467         range had to look like ((min . max)).  Likewise, return
16468         (min . max) rather than ((min . max)).
16469         (gnus-range-map): Use gnus-range-normalize to accept
16470         single-interval range.
16471
16472         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16473         the cache, but not the agent, now appear with their usual face.
16474
16475         * dgnushack.el (loaddir): New variable that is bound to the
16476         directory containing the dgnushack.el file. Use loaddir, rather
16477         than srcdir, to update load-path. Change lets dgnushack compile
16478         code in directories other than GNUS/lisp.
16479
16480 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * lpath.el: Don't bind w3m-safe-url-regexp.
16483
16484         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16485         w3m-safe-url-regexp variable buffer-local.
16486
16487         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16488
16489 2004-02-27  Simon Josefsson  <jas@extundo.com>
16490
16491         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16492         gnus-group-real-prefix.
16493         (gnus-summary-move-article): Use it, instead of
16494         gnus-group-real-prefix.
16495
16496 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * lpath.el: Bind w3m-safe-url-regexp.
16499
16500         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16501         w3m-safe-url-regexp variable buffer-local and set it as the value
16502         of mm-w3m-safe-url-regexp.
16503
16504         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16505
16506         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16507         parsing gnus-posting-styles when the message is not for replying.
16508
16509         * dgnushack.el: Autoload sgml-mode for XEmacs.
16510
16511         * nnrss.el (nnrss-opml-export): Use
16512         mm-set-buffer-file-coding-system instead of
16513         set-buffer-file-coding-system.
16514
16515 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16516
16517         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16518         of checkdoc.el).
16519         * nnrss.el: do.
16520         * gnus-mlspl.el: do.
16521         * gnus-ml.el: do.
16522         * gnus-srvr.el: do.
16523
16524         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16525
16526 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16527
16528         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16529         Corrections to custom-manual links.
16530
16531         * gnus-art.el (gnus-article): Ditto.
16532
16533         * mm-decode.el (mime-display, mime-security): Ditto.
16534
16535 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16536
16537         * flow-fill.el: Typo.
16538
16539 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16540
16541         * spam-wash.el: New file.
16542
16543 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16544
16545         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16546
16547 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16548
16549         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16550         to be run with new-articles as LIST1, not LIST2.
16551         (spam-registration-functions): Add spam-use-ham-copy as a nil
16552         registration backend.
16553
16554 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16555
16556         * spam-stat.el (spam-stat-washing-hook): New option.
16557         (spam-stat-buffer-words): Use it.
16558         (spam-stat-process-directory, spam-stat-test-directory): Use
16559         insert-file-contents-literally.
16560         (spam-stat-coding-system): New variable.
16561         (spam-stat-load, spam-stat-save): Use it.
16562
16563 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16564
16565         * spam-report.el (spam-report-plug-agent): Quote
16566         spam-report-url-to-file and spam-report-url-ping-plain.
16567
16568 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16571         / in mailto URLs.
16572
16573 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16574
16575         * spam-report.el (spam-report-process-queue): Fix interactive use.
16576         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16577         (spam-report-unplug-agent): Doc fixes.
16578         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16579         (spam-report-agentize, spam-report-deagentize): Autoload.
16580
16581 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16584
16585         * message.el (message-setup-fill-variables): Add mml tags to
16586         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16587         <ajk@iu.edu>.
16588         (message-mode): Don't modify paragraph-separate there.
16589
16590 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16591
16592         * compface.el (uncompface-use-external): Default to undecided.
16593         (uncompface-use-external-threshold): New variable.
16594         (uncompface-float-time): New macro.
16595         (uncompface): Determine whether to use the external decoder if
16596         uncompface-use-external is undecided.
16597
16598 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16599
16600         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16601         after images.
16602
16603         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16604
16605 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16606
16607         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16608
16609         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16610
16611         * gnus-sum.el (gnus-summary-limit-to-age)
16612         (gnus-summary-limit-children): do.
16613
16614         * gnus-int.el (gnus-request-scan): do.
16615
16616         * gnus-group.el (gnus-group-suspend): do.
16617
16618         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16619
16620         * gnus-cite.el (gnus-cite-parse-attributions): do.
16621
16622         * gnus-agent.el (gnus-summary-set-agent-mark)
16623         (gnus-agent-regenerate-group): do.
16624
16625         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16626
16627         * binhex.el (binhex-decode-region-internal): do.
16628
16629 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16630
16631         * gnus-fun.el (gnus-face-properties-alist): New user option.
16632         (gnus-display-x-face-in-from): Use it.
16633
16634         * gnus-art.el (article-display-face): Ditto.
16635
16636         * compface.el (uncompface-use-external): Default to nil.
16637
16638 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16639
16640         * nntp.el (nntp-erase-buffer): New function.
16641         (nntp-retrieve-data, nntp-send-command)
16642         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16643         (nntp-possibly-change-group): Use it.
16644
16645         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16646         with-current-buffer.
16647
16648 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16649
16650         * compface.el: Merge the ELisp-based uncompface program.
16651         (compface): New customization group.
16652         (uncompface-use-external): New user option.
16653         (uncompface): Call uncompface-internal if uncompface-use-external
16654         is nil.
16655         (uncompface-internal): New function.  Note that there are also
16656         some other functions and variables added for this function.
16657
16658 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16659
16660         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16661         if necessary.
16662
16663 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16664
16665         * spam-report.el (spam-report-unplug-agent)
16666         (spam-report-plug-agent, spam-report-deagentize)
16667         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16668         Add support for the Agent in spam-report: when unplugged, report to a
16669         file; when plugged, submit all the requests.
16670
16671         * spam.el (spam-register-routine): Fix message about
16672         registration.
16673
16674 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16675
16676         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16677         dependencies.
16678         (rfc2047-encode): Use it.
16679
16680         * gnus-art.el (gnus-button-marker-list): Move before first
16681         reference.
16682
16683         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16684         (imap-parse-body): Fix format string mismatch.
16685
16686         * gnus-score.el (gnus-summary-increase-score): do.
16687
16688         * nnrss.el (nnrss-close): New function.
16689
16690 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16691
16692         * nnrss.el (nnrss-make-filename): New function.
16693         (nnrss-request-delete-group, nnrss-read-server-data)
16694         (nnrss-save-server-data, nnrss-read-group-data)
16695         (nnrss-save-group-data): Use it.
16696         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16697         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16698         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16699
16700 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16703
16704 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16707         files.
16708
16709         * message.el (message-generate-headers-first): Don't quote nil
16710         and t in docstrings.
16711
16712         * imap.el (imap-id): do.
16713
16714         * gnus-agent.el (gnus-agent-consider-all-articles)
16715         (gnus-agent-queue-mail): do.
16716
16717 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16718
16719         * spam-report.el (spam-report-process-queue): New function.
16720         Process requests from `spam-report-requests-file'.
16721         (spam-report-process-queue): Doc fix.
16722
16723 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16724
16725         * spam.el (spam-register-routine)
16726         (spam-log-processing-to-registry, spam-log-registered-p)
16727         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16728         Change "check" to "spam-check" for semi-clarity.
16729
16730 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16731
16732         * pop3.el: Require nnheader.
16733
16734         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16735
16736         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16737
16738         * gnus-picon.el: Require cl.
16739
16740         * gnus-fun.el: Require gnus-ems and gnus-util.
16741
16742         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16743
16744         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16745
16746         * gnus-art.el (gnus-article-edit-mode): Define before first
16747         reference.
16748
16749 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16750
16751         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16752         (gnus-uu-post-encoded): Use point-at-bol.
16753
16754         * gnus-topic.el (gnus-group-active-topic-p): do.
16755
16756         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16757
16758         * gnus-group.el (gnus-group-kill-region): do.
16759
16760         * gnus-art.el (article-date-ut): do.
16761
16762         * message.el (message-fetch-field): Remove redundant
16763         case-fold-search binding.
16764         (message-narrow-to-field): Simplify.
16765
16766 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16767
16768         * spam.el (spam-directory): Derive from `gnus-directory'.
16769
16770         * spam-report.el (spam-report-url-to-file)
16771         (spam-report-requests-file): New function and variable for offline
16772         reporting.
16773         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16774         and user defined function.
16775         (spam-report-url-ping-mm-url): Remove doubled slash.
16776
16777 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16778
16779         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16780
16781 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16782
16783         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16784         format string mismatch.
16785
16786         * sieve.el (sieve-deactivate-all): do.
16787
16788         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16789
16790         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16791
16792         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16793
16794         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16795
16796 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16797
16798         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16799         the list of checks.
16800
16801 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16802
16803         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16804         padding.
16805
16806 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16807
16808         * mm-view.el (mm-fill-flowed): New variable.
16809         (mm-inline-text): Use it.
16810
16811 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16812
16813         * spam.el (spam-spamassassin-register-ham-routine)
16814         (spam-spamassassin-register-spam-routine): Fix function names.
16815
16816 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * gnus.el (gnus-tmp-grouplens): Remove.
16819         (gnus-summary-line-format): Remove grouplens.
16820
16821         * gnus-group.el (gnus-group-line-format): Ditto.
16822
16823         * gnus-spec.el (gnus-format-specs): Ditto.
16824         (gnus-update-format-specifications): Flush the group format spec
16825         cache if there's the grouplens stuff.
16826         (gnus-parse-simple-format): Replace %l with the empty string.
16827
16828 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16829
16830         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16831         omission.
16832
16833 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16836         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16837
16838 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16839
16840         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16841         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16842         New macros and functions.
16843         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16844         Handle > NLINK_MAX messages.
16845         * nnmaildir.el (nnmaildir-request-set-mark): Use
16846         nnmaildir--emlink-p and nnmaildir--eexist-p.
16847
16848 2004-01-25  Alex Schroeder  <alex@gnu.org>
16849
16850         * spam-stat.el (spam-stat-process-directory-age): New option.
16851         (spam-stat-process-directory): Use it.
16852
16853 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16854
16855         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16856         (spam-stat-save): Accept prefix argument.
16857
16858 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16859
16860         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16861         links" error.
16862
16863 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16866         the rest of the and/or forms.
16867
16868 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16869
16870         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16871         compatibility with old .newsrc.eld files.
16872
16873         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16874
16875         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16876
16877         * gnus-start.el (gnus-1): do.
16878
16879         * gnus-group.el (gnus-group-line-format-alist): do.
16880
16881         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16882
16883         * gnus-gl.el: Remove.
16884
16885 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16886
16887         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16888         marks consisting of a single range {for example, (3 . 5)} rather
16889         than a list of a single range { ((3 . 5)) }.
16890
16891 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16894         with-current-buffer.
16895         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16896         avoid consing a string.
16897
16898         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16899         Remove obsolete entries for big5 and gb2312.
16900
16901 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16902
16903         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16904         uncompressed list.
16905
16906 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16907
16908         * spam-stat.el (spam-stat-strip-xref): New function.
16909         (spam-stat-process-directory): Use it.
16910
16911         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16912         here -- it's done in message-fetch-field.
16913
16914 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16915
16916         * gnus-agent.el (gnus-agent-queue-mail)
16917         (gnus-agent-prompt-send-queue): New variables.
16918         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16919         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16920         "nndraft:queue" along to gnus-draft-send.  Use
16921         gnus-agent-prompt-send-queue.
16922         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16923         is "nndraft:queue".  Suggested by Gaute Strokkenes
16924         <gs234@srcf.ucam.org>
16925
16926         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16927         (agent-enable-undownloaded-faces): Added.
16928         (gnus-agent-cat-groups): Use eval-and-compile, not
16929         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16930         method of gnus-agent-cat-groups even when the buffer has been
16931         evaled.
16932         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16933         delete gnus-agent-save-active-1.
16934         (gnus-agent-save-groups): Deleted.  Identical to
16935         gnus-agent-save-active.
16936         (gnus-agent-write-active): No longer adjust agent's copy of active
16937         file as agent's adjustments are now stored in their own
16938         file.  Removed optional parameter.
16939         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16940         servers.  Add use of min/max range limits from server's local
16941         file.
16942         (gnus-agent-save-alist): Removed unused optional argument.
16943         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16944         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16945         (gnus-agent-set-local): A per-server file that keeps min/max range
16946         limits for articles known to the agent.  Provides a fast mechanism
16947         for altering many active ranges.
16948         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16949         active file (local makes it unnecessary).
16950         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16951
16952         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16953         (agent-enable-undownloaded-faces): Added.
16954
16955         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16956         disable it when sending to "nndraft:queue".
16957         (gnus-group-send-queue): Add safety check to avoid sending queue
16958         when unplugged.
16959
16960         * gnus-group.el (gnus-group-catchup): Use new
16961         gnus-sequence-of-unread-articles, not
16962         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16963         numbers of articles.  Use gnus-range-map to avoid having to
16964         uncompress the unread list.
16965         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16966         Fixed invalid ange-ftp reference.
16967
16968         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16969         (gnus-sorted-range-intersection): Intersection of two ranges
16970         without requiring that they first be uncompressed.
16971
16972         * gnus-start.el (gnus-activate-group): Unless blocked by the
16973         caller, possibly expand the active range to include both cached
16974         and agentized articles.
16975         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16976         multiple version-dependent converters.
16977         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16978         gnus-agent-save-active.
16979         (gnus-save-newsrc-file): Save dirty agent range limits.
16980
16981         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16982         gnus-agent-possibly-alter-active.
16983         (gnus-adjust-marked-articles): Faster handling of simple lists.
16984
16985 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16986
16987         * spam-stat.el (spam-stat-test-directory): New optional argument
16988         displays a list of files detected.  Suggested by Andrew Cohen
16989         <cohen@andy.bu.edu>.
16990         (spam-stat-buffer-words-with-scores): Don't narrow and change
16991         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16992
16993 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16994
16995         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16996         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16997         (spam-spamassassin-arguments)
16998         (spam-spamassassin-spam-flag-header)
16999         (spam-spamassassin-positive-spam-flag-header)
17000         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17001         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17002         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17003         (spam-list-of-processors, spam-list-of-checks)
17004         (spam-list-of-statistical-checks, spam-registration-functions)
17005         (spam-check-spamassassin-headers, spam-check-spamassassin)
17006         (spam-spamassassin-score)
17007         (spam-spamassassin-register-with-sa-learn)
17008         (spam-spamassassin-register-spam-routine)
17009         (spam-spamassassin-register-ham-routine)
17010         (spam-assassin-register-spam-routine)
17011         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17012         (spam-bogofilter-score): Fix to show article before scoring.
17013
17014 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17015
17016         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17017         default scoring function.
17018         (spam-generic-score): Call spam-spamassassin-score if
17019         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17020         spam-bogofilter-score otherwise.
17021
17022         * gnus.el (spam-process, spam-autodetect-methods): Add
17023         spamassassin and spamassassin-headers.
17024
17025 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17026
17027         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17028         Suppress unnecessary messages.
17029
17030 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17031
17032         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17033         make-hash-table.
17034
17035 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17036
17037         * canlock.el (base64-encode-string): Don't autoload it.
17038
17039 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * run-at-time.el: Remove useless (require 'itimer),
17042         eval-and-compile and (featurep 'xemacs).
17043
17044 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17045
17046         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17047         GROUP is a virtual group.
17048
17049 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17050
17051         * gnus.el: Autoload `message-y-or-n-p'.
17052
17053 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17054
17055         * pgg-parse.el: Remove unnecessary (require 'custom).
17056
17057         * pgg-def.el: do.
17058
17059         * nnmail.el: do.
17060
17061         * gnus-undo.el: do.
17062
17063         * gnus-picon.el: do.
17064
17065         * gnus-util.el: do.
17066
17067 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17068
17069         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17070
17071 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17074         handle, as well as a list.
17075
17076         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17077         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17078         (mm-w3m-cid-retrieve): Simplify.
17079
17080 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17081
17082         * message.el (message-kill-to-signature): Allow prefix arg to
17083         specify number of lines to keep before signature.
17084
17085 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17086
17087         * message.el (message-kill-to-signature): Change docstring.
17088
17089 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * canlock.el: Always require sha1-el.
17092         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17093
17094         * message.el: Autoload sha1 only when compiling.
17095
17096         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17097         eudc-expand-inline for XEmacs.
17098
17099 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * message.el (message-canlock-generate): Require sha1-el.
17102
17103 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17104
17105         * message.el (message-expand-name): Silence the byte compiler.
17106
17107         * lpath.el: Add detect-coding-system.
17108
17109         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17110         cus-edit.
17111
17112 2004-01-13  Simon Josefsson  <jas@extundo.com>
17113
17114         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17115         Invoke gnus-score-mode.  Reported by
17116         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17117
17118         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17119         Jim Blandy <jimb@redhat.com> (tiny change).
17120
17121 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17122
17123         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17124
17125 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17126
17127         * spam.el (spam-get-article-as-string): Update to use
17128         gnus-request-article-this-buffer, much simpler.
17129         (spam-get-article-as-buffer): Remove.
17130
17131 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17132
17133         * message.el (message-expand-name): Use EUDC if the user uses that.
17134
17135 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17136
17137         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17138         character for the encoding to avoid consing a string.
17139
17140         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17141         unnecessarily.
17142
17143         * mm-util.el (mm-replace-chars-in-string): Remove.
17144
17145         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17146         of mm-replace-chars-in-string.
17147
17148 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17149
17150         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17151
17152         * mm-util.el (mm-subst-char-in-string): Support inplace.
17153
17154         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17155         a new string in every iteration.  Use shy groups.
17156
17157 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17158
17159         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17160         * gnus-soup.el (gnus-soup-group-brew):
17161         * gnus-msg.el (gnus-put-message):
17162         * gnus-move.el (gnus-group-move-group-to-server):
17163         * gnus-kill.el (gnus-batch-score):
17164         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17165         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17166         (gnus-group-update-group, gnus-group-read-group)
17167         (gnus-group-make-group, gnus-group-make-help-group)
17168         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17169         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17170         (gnus-group-sort-by-unread, gnus-group-catchup)
17171         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17172         (gnus-group-yank-group, gnus-group-set-info)
17173         (gnus-group-list-groups):
17174         * gnus.el (gnus-generate-new-group-name):
17175         * gnus-delay.el (gnus-delay-send-queue):
17176         * nnvirtual.el (nnvirtual-catchup-group):
17177         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17178         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17179         (gnus-group-prepare-topics, gnus-topic-check-topology):
17180         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17181         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17182         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17183         (gnus-group-make-articles-read):
17184         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17185         (gnus-group-change-level, gnus-kill-newsgroup)
17186         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17187         (gnus-get-unread-articles, gnus-make-articles-unread)
17188         (gnus-make-ascending-articles-unread): Use accessor
17189         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17190         to get group information for improved readability.
17191
17192
17193 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * gnus-art.el (article-decode-mime-words, article-babel)
17196         (gnus-article-highlight-signature, gnus-article-add-buttons)
17197         (gnus-signature-toggle): Use gnus-with-article-buffer.
17198
17199         * gnus-art.el (gnus-article-highlight-headers)
17200         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17201
17202         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17203         (gnus-article-set-globals, gnus-request-article-this-buffer)
17204         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17205         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17206         (gnus-mime-display-alternative): Use with-current-buffer.
17207
17208 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17209
17210         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17211         also under 80 char limit, and call gnus-error if needed.
17212         (spam-fetch-article-header): Fix - it was a
17213         buffer-local variable (gnus-newsgroup-data).
17214         (spam-find-spam): Use spam-generate-fake-headers, forget about
17215         spam-insert-fake-headers.
17216         (spam-insert-fake-headers): Remove.
17217
17218 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17219
17220         * deuglify.el (gnus-article-outlook-unwrap-lines)
17221         (gnus-outlook-rearrange-article)
17222         (gnus-outlook-repair-attribution-outlook)
17223         (gnus-outlook-repair-attribution-block)
17224         (gnus-outlook-repair-attribution-other): Remove redundant
17225         save-excursion.
17226
17227 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17228
17229         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17230         (spam-fetch-field-subject-fast)
17231         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17232         (spam-fetch-article-header): Add functions to deal with Gnus
17233         internals for fast retrieval of article header data.
17234         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17235
17236 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17237
17238         * pop3.el (pop3-md5): Remove.
17239         (pop3-apop): Replace pop3-md5 with md5.
17240
17241         * mm-bodies.el: base64 is always built-in.
17242
17243         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17244         with-current-buffer.
17245
17246 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * canlock.el (canlock-insert-header): Remove excessive grouping in
17249         regexp.
17250
17251         * gnus-sum.el (gnus-summary-read-document): Ditto.
17252
17253         * gnus-uu.el (gnus-uu-part-number): Ditto.
17254
17255         * html2text.el (html2text-remove-tags): Ditto.
17256         (html2text-format-tags): Ditto.
17257         (html2text-format-single-elements): Ditto.
17258
17259         * mml.el (mml-parse-1): Ditto.
17260
17261 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17262
17263         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17264
17265         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17266
17267         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17268
17269         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17270
17271 2003-11-15  Simon Josefsson  <jas@extundo.com>
17272
17273         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17274         (pgg-gpg-lookup-key): Use regexp match instead of
17275         split-string (split-string is different between emacs 21.2 and
17276         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17277
17278 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17279
17280         * gnus-art.el (gnus-mime-view-all-parts)
17281         (gnus-article-part-wrapper, gnus-article-view-part): Use
17282         with-current-buffer.
17283
17284 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17285
17286         * spam.el (spam-disable-spam-split-during-ham-respool)
17287         (spam-spamoracle-database, spam-cache-lookups)
17288         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17289         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17290         (spam-group-ham-marks, spam-group-spam-marks)
17291         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17292         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17293         also add spam-use-blackholes to the statistical checks.
17294         (spam-fetch-field-fast): Add interface to fetching fields, may
17295         become a macro.
17296         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17297         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17298         (spam-insert-fake-headers): Fake an article when needed.
17299         (spam-find-spam): Fake article when possible.
17300         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17301         (spam-check-bogofilter-headers): Use message-fetch-field instead
17302         of nnmail-fetch-field.
17303
17304 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17307
17308 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17309
17310         * spam.el (spam-split): Do not require spam-use-CHECK to be
17311         enabled if that check is passed to spam-split explicitly; also
17312         fix so 'spam doesn't get converted to spam-split-group when
17313         spam-split-symbolic-return is t.
17314         (spam-find-spam): Find registrations of the article and use those
17315         instead of re-running spam-split to find the spam/ham
17316         classification of the article.
17317         (spam-log-processing-to-registry, spam-log-registered-p)
17318         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17319         Use gnus-error instead of gnus-message.
17320         (spam-log-registration-type): Add function to determine the
17321         classification of a message based on registry entries; will
17322         return nil if both 'spam and 'ham are found.
17323         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17324         a reasonably fast local cache without the loading errors.
17325         (spam-cache-lookups): Set to t by default.
17326         (spam-find-spam): Don't try to guess spam-cache-lookups.
17327         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17328         spam-caches entry.
17329         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17330         caching of whitelist/blacklist entries.
17331         (spam-check-whitelist, spam-check-blacklist): Invoke
17332         spam-from-listed-p with a type, not a cache variable.
17333         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17334
17335 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17338
17339         * nnmail.el (nnmail-split-fancy): do.
17340
17341         * mml.el (mml-parse): do.
17342
17343         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17344         (gnus-score-adaptive): do.
17345
17346 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17349         (gnus-mime-button-map): Don't set keymap parent.
17350         (gnus-button-ctan-directory-regexp): Use shy grouping.
17351         (gnus-prev-page-map): Don't set keymap parent.
17352         (gnus-prev-page-map): Remove duplicated one.
17353         (gnus-next-page-map): Don't set keymap parent.
17354         (gnus-mime-security-button-map): Ditto.
17355
17356         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17357         version number.
17358
17359         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17360
17361 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * canlock.el (canlock-sha1-function): Remove.
17364         (canlock-sha1-function-for-verify): Remove.
17365         (canlock-openssl-program): Remove.
17366         (canlock-openssl-args): Remove.
17367         (canlock-ignore-errors): Remove.
17368         (canlock-sha1-with-openssl): Remove.
17369         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17370         (canlock-verify): Don't use canlock-ignore-errors.
17371
17372         * sha1-el.el (sha1-string-external): Make it can return a string
17373         in binary form.
17374         (sha1-region-external): Ditto.
17375         (sha1-string-internal): Ditto.
17376         (sha1-region-internal): Ditto.
17377         (sha1-region): Ditto.
17378         (sha1-string): Ditto.
17379         (sha1): Ditto.
17380
17381 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17382
17383         * spam.el (spam-report-articles-gmane): New command.
17384
17385 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17388
17389         * run-at-time.el (run-at-time-saved): Remove.
17390         (run-at-time): Doc fix.
17391
17392 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17393
17394         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17395         (gnus-summary-limit-map): Add it.
17396         (gnus-summary-make-menu-bar): do.
17397
17398 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17399
17400         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17401         Make attempt at some caching support (done for BBDB only now).
17402         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17403         addresses to be checked.
17404         (spam-clear-cache-BBDB): Add function, to be invoked by
17405         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17406         (spam-check-BBDB): Check and use the caches, if
17407         spam-cache-lookups is on, remove superfluous (provide).
17408
17409 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17412
17413 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17414
17415         * run-at-time.el (run-at-time-saved): Move to after the definition
17416         of `run-at-time'.
17417
17418         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17419
17420 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17421
17422         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17423         mm-w3m-local-map-property.
17424
17425         * mm-view.el (mm-w3m-mode-map): Remove.
17426         (mm-w3m-local-map-property): Remove.
17427         (mm-inline-text-html-render-with-w3m): Don't use
17428         mm-w3m-local-map-property.
17429
17430 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17431
17432         * run-at-time.el: New file.
17433
17434         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17435         under Emacs.
17436
17437         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17438         of gnus-set-text-properties.
17439
17440         * gnus-uu.el (gnus-uu-save-article): Ditto.
17441
17442         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17443
17444         * gnus-cite.el (gnus-cite-parse): Ditto.
17445
17446         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17447         of gnus-.
17448
17449         * gnus-xmas.el (run-at-time): Require run-at-time.
17450
17451         * gnus.el: Changed calls to nnheader-run-at-time and
17452         password-run-at-time throughout to use run-at-time directly.
17453
17454         * password.el: Removed definition of run-at-time.
17455
17456         * nnheaderxm.el: Remove definition of run-at-time.
17457
17458 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17459
17460         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17461         in prompt.
17462
17463 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17464
17465         * messagexmas.el (message-xmas-redefine): Alias
17466         `message-make-caesar-translation-table' to
17467         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17468         version.
17469
17470         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17471         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17472         `gnus-xmas-set-text-properties'.
17473         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17474         `gnus-xmas-completing-read'.
17475         (gnus-xmas-completing-read): Removed.
17476         (gnus-xmas-open-network-stream): Removed.
17477
17478         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17479         XEmacs version.
17480
17481         * dns.el (dns-make-network-process): Use `open-network-stream'
17482         instead of `gnus-xmas-open-network-stream'.
17483
17484         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17485
17486         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17487
17488 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17489
17490         * gnus-art.el (gnus-mime-display-alternative)
17491         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17492         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17493         Don't use gnus-local-map-property.
17494
17495         * gnus-util.el (gnus-local-map-property): Remove.
17496
17497         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17498         gnus-completing-read-maybe-default with completing-read.
17499
17500         * gnus-util.el (gnus-completing-read): do.
17501         (gnus-completing-read-maybe-default): Remove.
17502
17503 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17504
17505         * password.el: Only autoload `run-at-time' if not XEmacs.
17506         Only autoload the itimer functions if XEmacs.
17507
17508 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17511         XEmacsen.
17512
17513         * dgnushack.el: Autoload executable-find for XEmacs.
17514
17515 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17516
17517         * gnus-art.el (gnus-read-string): Remove.
17518         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17519         read-string.
17520
17521 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17522
17523         * netrc.el: Autoload password-read.
17524         (netrc): Add configuration group.
17525         (netrc-encoding-method, netrc-openssl-path): Add
17526         variables for encoding and decoding of files with symmetric
17527         ciphers.
17528         (netrc-encode): Add assistant function to encode a file with
17529         netrc-encoding-method.
17530         (netrc-parse): Add interactive parameter, added optional
17531         decoding if netrc-encoding-method is non-nil but otherwise
17532         behavior is standard.
17533         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17534         Do s/encode/encrypt/ everywhere.
17535
17536         * spam.el: Remove executable-find autoload.
17537
17538 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17539
17540         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17541
17542         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17543
17544 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * gnus-art.el (gnus-treat-ansi-sequences)
17547         (article-treat-ansi-sequences): New variable and function.
17548         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17549
17550         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17551         Use it.
17552
17553 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * mm-util.el (mm-quote-arg): Remove.
17556
17557         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17558         shell-quote-argument.
17559
17560         * gnus-uu.el (gnus-uu-command): do.
17561
17562         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17563
17564         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17565         with make-char.
17566
17567         * mm-util.el (mm-make-char): Remove.
17568
17569         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17570         add-minor-mode.
17571
17572         * gnus-undo.el (gnus-undo-mode): do.
17573
17574         * gnus-topic.el (gnus-topic-mode): do.
17575
17576         * gnus-sum.el (gnus-dead-summary-mode): do.
17577
17578         * gnus-start.el (gnus-slave-mode): do.
17579
17580         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17581
17582         * gnus-ml.el (gnus-mailing-list-mode): do.
17583
17584         * gnus-gl.el (gnus-grouplens-mode): do.
17585
17586         * gnus-draft.el (gnus-draft-mode): do.
17587
17588         * gnus-dired.el (gnus-dired-mode): do.
17589
17590         * gnus-ems.el (gnus-add-minor-mode): Remove.
17591
17592         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17593         Replace gnus-char-width with char-width.
17594
17595         * gnus-ems.el (gnus-char-width): Remove.
17596
17597         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17598         Replace gnus-char-width with char-width.
17599
17600         * gnus-ems.el (gnus-char-width): Remove.
17601
17602         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17603         definition.
17604         Remove Emacs 20 hash table compatibility code.
17605
17606         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17607         20 compatibility code.
17608
17609         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17610
17611         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17612
17613         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17614         with point-at-{eol,bol}.
17615
17616         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17617
17618         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17619
17620         * flow-fill.el (fill-flowed-point-at-bol)
17621         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17622
17623         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17624         Replace with point-at-{eol,bol} throughout all files.
17625
17626 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * ntlm.el (ntlm-string-as-unibyte): New macro.
17629         (ntlm-build-auth-response): Use it.
17630
17631         Remove Emacs 20 stuff:
17632         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17633         (butlast, mapc, remove): Remove the compiler macros.
17634         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17635         of delq and copy-sequence.
17636         * gnus-art.el (popup-menu): Remove the compiler macro.
17637         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17638         Emacs 20.
17639
17640 2004-01-05  Simon Josefsson  <jas@extundo.com>
17641
17642         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17643         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17644         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17645         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17646         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17647         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17648         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17649         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17650         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17651         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17652         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17653         string-xor into ntlm-string-xor.  Suggested by
17654         Jesper Harder <harder@myrealbox.com>.
17655
17656         * ntlm.el: Don't include poem.
17657
17658         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17659         Jesper Harder <harder@myrealbox.com>.
17660
17661         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17662
17663         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17664         probably breaks emacs with DL patch, but do we care? Is anyone
17665         still using the DL stuff?)
17666
17667         * sieve-manage.el: Use the password package.
17668         (sieve-manage-read-passwd): Remove.
17669         (sieve-manage-interactive-login): Use password.  Re-add
17670         condition-case around loop.
17671
17672         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17673         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17674         the password package.
17675
17676 2003-02-19  Simon Josefsson  <jas@extundo.com>
17677
17678         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17679         token.
17680
17681 2002-08-07  Simon Josefsson  <jas@extundo.com>
17682
17683         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17684         (sieve-manage-authenticators):
17685         (sieve-manage-authenticator-alist): Add some SASL mechs.
17686         (sieve-sasl-auth): New function.
17687         (sieve-manage-cram-md5-auth):
17688         (sieve-manage-plain-auth): Rewrite using SASL library.
17689         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17690         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17691         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17692         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17693
17694 2004-01-05  Simon Josefsson  <jas@extundo.com>
17695
17696         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17697         New files.
17698
17699 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17700
17701         * gnus-group.el (gnus-no-groups-message): Update.
17702
17703         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17704
17705 2003-11-09  Simon Josefsson  <jas@extundo.com>
17706
17707         * imap.el: Support for ID IMAP extension (RFC 2971).
17708         (imap-local-variables): Add imap-id.
17709         (imap-id): New variable.
17710         (imap-id): New function.
17711         (imap-parse-response): Parse untagged ID response.
17712         * nnimap.el (nnimap-id): New variable.
17713         (nnimap-open-connection): Use it.
17714
17715 2003-12-28  Simon Josefsson  <jas@extundo.com>
17716
17717         * gnus-score.el (gnus-score-edit-all-score): New.
17718         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17719
17720 2004-01-04  Simon Josefsson  <jas@extundo.com>
17721
17722         * password.el: Add.
17723
17724 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17725
17726         * dns.el (dns-query-types): Fix typo.
17727         (dns-query-types): New function.
17728         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17729         PTR and SOA replies, see RFC 1035.
17730
17731 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17732
17733         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17734
17735         * Moved to Changelog.2.
17736
17737 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17738
17739         * gnus.el (gnus-version-number): Bump version.
17740
17741 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17742
17743         * gnus.el: No Gnus v0.1 is released.
17744
17745 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17746
17747         * gnus.el: No Gnus v0.0 is released.
17748
17749 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17750
17751         * gnus.el (gnus-version-number): Bump.
17752         (gnus-version): No.
17753
17754 See ChangeLog.2 for earlier changes.
17755
17756     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17757       Free Software Foundation, Inc.
17758
17759   This file is part of GNU Emacs.
17760
17761   GNU Emacs is free software: you can redistribute it and/or modify
17762   it under the terms of the GNU General Public License as published by
17763   the Free Software Foundation, either version 3 of the License, or
17764   (at your option) any later version.
17765
17766   GNU Emacs is distributed in the hope that it will be useful,
17767   but WITHOUT ANY WARRANTY; without even the implied warranty of
17768   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17769   GNU General Public License for more details.
17770
17771   You should have received a copy of the GNU General Public License
17772   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17773
17774 ;; Local Variables:
17775 ;; coding: utf-8
17776 ;; fill-column: 79
17777 ;; add-log-time-zone-rule: t
17778 ;; End: